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

prev_state variable

Syntax

static uint32_t prev_state = 1;

References

LocationReferrerText
usbd_storage.c:81
static uint32_t prev_state = 1;
usbd_storage.c:93STORAGE_Init()
prev_state = 1;
usbd_storage.c:97STORAGE_Init()
prev_state = 0;
usbd_storage.c:137STORAGE_IsReady()
if(prev_state == 0)
usbd_storage.c:141STORAGE_IsReady()
prev_state = 1;
usbd_storage.c:144STORAGE_IsReady()
else if(prev_state == 1)
usbd_storage.c:146STORAGE_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