Searched refs:intermediate (Results 1 – 4 of 4) sorted by relevance
985 int32_t intermediate = in RadioGetLoRaTimeOnAirNumerator() local990 intermediate += 2; in RadioGetLoRaTimeOnAirNumerator()993 return ( uint32_t )( ( 4 * intermediate + 1 ) * ( 1 << ( datarate - 2 ) ) ); in RadioGetLoRaTimeOnAirNumerator()
920 int32_t intermediate = in RadioGetLoRaTimeOnAirNumerator() local925 intermediate += 2; in RadioGetLoRaTimeOnAirNumerator()928 return ( uint32_t )( ( 4 * intermediate + 1 ) * ( 1 << ( datarate - 2 ) ) ); in RadioGetLoRaTimeOnAirNumerator()
1374 int32_t intermediate = in SX1272GetLoRaTimeOnAirNumerator() local1379 intermediate += 2; in SX1272GetLoRaTimeOnAirNumerator()1382 return ( uint32_t )( ( 4 * intermediate + 1 ) * ( 1 << ( datarate - 2 ) ) ); in SX1272GetLoRaTimeOnAirNumerator()
1514 int32_t intermediate = in SX1276GetLoRaTimeOnAirNumerator() local1519 intermediate += 2; in SX1276GetLoRaTimeOnAirNumerator()1522 return ( uint32_t )( ( 4 * intermediate + 1 ) * ( 1 << ( datarate - 2 ) ) ); in SX1276GetLoRaTimeOnAirNumerator()