ESP-IDF
+
0
/5 examples
SourceVu will show references to
mcpwm_timer_t
from the following samples and libraries:
mcpwm_bdc_speed_control sample
mcpwm_bldc_hall_control sample
mcpwm_foc_svpwm_open_loop sample
mcpwm_servo_control sample
mcpwm_sync sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mcpwm_timer_t
mcpwm_timer_t struct
Type of MCPWM timer handle
Syntax
Show:
Summary
Declaration
Definition
from
mcpwm_types.h:20
typedef
struct
mcpwm_timer_t
*
mcpwm_timer_handle_t
;
Implemented in
mcpwm_private.h:87
Fields
Field
Declared as
mcpwm_timer_t::timer_id
int
mcpwm_timer_t::group
mcpwm_group_t
*
mcpwm_timer_t::fsm
mcpwm_timer_fsm_t
mcpwm_timer_t::spinlock
portMUX_TYPE
mcpwm_timer_t::intr
intr_handle_t
mcpwm_timer_t::resolution_hz
uint32_t
mcpwm_timer_t::peak_ticks
uint32_t
mcpwm_timer_t::sync_src
mcpwm_timer_sync_src_t
*
mcpwm_timer_t::count_mode
mcpwm_timer_count_mode_t
mcpwm_timer_t::on_full
mcpwm_timer_event_cb_t
mcpwm_timer_t::on_empty
mcpwm_timer_event_cb_t
mcpwm_timer_t::on_stop
mcpwm_timer_event_cb_t
mcpwm_timer_t::user_data
void
*
Related Functions
Found 15 other functions taking a
mcpwm_timer_t
argument:
Function
Description
mcpwm_timer_start_stop()
Send specific start/stop commands to MCPWM timer
mcpwm_operator_connect_timer()
Connect MCPWM operator and timer, so that the operator can be driven by the timer
mcpwm_timer_enable()
Enable MCPWM timer
mcpwm_new_timer()
Create MCPWM timer
mcpwm_del_timer()
Delete MCPWM timer
mcpwm_timer_disable()
Disable MCPWM timer
mcpwm_timer_register_event_callbacks()
Set event callbacks for MCPWM timer
mcpwm_timer_set_phase_on_sync()
Set sync phase for MCPWM timer
mcpwm_timer_destroy()
mcpwm_timer_sync_src_register_to_timer()
mcpwm_new_timer_sync_src()
Create MCPWM timer sync source
mcpwm_timer_get_phase()
Get MCPWM timer phase
mcpwm_timer_set_period()
Set a new period for MCPWM timer
mcpwm_timer_register_to_group()
mcpwm_timer_unregister_from_group()
Examples
mcpwm_timer_t
is referenced by 5 libraries and example projects:
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