Types

S112 SoftDevice v5.1.0-2.alpha API

Data Structures

struct sd_mbr_command_copy_sd_t
This command copies part of a new SoftDevice The destination area is erased before copying. If dst is in the middle of a flash page, that whole flash page will be erased. If (dst+len) is in the middle of a flash page, that whole flash page will be erased. More...
struct sd_mbr_command_compare_t
This command works like memcmp, but takes the length in words. More...
struct sd_mbr_command_copy_bl_t
This command copies a new BootLoader. With this command, destination of BootLoader is always the address written in NRF_UICR->BOOTADDR. More...
struct sd_mbr_command_vector_table_base_set_t
Change the address the MBR starts after a reset. More...
struct sd_mbr_command_irq_forward_address_set_t
Sets the base address of the interrupt vector table for interrupts forwarded from the MBR Unlike sd_mbr_command_vector_table_base_set_t , this function does not reset, and it does not change where the MBR starts after reset. More...
struct sd_mbr_command_t

Detailed Description