|
Sound Byte Libs 1ee2ca6
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
|
Typedefs | |
| using | GpioPortId = uint32_t |
| ARM-native GPIO port identifier. | |
| using | GpioPinNum = uint32_t |
| ARM-native GPIO pin number within port. | |
| using | FrequencyHz = uint32_t |
| ARM-native frequency representation. | |
| using | IntervalMs = uint32_t |
| ARM-native timing interval representation. | |
| using | BufferIndex = uint32_t |
| ARM-native buffer index type. | |
| using | BufferSize = uint32_t |
| ARM-native buffer size type. | |
| typedef uint32_t sbl::common::types::BufferIndex |
| typedef uint32_t sbl::common::types::BufferSize |
| using sbl::common::types::FrequencyHz = typedef uint32_t |
| using sbl::common::types::GpioPinNum = typedef uint32_t |
| using sbl::common::types::GpioPortId = typedef uint32_t |
| using sbl::common::types::IntervalMs = typedef uint32_t |