Searched refs:UART_CTL_SIRLP (Results 1 – 17 of 17) sorted by relevance
168 #define UART_CTL_SIRLP 0x00000004 // UART SIR Low-Power Mode macro
170 #define UART_CTL_SIRLP 0x00000004 // UART SIR Low-Power Mode macro
2896 #define UART_CTL_SIRLP 0x00000004 // UART SIR Low-Power Mode macro
3362 #define UART_CTL_SIRLP 0x00000004 // UART SIR Low-Power Mode macro
3214 #define UART_CTL_SIRLP 0x00000004 // UART SIR Low-Power Mode macro
159 #define UART_CTL_SIRLP 0x00000004 // UART SIR Low-Power Mode macro
626 HWREG(ulBase + UART_O_CTL) |= (UART_CTL_SIREN | UART_CTL_SIRLP); in UARTEnableSIR()666 HWREG(ulBase + UART_O_CTL) &= ~(UART_CTL_SIREN | UART_CTL_SIRLP); in UARTDisableSIR()
666 HWREG(ui32Base + UART_O_CTL) |= (UART_CTL_SIREN | UART_CTL_SIRLP); in UARTEnableSIR()705 HWREG(ui32Base + UART_O_CTL) &= ~(UART_CTL_SIREN | UART_CTL_SIRLP); in UARTDisableSIR()
635 HWREG(ui32Base + UART_O_CTL) |= (UART_CTL_SIREN | UART_CTL_SIRLP); in UARTEnableSIR()670 HWREG(ui32Base + UART_O_CTL) &= ~(UART_CTL_SIREN | UART_CTL_SIRLP); in UARTDisableSIR()
2617 #define UART_CTL_SIRLP 0x00000004 // UART SIR Low-Power Mode macro
2724 #define UART_CTL_SIRLP 0x00000004 // UART SIR Low-Power Mode macro
Completed in 287 milliseconds