ESP-IDF
sdio_slave_ll_host_get_w_reg()
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_host_get_w_reg()
sdio_slave_ll_host_get_w_reg() function
Get the address of the shared general purpose register. Internal.
Syntax
Show:
Summary
Declaration
from
sdio_slave_ll.h:445
static
inline
intptr_t
sdio_slave_ll_host_get_w_reg
(
host_dev_t
*
host
,
int
pos
)
;
Arguments
Argument
Description
host
Address of the host registers
pos
Position of the register, 0-63 except 24-27.
Return value
address of the register.
Related Functions
Found 8 other functions taking a
host_dev_s
argument:
Function
Description
sdio_slave_ll_send_read_len()
Read the value of PKT_LEN register. The register may keep the same until read by the host.
sdio_slave_ll_set_timing()
Set the timing for the communication
sdio_slave_ll_host_get_reg()
Get the value of the shared general purpose register.
sdio_slave_ll_send_hostint_clr()
Clear the host interrupt indicating the slave having packet to be read.
sdio_slave_ll_host_set_reg()
Set the value of the shared general purpose register.
sdio_slave_ll_host_get_intena()
Get the interrupt enable bits for the host.
sdio_slave_ll_host_set_intena()
Set the interrupt enable bits for the host.
sdio_slave_ll_host_intr_clear()
Clear the interrupt bits for the host.
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