ESP-IDF
sdmmc_dev_t::ctrl
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sdmmc_dev_t::ctrl
sdmmc_dev_t::ctrl field
Syntax
Show:
Summary
Declaration
from
sdmmc_struct.h:79
volatile
union
{
struct
{
uint32_t
controller_reset
:
1
;
uint32_t
fifo_reset
:
1
;
uint32_t
dma_reset
:
1
;
uint32_t
reserved1
:
1
;
uint32_t
int_enable
:
1
;
uint32_t
dma_enable
:
1
;
uint32_t
read_wait
:
1
;
uint32_t
send_irq_response
:
1
;
uint32_t
abort_read_data
:
1
;
uint32_t
send_ccsd
:
1
;
uint32_t
send_auto_stop_ccsd
:
1
;
uint32_t
ceata_device_interrupt_status
:
1
;
uint32_t
reserved2
:
4
;
uint32_t
card_voltage_a
:
4
;
uint32_t
card_voltage_b
:
4
;
uint32_t
enable_od_pullup
:
1
;
uint32_t
use_internal_dma
:
1
;
uint32_t
reserved3
:
6
;
}
;
uint32_t
val
;
}
ctrl
;
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