![]() |
Kinetis Bootloader
2.0.0
Common bootloader for Kinetis devices
|
Structure of a bootloader HID report. More...
#include <bootloader_hid_report_ids.h>
Collaboration diagram for bl_hid_report_t:Data Fields | |
| bl_hid_header_t | header |
| Header of the report. | |
| uint8_t | packet [kMinPacketBufferSize] |
| The packet data that is transferred in the report. | |
Structure of a bootloader HID report.
| bl_hid_header_t header |
Header of the report.
| uint8_t packet[kMinPacketBufferSize] |
The packet data that is transferred in the report.