Home
last modified time | relevance | path

Searched refs:_cyhal_scb_set_fifo_level (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/include_pvt/
Dcyhal_scb_common.h170 cy_rslt_t _cyhal_scb_set_fifo_level(CySCB_Type *base, cyhal_scb_fifo_type_t type, uint16_t level);
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_uart.c299_cyhal_scb_set_fifo_level(obj->base, (cyhal_scb_fifo_type_t)CYHAL_UART_FIFO_TX, obj->user_fifo_lev… in _cyhal_uart_dma_handler_tx()
338_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()
1688 cy_rslt_t result = _cyhal_scb_set_fifo_level(obj->base, (cyhal_scb_fifo_type_t)type, level); in cyhal_uart_set_fifo_level()
Dcyhal_scb_common.c697 cy_rslt_t _cyhal_scb_set_fifo_level(CySCB_Type *base, cyhal_scb_fifo_type_t type, uint16_t level) in _cyhal_scb_set_fifo_level() function
Dcyhal_i2c.c963 return _cyhal_scb_set_fifo_level(obj->base, (cyhal_scb_fifo_type_t)type, level); in cyhal_i2c_set_fifo_level()
Dcyhal_spi.c1545 return _cyhal_scb_set_fifo_level(obj->base, (cyhal_scb_fifo_type_t)type, level); in cyhal_spi_set_fifo_level()