nRF51 SDK - S110 SoftDevice
|
Functions which set up hardware on Application board and perform the reset of the Connectivity Board. More...
Functions | |
uint32_t | ser_app_hal_hw_init (void) |
Function for initializing hw modules. More... | |
void | ser_app_hal_delay (uint32_t ms) |
Function for waiting for given amount of time. More... | |
void | ser_app_hal_nrf_reset_pin_clear (void) |
Function for clearing connectivity chip reset pin. More... | |
void | ser_app_hal_nrf_reset_pin_set (void) |
Function for setting connectivity chip reset pin. More... | |
void | ser_app_hal_nrf_evt_irq_priority_set (void) |
Function for setting softdevice event interrupt priority which is serving events incoming from connectivity chip. More... | |
void | ser_app_hal_nrf_evt_pending (void) |
Function for setting pending interrupt for serving events incoming from connectivity chip. More... | |
Functions which set up hardware on Application board and perform the reset of the Connectivity Board.
void ser_app_hal_delay | ( | uint32_t | ms | ) |
Function for waiting for given amount of time.
[in] | ms | Number of miliseconds to wait. |
uint32_t ser_app_hal_hw_init | ( | void | ) |
Function for initializing hw modules.
Function can initilize can hardware modules on application processor. It is optional to implement. It is called one connectivity chip is initialized.
void ser_app_hal_nrf_evt_irq_priority_set | ( | void | ) |
Function for setting softdevice event interrupt priority which is serving events incoming from connectivity chip.
void ser_app_hal_nrf_evt_pending | ( | void | ) |
Function for setting pending interrupt for serving events incoming from connectivity chip.
void ser_app_hal_nrf_reset_pin_clear | ( | void | ) |
Function for clearing connectivity chip reset pin.
void ser_app_hal_nrf_reset_pin_set | ( | void | ) |
Function for setting connectivity chip reset pin.