ESP-IDF
sdio_slave_ll_enable_hs()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sdio_slave_ll_enable_hs()
sdio_slave_ll_enable_hs() function
Set the HS supported bit to be read by the host.
Syntax
Show:
Summary
Declaration
from
sdio_slave_ll.h:180
static
inline
void
sdio_slave_ll_enable_hs
(
hinf_dev_t
*
hinf
,
bool
hs
)
;
Arguments
Argument
Description
hinf
Address of the hinf registers
hs
true if supported, otherwise false.
Related Functions
Found 2 other functions taking a
hinf_dev_s
argument:
Function
Description
sdio_slave_ll_set_ioready()
Set the IO Ready bit to be read by the host.
sdio_slave_ll_init_version()
Set the CCCR, SDIO and Physical Layer version
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