Searched refs:hopPeriod (Results 1 – 7 of 7) sorted by relevance
/loramac-node-latest/src/radio/ |
D | radio.h | 208 bool crcOn, bool freqHopOn, uint8_t hopPeriod, 249 uint8_t hopPeriod, bool iqInverted, uint32_t timeout );
|
/loramac-node-latest/src/radio/sx1272/ |
D | sx1272.h | 265 bool crcOn, bool freqHopOn, uint8_t hopPeriod, 307 uint8_t hopPeriod, bool iqInverted, uint32_t timeout );
|
D | sx1272.c | 423 bool crcOn, bool freqHopOn, uint8_t hopPeriod, in SX1272SetRxConfig() argument 483 SX1272.Settings.LoRa.HopPeriod = hopPeriod; in SX1272SetRxConfig() 567 uint8_t hopPeriod, bool iqInverted, uint32_t timeout ) in SX1272SetTxConfig() argument 618 SX1272.Settings.LoRa.HopPeriod = hopPeriod; in SX1272SetTxConfig()
|
/loramac-node-latest/src/radio/sx1276/ |
D | sx1276.h | 267 bool crcOn, bool freqHopOn, uint8_t hopPeriod, 311 uint8_t hopPeriod, bool iqInverted, uint32_t timeout );
|
D | sx1276.c | 474 bool crcOn, bool freqHopOn, uint8_t hopPeriod, in SX1276SetRxConfig() argument 540 SX1276.Settings.LoRa.HopPeriod = hopPeriod; in SX1276SetRxConfig() 645 uint8_t hopPeriod, bool iqInverted, uint32_t timeout ) in SX1276SetTxConfig() argument 702 SX1276.Settings.LoRa.HopPeriod = hopPeriod; in SX1276SetTxConfig()
|
/loramac-node-latest/src/radio/sx126x/ |
D | radio.c | 643 bool crcOn, bool freqHopOn, uint8_t hopPeriod, in RadioSetRxConfig() argument 768 uint8_t hopPeriod, bool iqInverted, uint32_t timeout ) in RadioSetTxConfig() argument
|
/loramac-node-latest/src/radio/lr1110/ |
D | radio.c | 603 … uint8_t payloadLen, bool crcOn, bool freqHopOn, uint8_t hopPeriod, bool iqInverted, in RadioSetRxConfig() argument 716 uint8_t hopPeriod, bool iqInverted, uint32_t timeout ) in RadioSetTxConfig() argument
|