Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/net/
Dieee802154_radio.h284 uint32_t csl_rx_time; /* in microseconds, member
/Zephyr-Core-3.4.0/drivers/ieee802154/
Dieee802154_nrf5.c947 uint64_t csl_rx_time = target_time_convert_to_64_bits(config->csl_rx_time); in nrf5_configure() local
949 nrf_802154_csl_writer_anchor_time_set(csl_rx_time); in nrf5_configure()
/Zephyr-Core-3.4.0/modules/openthread/platform/
Dradio.c1196 struct ieee802154_config config = { .csl_rx_time = aCslSampleTime }; in otPlatRadioUpdateCslSampleTime()