ESP-IDF
pcnt_dev_t::int_st
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::int_st
pcnt_dev_t::int_st field
Syntax
Show:
Summary
Declaration
from
pcnt_struct.h:72
volatile
union
{
struct
{
uint32_t
cnt_thr_event_u0
:
1
;
uint32_t
cnt_thr_event_u1
:
1
;
uint32_t
cnt_thr_event_u2
:
1
;
uint32_t
cnt_thr_event_u3
:
1
;
uint32_t
cnt_thr_event_u4
:
1
;
uint32_t
cnt_thr_event_u5
:
1
;
uint32_t
cnt_thr_event_u6
:
1
;
uint32_t
cnt_thr_event_u7
:
1
;
uint32_t
reserved8
:
24
;
}
;
uint32_t
val
;
}
int_st
;
Examples
References
from
examples
Code
Location
Referrer
}
int_st
;
pcnt_struct.h:85
return
hw
->
int_st
.
val
;
pcnt_ll.h:169
pcnt_ll_get_intr_status()
return
&
hw
->
int_st
.
val
;
pcnt_ll.h:440
pcnt_ll_get_intr_status_reg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_dev_t::int_st
is read by 2 functions:
All items filtered out
pcnt_dev_t::int_st
pcnt_ll_get_intr_status()
pcnt_ll_get_intr_status_reg()
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