Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/serial/
Duart_npcx.c83 return !(GET_FIELD(inst->UFTSTS, NPCX_UFTSTS_TEMPTY_LVL) == 0); in uart_npcx_tx_fifo_ready()
169 return IS_BIT_SET(inst->UFTSTS, NPCX_UFTSTS_NXMIP); in uart_npcx_irq_tx_complete()
/Zephyr-Core-2.7.6/soc/arm/nuvoton_npcx/common/
Dregisters.c39 NPCX_REG_OFFSET_CHECK(uart_reg, UFTSTS, 0x020);
/Zephyr-Core-2.7.6/soc/arm/nuvoton_npcx/common/reg/
Dreg_def.h291 volatile uint8_t UFTSTS; member