nRF51 SDK
|
Bootloader module interface. More...
Modules | |
Types and definitions. | |
Bootloader module type and definitions. | |
Functions | |
bool | bootloader_app_is_valid (uint32_t app_addr) |
Function for validating application region. More... | |
uint32_t | bootloader_dfu_start (void) |
Function for starting the Device Firmware Update. More... | |
void | bootloader_app_start (uint32_t app_addr) |
Function for. More... | |
void | bootloader_settings_get (bootloader_settings_t *const p_settings) |
Function for retrieving the bootloader settings. More... | |
void | bootloader_dfu_update_process (dfu_update_status_t update_status) |
Function for processing DFU status update. More... | |
bool bootloader_app_is_valid | ( | uint32_t | app_addr | ) |
[in] | app_addr | Address to the region where the application is stored. |
true | If Application region is valid. |
false | If Application region is not valid. |
uint32_t bootloader_dfu_start | ( | void | ) |
NRF_SUCCESS | If new appliction image was successfully transfered. |
void bootloader_app_start | ( | uint32_t | app_addr | ) |
[in] | app_addr | Address to the region where the application is stored. |
void bootloader_settings_get | ( | bootloader_settings_t *const | p_settings | ) |
[out] | p_settings | A copy of the current bootloader settings is returned in the structure provided. |
void bootloader_dfu_update_process | ( | dfu_update_status_t | update_status | ) |
[in] | update_status | DFU update status. |