Home
last modified time | relevance | path

Searched refs:mcpwm_hal_context_t (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dmcpwm_hal.h35 } mcpwm_hal_context_t; typedef
43 void mcpwm_hal_init(mcpwm_hal_context_t *hal, const mcpwm_hal_init_config_t *init_config);
50 void mcpwm_hal_deinit(mcpwm_hal_context_t *hal);
58 void mcpwm_hal_timer_reset(mcpwm_hal_context_t *hal, int timer_id);
66 void mcpwm_hal_operator_reset(mcpwm_hal_context_t *hal, int oper_id);
75 void mcpwm_hal_generator_reset(mcpwm_hal_context_t *hal, int oper_id, int gen_id);
/hal_espressif-latest/components/hal/
Dmcpwm_hal.c12 void mcpwm_hal_init(mcpwm_hal_context_t *hal, const mcpwm_hal_init_config_t *init_config) in mcpwm_hal_init()
19 void mcpwm_hal_deinit(mcpwm_hal_context_t *hal) in mcpwm_hal_deinit()
24 void mcpwm_hal_timer_reset(mcpwm_hal_context_t *hal, int timer_id) in mcpwm_hal_timer_reset()
34 void mcpwm_hal_operator_reset(mcpwm_hal_context_t *hal, int oper_id) in mcpwm_hal_operator_reset()
51 void mcpwm_hal_generator_reset(mcpwm_hal_context_t *hal, int oper_id, int gen_id) in mcpwm_hal_generator_reset()
/hal_espressif-latest/components/driver/deprecated/
Dmcpwm_legacy.c88 mcpwm_hal_context_t hal;
226 mcpwm_hal_context_t *hal = &context[mcpwm_num].hal; in mcpwm_group_set_resolution()
244 mcpwm_hal_context_t *hal = &context[mcpwm_num].hal; in mcpwm_timer_set_resolution()
262 mcpwm_hal_context_t *hal = &context[mcpwm_num].hal; in mcpwm_set_frequency()
293 mcpwm_hal_context_t *hal = &context[mcpwm_num].hal; in mcpwm_set_duty()
311 mcpwm_hal_context_t *hal = &context[mcpwm_num].hal; in mcpwm_set_duty_in_us()
331 mcpwm_hal_context_t *hal = &context[mcpwm_num].hal; in mcpwm_set_duty_type()
410 mcpwm_hal_context_t *hal = &context[mcpwm_num].hal; in mcpwm_init()
453 mcpwm_hal_context_t *hal = &context[mcpwm_num].hal; in mcpwm_get_frequency()
469 mcpwm_hal_context_t *hal = &context[mcpwm_num].hal; in mcpwm_get_duty()
[all …]