ESP-IDF
SIGMADELTA_CHANNEL_MAX
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SIGMADELTA_CHANNEL_MAX
SIGMADELTA_CHANNEL_MAX value
Sigma-delta channel max
Syntax
Show:
Summary
Declaration
from
sigmadelta_types_legacy.h:39
SIGMADELTA_CHANNEL_MAX
;
Examples
References
from
examples
Code
Location
Referrer
SIGMADELTA_CHANNEL_MAX
,
/*!< Sigma-delta channel max */
sigmadelta_types_legacy.h:39
SIGMADELTA_CHECK
(
channel
<
SIGMADELTA_CHANNEL_MAX
,
"sigmadelta channel error"
,
ESP_ERR_INVALID_ARG
)
;
sigma_delta_legacy.c:101
sigmadelta_set_duty()
SIGMADELTA_CHECK
(
channel
<
SIGMADELTA_CHANNEL_MAX
,
"sigmadelta channel error"
,
ESP_ERR_INVALID_ARG
)
;
sigma_delta_legacy.c:107
sigmadelta_set_prescale()
SIGMADELTA_CHECK
(
channel
<
SIGMADELTA_CHANNEL_MAX
,
"sigmadelta channel error"
,
ESP_ERR_INVALID_ARG
)
;
sigma_delta_legacy.c:113
sigmadelta_set_pin()
SIGMADELTA_CHECK
(
config
->
channel
<
SIGMADELTA_CHANNEL_MAX
,
"sigmadelta channel error"
,
ESP_ERR_INVALID_ARG
)
;
sigma_delta_legacy.c:120
sigmadelta_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
SIGMADELTA_CHANNEL_MAX
is read by 4 functions:
All items filtered out
SIGMADELTA_CHANNEL_MAX
sigmadelta_set_duty()
sigmadelta_set_prescale()
sigmadelta_set_pin()
sigmadelta_config()
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