ESP-IDF
SDIO_SLAVE_SEND_DESC_SIZE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SDIO_SLAVE_SEND_DESC_SIZE
SDIO_SLAVE_SEND_DESC_SIZE macro
Syntax
Show:
Summary
Declaration
from
sdio_slave_hal.h:157
#define
SDIO_SLAVE_SEND_DESC_SIZE
sizeof
(
sdio_slave_hal_send_desc_t
)
Examples
References
from
examples
Code
Location
#define
SDIO_SLAVE_SEND_DESC_SIZE
sizeof
(
sdio_slave_hal_send_desc_t
)
sdio_slave_hal.h:157
buf
->
size
=
SDIO_SLAVE_SEND_DESC_SIZE
*
(
config
->
send_queue_size
+
1
)
;
sdio_slave.c:246
uint8_t
*
get_ptr
=
sdio_ringbuf_offset_ptr
(
buf
,
RINGBUF_WRITE_PTR
,
SDIO_SLAVE_SEND_DESC_SIZE
)
;
sdio_slave_hal.c:86
uint8_t
*
get_start
=
sdio_ringbuf_offset_ptr
(
buf
,
RINGBUF_READ_PTR
,
SDIO_SLAVE_SEND_DESC_SIZE
)
;
sdio_slave_hal.c:105
HAL_ASSERT
(
sdio_ringbuf_offset_ptr
(
buf
,
RINGBUF_FREE_PTR
,
SDIO_SLAVE_SEND_DESC_SIZE
)
==
ptr
)
;
sdio_slave_hal.c:124
size_t
count
=
size
/
SDIO_SLAVE_SEND_DESC_SIZE
;
sdio_slave_hal.c:126
HAL_ASSERT
(
count
*
SDIO_SLAVE_SEND_DESC_SIZE
==
size
)
;
sdio_slave_hal.c:127
return
sdio_ringbuf_offset_ptr
(
buf
,
RINGBUF_READ_PTR
,
SDIO_SLAVE_SEND_DESC_SIZE
)
;
sdio_slave_hal.c:135
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