ESP-IDF
sdio_slave_ll_host_get_intena()
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_intena()
sdio_slave_ll_host_get_intena() function
Get the interrupt enable bits for the host.
Syntax
Show:
Summary
Declaration
from
sdio_slave_ll.h:483
static
inline
sdio_slave_hostint_t
sdio_slave_ll_host_get_intena
(
host_dev_t
*
host
)
;
Arguments
Argument
Description
host
Address of the host registers
Return value
Enabled interrupts
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_host_get_w_reg()
Get the address of the shared general purpose register. Internal.
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_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