Home
last modified time | relevance | path

Searched refs:UART_CLKDIV_FRAG_S (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dstub_io.c281 uint32_t fraction = (uart_reg >> UART_CLKDIV_FRAG_S) & UART_CLKDIV_FRAG_V; in get_new_uart_divider()
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h167 #define UART_CLKDIV_FRAG_S 20 macro
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Duart_reg.h522 #define UART_CLKDIV_FRAG_M ((UART_CLKDIV_FRAG_V)<<(UART_CLKDIV_FRAG_S))
524 #define UART_CLKDIV_FRAG_S 20 macro
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Duart_reg.h529 #define UART_CLKDIV_FRAG_M ((UART_CLKDIV_FRAG_V)<<(UART_CLKDIV_FRAG_S))
531 #define UART_CLKDIV_FRAG_S 20 macro
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Duart_reg.h555 #define UART_CLKDIV_FRAG_M ((UART_CLKDIV_FRAG_V)<<(UART_CLKDIV_FRAG_S))
557 #define UART_CLKDIV_FRAG_S 20 macro
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Duart_reg.h555 #define UART_CLKDIV_FRAG_M ((UART_CLKDIV_FRAG_V)<<(UART_CLKDIV_FRAG_S))
557 #define UART_CLKDIV_FRAG_S 20 macro
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Duart_reg.h655 #define UART_CLKDIV_FRAG_M (UART_CLKDIV_FRAG_V << UART_CLKDIV_FRAG_S)
657 #define UART_CLKDIV_FRAG_S 20 macro