Encryp_u
Dependencies: BLE_API_Encryp CyaSSL-Encryp eMPL_MPU6050 mbed
Fork of Encryptulator2 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 18:43:24 by
1.7.2
