Home
last modified time | relevance | path

Searched defs:UART_CLKDIV_REG (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.4.0/components/esptool_py/esptool/esptool/targets/
Desp8266.py31 UART_CLKDIV_REG = 0x60000014 variable in ESP8266ROM
Desp32c3.py39 UART_CLKDIV_REG = 0x60000014 variable in ESP32C3ROM
Desp32.py58 UART_CLKDIV_REG = 0x3FF40014 variable in ESP32ROM
Desp32s2.py38 UART_CLKDIV_REG = 0x3F400014 variable in ESP32S2ROM
Desp32s3.py98 UART_CLKDIV_REG = 0x60000014 variable in ESP32S3ROM
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h163 #define UART_CLKDIV_REG(X) (UART_BASE_REG + 0x14) macro
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Duart_reg.h518 #define UART_CLKDIV_REG(i) (REG_UART_BASE(i) + 0x14) macro
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Duart_reg.h525 #define UART_CLKDIV_REG(i) (REG_UART_BASE(i) + 0x14) macro
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Duart_reg.h551 #define UART_CLKDIV_REG(i) (REG_UART_BASE(i) + 0x14) macro
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Duart_reg.h551 #define UART_CLKDIV_REG(i) (REG_UART_BASE(i) + 0x14) macro
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Duart_reg.h643 #define UART_CLKDIV_REG(i) (REG_UART_BASE(i) + 0x14) macro