Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_uart.h627 void Cy_SCB_UART_AbortReceive (CySCB_Type *base, cy_stc_scb_uart_context_t *context);
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_uart.c997 void Cy_SCB_UART_AbortReceive(CySCB_Type *base, cy_stc_scb_uart_context_t *context) in Cy_SCB_UART_AbortReceive() function
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_uart.c1538 Cy_SCB_UART_AbortReceive(obj->base, &(obj->context)); in cyhal_uart_read_abort()