XCORE SDK
XCORE Software Development Kit
sl_wfx_bus_sdio_configuration.h
1 /**************************************************************************/
17 // <<< Use Configuration Wizard in Context Menu >>>
18 
19 // <h>WFx Bus SDIO configuration
20 
21 // <o SL_WFX_SDIO_BLOCK_SIZE> SDIO Block size used (64-512)
22 // <i> Default: 512
23 // <i> Used in SDIO Block mode to round up the memory allocation to the block size used.
24 #define SL_WFX_SDIO_BLOCK_SIZE (512)
25 
26 // </h>
27 
28 // <<< end of configuration section >>>