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

ADC common types and enumerations. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.