prev_state is only used within STemWin.
 
Symbols
loading...
Files
loading...

prev_state variable

Syntax

static uint32_t prev_state = 1;

References

LocationReferrerText
usbd_storage.c:80
static uint32_t prev_state = 1;
usbd_storage.c:92STORAGE_Init()
prev_state = 1;
usbd_storage.c:96STORAGE_Init()
prev_state = 0;
usbd_storage.c:136STORAGE_IsReady()
if(prev_state == 0)
usbd_storage.c:140STORAGE_IsReady()
prev_state = 1;
usbd_storage.c:143STORAGE_IsReady()
else if(prev_state == 1)
usbd_storage.c:145STORAGE_IsReady()
prev_state = 0;

Data Use

Functions writing prev_state
Functions reading prev_state
all items filtered out
prev_state
all items filtered out
Type of prev_state
prev_state
uint32_t
all items filtered out