ESP-IDF
mcpwm_timer_sync_src_config_t
is only used within ESP-IDF.
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
ESP-IDF
mcpwm_timer_sync_src_config_t
mcpwm_timer_sync_src_config_t struct
MCPWM timer sync source configuration
Syntax
Show:
Summary
Declaration
from
mcpwm_sync.h:21
typedef
struct
{
mcpwm_timer_event_t
timer_event
;
struct
{
uint32_t
propagate_input_sync
:
1
;
}
flags
;
}
mcpwm_timer_sync_src_config_t
;
Fields
Field
Declared as
Description
mcpwm_timer_sync_src_config_t::timer_event
mcpwm_timer_event_t
Timer event, upon which MCPWM timer will generate the sync signal.
mcpwm_timer_sync_src_config_t::flags
struct
{
uint32_t
propagate_input_sync
:
1
;
}
Extra configuration flags for timer sync source.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
mcpwm_sync.h:21
}
mcpwm_timer_sync_src_config_t
;
mcpwm_sync.h:26
esp_err_t
mcpwm_new_timer_sync_src
(
mcpwm_timer_handle_t
timer
,
const
mcpwm_timer_sync_src_config_t
*
config
,
mcpwm_sync_handle_t
*
ret_sync
)
mcpwm_sync.c:71
mcpwm_new_timer_sync_src()
mcpwm_new_timer_sync_src()::config
}
mcpwm_timer_sync_src_config_t
;
mcpwm_sync.h:26
mcpwm_timer_sync_src_config_t
esp_err_t
mcpwm_new_timer_sync_src
(
mcpwm_timer_handle_t
timer
,
const
mcpwm_timer_sync_src_config_t
*
config
,
mcpwm_sync_handle_t
*
ret_sync
)
;
mcpwm_sync.h:41
mcpwm_new_timer_sync_src()
mcpwm_new_timer_sync_src()::config
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
Instance
Scope
Location
Project
mcpwm_new_timer_sync_src()::config
mcpwm_new_timer_sync_src()
mcpwm_sync.h:41
mcpwm_new_timer_sync_src()::config
mcpwm_new_timer_sync_src()
mcpwm_sync.c:71
Lifecycle
from
examples
All items filtered out
All items filtered out