ESP-IDF
pcnt_dev_t::status_unit
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_dev_t::status_unit
pcnt_dev_t::status_unit field
Syntax
Show:
Summary
Declaration
from
pcnt_struct.h:114
volatile
union
{
struct
{
uint32_t
cnt_mode
:
2
;
uint32_t
thres1_lat
:
1
;
uint32_t
thres0_lat
:
1
;
uint32_t
l_lim_lat
:
1
;
uint32_t
h_lim_lat
:
1
;
uint32_t
zero_lat
:
1
;
uint32_t
reserved7
:
25
;
}
;
uint32_t
val
;
}
status_unit
[
8
]
;
Examples
References
from
examples
Code
Location
Referrer
}
status_unit
[
8
]
;
pcnt_struct.h:125
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::status_unit
is read by 3 functions:
All items filtered out
pcnt_dev_t::status_unit
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