Demonstrations
aBuffer
is only used within Demonstrations.
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
Demonstrations
aBuffer
aBuffer variable
Syntax
Show:
Summary
Declaration
from
fatfs_storage.c:29
uint8_t
aBuffer
[
BITMAP_HEADER_SIZE
+
BITMAP_BUFFER_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
aBuffer
[
BITMAP_HEADER_SIZE
+
BITMAP_BUFFER_SIZE
]
;
fatfs_storage.c:29
BmpHeader
*
pbmpheader
=
(
BmpHeader
*
)
aBuffer
;
fatfs_storage.c:52
Storage_OpenReadFile()
f_read
(
&
bmpfile
,
&
aBuffer
,
BITMAP_HEADER_SIZE
,
&
BytesRead
)
;
fatfs_storage.c:58
Storage_OpenReadFile()
f_read
(
&
bmpfile
,
&
aBuffer
,
pbmpheader
->
offset
,
&
BytesRead
)
;
fatfs_storage.c:67
Storage_OpenReadFile()
f_read
(
&
bmpfile
,
aBuffer
+
pbmpheader
->
offset
,
nbbytetoread
,
&
BytesRead
)
;
fatfs_storage.c:90
Storage_OpenReadFile()
BSP_LCD_DrawBitmap
(
Xpoz
,
Ypoz
,
aBuffer
)
;
fatfs_storage.c:93
Storage_OpenReadFile()
f_read
(
&
file1
,
aBuffer
,
_MAX_SS
,
&
BytesRead
)
;
fatfs_storage.c:127
Storage_CopyFile()
f_write
(
&
file2
,
aBuffer
,
_MAX_SS
,
&
BytesWritten
)
;
fatfs_storage.c:128
Storage_CopyFile()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
aBuffer
is read by 2 functions:
All items filtered out
aBuffer
Storage_OpenReadFile()
Storage_CopyFile()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out