| /hal_nuvoton-latest/m2l31x/StdDriver/inc/ |
| D | lpi2c.h | 177 #define LPI2C_GET_WAKEUP_FLAG(lpi2c) ( ((lpi2c)->WKSTS & LPI2C_WKSTS_WKIF_Msk) == LPI2C_WKSTS_WKIF_… 189 #define LPI2C_CLEAR_WAKEUP_FLAG(lpi2c) ((lpi2c)->WKSTS = LPI2C_WKSTS_WKIF_Msk) 202 #define LPI2C_GET_WAKEUP_DONE(lpi2c) ( ((lpi2c)->WKSTS & LPI2C_WKSTS_WKAKDONE_Msk) == LPI2C_WKSTS_W… 214 #define LPI2C_CLEAR_WAKEUP_DONE(lpi2c) ((lpi2c)->WKSTS = LPI2C_WKSTS_WKAKDONE_Msk) 227 #define LPI2C_GET_WAKEUP_WR_STATUS(lpi2c) ( ((lpi2c)->WKSTS & LPI2C_WKSTS_WRSTSWK_Msk) == LPI2C_WKS…
|
| D | i2c.h | 171 #define I2C_GET_WAKEUP_FLAG(i2c) ( ((i2c)->WKSTS & I2C_WKSTS_WKIF_Msk) == I2C_WKSTS_WKIF_Msk ? 1:0 … 183 #define I2C_CLEAR_WAKEUP_FLAG(i2c) ((i2c)->WKSTS = I2C_WKSTS_WKIF_Msk) 196 #define I2C_GET_WAKEUP_DONE(i2c) ( ((i2c)->WKSTS & I2C_WKSTS_WKAKDONE_Msk) == I2C_WKSTS_WKAKDONE_Ms… 208 #define I2C_CLEAR_WAKEUP_DONE(i2c) ((i2c)->WKSTS = I2C_WKSTS_WKAKDONE_Msk) 221 #define I2C_GET_WAKEUP_WR_STATUS(i2c) ( ((i2c)->WKSTS & I2C_WKSTS_WRSTSWK_Msk) == I2C_WKSTS_WRSTSWK…
|
| D | usci_uart.h | 396 #define UUART_GET_WAKEUP_FLAG(uuart) ((uuart)->WKSTS & UUART_WKSTS_WKF_Msk ? 1: 0 ) 409 #define UUART_CLR_WAKEUP_FLAG(uuart) ((uuart)->WKSTS = UUART_WKSTS_WKF_Msk)
|
| D | usci_i2c.h | 191 #define UI2C_GET_WAKEUP_FLAG(ui2c) (((ui2c)->WKSTS & UI2C_WKSTS_WKF_Msk) == UI2C_WKSTS_WKF_Msk ? 1:… 203 #define UI2C_CLR_WAKEUP_FLAG(ui2c) ((ui2c)->WKSTS = UI2C_WKSTS_WKF_Msk)
|
| D | usci_spi.h | 217 #define USPI_GET_WAKEUP_FLAG(uspi) ( ((uspi)->WKSTS & USPI_WKSTS_WKF_Msk) == USPI_WKSTS_WKF_Msk ? 1… 225 #define USPI_CLR_WAKEUP_FLAG(uspi) ( (uspi)->WKSTS |= USPI_WKSTS_WKF_Msk )
|
| /hal_nuvoton-latest/m48x/StdDriver/inc/ |
| D | usci_uart.h | 396 #define UUART_GET_WAKEUP_FLAG(uuart) ((uuart)->WKSTS & UUART_WKSTS_WKF_Msk ? 1: 0 ) 409 #define UUART_CLR_WAKEUP_FLAG(uuart) ((uuart)->WKSTS = UUART_WKSTS_WKF_Msk)
|
| D | usci_spi.h | 217 #define USPI_GET_WAKEUP_FLAG(uspi) ( ((uspi)->WKSTS & USPI_WKSTS_WKF_Msk) == USPI_WKSTS_WKF_Msk ? 1… 225 #define USPI_CLR_WAKEUP_FLAG(uspi) ( (uspi)->WKSTS |= USPI_WKSTS_WKF_Msk)
|
| D | usci_i2c.h | 184 #define UI2C_GET_WAKEUP_FLAG(ui2c) (((ui2c)->WKSTS & UI2C_WKSTS_WKF_Msk) == UI2C_WKSTS_WKF_Msk ? 1:… 196 #define UI2C_CLR_WAKEUP_FLAG(ui2c) ((ui2c)->WKSTS = UI2C_WKSTS_WKF_Msk)
|
| D | i2c.h | 160 #define I2C_GET_WAKEUP_FLAG(i2c) ( ((i2c)->WKSTS & I2C_WKSTS_WKIF_Msk) == I2C_WKSTS_WKIF_Msk ? 1:0 … 172 #define I2C_CLEAR_WAKEUP_FLAG(i2c) ((i2c)->WKSTS = I2C_WKSTS_WKIF_Msk)
|
| /hal_nuvoton-latest/m46x/StdDriver/inc/ |
| D | usci_uart.h | 396 #define UUART_GET_WAKEUP_FLAG(uuart) ((uuart)->WKSTS & UUART_WKSTS_WKF_Msk ? 1: 0 ) 409 #define UUART_CLR_WAKEUP_FLAG(uuart) ((uuart)->WKSTS = UUART_WKSTS_WKF_Msk)
|
| D | usci_spi.h | 217 #define USPI_GET_WAKEUP_FLAG(uspi) ( ((uspi)->WKSTS & USPI_WKSTS_WKF_Msk) == USPI_WKSTS_WKF_Msk ? 1… 225 #define USPI_CLR_WAKEUP_FLAG(uspi) ( (uspi)->WKSTS |= USPI_WKSTS_WKF_Msk )
|
| D | usci_i2c.h | 193 #define UI2C_GET_WAKEUP_FLAG(ui2c) (((ui2c)->WKSTS & UI2C_WKSTS_WKF_Msk) == UI2C_WKSTS_WKF_Msk ? 1:… 205 #define UI2C_CLR_WAKEUP_FLAG(ui2c) ((ui2c)->WKSTS = UI2C_WKSTS_WKF_Msk)
|
| D | i2c.h | 170 #define I2C_GET_WAKEUP_FLAG(i2c) ( ((i2c)->WKSTS & I2C_WKSTS_WKIF_Msk) == I2C_WKSTS_WKIF_Msk ? 1:0 … 182 #define I2C_CLEAR_WAKEUP_FLAG(i2c) ((i2c)->WKSTS = I2C_WKSTS_WKIF_Msk)
|
| /hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/ |
| D | ui2c_reg.h | 380 …__IO uint32_t WKSTS; /*!< [0x0058] USCI Wake-up Status Register … member
|
| D | lpi2c_reg.h | 396 …__IO uint32_t WKSTS; /*!< [0x0040] LPI2C Wake-up Status Register … member
|
| D | uspi_reg.h | 449 …__IO uint32_t WKSTS; /*!< [0x0058] USCI Wake-up Status Register … member
|
| D | uuart_reg.h | 450 …__IO uint32_t WKSTS; /*!< [0x0058] USCI Wake-up Status Register … member
|
| /hal_nuvoton-latest/m46x/Devices/M460/Include/ |
| D | ui2c_reg.h | 393 …__IO uint32_t WKSTS; /*!< [0x0058] USCI Wake-up Status Register … member
|
| D | uspi_reg.h | 453 …__IO uint32_t WKSTS; /*!< [0x0058] USCI Wake-up Status Register … member
|
| D | uuart_reg.h | 456 …__IO uint32_t WKSTS; /*!< [0x0058] USCI Wake-up Status Register … member
|
| /hal_nuvoton-latest/m48x/Devices/M480/Include/ |
| D | ui2c_reg.h | 393 …__IO uint32_t WKSTS; /*!< [0x0058] USCI Wake-up Status Register … member
|
| D | uspi_reg.h | 453 …__IO uint32_t WKSTS; /*!< [0x0058] USCI Wake-up Status Register … member
|
| D | i2c_reg.h | 482 …__IO uint32_t WKSTS; /*!< [0x0040] I2C Wake-up Status Register … member
|
| D | uuart_reg.h | 449 …__IO uint32_t WKSTS; /*!< [0x0058] USCI Wake-up Status Register … member
|
| /hal_nuvoton-latest/m2l31x/StdDriver/src/ |
| D | lpuart.c | 64 lpuart->WKSTS = LPUART_WKSTS_CTSWKF_Msk | LPUART_WKSTS_DATWKF_Msk | in LPUART_ClearIntFlag()
|