ESP-IDF
PCNT_UNIT_FSM_INIT
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
PCNT_UNIT_FSM_INIT
PCNT_UNIT_FSM_INIT value
Syntax
Show:
Summary
Declaration
from
pulse_cnt.c:96
PCNT_UNIT_FSM_INIT
;
Examples
References
from
examples
Code
Location
Referrer
PCNT_UNIT_FSM_INIT
,
pulse_cnt.c:96
unit
->
fsm
=
PCNT_UNIT_FSM_INIT
;
pulse_cnt.c:302
pcnt_new_unit()
ESP_RETURN_ON_FALSE
(
unit
->
fsm
==
PCNT_UNIT_FSM_INIT
,
ESP_ERR_INVALID_STATE
,
TAG
,
"unit not in init state"
)
;
pulse_cnt.c:322
pcnt_del_unit()
ESP_RETURN_ON_FALSE
(
unit
->
fsm
==
PCNT_UNIT_FSM_INIT
,
ESP_ERR_INVALID_STATE
,
TAG
,
"unit not in init state"
)
;
pulse_cnt.c:389
pcnt_unit_set_glitch_filter()
ESP_RETURN_ON_FALSE
(
unit
->
fsm
==
PCNT_UNIT_FSM_INIT
,
ESP_ERR_INVALID_STATE
,
TAG
,
"unit not in init state"
)
;
pulse_cnt.c:412
pcnt_unit_enable()
unit
->
fsm
=
PCNT_UNIT_FSM_INIT
;
pulse_cnt.c:441
pcnt_unit_disable()
ESP_RETURN_ON_FALSE
(
unit
->
fsm
==
PCNT_UNIT_FSM_INIT
,
ESP_ERR_INVALID_STATE
,
TAG
,
"unit not in init state"
)
;
pulse_cnt.c:525
pcnt_unit_register_event_callbacks()
ESP_GOTO_ON_FALSE
(
unit
->
fsm
==
PCNT_UNIT_FSM_INIT
,
ESP_ERR_INVALID_STATE
,
err
,
TAG
,
"unit not in init state"
)
;
pulse_cnt.c:715
pcnt_new_channel()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PCNT_UNIT_FSM_INIT
is read by 7 functions:
All items filtered out
PCNT_UNIT_FSM_INIT
pcnt_new_unit()
pcnt_del_unit()
pcnt_unit_set_glitch_filter()
pcnt_unit_enable()
pcnt_unit_disable()
pcnt_unit_register_event_callbacks()
pcnt_new_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