Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/lora/
Drylrxxx.c74 #define RYLR_IS_RX_PENDING(flags) (flags & (0x01 << RYLR_RX_PENDING_FLAG_POS)) macro
82 #define RYLR_IS_ASYNC_OP_PENDING(flags) (RYLR_IS_RX_PENDING(flags) || RYLR_IS_TX_PENDING(flags))
173 if (RYLR_IS_RX_PENDING(driver_data->pending_async_flags)) { in on_rx()