nRF51 SDK
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Types and definitions.

Bootloader module type and definitions. More...

Enumerations

enum  bootloader_bank_code_t {
  BANK_VALID_APP = 0x01,
  BANK_ERASED = 0xFE,
  BANK_INVALID_APP = 0xFF
}
 DFU Bank state code, which indicates wether the bank contains: A valid image, invalid image, or an erased flash.
 

Data Structures

struct  bootloader_settings_t
 Structure holding bootloader settings for application and bank data. More...
 

Detailed Description