Home
last modified time | relevance | path

Searched defs:UART_RXFIFO_CNT_M (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h178 #define UART_RXFIFO_CNT_M 0x3FF macro
180 #define UART_RXFIFO_CNT_M 0xFF macro
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Duart_reg.h592 #define UART_RXFIFO_CNT_M ((UART_RXFIFO_CNT_V)<<(UART_RXFIFO_CNT_S)) macro
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Duart_reg.h616 #define UART_RXFIFO_CNT_M ((UART_RXFIFO_CNT_V)<<(UART_RXFIFO_CNT_S)) macro
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Duart_reg.h625 #define UART_RXFIFO_CNT_M ((UART_RXFIFO_CNT_V)<<(UART_RXFIFO_CNT_S)) macro
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Duart_reg.h625 #define UART_RXFIFO_CNT_M ((UART_RXFIFO_CNT_V)<<(UART_RXFIFO_CNT_S)) macro
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Duart_reg.h686 #define UART_RXFIFO_CNT_M (UART_RXFIFO_CNT_V << UART_RXFIFO_CNT_S) macro