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

#include <flashfs.h>

Collaboration diagram for flash_file_token_t:

Public Attributes

union {
   flash_file_tokens_t   t
 
   uint8_t   n [sizeof(flash_file_tokens_t)]
 
}; 
 

Detailed Description

Definition at line 75 of file flashfs.h.

Member Data Documentation

◆ @68

union { ... }

◆ n

uint8_t flash_file_token_t::n[sizeof(flash_file_tokens_t)]

Definition at line 78 of file flashfs.h.

◆ t

flash_file_tokens_t flash_file_token_t::t

Definition at line 77 of file flashfs.h.


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