Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/ieee802154/
Dieee802154_nrf5.h112 bool rx_on_when_idle; member
Dieee802154_nrf5.c752 nrf5_radio->rx_on_when_idle = true; in nrf5_init()
985 nrf_802154_rx_on_when_idle_set(config->rx_on_when_idle); in nrf5_configure()
986 nrf5_data.rx_on_when_idle = config->rx_on_when_idle; in nrf5_configure()
1067 if (!nrf5_data.rx_on_when_idle) { in nrf_802154_receive_failed()
/Zephyr-Core-3.6.0/include/zephyr/net/
Dieee802154_radio.h1144 bool rx_on_when_idle; member
/Zephyr-Core-3.6.0/modules/openthread/platform/
Dradio.c900 .rx_on_when_idle = aRxOnWhenIdle in otPlatRadioSetRxOnWhenIdle()