Home
last modified time | relevance | path

Searched refs:Rc13mCalib (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/radio/sx126x/
Dsx126x.h696 …uint8_t Rc13mCalib : 1; //!< RC 13MHz oscillator calibration failed member
Dsx126x.c786 error.Fields.Rc13mCalib = ( err[1] & ( 1 << 1 ) ) >> 1; in SX126xGetDeviceErrors()