ESP-IDF
gpio_sd_dev_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
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
gpio_sd_dev_t struct
Syntax
Show:
Summary
Declaration
from
gpio_sd_struct.h:15
typedef
struct
gpio_sd_dev_t
{
volatile
union
{
struct
{
uint32_t
duty
:
8
;
uint32_t
prescale
:
8
;
uint32_t
reserved16
:
16
;
}
;
uint32_t
val
;
}
channel
[
8
]
;
volatile
union
{
struct
{
uint32_t
reserved0
:
31
;
uint32_t
clk_en
:
1
;
}
;
uint32_t
val
;
}
cg
;
volatile
union
{
struct
{
uint32_t
reserved0
:
31
;
uint32_t
spi_swap
:
1
;
}
;
uint32_t
val
;
}
misc
;
volatile
union
{
struct
{
uint32_t
date
:
28
;
uint32_t
reserved28
:
4
;
}
;
uint32_t
val
;
}
version
;
}
gpio_sd_dev_t
;
Fields
Field
Declared as
gpio_sd_dev_t::channel
volatile
union
{
struct
{
uint32_t
duty
:
8
;
uint32_t
prescale
:
8
;
uint32_t
reserved16
:
16
;
}
;
uint32_t
val
;
}
[
8
]
gpio_sd_dev_t::cg
volatile
union
{
struct
{
uint32_t
reserved0
:
31
;
uint32_t
clk_en
:
1
;
}
;
uint32_t
val
;
}
gpio_sd_dev_t::misc
volatile
union
{
struct
{
uint32_t
reserved0
:
31
;
uint32_t
spi_swap
:
1
;
}
;
uint32_t
val
;
}
gpio_sd_dev_t::version
volatile
union
{
struct
{
uint32_t
date
:
28
;
uint32_t
reserved28
:
4
;
}
;
uint32_t
val
;
}
Related Functions
Found 3 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.
sdm_ll_set_prescale()
Set Sigma-delta channel's clock pre-scale value.
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