Home
last modified time | relevance | path

Searched refs:SDIO_DataBlockSize (Results 1 – 9 of 9) sorted by relevance

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_sdio.c155 Assert_Param(IS_SDIO_DATA_BLOCK_SIZE(SDIO_DataInitStruct->SDIO_DataBlockSize)); in SDIO_DataConfig()
163 HT_SDIO->BLKSIZE = SDIO_DataInitStruct->SDIO_DataBlockSize; in SDIO_DataConfig()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_sdio.c413 assert_param(IS_SDIO_BLOCK_SIZE(SDIO_DataInitStruct->SDIO_DataBlockSize)); in SDIO_DataConfig()
435 …tmpreg |= (uint32_t)SDIO_DataInitStruct->SDIO_DataBlockSize | SDIO_DataInitStruct->SDIO_TransferDir in SDIO_DataConfig()
453 SDIO_DataInitStruct->SDIO_DataBlockSize = SDIO_DataBlockSize_1b; in SDIO_DataStructInit()
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_sdio.c268 …tmpreg |= (uint32_t)SDIO_DataInitStruct->SDIO_DataBlockSize | SDIO_DataInitStruct->SDIO_TransferDir in SDIO_DataConfig()
285 SDIO_DataInitStruct->SDIO_DataBlockSize = SDIO_DataBlockSize_1b; in SDIO_DataStructInit()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_sdio.h102 u32 SDIO_DataBlockSize; /*!< Specify the data block size for block transfer. member
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_sdio.h70 uint32_t SDIO_DataBlockSize; /* Specifies the data block size for block transfer. member
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_sdio.c78 SDIO_DataInitStruct->SDIO_DataBlockSize = SDIO_DataBlockSize_1b; in SDIO_DataStructInit()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_sdio.h74 uint32_t SDIO_DataBlockSize; /*!< Specifies the data block size for block transfer. member
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_sdio.h247 u32 SDIO_DataBlockSize; // < Specifies the data block size for block transfer. member
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_sdio.c166 …pkg->sdio_dat_str.SDIO_DataBlockSize = data->blksize; /* Specify the size of… in rt_hw_sdio_send_command()

Completed in 19 milliseconds