Smart Remote 3 nRF52 v1.2
Functions
Board driver

Board-specific driver. More...

Functions

ret_code_t drv_board_init (void)
 Board initialization. More...
 
bool drv_board_shutdown (bool wakeup)
 Shutdown keyboard and prepare it for sleeping. More...
 

Detailed Description

Board-specific driver.

Function Documentation

ret_code_t drv_board_init ( void  )

Board initialization.

Returns
NRF_SUCCESS on success, otherwise an error code.
bool drv_board_shutdown ( bool  wakeup)

Shutdown keyboard and prepare it for sleeping.

Parameters
[in]wakeupIf false, go to deepest sleep and do not prepare to wake up the system.
Returns
True if the module is ready for shutdown, false otherwise.

Documentation feedback | Developer Zone | Subscribe | Updated