ESP-IDF
sigmadelta_config_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sigmadelta_config_t
sigmadelta_config_t struct
Sigma-delta configure struct
Syntax
Show:
Summary
Declaration
from
sigmadelta_types_legacy.h:45
typedef
struct
{
sigmadelta_channel_t
channel
;
int8_t
sigmadelta_duty
;
uint8_t
sigmadelta_prescale
;
gpio_num_t
sigmadelta_gpio
;
}
sigmadelta_config_t
;
Fields
Field
Declared as
Description
sigmadelta_config_t::channel
sigmadelta_channel_t
Sigma-delta channel number.
sigmadelta_config_t::sigmadelta_duty
int8_t
Sigma-delta duty, duty ranges from -128 to 127.
sigmadelta_config_t::sigmadelta_prescale
uint8_t
Sigma-delta prescale, prescale ranges from 0 to 255.
sigmadelta_config_t::sigmadelta_gpio
gpio_num_t
Sigma-delta output io number, refer to gpio.h for more details.
Related Functions
Found 2 other functions taking a
sigmadelta_config_t
argument:
Function
_sigmadelta_config()
sigmadelta_config()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
sigmadelta_types_legacy.h:45
}
sigmadelta_config_t
;
sigmadelta_types_legacy.h:50
static
inline
esp_err_t
_sigmadelta_config
(
sigmadelta_port_t
sigmadelta_port
,
const
sigmadelta_config_t
*
config
)
sigma_delta_legacy.c:61
_sigmadelta_config()
_sigmadelta_config()::config
esp_err_t
sigmadelta_config
(
const
sigmadelta_config_t
*
config
)
sigma_delta_legacy.c:118
sigmadelta_config()
sigmadelta_config()::config
}
sigmadelta_config_t
;
sigmadelta_types_legacy.h:50
sigmadelta_config_t
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
Instance
Scope
Location
Project
_sigmadelta_config()::config
_sigmadelta_config()
sigma_delta_legacy.c:61
sigmadelta_config()::config
sigmadelta_config()
sigma_delta_legacy.c:118
Lifecycle
from
examples
All items filtered out
All items filtered out