Bootloader Core#
Core bootloader functionality.
Core functionality for the Silicon Labs Bootloader.
Modules#
Functions#
int32_t
btl_init(void)
Initialize bootloader.
int32_t
btl_deinit(void)
Deinitialize bootloader.
Function Documentation#
btl_init#
int32_t btl_init (void )
Initialize bootloader.
Parameters
N/A |
Returns
Error code. BOOTLOADER_OK on success, else error code in BOOTLOADER_ERROR_INIT_BASE range.
Definition at line
36
of file platform/bootloader/core/btl_core.h
btl_deinit#
int32_t btl_deinit (void )
Deinitialize bootloader.
Parameters
N/A |
Returns
Error code. BOOTLOADER_OK on success, else error code in BOOTLOADER_ERROR_INIT_BASE range.
Definition at line
44
of file platform/bootloader/core/btl_core.h