Home
last modified time | relevance | path

Searched refs:counter_en (Results 1 – 25 of 31) sorted by relevance

12

/hal_espressif-3.6.0/components/driver/test/
Dtest_timer.c303 .counter_en = TIMER_START,
308 config2.counter_en = TIMER_PAUSE;
317 .counter_en = TIMER_START,
333 .counter_en = TIMER_START,
343 TEST_ASSERT_EQUAL(config.counter_en, get_config.counter_en);
373 .counter_en = TIMER_START,
412 .counter_en = TIMER_START,
443 .counter_en = TIMER_START,
470 .counter_en = TIMER_START,
517 .counter_en = TIMER_START,
[all …]
/hal_espressif-3.6.0/docs/zh_CN/api-reference/peripherals/
Dtimer.rst48 …mer_init` 后计数器将立即开始递增/递减。您可通过从 :cpp:type:`timer_start_t` 中选取一个值,后使用 :cpp:member:`counter_en` 改变此行为。
60 定时器使能后便开始计数。要使能定时器,可首先设置 :cpp:member:`counter_en` 为 ``true``,然后调用函数 :cpp:func:`timer_init`,或者直接调用函数…
/hal_espressif-3.6.0/components/hal/include/hal/
Dtimer_hal.h141 …fine timer_hal_set_counter_enable(hal, counter_en) timer_ll_set_counter_enable((hal)->dev, (hal)-… argument
Dtimer_types.h123 timer_start_t counter_en; /*!< Counter enable */ member
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Dtimer_ll.h154 …NLINE_ATTR void timer_ll_set_counter_enable(timg_dev_t *hw, timer_idx_t timer_num, bool counter_en) in timer_ll_set_counter_enable() argument
156 hw->hw_timer[timer_num].config.tx_en = counter_en; in timer_ll_set_counter_enable()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dtimer_ll.h154 …NLINE_ATTR void timer_ll_set_counter_enable(timg_dev_t *hw, timer_idx_t timer_num, bool counter_en) in timer_ll_set_counter_enable() argument
156 hw->hw_timer[timer_num].config.tn_en = counter_en; in timer_ll_set_counter_enable()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dtimer_ll.h149 …NLINE_ATTR void timer_ll_set_counter_enable(timg_dev_t *hw, timer_idx_t timer_num, bool counter_en) in timer_ll_set_counter_enable() argument
151 hw->hw_timer[timer_num].config.enable = counter_en; in timer_ll_set_counter_enable()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dtimer_ll.h154 …NLINE_ATTR void timer_ll_set_counter_enable(timg_dev_t *hw, timer_idx_t timer_num, bool counter_en) in timer_ll_set_counter_enable() argument
156 hw->hw_timer[timer_num].config.tx_en = counter_en; in timer_ll_set_counter_enable()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dtimer_ll.h149 …NLINE_ATTR void timer_ll_set_counter_enable(timg_dev_t *hw, timer_idx_t timer_num, bool counter_en) in timer_ll_set_counter_enable() argument
151 hw->hw_timer[timer_num].config.tx_en = counter_en; in timer_ll_set_counter_enable()
/hal_espressif-3.6.0/components/driver/
Dtimer.c297 timer_hal_set_counter_enable(&(p_timer_obj[group_num][timer_num]->hal), config->counter_en); in timer_init()
335 config->counter_en = timer_hal_get_counter_enable(&(p_timer_obj[group_num][timer_num]->hal)); in timer_get_config()
450 …set_counter_enable_in_isr(timer_group_t group_num, timer_idx_t timer_num, timer_start_t counter_en) in timer_group_set_counter_enable_in_isr() argument
452 timer_hal_set_counter_enable(&(p_timer_obj[group_num][timer_num]->hal), counter_en); in timer_group_set_counter_enable_in_isr()
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/components/motor_ctrl_timer/
Dmotor_ctrl_timer.c63 .counter_en = TIMER_PAUSE, in motor_ctrl_new_timer()
/hal_espressif-3.6.0/components/freemodbus/port/
Dporttimer.c93 .counter_en = TIMER_PAUSE, in xMBPortTimersInit()
Dporttimer_m.c87 .counter_en = TIMER_PAUSE, in xMBMasterPortTimersInit()
/hal_espressif-3.6.0/examples/peripherals/timer_group/main/
Dtimer_group_example_main.c88 .counter_en = TIMER_PAUSE, in example_tg_timer_init()
/hal_espressif-3.6.0/examples/peripherals/wave_gen/main/
Dwave_gen_example_main.c70 .counter_en = TIMER_PAUSE, in example_timer_init()
/hal_espressif-3.6.0/components/app_trace/sys_view/Sample/Config/
DSEGGER_SYSVIEW_Config_FreeRTOS.c216 .counter_en = 0 in SEGGER_SYSVIEW_TS_Init()
/hal_espressif-3.6.0/components/driver/include/driver/
Dtimer.h388 …et_counter_enable_in_isr(timer_group_t group_num, timer_idx_t timer_num, timer_start_t counter_en);
/hal_espressif-3.6.0/examples/system/sysview_tracing/main/
Dsysview_tracing.c97 config.counter_en = TIMER_PAUSE; in example_timer_init()
/hal_espressif-3.6.0/components/freertos/test/
Dtest_freertos_task_notify.c136 config.counter_en = TIMER_PAUSE; in timerg0_init()
Dtest_freertos_eventgroups.c177 config.counter_en = TIMER_PAUSE; in setup_timer()
Dtest_suspend_scheduler.c82 .counter_en = TIMER_PAUSE,
Dtest_task_suspend_resume.c179 .counter_en = TIMER_PAUSE, in test_resume_task_from_isr()
/hal_espressif-3.6.0/examples/system/eventfd/main/
Deventfd_example.c68 .counter_en = TIMER_PAUSE, in eventfd_timer_init()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dtimer.rst41 … :cpp:func:`timer_init`. You can change the behavior with :cpp:member:`counter_en` by selecting on…
53 … the timer, call the function :cpp:func:`timer_init` with :cpp:member:`counter_en` set to ``true``…
/hal_espressif-3.6.0/components/app_trace/test/
Dtest_trace.c78 config.counter_en = TIMER_PAUSE; in esp_apptrace_test_timer_init()
373 config.counter_en = 0; in esp_apptrace_test_ts_init()
390 config.counter_en = 0; in esp_apptrace_test_ts_cleanup()

12