ESP-IDF
sdio_ringbuf_peek_front()
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_ringbuf_peek_front()
sdio_ringbuf_peek_front() function
Syntax
Show:
Summary
Declaration
from
sdio_slave_hal.c:132
static
inline
uint8_t
*
sdio_ringbuf_peek_front
(
sdio_ringbuf_t
*
buf
)
;
Arguments
Argument
buf
Related Functions
Found 6 other functions taking a
sdio_ringbuf_t
argument:
Function
sdio_ringbuf_recv()
sdio_ringbuf_return()
sdio_ringbuf_offset_ptr()
sdio_ringbuf_send()
sdio_ringbuf_peek_rear()
sdio_ringbuf_empty()
Examples
References
from
examples
Code
Location
Referrer
static
inline
uint8_t
*
sdio_ringbuf_peek_front
(
sdio_ringbuf_t
*
buf
)
sdio_slave_hal.c:132
desc
=
(
sdio_slave_hal_send_desc_t
*
)
sdio_ringbuf_peek_front
(
&
(
hal
->
send_desc_queue
)
)
;
sdio_slave_hal.c:382
sdio_slave_hal_send_reset_counter()
Call Tree
from
examples
sdio_ringbuf_peek_front()
is called by 1 function and calls 1 function:
sdio_slave_hal_send_reset_counter()
All items filtered out
sdio_ringbuf_peek_front()
sdio_ringbuf_offset_ptr()
All items filtered out
Data Use
from
examples
sdio_ringbuf_peek_front()
reads 3 variables:
sdio_ringbuf_t::write_ptr
sdio_ringbuf_t::read_ptr
sdio_ringbuf_pointer_t::RINGBUF_READ_PTR
All items filtered out
sdio_ringbuf_peek_front()
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