Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/test/
Dtest_pwm.c153 for (int j = 0; j < SOC_MCPWM_TIMERS_PER_GROUP; j++) {
189 for (int j = 0; j < SOC_MCPWM_TIMERS_PER_GROUP; j++) {
219 for (int j = 0; j < SOC_MCPWM_TIMERS_PER_GROUP; j++) {
255 for (int j = 0; j < SOC_MCPWM_TIMERS_PER_GROUP; j++) {
308 for (int j = 0; j < SOC_MCPWM_TIMERS_PER_GROUP; j++) {
344 for (int j = 0; j < SOC_MCPWM_TIMERS_PER_GROUP; j++) {
379 for (int j = 0; j < SOC_MCPWM_TIMERS_PER_GROUP; j++) {
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc_caps.h122 #define SOC_MCPWM_TIMERS_PER_GROUP (3) ///< The number of timers that each group has macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h177 #define SOC_MCPWM_TIMERS_PER_GROUP (3) ///< The number of timers that each group has macro
/hal_espressif-3.6.0/components/driver/
Dmcpwm.c51 _Static_assert(SOC_MCPWM_OPERATORS_PER_GROUP >= SOC_MCPWM_TIMERS_PER_GROUP, "This driver assumes th…
58 …ESP_RETURN_ON_FALSE((timer_num) < SOC_MCPWM_TIMERS_PER_GROUP, ESP_ERR_INVALID_ARG, TAG, MCPWM_TIME…
84 int timer_pre_scale[SOC_MCPWM_TIMERS_PER_GROUP]; // same as above
95 .timer_pre_scale = {[0 ... SOC_MCPWM_TIMERS_PER_GROUP - 1] =
105 .timer_pre_scale = {[0 ... SOC_MCPWM_TIMERS_PER_GROUP - 1] =