PX4 Firmware
PX4 Autopilot Software http://px4.io
bootloader_app_shared_t Struct Reference

#include <boot_app_shared.h>

Collaboration diagram for bootloader_app_shared_t:

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
 

Detailed Description

Definition at line 101 of file boot_app_shared.h.

Member Data Documentation

◆ bus_speed

uint32_t bootloader_app_shared_t::bus_speed

◆ crc

union { ... } bootloader_app_shared_t::crc

◆ node_id

uint32_t bootloader_app_shared_t::node_id

◆ signature

uint32_t bootloader_app_shared_t::signature

◆ ul

uint32_t bootloader_app_shared_t::ul[2]

Definition at line 104 of file boot_app_shared.h.

Referenced by read(), and write().

◆ ull

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().

◆ valid

uint8_t bootloader_app_shared_t::valid

Definition at line 105 of file boot_app_shared.h.


The documentation for this struct was generated from the following file: