2.4.1.4 Enumerations
enum bl_image_id_t { IMAGE_0 = 0x00, IMAGE_1, IMAGE_2 }
Contains the code corresponding to the various image IDs used in the system.
enum bl_block_type_t { UNLOCK_BOOTLOADER = 0x01U, WRITE_FLASH = 0x02U, WRITE_EEPROM = 0x03U }
Contains the code corresponding to the various types of data blocks that the bootloader supports.
