|
enum class | Port : uint8_t |
| Defines all available ports of the target MCU. More...
|
|
enum class | DigitalPin : uint8_t |
| Defines all available digital input/output pins of the target MCU. More...
|
|
enum class | AnalogClock : uint8_t |
| Defines available clocks of the target MCU, used for analog input. More...
|
|
enum class | AnalogReference : uint8_t |
| Defines available voltage references of the target MCU, used for analog input. More...
|
|
enum class | AnalogPin : uint8_t |
| Defines all available analog input pins of the target MCU. More...
|
|
enum class | PWMPin : uint8_t |
| Defines all digital output pins of target MCU, capable of PWM output. More...
|
|
enum class | ExternalInterruptPin : uint8_t |
| Defines all digital output pins of target MCU, usable as direct external interrupt pins. More...
|
|
enum class | InterruptPin : uint8_t |
| Defines all digital output pins of target MCU, usable as pin change interrupt (PCI) pins. More...
|
|
enum class | USART : uint8_t |
| Defines all USART modules of target MCU. More...
|
|
enum class | Timer : uint8_t |
| Defines all timers available for target MCU. More...
|
|
enum class | SleepMode : uint8_t |
| Defines all available sleep modes for target MCU. More...
|
|
Defines all types and constants specific to support a specific MCU target.
This serves only as an example here; for actual targets, refer to proper header files in board
directory, or refer refer to specific targets support section.