Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_mcxw.h45 RADIO_STATE_DISABLED = 0, enumerator
Dieee802154_mcxw.c184 __ASSERT(mcxw_ctx.state != RADIO_STATE_DISABLED, "Radio RX invalid state"); in mcxw_radio_receive()
215 __ASSERT(mcxw_radio->state == RADIO_STATE_DISABLED, "%s", __func__); in mcxw_start()
230 __ASSERT(mcxw_radio->state != RADIO_STATE_DISABLED, "%s", __func__); in mcxw_stop()
234 mcxw_radio->state = RADIO_STATE_DISABLED; in mcxw_stop()
242 (mcxw_ctx.state != RADIO_STATE_DISABLED))); in mcxw_radio_sleep()
364 __ASSERT(mcxw_radio->state != RADIO_STATE_DISABLED, "%s: radio disabled", __func__); in mcxw_tx()
611 (mcxw_radio->state != RADIO_STATE_DISABLED))); in mcxw_energy_scan()
1260 mcxw_radio->state = RADIO_STATE_DISABLED; in mcxw_init()