Home
last modified time | relevance | path

Searched refs:sdio_ringbuf_offset_ptr (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/hal/
Dsdio_slave_hal.c59 static inline uint8_t* sdio_ringbuf_offset_ptr(sdio_ringbuf_t *buf, sdio_ringbuf_pointer_t ptr, uin… in sdio_ringbuf_offset_ptr() function
85 uint8_t* get_ptr = sdio_ringbuf_offset_ptr(buf, RINGBUF_WRITE_PTR, SDIO_SLAVE_SEND_DESC_SIZE); in sdio_ringbuf_send()
104 uint8_t *get_start = sdio_ringbuf_offset_ptr(buf, RINGBUF_READ_PTR, SDIO_SLAVE_SEND_DESC_SIZE); in sdio_ringbuf_recv()
123 HAL_ASSERT(sdio_ringbuf_offset_ptr(buf, RINGBUF_FREE_PTR, SDIO_SLAVE_SEND_DESC_SIZE) == ptr); in sdio_ringbuf_return()
134 return sdio_ringbuf_offset_ptr(buf, RINGBUF_READ_PTR, SDIO_SLAVE_SEND_DESC_SIZE); in sdio_ringbuf_peek_front()