ESP-IDF
sdio_slave_context_t::
::hinf
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
sdio_slave_context_t::
::hinf
sdio_slave_context_t::
::hinf field
Syntax
Show:
Summary
Declaration
from
sdio_slave_hal.h:204
hinf_dev_t
*
hinf
;
Examples
References
from
examples
Code
Location
Referrer
hinf_dev_t
*
hinf
;
sdio_slave_hal.h:204
hal
->
hinf
=
sdio_slave_ll_get_hinf
(
0
)
;
sdio_slave_hal.c:157
sdio_slave_hal_init()
sdio_slave_ll_enable_hs
(
hal
->
hinf
,
!
hal
->
no_highspeed
)
;
sdio_slave_hal.c:167
sdio_slave_hal_hw_init()
sdio_slave_ll_set_ioready
(
hal
->
hinf
,
ready
)
;
//set IO ready to 1 to allow host to use
sdio_slave_hal.c:213
sdio_slave_hal_set_ioready()
sdio_slave_ll_set_ioready
(
hal
->
hinf
,
false
)
;
//set IO ready to 0 to stop host from using
sdio_slave_hal.c:563
sdio_slave_hal_recv_stop()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdio_slave_context_t::
::hinf
is written by 1 function and is read by 3 functions:
sdio_slave_hal_init()
All items filtered out
sdio_slave_context_t::
::hinf
sdio_slave_hal_hw_init()
sdio_slave_hal_set_ioready()
sdio_slave_hal_recv_stop()
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