Searched refs:_us_to_machinetime (Results 1 – 1 of 1) sorted by relevance
260 static uint32_t _us_to_machinetime(uint32_t time);691 abs_timeout_mt = RADIO_TIMER_Context.last_anchor_mt + _us_to_machinetime(rel_timeout_us); in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()1143 context->TxRxDelay.tim12_delay_mt = _us_to_machinetime(BLUEGLOB->TIMER12INITDELAYCAL); in _configureTxRxDelay()1144 …context->TxRxDelay.tx_cal_delay = _us_to_machinetime(BLUEGLOB->TRANSMITCALDELAYCHK + tx_delay_star… in _configureTxRxDelay()1145 …context->TxRxDelay.tx_no_cal_delay = _us_to_machinetime(BLUEGLOB->TRANSMITNOCALDELAYCHK + tx_delay… in _configureTxRxDelay()1146 context->TxRxDelay.rx_cal_delay = _us_to_machinetime(BLUEGLOB->RECEIVECALDELAYCHK); in _configureTxRxDelay()1147 context->TxRxDelay.rx_no_cal_delay = _us_to_machinetime(BLUEGLOB->RECEIVENOCALDELAYCHK); in _configureTxRxDelay()1164 static uint32_t _us_to_machinetime(uint32_t time) in _us_to_machinetime() function