ESP-IDF
sdio_slave_ll_recv_done_clear()
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_recv_done_clear()
sdio_slave_ll_recv_done_clear() function
Clear the receiving finished interrupt.
Syntax
Show:
Summary
Declaration
from
sdio_slave_ll.h:398
static
inline
void
sdio_slave_ll_recv_done_clear
(
slc_dev_t
*
slc
)
;
Arguments
Argument
Description
slc
Address of the SLC registers
Related Functions
Found 22 other functions taking a
slc_dev_s
argument:
Function
Description
sdio_slave_ll_send_stop()
Stop the sending DMA.
sdio_slave_ll_recv_size_inc()
Increase the receiving buffer counter by 1.
sdio_slave_ll_recv_intr_ena()
Enable the receiving interrupt.
sdio_slave_ll_send_reset()
Reset the sending DMA.
sdio_slave_ll_send_start()
Start the sending DMA with the given descriptor.
sdio_slave_ll_send_write_len()
Write the PKT_LEN register to be written by the host to a certain value.
sdio_slave_ll_send_part_done_intr_ena()
Enable the rx_done interrupt. (sending)
sdio_slave_ll_send_intr_ena()
Enable the sending interrupt (rx_eof).
sdio_slave_ll_send_intr_clr()
Clear the sending interrupt (rx_eof).
sdio_slave_ll_recv_start()
Start receiving DMA with the given descriptor.
sdio_slave_ll_init()
Initialize the hardware.
sdio_slave_ll_send_part_done_clear()
Clear the rx_done interrupt. (sending)
sdio_slave_ll_recv_size_reset()
Reset the receiving buffer.
sdio_slave_ll_recv_done()
Check whether there is a receiving finished event.
sdio_slave_ll_recv_restart()
Restart the DMA. Call after you modified the next pointer of the tail descriptor to the appended descriptor.
sdio_slave_ll_recv_reset()
Reset the receiving DMA.
sdio_slave_ll_recv_stop()
Stop the receiving DMA.
sdio_slave_ll_send_invoker_ready()
Check whether the hardware is ready for the SW to use rx_done to invoke the ISR.
sdio_slave_ll_send_done()
Check whether the sending is done.
sdio_slave_ll_host_send_int()
Send general purpose interrupts to the host.
sdio_slave_ll_slvint_set_ena()
Enable some of the slave interrupts (send from host)
sdio_slave_ll_slvint_fetch_clear()
Fetch the slave interrupts (send from host) and clear them.
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