Structure for SDIO config parameters which can be set by application during whd power up. More...
#include <whd_types.h>
Data Fields | |
whd_bool_t | sdio_1bit_mode |
Default is false, means SDIO operates under 4 bit mode. More... | |
whd_bool_t | high_speed_sdio_clock |
Default is false, means SDIO operates in normal clock rate. More... | |
whd_oob_config_t | oob_config |
Out-of-band interrupt configuration (required when bus can sleep) More... | |
Structure for SDIO config parameters which can be set by application during whd power up.
Definition at line 970 of file whd_types.h.
whd_bool_t high_speed_sdio_clock |
Default is false, means SDIO operates in normal clock rate.
Definition at line 974 of file whd_types.h.
whd_oob_config_t oob_config |
Out-of-band interrupt configuration (required when bus can sleep)
Definition at line 975 of file whd_types.h.
whd_bool_t sdio_1bit_mode |
Default is false, means SDIO operates under 4 bit mode.
Definition at line 973 of file whd_types.h.