|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
Thin C++ wrappers around the oveRTOS board description API. More...
Functions | |
| int | init () |
| Initialises the board hardware (clocks, pin-mux, etc.). | |
| const char * | name () |
| Returns the human-readable board name. | |
| const struct ove_board_desc * | desc () |
| Returns a pointer to the board descriptor structure. | |
Thin C++ wrappers around the oveRTOS board description API.
Available when CONFIG_OVE_BOARD is enabled.
|
inline |
Initialises the board hardware (clocks, pin-mux, etc.).
OVE_OK on success, or a negative error code.
|
inline |
Returns the human-readable board name.
|
inline |
Returns a pointer to the board descriptor structure.
ove_board_desc describing board capabilities.