Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_ie_writer.c689 nrf_802154_bsim_utils_core_hooks_adjustments_t adjustments; in nrf_802154_ie_writer_tx_started_hook() local
691 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() local
721 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()
Dnrf_802154_precise_ack_timeout.c123 nrf_802154_bsim_utils_core_hooks_adjustments_t adjustments; in timeout_timer_start() local
125 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()
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_core.c1097 nrf_802154_bsim_utils_core_hooks_adjustments_t adjustments; in tx_init() local
1099 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() local
2055 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()