Home
last modified time | relevance | path

Searched refs:intermediate (Results 1 – 4 of 4) sorted by relevance

/loramac-node-3.7.0/src/radio/sx126x/
Dradio.c985 int32_t intermediate = in RadioGetLoRaTimeOnAirNumerator() local
990 intermediate += 2; in RadioGetLoRaTimeOnAirNumerator()
993 return ( uint32_t )( ( 4 * intermediate + 1 ) * ( 1 << ( datarate - 2 ) ) ); in RadioGetLoRaTimeOnAirNumerator()
/loramac-node-3.7.0/src/radio/lr1110/
Dradio.c920 int32_t intermediate = in RadioGetLoRaTimeOnAirNumerator() local
925 intermediate += 2; in RadioGetLoRaTimeOnAirNumerator()
928 return ( uint32_t )( ( 4 * intermediate + 1 ) * ( 1 << ( datarate - 2 ) ) ); in RadioGetLoRaTimeOnAirNumerator()
/loramac-node-3.7.0/src/radio/sx1272/
Dsx1272.c1374 int32_t intermediate = in SX1272GetLoRaTimeOnAirNumerator() local
1379 intermediate += 2; in SX1272GetLoRaTimeOnAirNumerator()
1382 return ( uint32_t )( ( 4 * intermediate + 1 ) * ( 1 << ( datarate - 2 ) ) ); in SX1272GetLoRaTimeOnAirNumerator()
/loramac-node-3.7.0/src/radio/sx1276/
Dsx1276.c1514 int32_t intermediate = in SX1276GetLoRaTimeOnAirNumerator() local
1519 intermediate += 2; in SX1276GetLoRaTimeOnAirNumerator()
1522 return ( uint32_t )( ( 4 * intermediate + 1 ) * ( 1 << ( datarate - 2 ) ) ); in SX1276GetLoRaTimeOnAirNumerator()