ESP-IDF
hinf_dev_s::cfg_data1
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hinf_dev_s::cfg_data1
hinf_dev_s::cfg_data1 field
Syntax
Show:
Summary
Declaration
from
hinf_struct.h:23
union
{
struct
{
uint32_t
sdio_enable
:
1
;
uint32_t
sdio_ioready1
:
1
;
uint32_t
highspeed_enable
:
1
;
uint32_t
highspeed_mode
:
1
;
uint32_t
sdio_cd_enable
:
1
;
uint32_t
sdio_ioready2
:
1
;
uint32_t
sdio_int_mask
:
1
;
uint32_t
ioenable2
:
1
;
uint32_t
cd_disable
:
1
;
uint32_t
func1_eps
:
1
;
uint32_t
emp
:
1
;
uint32_t
ioenable1
:
1
;
uint32_t
sdio20_conf0
:
4
;
uint32_t
sdio_ver
:
12
;
uint32_t
func2_eps
:
1
;
uint32_t
sdio20_conf1
:
3
;
}
;
uint32_t
val
;
}
cfg_data1
;
Examples
References
from
examples
Code
Location
Referrer
}
cfg_data1
;
hinf_struct.h:43
hinf
->
cfg_data1
.
sdio_ver
=
0x232
;
sdio_slave_ll.h:171
sdio_slave_ll_init_version()
hinf
->
cfg_data1
.
highspeed_enable
=
1
;
sdio_slave_ll.h:183
sdio_slave_ll_enable_hs()
hinf
->
cfg_data1
.
highspeed_enable
=
0
;
sdio_slave_ll.h:185
sdio_slave_ll_enable_hs()
hinf
->
cfg_data1
.
sdio_ioready1
=
(
ready
?
1
:
0
)
;
//set IO ready to 1 to stop host from using
sdio_slave_ll.h:197
sdio_slave_ll_set_ioready()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hinf_dev_s::cfg_data1
is read by 3 functions:
All items filtered out
hinf_dev_s::cfg_data1
sdio_slave_ll_init_version()
sdio_slave_ll_enable_hs()
sdio_slave_ll_set_ioready()
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