nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
sd_mbr_command_t Struct Reference

Data Fields

uint32_t command
 
union {
   sd_mbr_command_copy_sd_t   copy_sd
 
   sd_mbr_command_copy_bl_t   copy_bl
 
   sd_mbr_command_compare_t   compare
 
   sd_mbr_command_vector_table_base_set_t   base_set
 
params
 

Field Documentation

sd_mbr_command_vector_table_base_set_t sd_mbr_command_t::base_set

Parameters for vector table base set.

uint32_t sd_mbr_command_t::command

type of command to be issued see NRF_MBR_COMMANDS.

sd_mbr_command_compare_t sd_mbr_command_t::compare

Parameters for verify.

sd_mbr_command_copy_bl_t sd_mbr_command_t::copy_bl

Parameters for copy BootLoader.

sd_mbr_command_copy_sd_t sd_mbr_command_t::copy_sd

Parameters for copy SoftDevice.