Home
last modified time | relevance | path

Searched refs:SOC_MCPWM_TIMERS_PER_GROUP (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc_caps.h223 #define SOC_MCPWM_TIMERS_PER_GROUP (3) ///< The number of timers that each group has macro
DKconfig.soc_caps.in418 config SOC_MCPWM_TIMERS_PER_GROUP config
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h294 #define SOC_MCPWM_TIMERS_PER_GROUP (3) ///< The number of timers that each group has macro
DKconfig.soc_caps.in686 config SOC_MCPWM_TIMERS_PER_GROUP config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h216 #define SOC_MCPWM_TIMERS_PER_GROUP (3) ///< The number of timers that each group has macro
DKconfig.soc_caps.in518 config SOC_MCPWM_TIMERS_PER_GROUP config
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_caps.h306 #define SOC_MCPWM_TIMERS_PER_GROUP (3) ///< The number of timers that each group has macro
DKconfig.soc_caps.in682 config SOC_MCPWM_TIMERS_PER_GROUP config
/hal_espressif-latest/components/driver/deprecated/
Dmcpwm_legacy.c60 ESP_STATIC_ASSERT(SOC_MCPWM_OPERATORS_PER_GROUP >= SOC_MCPWM_TIMERS_PER_GROUP, "This driver assumes…
67 …ESP_RETURN_ON_FALSE((timer_num) < SOC_MCPWM_TIMERS_PER_GROUP, ESP_ERR_INVALID_ARG, TAG, MCPWM_TIME…
93 int timer_resolution_hz[SOC_MCPWM_TIMERS_PER_GROUP];