Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_uart.h178 CYHAL_UART_FIFO_RX, //!< Set RX FIFO level enumerator
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_uart.c338 …_cyhal_scb_set_fifo_level(obj->base, (cyhal_scb_fifo_type_t)CYHAL_UART_FIFO_RX, obj->user_fifo_lev… in _cyhal_uart_dma_handler_rx()
1439 …result = _cyhal_scb_set_fifo_level(obj->base, (cyhal_scb_fifo_type_t)CYHAL_UART_FIFO_RX, length - … in _cyhal_uart_dma_read_async()