Home
last modified time | relevance | path

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

/hal_nuvoton-2.7.6/m48x/StdDriver/src/
Dusci_spi.c405 u32TmpFlag = uspi->PROTSTS & USPI_PROTSTS_SSINAIF_Msk; in USPI_GetIntFlag()
413 u32TmpFlag = uspi->PROTSTS & USPI_PROTSTS_SSACTIF_Msk; in USPI_GetIntFlag()
421 u32TmpFlag = uspi->PROTSTS & USPI_PROTSTS_SLVTOIF_Msk; in USPI_GetIntFlag()
429 u32TmpFlag = uspi->PROTSTS & USPI_PROTSTS_SLVBEIF_Msk; in USPI_GetIntFlag()
453 u32TmpFlag = uspi->PROTSTS & USPI_PROTSTS_TXSTIF_Msk; in USPI_GetIntFlag()
461 u32TmpFlag = uspi->PROTSTS & USPI_PROTSTS_TXENDIF_Msk; in USPI_GetIntFlag()
469 u32TmpFlag = uspi->PROTSTS & USPI_PROTSTS_RXSTIF_Msk; in USPI_GetIntFlag()
477 u32TmpFlag = uspi->PROTSTS & USPI_PROTSTS_RXENDIF_Msk; in USPI_GetIntFlag()
509 uspi->PROTSTS = USPI_PROTSTS_SSINAIF_Msk; in USPI_ClearIntFlag()
515 uspi->PROTSTS = USPI_PROTSTS_SSACTIF_Msk; in USPI_ClearIntFlag()
[all …]
Dusci_uart.c50 uuart->PROTSTS = UUART_PROTSTS_ABRDETIF_Msk; in UUART_ClearIntFlag()
55 …uuart->PROTSTS = (UUART_PROTSTS_BREAK_Msk | UUART_PROTSTS_FRMERR_Msk | UUART_PROTSTS_PARITYERR_Msk… in UUART_ClearIntFlag()
65 uuart->PROTSTS = UUART_PROTSTS_TXSTIF_Msk; in UUART_ClearIntFlag()
70 uuart->PROTSTS = UUART_PROTSTS_TXENDIF_Msk; in UUART_ClearIntFlag()
75 uuart->PROTSTS = UUART_PROTSTS_RXSTIF_Msk; in UUART_ClearIntFlag()
80 uuart->PROTSTS = UUART_PROTSTS_RXENDIF_Msk; in UUART_ClearIntFlag()
112 u32Tmp2 = (uuart->PROTSTS & UUART_PROTSTS_ABRDETIF_Msk); in UUART_GetIntFlag()
120 …u32Tmp2 = (uuart->PROTSTS & (UUART_PROTSTS_BREAK_Msk | UUART_PROTSTS_FRMERR_Msk | UUART_PROTSTS_PA… in UUART_GetIntFlag()
136 u32Tmp2 = (uuart->PROTSTS & UUART_PROTSTS_TXSTIF_Msk); in UUART_GetIntFlag()
144 u32Tmp2 = (uuart->PROTSTS & UUART_PROTSTS_TXENDIF_Msk); in UUART_GetIntFlag()
[all …]
Dusci_i2c.c96 ui2c->PROTSTS = UI2C_PROTSTS_TOIF_Msk; in UI2C_ClearTimeoutFlag()
348 u32TmpValue = ui2c->PROTSTS & UI2C_PROTSTS_TOIF_Msk; in UI2C_GetIntFlag()
355 u32TmpValue = ui2c->PROTSTS & UI2C_PROTSTS_STARIF_Msk; in UI2C_GetIntFlag()
362 u32TmpValue = ui2c->PROTSTS & UI2C_PROTSTS_STORIF_Msk; in UI2C_GetIntFlag()
369 u32TmpValue = ui2c->PROTSTS & UI2C_PROTSTS_NACKIF_Msk; in UI2C_GetIntFlag()
376 u32TmpValue = ui2c->PROTSTS & UI2C_PROTSTS_ARBLOIF_Msk; in UI2C_GetIntFlag()
383 u32TmpValue = ui2c->PROTSTS & UI2C_PROTSTS_ERRIF_Msk; in UI2C_GetIntFlag()
390 u32TmpValue = ui2c->PROTSTS & UI2C_PROTSTS_ACKIF_Msk; in UI2C_GetIntFlag()
423 ui2c->PROTSTS = UI2C_PROTSTS_TOIF_Msk; in UI2C_ClearIntFlag()
429 ui2c->PROTSTS = UI2C_PROTSTS_STARIF_Msk; in UI2C_ClearIntFlag()
[all …]
/hal_nuvoton-2.7.6/m48x/StdDriver/inc/
Dusci_spi.h207 #define USPI_IS_BUSY(uspi) ( ((uspi)->PROTSTS & USPI_PROTSTS_BUSY_Msk) == USPI_PROTSTS_BUSY_Msk ? 1…
233 #define USPI_GET_PROT_STATUS(uspi) ( (uspi)->PROTSTS)
250 #define USPI_CLR_PROT_INT_FLAG(uspi,u32IntTypeFlag) ( (uspi)->PROTSTS = (u32IntTypeFlag))
Dusci_i2c.h171 #define UI2C_GET_TIMEOUT_FLAG(ui2c) (((ui2c)->PROTSTS & UI2C_PROTSTS_TOIF_Msk) == UI2C_PROTSTS_TOIF…
232 #define UI2C_GET_PROT_STATUS(ui2c) ((ui2c)->PROTSTS)
250 #define UI2C_CLR_PROT_INT_FLAG(ui2c,u32IntTypeFlag) ((ui2c)->PROTSTS = (u32IntTypeFlag))
Dusci_uart.h331 #define UUART_GET_PROT_STATUS(uuart) ((uuart)->PROTSTS)
354 #define UUART_CLR_PROT_INT_FLAG(uuart,u32IntTypeFlag) ((uuart)->PROTSTS = (u32IntTypeFlag))
/hal_nuvoton-2.7.6/m48x/Devices/M480/Include/
Dui2c_reg.h396 …__IO uint32_t PROTSTS; /*!< [0x0064] USCI Protocol Status Register … member
Duspi_reg.h456 …__IO uint32_t PROTSTS; /*!< [0x0064] USCI Protocol Status Register … member
Duuart_reg.h452 …__IO uint32_t PROTSTS; /*!< [0x0064] USCI Protocol Status Register … member