ESP-IDF
sdio_slave_context_t::
::no_highspeed
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sdio_slave_context_t::
::no_highspeed
sdio_slave_context_t::
::no_highspeed field
Disable the highspeed support
Syntax
Show:
Summary
Declaration
from
sdio_slave_hal.h:215
uint32_t
no_highspeed
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
no_highspeed
:
1
;
/**< Disable the highspeed support */
sdio_slave_hal.h:215
context
.
hal
->
no_highspeed
=
(
config
->
flags
&
SDIO_SLAVE_FLAG_DEFAULT_SPEED
)
==
SDIO_SLAVE_FLAG_DEFAULT_SPEED
;
sdio_slave.c:240
init_context()
sdio_slave_ll_enable_hs
(
hal
->
hinf
,
!
hal
->
no_highspeed
)
;
sdio_slave_hal.c:167
sdio_slave_hal_hw_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdio_slave_context_t::
::no_highspeed
is written by 1 function and is read by 1 function:
init_context()
All items filtered out
sdio_slave_context_t::
::no_highspeed
sdio_slave_hal_hw_init()
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