Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_pib.c98 …bool rx_on_when_idle; ///< Indicating if radio is in RxOnW… member
181 m_data.rx_on_when_idle = true; in nrf_802154_pib_init()
229 return m_data.rx_on_when_idle; in nrf_802154_pib_rx_on_when_idle_get()
234 m_data.rx_on_when_idle = enabled; in nrf_802154_pib_rx_on_when_idle_set()
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154.h1453 void nrf_802154_rx_on_when_idle_set(bool rx_on_when_idle);