Home
last modified time | relevance | path

Searched refs:IS_SDIO_SUPPORTED_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sdio.c259 #define IS_SDIO_SUPPORTED_BLOCK_SIZE(BLOCKSIZE) (((BLOCKSIZE) == HAL_SDIO_DATA_BLOCK_SIZE_1BYTE) … macro
587 assert_param(IS_SDIO_SUPPORTED_BLOCK_SIZE(BlockSize)); in HAL_SDIO_SetBlockSize()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_sdio.c259 #define IS_SDIO_SUPPORTED_BLOCK_SIZE(BLOCKSIZE) (((BLOCKSIZE) == HAL_SDIO_DATA_BLOCK_SIZE_1BYTE) … macro
587 assert_param(IS_SDIO_SUPPORTED_BLOCK_SIZE(BlockSize)); in HAL_SDIO_SetBlockSize()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sdio.c259 #define IS_SDIO_SUPPORTED_BLOCK_SIZE(BLOCKSIZE) (((BLOCKSIZE) == HAL_SDIO_DATA_BLOCK_SIZE_1BYTE) … macro
587 assert_param(IS_SDIO_SUPPORTED_BLOCK_SIZE(BlockSize)); in HAL_SDIO_SetBlockSize()