Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/deprecated/
Dmcpwm_legacy.c32 #define MCPWM_TIMER_ERROR "MCPWM TIMER NUM ERROR" macro
67 …_ON_FALSE((timer_num) < SOC_MCPWM_TIMERS_PER_GROUP, ESP_ERR_INVALID_ARG, TAG, MCPWM_TIMER_ERROR); \