Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_sync_example/main/
Dmcpwm_sync_example.c47 ESP_ERROR_CHECK(mcpwm_init(TARGET_MCPWM_UNIT, MCPWM_TIMER_2, &pwm_config)); in app_main()
71 ESP_ERROR_CHECK(mcpwm_sync_configure(TARGET_MCPWM_UNIT, MCPWM_TIMER_2, &sync_conf)); in app_main()
94 ESP_ERROR_CHECK(mcpwm_stop(TARGET_MCPWM_UNIT, MCPWM_TIMER_2)); in app_main()
100 ESP_ERROR_CHECK(mcpwm_start(TARGET_MCPWM_UNIT, MCPWM_TIMER_2)); in app_main()
116 mcpwm_sync_configure(MCPWM_UNIT_0, MCPWM_TIMER_2, &sync_conf); in app_main()
141 mcpwm_sync_configure(MCPWM_UNIT_0, MCPWM_TIMER_2, &sync_conf); in app_main()
155 ESP_ERROR_CHECK(mcpwm_stop(TARGET_MCPWM_UNIT, MCPWM_TIMER_2)); in app_main()
/hal_espressif-3.6.0/components/driver/include/driver/
Dmcpwm.h87 MCPWM_TIMER_2, /*!<Select MCPWM timer2*/ enumerator
/hal_espressif-3.6.0/components/driver/test/
Dtest_pwm.c441 TEST_ESP_OK(mcpwm_sync_configure(unit, MCPWM_TIMER_2, &sync_conf)); in mcpwm_swsync_test()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dmcpwm.rst134 mcpwm_sync_configure(TARGET_MCPWM_UNIT, MCPWM_TIMER_2, &sync_conf);