mcpwm_bdc_speed_control sample
motor_control_context_t
is only used within mcpwm_bdc_speed_control sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mcpwm_bdc_speed_control sample
motor_control_context_t
motor_control_context_t struct
Syntax
Show:
Summary
Declaration
from
mcpwm_bdc_control_example_main.c:37
typedef
struct
{
bdc_motor_handle_t
motor
;
pcnt_unit_handle_t
pcnt_encoder
;
pid_ctrl_block_handle_t
pid_ctrl
;
int
report_pulses
;
}
motor_control_context_t
;
Fields
Field
Declared as
motor_control_context_t::motor
bdc_motor_handle_t
motor_control_context_t::pcnt_encoder
pcnt_unit_handle_t
motor_control_context_t::pid_ctrl
pid_ctrl_block_handle_t
motor_control_context_t::report_pulses
int
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out