ESP-IDF
sdmmc_hw_cmd_s
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sdmmc_hw_cmd_s
sdmmc_hw_cmd_s struct
Syntax
Show:
Summary
Declaration
from
sdmmc_struct.h:47
typedef
struct
sdmmc_hw_cmd_s
{
uint32_t
cmd_index
:
6
;
uint32_t
response_expect
:
1
;
uint32_t
response_long
:
1
;
uint32_t
check_response_crc
:
1
;
uint32_t
data_expected
:
1
;
uint32_t
rw
:
1
;
uint32_t
stream_mode
:
1
;
uint32_t
send_auto_stop
:
1
;
uint32_t
wait_complete
:
1
;
uint32_t
stop_abort_cmd
:
1
;
uint32_t
send_init
:
1
;
uint32_t
card_num
:
5
;
uint32_t
update_clk_reg
:
1
;
uint32_t
read_ceata
:
1
;
uint32_t
ccs_expected
:
1
;
uint32_t
enable_boot
:
1
;
uint32_t
expect_boot_ack
:
1
;
uint32_t
disable_boot
:
1
;
uint32_t
boot_mode
:
1
;
uint32_t
volt_switch
:
1
;
uint32_t
use_hold_reg
:
1
;
uint32_t
reserved
:
1
;
uint32_t
start_command
:
1
;
}
sdmmc_hw_cmd_t
;
Fields
Field
Declared as
sdmmc_hw_cmd_s::cmd_index
uint32_t
:
6
sdmmc_hw_cmd_s::response_expect
uint32_t
:
1
sdmmc_hw_cmd_s::response_long
uint32_t
:
1
sdmmc_hw_cmd_s::check_response_crc
uint32_t
:
1
sdmmc_hw_cmd_s::data_expected
uint32_t
:
1
sdmmc_hw_cmd_s::rw
uint32_t
:
1
sdmmc_hw_cmd_s::stream_mode
uint32_t
:
1
sdmmc_hw_cmd_s::send_auto_stop
uint32_t
:
1
sdmmc_hw_cmd_s::wait_complete
uint32_t
:
1
sdmmc_hw_cmd_s::stop_abort_cmd
uint32_t
:
1
sdmmc_hw_cmd_s::send_init
uint32_t
:
1
sdmmc_hw_cmd_s::card_num
uint32_t
:
5
sdmmc_hw_cmd_s::update_clk_reg
uint32_t
:
1
sdmmc_hw_cmd_s::read_ceata
uint32_t
:
1
sdmmc_hw_cmd_s::ccs_expected
uint32_t
:
1
sdmmc_hw_cmd_s::enable_boot
uint32_t
:
1
sdmmc_hw_cmd_s::expect_boot_ack
uint32_t
:
1
sdmmc_hw_cmd_s::disable_boot
uint32_t
:
1
sdmmc_hw_cmd_s::boot_mode
uint32_t
:
1
sdmmc_hw_cmd_s::volt_switch
uint32_t
:
1
sdmmc_hw_cmd_s::use_hold_reg
uint32_t
:
1
sdmmc_hw_cmd_s::reserved
uint32_t
:
1
sdmmc_hw_cmd_s::start_command
uint32_t
:
1
Related Functions
Found 2 other functions taking a
sdmmc_hw_cmd_s
argument:
Function
Description
sdmmc_host_start_command()
sdmmc_ll_set_command()
Set command
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