|
Sound Byte Libs 1ee2ca6
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
|
ADC common types and enumerations. More...
Go to the source code of this file.
Namespaces | |
| namespace | sbl |
| Root namespace for all Sound Byte Libs functionality. | |
| namespace | sbl::core |
| namespace | sbl::core::hal |
| namespace | sbl::core::hal::adc |
Enumerations | |
| enum class | sbl::core::hal::adc::SampleTime { sbl::core::hal::adc::Fast , sbl::core::hal::adc::Medium , sbl::core::hal::adc::Slow } |
| ADC sample time configuration. More... | |
| enum class | sbl::core::hal::adc::Resolution { sbl::core::hal::adc::Bits8 = 8 , sbl::core::hal::adc::Bits10 = 10 , sbl::core::hal::adc::Bits12 = 12 , sbl::core::hal::adc::Bits14 = 14 , sbl::core::hal::adc::Bits16 = 16 } |
| ADC resolution configuration. More... | |
ADC common types and enumerations.
Common ADC types shared across the HAL layer. These types are used by both the HAL interface and platform implementations.
Definition in file types.hpp.