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.
Enumerations
[Master Boot Record API]
Enumerations | |
enum | NRF_MBR_SVCS { SD_MBR_COMMAND = MBR_SVC_BASE } |
nRF Master Boot Record API SVC numbers. More... | |
enum | NRF_MBR_COMMANDS { SD_MBR_COMMAND_COPY_BL, SD_MBR_COMMAND_COPY_SD, SD_MBR_COMMAND_INIT_SD, SD_MBR_COMMAND_COMPARE, SD_MBR_COMMAND_VECTOR_TABLE_BASE_SET } |
Possible values for sd_mbr_command_t.command. More... |
Enumeration Type Documentation
enum NRF_MBR_COMMANDS |
Possible values for sd_mbr_command_t.command.
- Enumerator:
SD_MBR_COMMAND_COPY_BL Copy a new a new BootLoader.
- See also:
- sd_mbr_command_copy_bl_t
SD_MBR_COMMAND_COPY_SD Copy a new SoftDevice.
- See also:
- sd_mbr_command_copy_sd_t
SD_MBR_COMMAND_INIT_SD Init forwarding interrupts to SD, and run reset function in SD.
SD_MBR_COMMAND_COMPARE This command works like memcmp.
- See also:
- sd_mbr_command_compare_t
SD_MBR_COMMAND_VECTOR_TABLE_BASE_SET Start forwarding all exception to this address.
enum NRF_MBR_SVCS |
Generated on Tue Jul 12 2022 20:04:44 by
