HAL
+
0
/11 examples
SourceVu will show references to
BLOCKSIZE
from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
BSP
STM32469I-Discovery
Examples
BSP
STM32469I_EVAL
Examples
BSP
STM324x9I_EVAL
Examples
BSP
STM324xG_EVAL
Examples
BSP
STM32F412G-Discovery
Examples
BSP
STM32F412ZG-Nucleo
Examples
BSP
STM32F413H-Discovery
Examples
BSP
STM32F413ZH-Nucleo
Examples
BSP
STM32F429ZI-Nucleo
Examples
BSP
STM32F446ZE-Nucleo
Examples
BSP
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
BLOCKSIZE
BLOCKSIZE macro
Block size is 512 bytes
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_sd.h:289
#define
BLOCKSIZE
512U
Examples
BLOCKSIZE
is referenced by 11 libraries and example projects:
Examples
STM32446E_EVAL
Examples
BSP
STM32469I-Discovery
Examples
BSP
STM32469I_EVAL
Examples
BSP
STM324x9I_EVAL
Examples
BSP
STM324xG_EVAL
Examples
BSP
STM32F412G-Discovery
Examples
BSP
STM32F412ZG-Nucleo
Examples
BSP
STM32F413H-Discovery
Examples
BSP
STM32F413ZH-Nucleo
Examples
BSP
STM32F429ZI-Nucleo
Examples
BSP
STM32F446ZE-Nucleo
Examples
BSP
References
from
0/11
examples
Code
Location
#define
BLOCKSIZE
512U
/*!< Block size is 512 bytes */
stm32f4xx_hal_sd.h:289
errorstate
=
SDMMC_CmdBlockLength
(
hsd
->
Instance
,
BLOCKSIZE
)
;
stm32f4xx_hal_sd.c:455
config
.
DataLength
=
NumberOfBlocks
*
BLOCKSIZE
;
stm32f4xx_hal_sd.c:607
config
.
DataLength
=
NumberOfBlocks
*
BLOCKSIZE
;
stm32f4xx_hal_sd.c:826
hsd
->
RxXferSize
=
BLOCKSIZE
*
NumberOfBlocks
;
stm32f4xx_hal_sd.c:1009
config
.
DataLength
=
BLOCKSIZE
*
NumberOfBlocks
;
stm32f4xx_hal_sd.c:1024
hsd
->
TxXferSize
=
BLOCKSIZE
*
NumberOfBlocks
;
stm32f4xx_hal_sd.c:1105
config
.
DataLength
=
BLOCKSIZE
*
NumberOfBlocks
;
stm32f4xx_hal_sd.c:1146
if
(
HAL_DMA_Start_IT
(
hsd
->
hdmarx
,
(
uint32_t
)
&
hsd
->
Instance
->
FIFO
,
(
uint32_t
)
pData
,
(
uint32_t
)
(
BLOCKSIZE
*
NumberOfBlocks
)
/
4U
)
!=
HAL_OK
)
stm32f4xx_hal_sd.c:1221
config
.
DataLength
=
BLOCKSIZE
*
NumberOfBlocks
;
stm32f4xx_hal_sd.c:1241
if
(
HAL_DMA_Start_IT
(
hsd
->
hdmatx
,
(
uint32_t
)
pData
,
(
uint32_t
)
&
hsd
->
Instance
->
FIFO
,
(
uint32_t
)
(
BLOCKSIZE
*
NumberOfBlocks
)
/
4U
)
!=
HAL_OK
)
stm32f4xx_hal_sd.c:1376
config
.
DataLength
=
BLOCKSIZE
*
NumberOfBlocks
;
stm32f4xx_hal_sd.c:1393
errorstate
=
SDMMC_CmdBlockLength
(
hsd
->
Instance
,
BLOCKSIZE
)
;
stm32f4xx_hal_sd.c:2200
errorstate
=
SDMMC_CmdBlockLength
(
hsd
->
Instance
,
BLOCKSIZE
)
;
stm32f4xx_hal_sd.c:2307
Call Tree
from
0/11
examples
All items filtered out
All items filtered out
Data Use
from
0/11
examples
All items filtered out
All items filtered out
Class Tree
from
0/11
examples
All items filtered out
All items filtered out
Override Tree
from
0/11
examples
All items filtered out
All items filtered out
Implementations
from
0/11
examples
All items filtered out
All items filtered out
Instances
from
0/11
examples
Lifecycle
from
0/11
examples
All items filtered out
All items filtered out