ESP-IDF + 0/2 examples
SourceVu will show references to mcpwm_new_capture_channel() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK: Create MCPWM capture channel successfully - ESP_ERR_INVALID_ARG: Create MCPWM capture channel failed because of invalid argument - ESP_ERR_NO_MEM: Create MCPWM capture channel failed because out of memory - ESP_ERR_NOT_FOUND: Create MCPWM capture channel failed because can't find free resource - ESP_FAIL: Create MCPWM capture channel failed because of other error

Notes

The created capture channel won't be enabled until calling `mcpwm_capture_channel_enable`

References

from examples