Searched refs:UART_CTL_SMART (Results 1 – 17 of 17) sorted by relevance
167 #define UART_CTL_SMART 0x00000008 // ISO 7816 Smart Card Support macro
169 #define UART_CTL_SMART 0x00000008 // ISO 7816 Smart Card Support macro
2895 #define UART_CTL_SMART 0x00000008 // ISO 7816 Smart Card Support macro
3361 #define UART_CTL_SMART 0x00000008 // ISO 7816 Smart Card Support macro
3213 #define UART_CTL_SMART 0x00000008 // ISO 7816 Smart Card Support macro
158 #define UART_CTL_SMART 0x00000008 // ISO 7816 Smart Card Support macro
711 HWREG(ulBase + UART_O_CTL) |= UART_CTL_SMART; in UARTSmartCardEnable()742 HWREG(ulBase + UART_O_CTL) &= ~UART_CTL_SMART; in UARTSmartCardDisable()
750 HWREG(ui32Base + UART_O_CTL) |= UART_CTL_SMART; in UARTSmartCardEnable()780 HWREG(ui32Base + UART_O_CTL) &= ~UART_CTL_SMART; in UARTSmartCardDisable()
711 HWREG(ui32Base + UART_O_CTL) |= UART_CTL_SMART; in UARTSmartCardEnable()737 HWREG(ui32Base + UART_O_CTL) &= ~UART_CTL_SMART; in UARTSmartCardDisable()
2616 #define UART_CTL_SMART 0x00000008 // ISO 7816 Smart Card Support macro
2723 #define UART_CTL_SMART 0x00000008 // ISO 7816 Smart Card Support macro
Completed in 986 milliseconds