Si4463 Radio Library for AVR and Arduino
1.0
|
Data structure for storing chip info from Si446x_getInfo() More...
#include <Si446x.h>
Data Fields | |
uint8_t | chipRev |
Chip revision. More... | |
uint16_t | part |
Part ID. More... | |
uint8_t | partBuild |
Part build. More... | |
uint16_t | id |
ID. More... | |
uint8_t | customer |
Customer. More... | |
uint8_t | romId |
ROM ID (3 = revB1B, 6 = revC2A) More... | |
uint8_t | revExternal |
Revision external. More... | |
uint8_t | revBranch |
Revision branch. More... | |
uint8_t | revInternal |
Revision internal. More... | |
uint16_t | patch |
Patch. More... | |
uint8_t | func |
Function. More... | |
Data structure for storing chip info from Si446x_getInfo()
uint8_t chipRev |
Chip revision.
uint8_t customer |
Customer.
uint8_t func |
Function.
uint16_t id |
ID.
uint16_t part |
Part ID.
uint8_t partBuild |
Part build.
uint16_t patch |
Patch.
uint8_t revBranch |
Revision branch.
uint8_t revExternal |
Revision external.
uint8_t revInternal |
Revision internal.
uint8_t romId |
ROM ID (3 = revB1B, 6 = revC2A)