Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h949 IEEE802154_CONFIG_CSL_PERIOD, enumerator
/Zephyr-latest/modules/openthread/platform/
Dradio.c1382 result = radio_api->configure(radio_dev, IEEE802154_CONFIG_CSL_PERIOD, &config); in otPlatRadioEnableCsl()
1403 result = radio_api->configure(radio_dev, IEEE802154_CONFIG_CSL_PERIOD, &config); in otPlatRadioResetCsl()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.c1026 case IEEE802154_CONFIG_CSL_PERIOD: { in nrf5_configure()