ESP-IDF
SIGMADELTA_OBJ_CHECK
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
SIGMADELTA_OBJ_CHECK
SIGMADELTA_OBJ_CHECK macro
Syntax
Show:
Summary
Declaration
from
sigma_delta_legacy.c:30
#define
SIGMADELTA_OBJ_CHECK
(
sigmadelta_port
)
{
\
SIGMADELTA_CHECK
(
(
sigmadelta_port
<
SIGMADELTA_PORT_MAX
)
,
"sigmadelta port error"
,
ESP_ERR_INVALID_ARG
)
;
\
SIGMADELTA_CHECK
(
(
p_sigmadelta_obj
[
sigmadelta_port
]
)
,
"sigmadelta driver has not been initialized"
,
ESP_ERR_INVALID_STATE
)
;
\
}
Arguments
Argument
sigmadelta_port
Examples
References
from
examples
Code
Location
#define
SIGMADELTA_OBJ_CHECK
(
sigmadelta_port
)
{
\
sigma_delta_legacy.c:30
SIGMADELTA_OBJ_CHECK
(
sigmadelta_port
)
;
sigma_delta_legacy.c:37
SIGMADELTA_OBJ_CHECK
(
sigmadelta_port
)
;
sigma_delta_legacy.c:45
SIGMADELTA_OBJ_CHECK
(
sigmadelta_port
)
;
sigma_delta_legacy.c:53
SIGMADELTA_OBJ_CHECK
(
sigmadelta_port
)
;
sigma_delta_legacy.c:63
SIGMADELTA_OBJ_CHECK
(
sigmadelta_port
)
;
sigma_delta_legacy.c:73
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