ESP-IDF
sdio_slave_sending_mode_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sdio_slave_sending_mode_t
sdio_slave_sending_mode_t enum
Syntax
Show:
Summary
Declaration
from
sdio_slave_types.h:45
enum
{
SDIO_SLAVE_SEND_STREAM
=
0
,
SDIO_SLAVE_SEND_PACKET
=
1
,
}
;
Values
Value
Declared as
sdio_slave_sending_mode_t::SDIO_SLAVE_SEND_STREAM
=
0
sdio_slave_sending_mode_t::SDIO_SLAVE_SEND_PACKET
=
1
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
sdio_slave_types.h:45
}
sdio_slave_sending_mode_t
;
sdio_slave_types.h:48
sdio_slave_sending_mode_t
sending_mode
;
///< mode of sdio_slave. `SDIO_SLAVE_MODE_STREAM` if the data needs to be sent as much as possible; `SDIO_SLAVE_MODE_PACKET` if the data should be sent in packets.
sdio_slave.h:24
sdio_slave_config_t
sdio_slave_config_t::sending_mode
sdio_slave_sending_mode_t
sending_mode
;
/**< Sending mode, should be manually configured before using the HAL.
sdio_slave_hal.h:206
sdio_slave_context_t
sdio_slave_context_t::sending_mode
}
sdio_slave_sending_mode_t
;
sdio_slave_types.h:48
sdio_slave_sending_mode_t
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
Instance
Scope
Location
Project
sdio_slave_context_t::sending_mode
sdio_slave_context_t
sdio_slave_hal.h:206
sdio_slave_config_t::sending_mode
sdio_slave_config_t
sdio_slave.h:24
Lifecycle
from
examples
All items filtered out
All items filtered out