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:135STORAGE_IsReady()
if(prev_state == 0)
usbd_storage.c:139STORAGE_IsReady()
prev_state = 1;
usbd_storage.c:142STORAGE_IsReady()
else if(prev_state == 1)
usbd_storage.c:144STORAGE_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