Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h521 IEEE802154_RX_ON_WHEN_IDLE = BIT(12), enumerator
/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.c254 IEEE802154_RX_ON_WHEN_IDLE | in nrf5_get_capabilities_at_boot()
Dieee802154_mcxw.c1231 IEEE802154_RX_ON_WHEN_IDLE | IEEE802154_HW_TX_SEC | in mcxw_get_capabilities()
/Zephyr-latest/modules/openthread/platform/
Dradio.c1016 if (radio_caps & IEEE802154_RX_ON_WHEN_IDLE) { in otPlatRadioGetCaps()