ESP-IDF
pcnt_dev_t::
::val
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
pcnt_dev_t::
::val
pcnt_dev_t::
::val field
Syntax
Show:
Summary
Declaration
from
pcnt_struct.h:124
uint32_t
val
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
val
;
pcnt_struct.h:124
return
hw
->
status_unit
[
unit
]
.
val
;
pcnt_ll.h:365
pcnt_ll_get_unit_status()
return
(
pcnt_unit_zero_cross_mode_t
)
(
hw
->
status_unit
[
unit
]
.
val
&
0x03
)
;
pcnt_ll.h:378
pcnt_ll_get_zero_cross_mode()
return
hw
->
status_unit
[
unit
]
.
val
>
>
2
;
pcnt_ll.h:391
pcnt_ll_get_event_status()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_dev_t::
::val
is read by 3 functions:
All items filtered out
pcnt_dev_t::
::val
pcnt_ll_get_unit_status()
pcnt_ll_get_zero_cross_mode()
pcnt_ll_get_event_status()
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