Home
last modified time | relevance | path

Searched full:mcpwm0 (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-latest/components/soc/esp32/ld/
Desp32.peripherals.ld27 PROVIDE ( MCPWM0 = 0x3ff5E000 ); symbol
/hal_espressif-latest/components/soc/esp32s3/ld/
Desp32s3.peripherals.ld29 PROVIDE ( MCPWM0 = 0x6001E000 ); symbol
/hal_espressif-latest/components/soc/esp32h2/ld/
Desp32h2.peripherals.ld30 PROVIDE ( MCPWM0 = 0x60014000 ); symbol
/hal_espressif-latest/components/soc/esp32c6/ld/
Desp32c6.peripherals.ld30 PROVIDE ( MCPWM0 = 0x60014000 ); symbol
/hal_espressif-latest/zephyr/port/pincfgs/
Desp32c6.yml98 mcpwm0:
Desp32.yml235 mcpwm0:
Desp32s3.yml210 mcpwm0:
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dperiph_defs.h126 ETS_MCPWM0_INTR_SOURCE, /**< interrupt of MCPWM0, LEVEL*/
Dmcpwm_struct.h1686 extern mcpwm_dev_t MCPWM0;
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h29 #define MCPWM_LL_GET_HW(ID) (((ID) == 0) ? &MCPWM0 : &MCPWM1)
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dmcpwm_struct.h1459 extern mcpwm_dev_t MCPWM0;
/hal_espressif-latest/components/soc/esp32/include/soc/
Dmcpwm_struct.h1459 extern mcpwm_dev_t MCPWM0;
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmcpwm_ll.h31 #define MCPWM_LL_GET_HW(ID) (((ID) == 0) ? &MCPWM0 : NULL)
/hal_espressif-latest/components/hal/esp32/include/hal/
Dmcpwm_ll.h29 #define MCPWM_LL_GET_HW(ID) (((ID) == 0) ? &MCPWM0 : &MCPWM1)
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dmcpwm_ll.h29 #define MCPWM_LL_GET_HW(ID) (((ID) == 0) ? &MCPWM0 : NULL)
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dmcpwm_struct.h1686 extern mcpwm_dev_t MCPWM0;