BSP
JoyState is only used within BSP.
 
Symbols
loading...
Files
loading...

JoyState variable

Syntax

static JOYState_TypeDef JoyState = JOY_NONE;

References

LocationReferrerText
camera.c:51
static JOYState_TypeDef JoyState = JOY_NONE;
camera.c:247Camera_demo()
JoyState = BSP_JOY_GetState();
camera.c:249Camera_demo()
switch (JoyState)
camera.c:258Camera_demo()
JoyState = JOY_NONE; /* Cancel brightness change */
camera.c:269Camera_demo()
JoyState = JOY_NONE; /* Cancel brightness change */
camera.c:280Camera_demo()
JoyState = JOY_NONE; /* Cancel contrast change */
camera.c:291Camera_demo()
JoyState = JOY_NONE; /* Cancel contrast change */
camera.c:338Camera_demo()
if ((JoyState == JOY_UP) || (JoyState == JOY_DOWN) || (JoyState == JOY_LEFT) || (JoyState == JOY_RIGHT))
camera.c:342Camera_demo()
if ((JoyState == JOY_UP) || (JoyState == JOY_DOWN))
camera.c:352Camera_demo()
if (JoyState == JOY_SEL)

Data Use

Functions writing JoyState
Functions reading JoyState
all items filtered out
JoyState
all items filtered out
Type of JoyState
JoyState
all items filtered out