Home
last modified time | relevance | path

Searched refs:CY_SCB_UART_ACTIVE_HIGH (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_uart.h363 CY_SCB_UART_ACTIVE_HIGH = 1U, /**< Signal is active high */ enumerator
952 (CY_SCB_UART_ACTIVE_HIGH == (polarity)) )
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_uart.c361 … _BOOL2FLD(SCB_UART_FLOW_CTRL_CTS_POLARITY, (CY_SCB_UART_ACTIVE_HIGH == config->ctsPolarity)) | in Cy_SCB_UART_Init()
362 … _BOOL2FLD(SCB_UART_FLOW_CTRL_RTS_POLARITY, (CY_SCB_UART_ACTIVE_HIGH == config->rtsPolarity)) | in Cy_SCB_UART_Init()