ESP-IDF
sdio_slave_context_t::
::host
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::
::host
sdio_slave_context_t::
::host field
Syntax
Show:
Summary
Declaration
from
sdio_slave_hal.h:203
host_dev_t
*
host
;
Examples
References
from
examples
Code
Location
Referrer
host_dev_t
*
host
;
sdio_slave_hal.h:203
hal
->
host
=
sdio_slave_ll_get_host
(
0
)
;
sdio_slave_hal.c:155
sdio_slave_hal_init()
sdio_slave_ll_set_timing
(
hal
->
host
,
hal
->
timing
)
;
sdio_slave_hal.c:168
sdio_slave_hal_hw_init()
sdio_slave_ll_send_hostint_clr
(
hal
->
host
)
;
sdio_slave_hal.c:274
send_isr_invoker_enable()
HAL_EARLY_LOGV
(
TAG
,
"send_length_write: %"
PRIu32
", last_len: %08"
PRIX32
""
,
end_desc
->
pkt_len
,
sdio_slave_ll_send_read_len
(
hal
->
host
)
)
;
sdio_slave_hal.c:322
send_new_packet()
HAL_EARLY_LOGV
(
TAG
,
"last_len: %08X"
,
sdio_slave_ll_send_read_len
(
hal
->
host
)
)
;
sdio_slave_hal.c:371
sdio_slave_hal_send_reset_counter()
hal
->
tail_pkt_len
=
sdio_slave_ll_send_read_len
(
hal
->
host
)
;
sdio_slave_hal.c:440
send_get_unsent_desc()
*
out_int_mask
=
sdio_slave_ll_host_get_intena
(
hal
->
host
)
;
sdio_slave_hal.c:693
sdio_slave_hal_hostint_get_ena()
sdio_slave_ll_host_intr_clear
(
hal
->
host
,
mask
)
;
//clear all interrupts
sdio_slave_hal.c:698
sdio_slave_hal_hostint_clear()
sdio_slave_ll_host_set_intena
(
hal
->
host
,
mask
)
;
sdio_slave_hal.c:703
sdio_slave_hal_hostint_set_ena()
return
sdio_slave_ll_host_get_reg
(
hal
->
host
,
pos
)
;
sdio_slave_hal.c:713
sdio_slave_hal_host_get_reg()
sdio_slave_ll_host_set_reg
(
hal
->
host
,
pos
,
reg
)
;
sdio_slave_hal.c:717
sdio_slave_hal_host_set_reg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdio_slave_context_t::
::host
is written by 1 function and is read by 10 functions:
sdio_slave_hal_init()
All items filtered out
sdio_slave_context_t::
::host
sdio_slave_hal_hw_init()
send_isr_invoker_enable()
send_new_packet()
sdio_slave_hal_send_reset_counter()
send_get_unsent_desc()
sdio_slave_hal_hostint_get_ena()
sdio_slave_hal_hostint_clear()
sdio_slave_hal_hostint_set_ena()
sdio_slave_hal_host_get_reg()
sdio_slave_hal_host_set_reg()
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