ESP-IDF
+
0
/2 examples
SourceVu will show references to
mcpwm_cap_channel_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_channel_t
mcpwm_cap_channel_t struct
Type of MCPWM capture channel handle
Syntax
Show:
Summary
Declaration
Definition
from
mcpwm_types.h:55
typedef
struct
mcpwm_cap_channel_t
*
mcpwm_cap_channel_handle_t
;
Implemented in
mcpwm_private.h:248
Fields
Field
Declared as
mcpwm_cap_channel_t::cap_chan_id
int
mcpwm_cap_channel_t::cap_timer
mcpwm_cap_timer_t
*
mcpwm_cap_channel_t::prescale
uint32_t
mcpwm_cap_channel_t::gpio_num
int
mcpwm_cap_channel_t::fsm
mcpwm_cap_channel_fsm_t
mcpwm_cap_channel_t::intr
intr_handle_t
mcpwm_cap_channel_t::on_cap
mcpwm_capture_event_cb_t
mcpwm_cap_channel_t::user_data
void
*
Related Functions
Found 9 other functions taking a
mcpwm_cap_channel_t
argument:
Function
Description
mcpwm_new_capture_channel()
Create MCPWM capture channel
mcpwm_capture_channel_enable()
Enable MCPWM capture channel
mcpwm_capture_channel_register_event_callbacks()
Set event callbacks for MCPWM capture channel
mcpwm_capture_channel_destroy()
mcpwm_capture_channel_register_to_timer()
mcpwm_capture_channel_unregister_from_timer()
mcpwm_del_capture_channel()
Delete MCPWM capture channel
mcpwm_capture_channel_disable()
Disable MCPWM capture channel
mcpwm_capture_channel_trigger_soft_catch()
Trigger a catch by software
Examples
mcpwm_cap_channel_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