S140 SoftDevice v6.1.0
Enumerations

Enumerations

enum  NRF_MBR_SVCS { SD_MBR_COMMAND = (0x18) }
 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,
  SD_MBR_COMMAND_RESERVED,
  SD_MBR_COMMAND_IRQ_FORWARD_ADDRESS_SET
}
 Possible values for sd_mbr_command_t.command. More...
 

Detailed Description

Enumeration Type Documentation

Possible values for sd_mbr_command_t.command.

Enumerator
SD_MBR_COMMAND_COPY_BL 

Copy 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 

Initialize forwarding interrupts to SD, and run reset function in SD. Does not require any parameters in sd_mbr_command_t params.

SD_MBR_COMMAND_COMPARE 

This command works like memcmp.

See Also
sd_mbr_command_compare_t
SD_MBR_COMMAND_VECTOR_TABLE_BASE_SET 

Change the address the MBR starts after a reset.

See Also
sd_mbr_command_vector_table_base_set_t
SD_MBR_COMMAND_IRQ_FORWARD_ADDRESS_SET 

Start forwarding all interrupts to this address.

See Also
sd_mbr_command_irq_forward_address_set_t

nRF Master Boot Record API SVC numbers.

Enumerator
SD_MBR_COMMAND 

sd_mbr_command


Documentation feedback | Developer Zone | Subscribe | Updated