Home
last modified time | relevance | path

Searched refs:pktLen (Results 1 – 10 of 10) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/mac/region/
DRegionCN779.c61 static TimerTime_t GetTimeOnAir( int8_t datarate, uint16_t pktLen ) in GetTimeOnAir() argument
69 … timeOnAir = Radio.TimeOnAir( MODEM_FSK, bandwidth, phyDr * 1000, 0, 5, false, pktLen, true ); in GetTimeOnAir()
73 timeOnAir = Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
DRegionEU433.c61 static TimerTime_t GetTimeOnAir( int8_t datarate, uint16_t pktLen ) in GetTimeOnAir() argument
69 … timeOnAir = Radio.TimeOnAir( MODEM_FSK, bandwidth, phyDr * 1000, 0, 5, false, pktLen, true ); in GetTimeOnAir()
73 timeOnAir = Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
DRegionEU868.c86 static TimerTime_t GetTimeOnAir( int8_t datarate, uint16_t pktLen ) in GetTimeOnAir() argument
94 … timeOnAir = Radio.TimeOnAir( MODEM_FSK, bandwidth, phyDr * 1000, 0, 5, false, pktLen, true ); in GetTimeOnAir()
98 timeOnAir = Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
DRegionIN865.c61 static TimerTime_t GetTimeOnAir( int8_t datarate, uint16_t pktLen ) in GetTimeOnAir() argument
69 … timeOnAir = Radio.TimeOnAir( MODEM_FSK, bandwidth, phyDr * 1000, 0, 5, false, pktLen, true ); in GetTimeOnAir()
73 timeOnAir = Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
DRegionRU864.c62 static TimerTime_t GetTimeOnAir( int8_t datarate, uint16_t pktLen ) in GetTimeOnAir() argument
70 … timeOnAir = Radio.TimeOnAir( MODEM_FSK, bandwidth, phyDr * 1000, 0, 5, false, pktLen, true ); in GetTimeOnAir()
74 timeOnAir = Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
DRegionAS923.c227 static TimerTime_t GetTimeOnAir( int8_t datarate, uint16_t pktLen ) in GetTimeOnAir() argument
235 … timeOnAir = Radio.TimeOnAir( MODEM_FSK, bandwidth, phyDr * 1000, 0, 5, false, pktLen, true ); in GetTimeOnAir()
239 timeOnAir = Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
DRegionAU915.c74 static TimerTime_t GetTimeOnAir( int8_t datarate, uint16_t pktLen ) in GetTimeOnAir() argument
79 return Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
DRegionKR920.c96 static TimerTime_t GetTimeOnAir( int8_t datarate, uint16_t pktLen ) in GetTimeOnAir() argument
101 return Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
DRegionUS915.c94 static TimerTime_t GetTimeOnAir( int8_t datarate, uint16_t pktLen ) in GetTimeOnAir() argument
99 return Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
DRegionCN470.c286 static TimerTime_t GetTimeOnAir( int8_t datarate, uint16_t pktLen ) in GetTimeOnAir() argument
291 return Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()