ESP-IDF
gpio_sd_dev_t::channel
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gpio_sd_dev_t::channel
gpio_sd_dev_t::channel field
Syntax
Show:
Summary
Declaration
from
gpio_sd_struct.h:16
volatile
union
{
struct
{
uint32_t
duty
:
8
;
uint32_t
prescale
:
8
;
uint32_t
reserved16
:
16
;
}
;
uint32_t
val
;
}
channel
[
8
]
;
Examples
References
from
examples
Code
Location
Referrer
}
channel
[
8
]
;
gpio_sd_struct.h:23
HAL_FORCE_MODIFY_U32_REG_FIELD
(
hw
->
channel
[
channel
]
,
duty
,
(
uint32_t
)
density
)
;
sdm_ll.h:43
sdm_ll_set_pulse_density()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
hw
->
channel
[
channel
]
,
prescale
,
prescale
-
1
)
;
sdm_ll.h:56
sdm_ll_set_prescale()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
gpio_sd_dev_t::channel
is read by 2 functions:
All items filtered out
gpio_sd_dev_t::channel
sdm_ll_set_pulse_density()
sdm_ll_set_prescale()
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