Searched refs:crcOn (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/solutions/lora_p2p_demo/ |
A D | radio.c | 131 bool crcOn, bool FreqHopOn, uint8_t HopPeriod, 172 bool fixLen, bool crcOn, bool FreqHopOn, 212 bool crcOn ); 663 if( crcOn == true ) in RadioSetRxConfig() 754 bool fixLen, bool crcOn, bool freqHopOn, in RadioSetTxConfig() argument 775 if( crcOn == true ) in RadioSetTxConfig() 905 bool crcOn ) in RadioGetGfskTimeOnAirNumerator() argument 915 ( ( crcOn == true ) ? 2 : 0 ) in RadioGetGfskTimeOnAirNumerator() 923 bool crcOn ) in RadioGetLoRaTimeOnAirNumerator() argument 946 ( crcOn ? 16 : 0 ) - in RadioGetLoRaTimeOnAirNumerator() [all …]
|
A D | radio.h | 208 bool crcOn, bool freqHopOn, uint8_t hopPeriod, 248 bool fixLen, bool crcOn, bool freqHopOn, 286 bool crcOn );
|
Completed in 10 milliseconds