ESP-IDF
sdm_ll_enable_clock()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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_enable_clock()
sdm_ll_enable_clock() function
Set Sigma-delta enable
Syntax
Show:
Summary
Declaration
from
sdm_ll.h:27
static
inline
void
sdm_ll_enable_clock
(
gpio_sd_dev_t
*
hw
,
bool
en
)
;
Arguments
Argument
Description
hw
Peripheral SIGMADELTA hardware instance address.
en
Sigma-delta enable value
Related Functions
Found 2 other functions taking a
gpio_sd_dev_t
argument:
Function
Description
sdm_ll_set_pulse_density()
Set Sigma-delta channel duty.
sdm_ll_set_prescale()
Set Sigma-delta channel's clock pre-scale value.
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
sdm_ll_enable_clock
(
gpio_sd_dev_t
*
hw
,
bool
en
)
sdm_ll.h:27
sdm_ll_enable_clock
(
group
->
hal
.
dev
,
true
)
;
sdm.c:103
sdm_acquire_group_handle()
sdm_ll_enable_clock
(
group
->
hal
.
dev
,
false
)
;
sdm.c:132
sdm_release_group_handle()
sdm_ll_enable_clock
(
p_sigmadelta_obj
[
sigmadelta_port
]
->
hal
.
dev
,
true
)
;
sigma_delta_legacy.c:93
sigmadelta_init()
Call Tree
from
examples
sdm_ll_enable_clock()
is called by 3 functions:
sigmadelta_init()
sdm_acquire_group_handle()
sdm_release_group_handle()
All items filtered out
sdm_ll_enable_clock()
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