Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_npcx_spip.c185 if (WAIT_FOR(!IS_BIT_SET(reg_base->SPIP_STAT, NPCX_SPIP_STAT_BSY), in spi_npcx_spip_xfer_frame()
193 if (WAIT_FOR(IS_BIT_SET(reg_base->SPIP_STAT, NPCX_SPIP_STAT_RBF), in spi_npcx_spip_xfer_frame()
222 status = reg_base->SPIP_STAT; in spi_npcx_spip_isr()
292 while (IS_BIT_SET(reg_base->SPIP_STAT, NPCX_SPIP_STAT_RBF)) { in transceive()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h1780 volatile uint8_t SPIP_STAT; member