Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/radio/sx126x/
Dsx126x.h697 uint8_t PllCalib : 1; //!< PLL calibration failed member
Dsx126x.c785 error.Fields.PllCalib = ( err[1] & ( 1 << 2 ) ) >> 2; in SX126xGetDeviceErrors()