ESP-IDF
pcnt_dev_t::ctrl
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::ctrl
pcnt_dev_t::ctrl field
Syntax
Show:
Summary
Declaration
from
pcnt_struct.h:126
volatile
union
{
struct
{
uint32_t
cnt_rst_u0
:
1
;
uint32_t
cnt_pause_u0
:
1
;
uint32_t
cnt_rst_u1
:
1
;
uint32_t
cnt_pause_u1
:
1
;
uint32_t
cnt_rst_u2
:
1
;
uint32_t
cnt_pause_u2
:
1
;
uint32_t
cnt_rst_u3
:
1
;
uint32_t
cnt_pause_u3
:
1
;
uint32_t
cnt_rst_u4
:
1
;
uint32_t
cnt_pause_u4
:
1
;
uint32_t
cnt_rst_u5
:
1
;
uint32_t
cnt_pause_u5
:
1
;
uint32_t
cnt_rst_u6
:
1
;
uint32_t
cnt_pause_u6
:
1
;
uint32_t
cnt_rst_u7
:
1
;
uint32_t
cnt_pause_u7
:
1
;
uint32_t
clk_en
:
1
;
uint32_t
reserved17
:
15
;
}
;
uint32_t
val
;
}
ctrl
;
Examples
References
from
examples
Code
Location
Referrer
}
ctrl
;
pcnt_struct.h:148
hw
->
ctrl
.
val
|=
1
<
<
(
2
*
unit
+
1
)
;
pcnt_ll.h:115
pcnt_ll_stop_count()
hw
->
ctrl
.
val
&=
~
(
1
<
<
(
2
*
unit
+
1
)
)
;
pcnt_ll.h:127
pcnt_ll_start_count()
hw
->
ctrl
.
val
|=
1
<
<
(
2
*
unit
)
;
pcnt_ll.h:139
pcnt_ll_clear_count()
hw
->
ctrl
.
val
&=
~
(
1
<
<
(
2
*
unit
)
)
;
pcnt_ll.h:140
pcnt_ll_clear_count()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_dev_t::ctrl
is read by 3 functions:
All items filtered out
pcnt_dev_t::ctrl
pcnt_ll_stop_count()
pcnt_ll_start_count()
pcnt_ll_clear_count()
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