ESP-IDF
sdmmc_dev_t::cardthrctl
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::cardthrctl
sdmmc_dev_t::cardthrctl field
Syntax
Show:
Summary
Declaration
from
sdmmc_struct.h:409
volatile
union
{
struct
{
uint32_t
read_thr_en
:
1
;
uint32_t
busy_clr_int_en
:
1
;
uint32_t
write_thr_en
:
1
;
uint32_t
reserved1
:
13
;
uint32_t
card_threshold
:
12
;
uint32_t
reserved28
:
4
;
}
;
uint32_t
val
;
}
cardthrctl
;
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