ESP-IDF
PCNT_OBJ_CHECK
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
PCNT_OBJ_CHECK
PCNT_OBJ_CHECK macro
Syntax
Show:
Summary
Declaration
from
pcnt_legacy.c:51
#define
PCNT_OBJ_CHECK
(
pcnt_port
)
{
\
PCNT_CHECK
(
(
pcnt_port
<
PCNT_PORT_MAX
)
,
PCNT_NUM_ERR_STR
,
ESP_ERR_INVALID_ARG
)
;
\
PCNT_CHECK
(
(
p_pcnt_obj
[
pcnt_port
]
)
,
PCNT_DRIVER_ERR_STR
,
ESP_ERR_INVALID_STATE
)
;
\
}
Arguments
Argument
pcnt_port
Examples
References
from
examples
Code
Location
#define
PCNT_OBJ_CHECK
(
pcnt_port
)
{
\
pcnt_legacy.c:51
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:70
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:83
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:108
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:117
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:127
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:137
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:147
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:157
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:185
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:211
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:236
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:246
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:255
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:265
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:273
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:291
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:326
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:347
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:360
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:398
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