PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <boot_app_shared.h>
Public Attributes | |
union { | |
uint64_t ull | |
uint32_t ul [2] | |
uint8_t valid | |
} | crc |
uint32_t | signature |
uint32_t | bus_speed |
uint32_t | node_id |
Definition at line 101 of file boot_app_shared.h.
uint32_t bootloader_app_shared_t::bus_speed |
Definition at line 108 of file boot_app_shared.h.
Referenced by calulate_signature(), UavcanEsc::cb_beginfirmware_update(), UavcanNode::cb_beginfirmware_update(), read(), uavcannode_start(), and write().
union { ... } bootloader_app_shared_t::crc |
Referenced by bootloader_app_shared_read(), bootloader_app_shared_write(), read(), and write().
uint32_t bootloader_app_shared_t::node_id |
Definition at line 109 of file boot_app_shared.h.
Referenced by calulate_signature(), UavcanEsc::cb_beginfirmware_update(), UavcanNode::cb_beginfirmware_update(), read(), uavcannode_start(), and write().
uint32_t bootloader_app_shared_t::signature |
Definition at line 107 of file boot_app_shared.h.
Referenced by bootloader_app_shared_init(), bootloader_app_shared_read(), bootloader_app_shared_write(), calulate_signature(), read(), and write().
uint32_t bootloader_app_shared_t::ul[2] |
Definition at line 104 of file boot_app_shared.h.
uint64_t bootloader_app_shared_t::ull |
Definition at line 103 of file boot_app_shared.h.
Referenced by bootloader_app_shared_read(), and bootloader_app_shared_write().
uint8_t bootloader_app_shared_t::valid |
Definition at line 105 of file boot_app_shared.h.