oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
Loading...
Searching...
No Matches
Namespaces | Functions
board.hpp File Reference

Board initialisation and identification functions. More...

#include <ove/board.h>
#include <ove/types.hpp>
Include dependency graph for board.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Board initialisation and identification functions.