Home
last modified time | relevance | path

Searched refs:SOC_MCPWM_GROUPS (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/soc/include/soc/
Dmcpwm_periph.h36 } groups[SOC_MCPWM_GROUPS];
/hal_espressif-latest/components/driver/deprecated/
Dmcpwm_legacy.c27 _Static_assert(MCPWM_UNIT_MAX == SOC_MCPWM_GROUPS, "MCPWM unit number not equal to chip capabilitie…
66 …ESP_RETURN_ON_FALSE((mcpwm_num) < SOC_MCPWM_GROUPS, ESP_ERR_INVALID_ARG, TAG, MCPWM_GROUP_NUM_ERRO…
98 static mcpwm_context_t context[SOC_MCPWM_GROUPS] = {
104 #if SOC_MCPWM_GROUPS > 1
141 …ESP_RETURN_ON_FALSE(mcpwm_num < SOC_MCPWM_GROUPS, ESP_ERR_INVALID_ARG, TAG, MCPWM_GROUP_NUM_ERROR); in mcpwm_gpio_init()
169 …ESP_RETURN_ON_FALSE(mcpwm_num < SOC_MCPWM_GROUPS, ESP_ERR_INVALID_ARG, TAG, MCPWM_GROUP_NUM_ERROR); in mcpwm_set_pin()
709 …ESP_RETURN_ON_FALSE(mcpwm_num < SOC_MCPWM_GROUPS, ESP_ERR_INVALID_ARG, TAG, MCPWM_GROUP_NUM_ERROR); in mcpwm_fault_init()
721 …ESP_RETURN_ON_FALSE(mcpwm_num < SOC_MCPWM_GROUPS, ESP_ERR_INVALID_ARG, TAG, MCPWM_GROUP_NUM_ERROR); in mcpwm_fault_deinit()
800 …ESP_RETURN_ON_FALSE(mcpwm_num < SOC_MCPWM_GROUPS, ESP_ERR_INVALID_ARG, TAG, MCPWM_GROUP_NUM_ERROR); in mcpwm_capture_enable_channel()
849 …ESP_RETURN_ON_FALSE(mcpwm_num < SOC_MCPWM_GROUPS, ESP_ERR_INVALID_ARG, TAG, MCPWM_GROUP_NUM_ERROR); in mcpwm_capture_disable_channel()
/hal_espressif-latest/components/driver/deprecated/driver/
Dmcpwm_types_legacy.h71 #if SOC_MCPWM_GROUPS > 1
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc_caps.h222 #define SOC_MCPWM_GROUPS (2) ///< 2 MCPWM groups on the chip (i.e., the numb… macro
DKconfig.soc_caps.in414 config SOC_MCPWM_GROUPS config
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h293 #define SOC_MCPWM_GROUPS (1U) ///< 1 MCPWM groups on the chip (i.e., the numb… macro
DKconfig.soc_caps.in682 config SOC_MCPWM_GROUPS config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h215 #define SOC_MCPWM_GROUPS (2) ///< 2 MCPWM groups on the chip (i.e., the numb… macro
DKconfig.soc_caps.in514 config SOC_MCPWM_GROUPS config
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_caps.h305 #define SOC_MCPWM_GROUPS (1U) ///< 1 MCPWM groups on the chip (i.e., the numb… macro
DKconfig.soc_caps.in678 config SOC_MCPWM_GROUPS config