Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_mcxw.c78 static void rf_rx_on_idle(uint32_t newValue);
219 rf_rx_on_idle(RX_ON_IDLE_START); in mcxw_start()
552 rf_rx_on_idle(RX_ON_IDLE_START); in mcxw_rx_thread()
1017 rf_rx_on_idle(RX_ON_IDLE_STOP); in pd_mac_sap_handler()
1189 rf_rx_on_idle(RX_ON_IDLE_START); in mcxw_configure()
1191 rf_rx_on_idle(RX_ON_IDLE_STOP); in mcxw_configure()
1309 static void rf_rx_on_idle(uint32_t new_val) in rf_rx_on_idle() function