ESP-IDF
PCNT_MEM_ALLOC_CAPS
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_MEM_ALLOC_CAPS
PCNT_MEM_ALLOC_CAPS macro
Syntax
Show:
Summary
Declaration
from
pulse_cnt.c:43
#define
PCNT_MEM_ALLOC_CAPS
MALLOC_CAP_DEFAULT
Examples
References
from
examples
Code
Location
#define
PCNT_MEM_ALLOC_CAPS
MALLOC_CAP_DEFAULT
pulse_cnt.c:43
unit
=
heap_caps_calloc
(
1
,
sizeof
(
pcnt_unit_t
)
,
PCNT_MEM_ALLOC_CAPS
)
;
pulse_cnt.c:222
channel
=
heap_caps_calloc
(
1
,
sizeof
(
pcnt_chan_t
)
,
PCNT_MEM_ALLOC_CAPS
)
;
pulse_cnt.c:720
group
=
heap_caps_calloc
(
1
,
sizeof
(
pcnt_group_t
)
,
PCNT_MEM_ALLOC_CAPS
)
;
pulse_cnt.c:863
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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