Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/
Duart_hal_iram.c48 uart_ll_read_rxfifo(hal->dev, buf, *inout_rd_len); in uart_hal_read_rxfifo()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Duart_ll.h207 FORCE_INLINE_ATTR void uart_ll_read_rxfifo(uart_dev_t *hw, uint8_t *buf, uint32_t rd_len) in uart_ll_read_rxfifo() function