ESP-IDF
pcnt_dev_t::
::conf2
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::
::conf2
pcnt_dev_t::
::conf2 field
Syntax
Show:
Summary
Declaration
from
pcnt_struct.h:43
union
{
struct
{
uint32_t
cnt_h_lim
:
16
;
uint32_t
cnt_l_lim
:
16
;
}
;
uint32_t
val
;
}
conf2
;
Examples
References
from
examples
Code
Location
Referrer
}
conf2
;
pcnt_struct.h:49
typeof
(
hw
->
conf_unit
[
unit
]
.
conf2
)
conf2_reg
;
pcnt_ll.h:257
pcnt_ll_set_high_limit_value()
conf2_reg
.
val
=
hw
->
conf_unit
[
unit
]
.
conf2
.
val
;
pcnt_ll.h:258
pcnt_ll_set_high_limit_value()
hw
->
conf_unit
[
unit
]
.
conf2
.
val
=
conf2_reg
.
val
;
pcnt_ll.h:261
pcnt_ll_set_high_limit_value()
typeof
(
hw
->
conf_unit
[
unit
]
.
conf2
)
conf2_reg
;
pcnt_ll.h:273
pcnt_ll_set_low_limit_value()
conf2_reg
.
val
=
hw
->
conf_unit
[
unit
]
.
conf2
.
val
;
pcnt_ll.h:274
pcnt_ll_set_low_limit_value()
hw
->
conf_unit
[
unit
]
.
conf2
.
val
=
conf2_reg
.
val
;
pcnt_ll.h:277
pcnt_ll_set_low_limit_value()
typeof
(
hw
->
conf_unit
[
unit
]
.
conf2
)
conf2_reg
;
pcnt_ll.h:310
pcnt_ll_get_high_limit_value()
conf2_reg
.
val
=
hw
->
conf_unit
[
unit
]
.
conf2
.
val
;
pcnt_ll.h:311
pcnt_ll_get_high_limit_value()
typeof
(
hw
->
conf_unit
[
unit
]
.
conf2
)
conf2_reg
;
pcnt_ll.h:326
pcnt_ll_get_low_limit_value()
conf2_reg
.
val
=
hw
->
conf_unit
[
unit
]
.
conf2
.
val
;
pcnt_ll.h:327
pcnt_ll_get_low_limit_value()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_dev_t::
::conf2
is read by 4 functions:
All items filtered out
pcnt_dev_t::
::conf2
pcnt_ll_set_high_limit_value()
pcnt_ll_set_low_limit_value()
pcnt_ll_get_high_limit_value()
pcnt_ll_get_low_limit_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