4.12.4 Enumerations
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.
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.