Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_mcr20a_regs.h207 #define MCR20A_SEQ_STATE_MASK (0x1f) macro
Dieee802154_mcr20a.c423 } while ((state & MCR20A_SEQ_STATE_MASK) && retries); in xcvseq_wait_until_idle()
425 if (state & MCR20A_SEQ_STATE_MASK) { in xcvseq_wait_until_idle()