Board-Specific
Board-specific APIs. More...
Functions |
|
gos_result_t | gos_board_hardware_init (void) |
Detailed Description
Board-specific APIs.
Function Documentation
◆ gos_board_hardware_init()
gos_result_t gos_board_hardware_init | ( | void |
|
) |
Initialize board-specific hardware
If the application specifies a board component, then this will invoke the board initialization routine for the board.
If no board is specified then then immediately returns GOS_SUCCESS.
- Returns
- gos_result_t , the result of initializing the board hardware