Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_sync_example/main/
Dmcpwm_sync_example.c46 ESP_ERROR_CHECK(mcpwm_init(TARGET_MCPWM_UNIT, MCPWM_TIMER_1, &pwm_config)); in app_main()
70 ESP_ERROR_CHECK(mcpwm_sync_configure(TARGET_MCPWM_UNIT, MCPWM_TIMER_1, &sync_conf)); in app_main()
95 ESP_ERROR_CHECK(mcpwm_stop(TARGET_MCPWM_UNIT, MCPWM_TIMER_1)); in app_main()
99 ESP_ERROR_CHECK(mcpwm_start(TARGET_MCPWM_UNIT, MCPWM_TIMER_1)); in app_main()
115 mcpwm_sync_configure(MCPWM_UNIT_0, MCPWM_TIMER_1, &sync_conf); in app_main()
139 mcpwm_sync_configure(MCPWM_UNIT_0, MCPWM_TIMER_1, &sync_conf); in app_main()
156 ESP_ERROR_CHECK(mcpwm_stop(TARGET_MCPWM_UNIT, MCPWM_TIMER_1)); in app_main()
/hal_espressif-3.6.0/components/driver/include/driver/
Dmcpwm.h86 MCPWM_TIMER_1, /*!<Select MCPWM timer1*/ enumerator
/hal_espressif-3.6.0/components/driver/test/
Dtest_pwm.c439 TEST_ESP_OK(mcpwm_sync_configure(unit, MCPWM_TIMER_1, &sync_conf)); in mcpwm_swsync_test()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dmcpwm.rst133 mcpwm_sync_configure(TARGET_MCPWM_UNIT, MCPWM_TIMER_1, &sync_conf);