Searched defs:us_time (Results 1 – 2 of 2) sorted by relevance
91 uint16_t us_time = PHY_US_TIME_FROM_SYMBOLS(PHY_SYMBOLS_FROM_OCTETS(psdu_length)); in nrf_802154_frame_duration_get() local114 uint16_t us_time = MAX_RAMP_DOWN_TIME + TX_RAMP_UP_TIME + nrf_802154_frame_duration_get( in nrf_802154_tx_duration_get() local136 uint16_t us_time = PHY_US_TIME_FROM_SYMBOLS(A_CCA_DURATION_SYMBOLS) + RX_TX_TURNAROUND_TIME; in nrf_802154_cca_before_tx_duration_get() local154 uint16_t us_time = nrf_802154_frame_duration_get(psdu_length, true, true); in nrf_802154_rx_duration_get() local167 uint16_t us_time = MAX_RAMP_DOWN_TIME + in nrf_802154_cca_duration_get() local
153 #define NRFX_DELAY_US(us_time) argument