Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c114 TxRxDelayTypeDef TxRxDelay; member
672 radio_init_delay = RADIO_TIMER_Context.TxRxDelay.tx_cal_delay; in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()
676 radio_init_delay = RADIO_TIMER_Context.TxRxDelay.tx_no_cal_delay; in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()
683 radio_init_delay = RADIO_TIMER_Context.TxRxDelay.rx_cal_delay; in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()
687 radio_init_delay = RADIO_TIMER_Context.TxRxDelay.rx_no_cal_delay; in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()
693 …event_time = (abs_timeout_mt - RADIO_TIMER_Context.TxRxDelay.tim12_delay_mt - radio_init_delay) & … in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()
715 radio_init_delay += RADIO_TIMER_Context.TxRxDelay.tim12_delay_mt; 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()
[all …]