Home
last modified time | relevance | path

Searched refs:iqInverted (Results 1 – 7 of 7) sorted by relevance

/loramac-node-3.4.0/src/radio/
Dradio.h209 bool iqInverted, bool rxContinuous );
249 uint8_t hopPeriod, bool iqInverted, uint32_t timeout );
/loramac-node-3.4.0/src/radio/sx1272/
Dsx1272.h266 bool iqInverted, bool rxContinuous );
307 uint8_t hopPeriod, bool iqInverted, uint32_t timeout );
Dsx1272.c424 bool iqInverted, bool rxContinuous ) in SX1272SetRxConfig() argument
440 SX1272.Settings.Fsk.IqInverted = iqInverted; in SX1272SetRxConfig()
484 SX1272.Settings.LoRa.IqInverted = iqInverted; in SX1272SetRxConfig()
567 uint8_t hopPeriod, bool iqInverted, uint32_t timeout ) in SX1272SetTxConfig() argument
586 SX1272.Settings.Fsk.IqInverted = iqInverted; in SX1272SetTxConfig()
620 SX1272.Settings.LoRa.IqInverted = iqInverted; in SX1272SetTxConfig()
/loramac-node-3.4.0/src/radio/sx1276/
Dsx1276.h268 bool iqInverted, bool rxContinuous );
311 uint8_t hopPeriod, bool iqInverted, uint32_t timeout );
Dsx1276.c475 bool iqInverted, bool rxContinuous ) in SX1276SetRxConfig() argument
491 SX1276.Settings.Fsk.IqInverted = iqInverted; in SX1276SetRxConfig()
541 SX1276.Settings.LoRa.IqInverted = iqInverted; in SX1276SetRxConfig()
645 uint8_t hopPeriod, bool iqInverted, uint32_t timeout ) in SX1276SetTxConfig() argument
664 SX1276.Settings.Fsk.IqInverted = iqInverted; in SX1276SetTxConfig()
704 SX1276.Settings.LoRa.IqInverted = iqInverted; in SX1276SetTxConfig()
/loramac-node-3.4.0/src/radio/sx126x/
Dradio.c132 bool iqInverted, bool rxContinuous );
173 uint8_t HopPeriod, bool iqInverted, uint32_t timeout );
644 bool iqInverted, bool rxContinuous ) in RadioSetRxConfig() argument
738 SX126x.PacketParams.Params.LoRa.InvertIQ = ( RadioLoRaIQModes_t )iqInverted; in RadioSetRxConfig()
768 uint8_t hopPeriod, bool iqInverted, uint32_t timeout ) in RadioSetTxConfig() argument
844 SX126x.PacketParams.Params.LoRa.InvertIQ = ( RadioLoRaIQModes_t )iqInverted; in RadioSetTxConfig()
/loramac-node-3.4.0/src/radio/lr1110/
Dradio.c130 … uint8_t payloadLen, bool crcOn, bool FreqHopOn, uint8_t HopPeriod, bool iqInverted,
170 uint8_t HopPeriod, bool iqInverted, uint32_t timeout );
603 … uint8_t payloadLen, bool crcOn, bool freqHopOn, uint8_t hopPeriod, bool iqInverted, in RadioSetRxConfig() argument
701 … LR1110.packet_params.packet.lora.iq = ( lr1110_radio_lora_iq_t ) iqInverted; in RadioSetRxConfig()
716 uint8_t hopPeriod, bool iqInverted, uint32_t timeout ) in RadioSetTxConfig() argument
794 … LR1110.packet_params.packet.lora.iq = ( lr1110_radio_lora_iq_t ) iqInverted; in RadioSetTxConfig()