4.4.4 Enumerations
enum bl_block_type_t { UNLOCK_BOOTLOADER = 0x01U, WRITE_FLASH = 0x02U, WRITE_EEPROM = 0x03U }
Contains codes 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 codes corresponding to the various types of data blocks that the bootloader supports.