Searched refs:adjustments (Results 1 – 3 of 3) sorted by relevance
689 nrf_802154_bsim_utils_core_hooks_adjustments_t adjustments; in nrf_802154_ie_writer_tx_started_hook() local691 nrf_802154_bsim_utils_core_hooks_adjustments_get(&adjustments); in nrf_802154_ie_writer_tx_started_hook()693 m_csl_time_to_radio_address_us = adjustments.tx_started.time_to_radio_address_us; in nrf_802154_ie_writer_tx_started_hook()719 nrf_802154_bsim_utils_core_hooks_adjustments_t adjustments; in nrf_802154_ie_writer_tx_ack_started_hook() local721 nrf_802154_bsim_utils_core_hooks_adjustments_get(&adjustments); in nrf_802154_ie_writer_tx_ack_started_hook()723 m_csl_time_to_radio_address_us = adjustments.tx_ack_started.time_to_radio_address_us; in nrf_802154_ie_writer_tx_ack_started_hook()
123 nrf_802154_bsim_utils_core_hooks_adjustments_t adjustments; in timeout_timer_start() local125 nrf_802154_bsim_utils_core_hooks_adjustments_get(&adjustments); in timeout_timer_start()127 m_dt += adjustments.tx_started.time_to_radio_address_us; in timeout_timer_start()
1097 nrf_802154_bsim_utils_core_hooks_adjustments_t adjustments; in tx_init() local1099 adjustments.tx_started.time_to_radio_address_us = in tx_init()1105 adjustments.tx_started.time_to_radio_address_us += in tx_init()1110 adjustments.tx_started.time_to_radio_address_us += TX_RAMP_UP_TIME; in tx_init()1113 adjustments.tx_started.time_to_radio_address_us += PHY_US_TIME_FROM_SYMBOLS(PHY_SHR_SYMBOLS); in tx_init()1115 nrf_802154_bsim_utils_core_hooks_adjustments_set(&adjustments); in tx_init()2053 nrf_802154_bsim_utils_core_hooks_adjustments_t adjustments; in nrf_802154_trx_receive_frame_received() local2055 adjustments.tx_ack_started.time_to_radio_address_us = in nrf_802154_trx_receive_frame_received()2058 nrf_802154_bsim_utils_core_hooks_adjustments_set(&adjustments); in nrf_802154_trx_receive_frame_received()