Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.h112 bool rx_on_when_idle; member
Dieee802154_nrf5.c804 nrf5_radio->rx_on_when_idle = true; in nrf5_init()
1043 nrf_802154_rx_on_when_idle_set(config->rx_on_when_idle); in nrf5_configure()
1044 nrf5_data.rx_on_when_idle = config->rx_on_when_idle; in nrf5_configure()
1046 if (config->rx_on_when_idle == false) { in nrf5_configure()
1140 if (!nrf5_data.rx_on_when_idle) { in nrf_802154_receive_failed()
/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h1163 bool rx_on_when_idle; member
/Zephyr-latest/modules/openthread/platform/
Dradio.c1010 .rx_on_when_idle = aRxOnWhenIdle in otPlatRadioSetRxOnWhenIdle()