ESP-IDF
pcnt_dev_t::
::conf1
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_dev_t::
::conf1
pcnt_dev_t::
::conf1 field
Syntax
Show:
Summary
Declaration
from
pcnt_struct.h:36
union
{
struct
{
uint32_t
cnt_thres0
:
16
;
uint32_t
cnt_thres1
:
16
;
}
;
uint32_t
val
;
}
conf1
;
Examples
References
from
examples
Code
Location
Referrer
}
conf1
;
pcnt_struct.h:42
typeof
(
hw
->
conf_unit
[
unit
]
.
conf1
)
conf1_reg
;
pcnt_ll.h:290
pcnt_ll_set_thres_value()
conf1_reg
.
val
=
hw
->
conf_unit
[
unit
]
.
conf1
.
val
;
pcnt_ll.h:291
pcnt_ll_set_thres_value()
hw
->
conf_unit
[
unit
]
.
conf1
.
val
=
conf1_reg
.
val
;
pcnt_ll.h:298
pcnt_ll_set_thres_value()
typeof
(
hw
->
conf_unit
[
unit
]
.
conf1
)
conf1_reg
;
pcnt_ll.h:345
pcnt_ll_get_thres_value()
conf1_reg
.
val
=
hw
->
conf_unit
[
unit
]
.
conf1
.
val
;
pcnt_ll.h:346
pcnt_ll_get_thres_value()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_dev_t::
::conf1
is read by 2 functions:
All items filtered out
pcnt_dev_t::
::conf1
pcnt_ll_set_thres_value()
pcnt_ll_get_thres_value()
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