Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_uart.c297 … if(obj->user_fifo_level != ((SCB_TX_FIFO_CTRL(obj->base) & SCB_TX_FIFO_CTRL_TRIGGER_LEVEL_Msk))) in _cyhal_uart_dma_handler_tx()
299 …hal_scb_set_fifo_level(obj->base, (cyhal_scb_fifo_type_t)CYHAL_UART_FIFO_TX, obj->user_fifo_level); in _cyhal_uart_dma_handler_tx()
336 … if(obj->user_fifo_level != ((SCB_RX_FIFO_CTRL(obj->base) & SCB_RX_FIFO_CTRL_TRIGGER_LEVEL_Msk))) in _cyhal_uart_dma_handler_rx()
338 …hal_scb_set_fifo_level(obj->base, (cyhal_scb_fifo_type_t)CYHAL_UART_FIFO_RX, obj->user_fifo_level); in _cyhal_uart_dma_handler_rx()
851 obj->user_fifo_level = (Cy_SCB_GetFifoSize(obj->base) / 2); in cyhal_uart_init()
891 obj->user_fifo_level = (Cy_SCB_GetFifoSize(obj->base) / 2); in cyhal_uart_init_cfg()
1693 obj->user_fifo_level = level; in cyhal_uart_set_fifo_level()
/hal_infineon-latest/mtb-hal-cat1/include_pvt/
Dcyhal_hw_types.h1541 uint32_t user_fifo_level; member