ESP-IDF
MCPWM_CAP_EDGE_NEG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
MCPWM_CAP_EDGE_NEG
MCPWM_CAP_EDGE_NEG value
Capture on the negative edge
Syntax
Show:
Summary
Declaration
from
mcpwm_types.h:105
MCPWM_CAP_EDGE_NEG
;
Examples
References
from
examples
Code
Location
Referrer
MCPWM_CAP_EDGE_NEG
,
/*!< Capture on the negative edge */
mcpwm_types.h:105
edata
.
cap_edge
=
mcpwm_ll_capture_get_edge
(
curr_context
->
hal
.
dev
,
i
)
==
MCPWM_CAP_EDGE_NEG
?
MCPWM_NEG_EDGE
mcpwm_legacy.c:834
mcpwm_default_isr_handler()
return
mcpwm_ll_capture_get_edge
(
hal
->
dev
,
cap_sig
)
==
MCPWM_CAP_EDGE_NEG
?
2
:
1
;
mcpwm_legacy.c:967
mcpwm_capture_signal_get_edge()
return
mcpwm
->
cap_status
.
val
&
(
1
<
<
channel
)
?
MCPWM_CAP_EDGE_NEG
:
MCPWM_CAP_EDGE_POS
;
mcpwm_ll.h:1603
mcpwm_ll_capture_get_edge()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
MCPWM_CAP_EDGE_NEG
is read by 3 functions:
All items filtered out
MCPWM_CAP_EDGE_NEG
mcpwm_default_isr_handler()
mcpwm_capture_signal_get_edge()
mcpwm_ll_capture_get_edge()
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