Searched refs:rxBandwidth (Results 1 – 7 of 7) sorted by relevance
/loramac-node-latest/src/radio/sx126x/ |
D | radio.c | 73 bool RadioIsChannelFree( uint32_t freq, uint32_t rxBandwidth, int16_t rssiThresh, uint32_t maxCarri… 586 bool RadioIsChannelFree( uint32_t freq, uint32_t rxBandwidth, int16_t rssiThresh, uint32_t maxCarri… in RadioIsChannelFree() argument 597 RadioSetRxConfig( MODEM_FSK, rxBandwidth, 600, 0, rxBandwidth, 3, 0, false, in RadioIsChannelFree()
|
/loramac-node-latest/src/radio/ |
D | radio.h | 152 …bool ( *IsChannelFree )( uint32_t freq, uint32_t rxBandwidth, int16_t rssiThresh, uint32_t maxC…
|
/loramac-node-latest/src/radio/lr1110/ |
D | radio.c | 75 bool RadioIsChannelFree( uint32_t freq, uint32_t rxBandwidth, int16_t rssiThresh, uint32_t maxCarri… 556 bool RadioIsChannelFree( uint32_t freq, uint32_t rxBandwidth, int16_t rssiThresh, uint32_t maxCarri… in RadioIsChannelFree() argument 567 RadioSetRxConfig( MODEM_FSK, rxBandwidth, 600, 0, rxBandwidth, 3, 0, false, in RadioIsChannelFree()
|
/loramac-node-latest/src/radio/sx1272/ |
D | sx1272.h | 207 bool SX1272IsChannelFree( uint32_t freq, uint32_t rxBandwidth, int16_t rssiThresh, uint32_t maxCarr…
|
D | sx1272.c | 346 bool SX1272IsChannelFree( uint32_t freq, uint32_t rxBandwidth, int16_t rssiThresh, uint32_t maxCarr… in SX1272IsChannelFree() argument 358 SX1272Write( REG_RXBW, GetFskBandwidthRegValue( rxBandwidth ) ); in SX1272IsChannelFree() 359 SX1272Write( REG_AFCBW, GetFskBandwidthRegValue( rxBandwidth ) ); in SX1272IsChannelFree()
|
/loramac-node-latest/src/radio/sx1276/ |
D | sx1276.h | 207 bool SX1276IsChannelFree( uint32_t freq, uint32_t rxBandwidth, int16_t rssiThresh, uint32_t maxCarr…
|
D | sx1276.c | 357 bool SX1276IsChannelFree( uint32_t freq, uint32_t rxBandwidth, int16_t rssiThresh, uint32_t maxCarr… in SX1276IsChannelFree() argument 369 SX1276Write( REG_RXBW, GetFskBandwidthRegValue( rxBandwidth ) ); in SX1276IsChannelFree() 370 SX1276Write( REG_AFCBW, GetFskBandwidthRegValue( rxBandwidth ) ); in SX1276IsChannelFree()
|