Represents the possible device error states. More...
#include <OnethinxExt01.h>
Data Fields | |
| uint16_t | Value |
| struct { | |
| uint8_t Rc64kCalib: 1 | |
| RC 64kHz oscillator calibration failed. More... | |
| uint8_t Rc13mCalib: 1 | |
| RC 13MHz oscillator calibration failed. More... | |
| uint8_t PllCalib: 1 | |
| PLL calibration failed. More... | |
| uint8_t AdcCalib: 1 | |
| ADC calibration failed. More... | |
| uint8_t ImgCalib: 1 | |
| Image calibration failed. More... | |
| uint8_t XoscStart: 1 | |
| XOSC oscillator failed to start. More... | |
| uint8_t PllLock: 1 | |
| PLL lock failed. More... | |
| uint8_t BuckStart: 1 | |
| Buck converter failed to start. More... | |
| uint8_t PaRamp: 1 | |
| PA ramp failed. More... | |
| uint8_t __pad0__: 7 | |
| Reserved. More... | |
| }; | |
Represents the possible device error states.
| struct { ... } |
| uint8_t __pad0__ |
Reserved.
| uint8_t AdcCalib |
ADC calibration failed.
| uint8_t BuckStart |
Buck converter failed to start.
| uint8_t ImgCalib |
Image calibration failed.
| uint8_t PaRamp |
PA ramp failed.
| uint8_t PllCalib |
PLL calibration failed.
| uint8_t PllLock |
PLL lock failed.
| uint8_t Rc13mCalib |
RC 13MHz oscillator calibration failed.
| uint8_t Rc64kCalib |
RC 64kHz oscillator calibration failed.
| uint16_t Value |
| uint8_t XoscStart |
XOSC oscillator failed to start.