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

Return value

- ESP_OK: Enable MCPWM capture channel successfully - ESP_ERR_INVALID_ARG: Enable MCPWM capture channel failed because of invalid argument - ESP_ERR_INVALID_STATE: Enable MCPWM capture channel failed because the channel is already enabled - ESP_FAIL: Enable MCPWM capture channel failed because of other error

Notes

This function will transit the channel state from init to enable. This function will enable the interrupt service, if it's lazy installed in `mcpwm_capture_channel_register_event_callbacks()`.

References

from examples