Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
bootloader.h File Reference
Go to the source code of this file.
Functions | |
uint32_t | bootloader_init (void) |
Function for initializing the Bootloader. | |
bool | bootloader_app_is_valid (uint32_t app_addr) |
Function for validating application region in flash. | |
uint32_t | bootloader_dfu_start (void) |
Function for starting the Device Firmware Update. | |
void | bootloader_app_start (uint32_t app_addr) |
Function for exiting bootloader and booting into application. | |
void | bootloader_settings_get (bootloader_settings_t *const p_settings) |
Function for retrieving the bootloader settings. | |
void | bootloader_dfu_update_process (dfu_update_status_t update_status) |
Function for processing DFU status update. | |
bool | bootloader_dfu_sd_in_progress (void) |
Function getting state of SoftDevice update in progress. | |
uint32_t | bootloader_dfu_sd_update_continue (void) |
Function for continuing the Device Firmware Update of a SoftDevice. | |
uint32_t | bootloader_dfu_sd_update_finalize (void) |
Function for finalizing the Device Firmware Update of a SoftDevice. |
Detailed Description
Definition in file bootloader.h.
Generated on Tue Jul 12 2022 21:00:17 by
