Crate nrf_softdevice_mbr
source ·Structs
@brief This command works like memcmp, but takes the length in words.
@brief This command copies a new BootLoader.
@brief This command copies part of a new SoftDevice
@brief Sets the base address of the interrupt vector table for interrupts forwarded from the MBR
@brief Input structure containing data used when calling ::sd_mbr_command
@brief Change the address the MBR starts after a reset
Constants
< This command works like memcmp. @see ::sd_mbr_command_compare_t
< Copy a new BootLoader. @see ::sd_mbr_command_copy_bl_t
< Copy a new SoftDevice. @see ::sd_mbr_command_copy_sd_t
< Initialize forwarding interrupts to SD, and run reset function in SD. Does not require any parameters in ::sd_mbr_command_t params.
< Start forwarding all interrupts to this address. @see ::sd_mbr_command_irq_forward_address_set_t
< Change the address the MBR starts after a reset. @see ::sd_mbr_command_vector_table_base_set_t
< ::sd_mbr_command
Functions
@brief Issue Master Boot Record commands
Type Definitions
@brief Possible values for ::sd_mbr_command_t.command
@brief nRF Master Boot Record API SVC numbers.