Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h1230 net_time_t expected_rx_time; member
/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.c1000 bool changed = (config->expected_rx_time - nrf5_data.csl_rx_time) % period_ns; in nrf5_configure()
1002 nrf5_data.csl_rx_time = config->expected_rx_time; in nrf5_configure()
1008 nrf_802154_timestamp_phr_to_mhr_convert(config->expected_rx_time / in nrf5_configure()
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c905 custom_configure_csl_rx_time_mock_csl_rx_time = config->expected_rx_time; in custom_configure_csl_rx_time()
/Zephyr-latest/modules/openthread/platform/
Dradio.c1422 .expected_rx_time = in otPlatRadioUpdateCslSampleTime()