Sound Byte Libs 1ee2ca6
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Classes | Namespaces
types.hpp File Reference

Common types for SBL hardware abstraction. More...

#include <sbl/hal/gpio/handle.hpp>
#include <sbl/hal/adc/handle.hpp>
#include <sbl/hal/uart/handle.hpp>
#include <cstdint>
Include dependency graph for types.hpp:

Go to the source code of this file.

Classes

struct  sbl::PwmHandle
 PWM output handle. More...
 

Namespaces

namespace  sbl
 Root namespace for all Sound Byte Libs functionality.
 

Detailed Description

Common types for SBL hardware abstraction.

Re-exports canonical types from the HAL layer for convenience. This header is used by generated hardware configs (sbl/hw/hardware.hpp) and provides a stable include path for common types.

Definition in file types.hpp.