Home
last modified time | relevance | path

Searched defs:us_time (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_procedures_duration.h91 uint16_t us_time = PHY_US_TIME_FROM_SYMBOLS(PHY_SYMBOLS_FROM_OCTETS(psdu_length)); in nrf_802154_frame_duration_get() local
114 uint16_t us_time = MAX_RAMP_DOWN_TIME + TX_RAMP_UP_TIME + nrf_802154_frame_duration_get( in nrf_802154_tx_duration_get() local
136 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() local
154 uint16_t us_time = nrf_802154_frame_duration_get(psdu_length, true, true); in nrf_802154_rx_duration_get() local
167 uint16_t us_time = MAX_RAMP_DOWN_TIME + in nrf_802154_cca_duration_get() local
/hal_nordic-latest/nrfx/templates/
Dnrfx_glue.h153 #define NRFX_DELAY_US(us_time) argument