ESP-IDF
cap_isr_func_t::fn
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
cap_isr_func_t::fn
cap_isr_func_t::fn field
Syntax
Show:
Summary
Declaration
from
mcpwm_legacy.c:99
cap_isr_cb_t
fn
;
Examples
References
from
examples
Code
Location
Referrer
cap_isr_cb_t
fn
;
// isr function
mcpwm_legacy.c:99
if
(
curr_context
->
cap_isr_func
[
i
]
.
fn
!=
NULL
)
{
mcpwm_legacy.c:832
mcpwm_default_isr_handler()
if
(
curr_context
->
cap_isr_func
[
i
]
.
fn
(
curr_context
->
group_id
,
i
,
&
edata
,
mcpwm_legacy.c:837
mcpwm_default_isr_handler()
ESP_RETURN_ON_FALSE
(
context
[
mcpwm_num
]
.
cap_isr_func
[
cap_channel
]
.
fn
==
NULL
,
ESP_ERR_INVALID_STATE
,
TAG
,
mcpwm_legacy.c:853
mcpwm_capture_enable_channel()
context
[
mcpwm_num
]
.
cap_isr_func
[
cap_channel
]
.
fn
=
cap_conf
->
capture_cb
;
mcpwm_legacy.c:888
mcpwm_capture_enable_channel()
context
[
mcpwm_num
]
.
cap_isr_func
[
cap_channel
]
.
fn
=
NULL
;
mcpwm_legacy.c:914
mcpwm_capture_disable_channel()
if
(
context
[
mcpwm_num
]
.
cap_isr_func
[
i
]
.
fn
!=
NULL
)
{
mcpwm_legacy.c:919
mcpwm_capture_disable_channel()
Call Tree
from
examples
cap_isr_func_t::fn
is called by 1 function:
mcpwm_default_isr_handler()
All items filtered out
cap_isr_func_t::fn
All items filtered out
Data Use
from
examples
cap_isr_func_t::fn
is written by 2 functions and is read by 3 functions:
mcpwm_capture_enable_channel()
mcpwm_capture_disable_channel()
All items filtered out
cap_isr_func_t::fn
mcpwm_default_isr_handler()
mcpwm_capture_enable_channel()
mcpwm_capture_disable_channel()
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