|
distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
Declaration of buttons for ST,STM32F4DISCOVERY. More...
Go to the source code of this file.
Namespaces | |
| distortos | |
| Top-level namespace of distortos project. | |
| distortos::chip | |
| Chip-related code of distortos project. | |
| distortos::board | |
| Board-related code of distortos project. | |
Macros | |
| #define | DISTORTOS_BOARD_BUTTONS_B1_ENABLED 1 |
| #define | DISTORTOS_BOARD_BUTTONS_COUNT (DISTORTOS_BOARD_BUTTONS_B1_ENABLED) |
| count of buttons on the board More... | |
Enumerations | |
| enum | { distortos::board::buttonsB1Index } |
Variables | |
| constexpr size_t | distortos::board::buttonsCount {DISTORTOS_BOARD_BUTTONS_COUNT} |
| count of buttons on the board More... | |
| constexpr size_t | distortos::board::buttonsUserIndex {buttonsB1Index} |
| alternative index of B1 (User) from buttons More... | |
| const chip::ChipInputPin | distortos::board::buttons [buttonsCount] |
| array with all buttons objects More... | |
Declaration of buttons for ST,STM32F4DISCOVERY.
| #define DISTORTOS_BOARD_BUTTONS_COUNT (DISTORTOS_BOARD_BUTTONS_B1_ENABLED) |
count of buttons on the board