ESP-IDF
+
0
/2 examples
SourceVu will show references to
mcpwm_cap_timer_t
from the following samples and libraries:
mcpwm_bldc_hall_control sample
mcpwm_capture_hc_sr04 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_cap_timer_t
mcpwm_cap_timer_t struct
Type of MCPWM capture timer handle
Syntax
Show:
Summary
Declaration
Definition
from
mcpwm_types.h:50
typedef
struct
mcpwm_cap_timer_t
*
mcpwm_cap_timer_handle_t
;
Implemented in
mcpwm_private.h:239
Fields
Field
Declared as
mcpwm_cap_timer_t::group
mcpwm_group_t
*
mcpwm_cap_timer_t::spinlock
portMUX_TYPE
mcpwm_cap_timer_t::resolution_hz
uint32_t
mcpwm_cap_timer_t::fsm
mcpwm_cap_timer_fsm_t
mcpwm_cap_timer_t::pm_lock
esp_pm_lock_handle_t
mcpwm_cap_timer_t::cap_channels
mcpwm_cap_channel_t
*
[
SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER
]
Related Functions
Found 13 other functions taking a
mcpwm_cap_timer_t
argument:
Function
Description
mcpwm_capture_timer_enable()
Enable MCPWM capture timer
mcpwm_new_capture_timer()
Create MCPWM capture timer
mcpwm_capture_timer_start()
Start MCPWM capture timer
mcpwm_new_capture_channel()
Create MCPWM capture channel
mcpwm_cap_timer_destroy()
mcpwm_del_capture_timer()
Delete MCPWM capture timer
mcpwm_capture_timer_disable()
Disable MCPWM capture timer
mcpwm_cap_timer_register_to_group()
mcpwm_cap_timer_unregister_from_group()
mcpwm_capture_timer_stop()
Stop MCPWM capture timer
mcpwm_capture_timer_get_resolution()
Get MCPWM capture timer resolution, in Hz
mcpwm_capture_channel_register_to_timer()
mcpwm_capture_timer_set_phase_on_sync()
Set sync phase for MCPWM capture timer
Examples
mcpwm_cap_timer_t
is referenced by 2 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