Searched refs:PaRamp (Results 1 – 2 of 2) sorted by relevance
/loramac-node-latest/src/radio/sx126x/ | ||
D | sx126x.h | 703 uint8_t PaRamp : 1; //!< PA ramp failed member |
D | sx126x.c | 780 error.Fields.PaRamp = ( err[0] & ( 1 << 0 ) ) >> 0; in SX126xGetDeviceErrors() |