| 
    ChibiOS
    19.1.4
    
   | 
 
Driver configuration structure. More...
#include <hal_sdc_lld.h>

Data Fields | |
| uint8_t * | scratchpad | 
| Working area for memory consuming operations.  More... | |
| sdcbusmode_t | bus_width | 
| Bus width.  More... | |
Driver configuration structure.
Definition at line 79 of file hal_sdc_lld.h.
| uint8_t* SDCConfig::scratchpad | 
Working area for memory consuming operations.
NULL. sdcConnect(), afterward it can be reused for other purposes. Definition at line 87 of file hal_sdc_lld.h.
Referenced by mmc_detect_bus_clk(), and sdcConnect().
| sdcbusmode_t SDCConfig::bus_width | 
Bus width.
Definition at line 91 of file hal_sdc_lld.h.
Referenced by mmc_set_bus_width(), and sdc_set_bus_width().