ESP-IDF
sdmmc_dev_t::ctype
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::ctype
sdmmc_dev_t::ctype field
Syntax
Show:
Summary
Declaration
from
sdmmc_struct.h:140
volatile
union
{
struct
{
uint32_t
card_width
:
16
;
uint32_t
card_width_8
:
16
;
}
;
uint32_t
val
;
}
ctype
;
Examples
References
from
examples
Code
Location
Referrer
}
ctype
;
sdmmc_struct.h:146
uint32_t
reg_val
=
HAL_FORCE_READ_U32_REG_FIELD
(
hw
->
ctype
,
card_width
)
;
sdmmc_ll.h:554
sdmmc_ll_set_card_width()
uint32_t
reg_val_8
=
HAL_FORCE_READ_U32_REG_FIELD
(
hw
->
ctype
,
card_width_8
)
;
sdmmc_ll.h:555
sdmmc_ll_set_card_width()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
hw
->
ctype
,
card_width
,
reg_val
)
;
sdmmc_ll.h:573
sdmmc_ll_set_card_width()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
hw
->
ctype
,
card_width_8
,
reg_val_8
)
;
sdmmc_ll.h:574
sdmmc_ll_set_card_width()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdmmc_dev_t::ctype
is read by 1 function:
All items filtered out
sdmmc_dev_t::ctype
sdmmc_ll_set_card_width()
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