Searched refs:SOC_MCPWM_GROUPS (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/soc/include/soc/ |
D | mcpwm_periph.h | 36 } groups[SOC_MCPWM_GROUPS];
|
/hal_espressif-latest/components/driver/deprecated/ |
D | mcpwm_legacy.c | 27 _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/ |
D | mcpwm_types_legacy.h | 71 #if SOC_MCPWM_GROUPS > 1
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | soc_caps.h | 222 #define SOC_MCPWM_GROUPS (2) ///< 2 MCPWM groups on the chip (i.e., the numb… macro
|
D | Kconfig.soc_caps.in | 414 config SOC_MCPWM_GROUPS config
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | soc_caps.h | 293 #define SOC_MCPWM_GROUPS (1U) ///< 1 MCPWM groups on the chip (i.e., the numb… macro
|
D | Kconfig.soc_caps.in | 682 config SOC_MCPWM_GROUPS config
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | soc_caps.h | 215 #define SOC_MCPWM_GROUPS (2) ///< 2 MCPWM groups on the chip (i.e., the numb… macro
|
D | Kconfig.soc_caps.in | 514 config SOC_MCPWM_GROUPS config
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | soc_caps.h | 305 #define SOC_MCPWM_GROUPS (1U) ///< 1 MCPWM groups on the chip (i.e., the numb… macro
|
D | Kconfig.soc_caps.in | 678 config SOC_MCPWM_GROUPS config
|