Home
last modified time | relevance | path

Searched refs:cy_en_scb_uart_stop_bits_t (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_uart.h349 } cy_en_scb_uart_stop_bits_t; typedef
418 cy_en_scb_uart_stop_bits_t stopBits;
676 void Cy_SCB_UART_SetStopBits(CySCB_Type *base, cy_en_scb_uart_stop_bits_t stopBits);
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_uart.c175 void Cy_SCB_UART_SetStopBits(CySCB_Type *base, cy_en_scb_uart_stop_bits_t stopBits) in Cy_SCB_UART_SetStopBits()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_uart.c560 static cy_en_scb_uart_stop_bits_t _cyhal_uart_convert_stopbits(uint8_t stopbits) in _cyhal_uart_convert_stopbits()