ESP-IDF
sdm_ll_set_prescale()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sdm_ll_set_prescale()
sdm_ll_set_prescale() function
Set Sigma-delta channel's clock pre-scale value.
Syntax
Show:
Summary
Declaration
from
sdm_ll.h:53
static
inline
void
sdm_ll_set_prescale
(
gpio_sd_dev_t
*
hw
,
int
channel
,
uint32_t
prescale
)
;
Arguments
Argument
Description
hw
Peripheral SIGMADELTA hardware instance address.
channel
Sigma-delta channel number
prescale
The divider of source clock, ranges from 1 to 256
Related Functions
Found 2 other functions taking a
gpio_sd_dev_t
argument:
Function
Description
sdm_ll_enable_clock()
Set Sigma-delta enable
sdm_ll_set_pulse_density()
Set Sigma-delta channel duty.
Examples
References
from
examples
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