pending_buffer is only used within Camera_To_USBDisk.
 
Symbols
loading...
Files
loading...

pending_buffer variable

Syntax

static __IO int32_t pending_buffer = -1;

References

LocationReferrerText
main.c:85
static __IO int32_t pending_buffer = -1;
main.c:162main()
pending_buffer = 0;
main.c:746HAL_DSI_EndOfRefreshCallback()
if(pending_buffer >= 0)
main.c:782HAL_DSI_EndOfRefreshCallback()
pending_buffer = -1;
main.c:796Display_WaitRefresh()
while(pending_buffer != -1)
main.c:809Display_StartRefresh()
pending_buffer = 1;

Data Use

Functions writing pending_buffer
Functions reading pending_buffer
pending_buffer
Type of pending_buffer
pending_buffer
int32_t
all items filtered out