|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
Board initialisation and identification functions. More...


Go to the source code of this file.
Namespaces | |
| namespace | ove |
| Top-level namespace for all oveRTOS C++ abstractions. | |
| namespace | ove::board |
| Thin C++ wrappers around the oveRTOS board description API. | |
Functions | |
| int | ove::board::init () |
| Initialises the board hardware (clocks, pin-mux, etc.). | |
| const char * | ove::board::name () |
| Returns the human-readable board name. | |
| const struct ove_board_desc * | ove::board::desc () |
| Returns a pointer to the board descriptor structure. | |
Board initialisation and identification functions.