ESP-IDF
mcpwm_duty_type_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mcpwm_duty_type_t
mcpwm_duty_type_t enum
Syntax
Show:
Summary
Declaration
from
mcpwm_types_legacy.h:178
enum
{
MCPWM_DUTY_MODE_0
=
0
,
MCPWM_DUTY_MODE_1
,
MCPWM_DUTY_MODE_FORCE_LOW
,
MCPWM_DUTY_MODE_FORCE_HIGH
,
MCPWM_DUTY_MODE_MAX
,
}
;
Values
Value
Declared as
Description
mcpwm_duty_type_t::MCPWM_DUTY_MODE_0
=
0
Active high duty, i.e. duty cycle proportional to high time for asymmetric MCPWM.
mcpwm_duty_type_t::MCPWM_DUTY_MODE_1
Active low duty, i.e. duty cycle proportional to low time for asymmetric MCPWM, out of phase(inverted) MCPWM.
mcpwm_duty_type_t::MCPWM_DUTY_MODE_FORCE_LOW
Forced to output low level.
mcpwm_duty_type_t::MCPWM_DUTY_MODE_FORCE_HIGH
Forced to output high level.
mcpwm_duty_type_t::MCPWM_DUTY_MODE_MAX
Num of duty cycle modes.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
mcpwm_types_legacy.h:178
}
mcpwm_duty_type_t
;
mcpwm_types_legacy.h:184
mcpwm_duty_type_t
duty_type
)
mcpwm_legacy.c:373
mcpwm_set_duty_type()
mcpwm_set_duty_type()::duty_type
}
mcpwm_duty_type_t
;
mcpwm_types_legacy.h:184
mcpwm_duty_type_t
mcpwm_duty_type_t
duty_mode
;
/*!<Set type of duty cycle*/
mcpwm_types_legacy.h:274
mcpwm_config_t
mcpwm_config_t::duty_mode
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_config_t::duty_mode
mcpwm_config_t
mcpwm_types_legacy.h:274
mcpwm_set_duty_type()::duty_type
mcpwm_set_duty_type()
mcpwm_legacy.c:373
Lifecycle
from
examples
All items filtered out
All items filtered out