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

#include <otp.h>

Collaboration diagram for otp:

Public Attributes

char id [4]
 
uint8_t id_type
 4 bytes < 'P' 'X' '4' '
' More...
 
uint32_t vid
 1 byte < 0 for USB VID, 1 for generic VID More...
 
uint32_t pid
 4 bytes More...
 
char unused [19]
 4 bytes More...
 
char signature [128]
 19 bytes More...
 
uint32_t lock_bytes [4]
 

Detailed Description

Definition at line 104 of file otp.h.

Member Data Documentation

◆ id

char otp::id[4]

Definition at line 106 of file otp.h.

◆ id_type

uint8_t otp::id_type

4 bytes < 'P' 'X' '4' '
'

Definition at line 107 of file otp.h.

◆ lock_bytes

uint32_t otp::lock_bytes[4]

Definition at line 114 of file otp.h.

◆ pid

uint32_t otp::pid

4 bytes

Definition at line 109 of file otp.h.

◆ signature

char otp::signature[128]

19 bytes

Definition at line 112 of file otp.h.

◆ unused

char otp::unused[19]

4 bytes

Definition at line 110 of file otp.h.

◆ vid

uint32_t otp::vid

1 byte < 0 for USB VID, 1 for generic VID

Definition at line 108 of file otp.h.


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