BSP
CheckForUserInput() is only used within BSP.
 
Symbols
loading...
Files
loading...

CheckForUserInput() function

Check for user input.

Syntax

uint8_t CheckForUserInput(void);
Implemented in main.c:323

Return value

Input state (1 : active / 0 : Inactive)

References

LocationReferrerText
main.c:323
uint8_t CheckForUserInput(void)
main.h:149
uint8_t CheckForUserInput(void);
animation.c:320Animation_demo()
if(CheckForUserInput() > 0)
audio_play.c:252AudioPlay_demo()
if (CheckForUserInput() > 0)
camera.c:408Camera_demo()
if (CheckForUserInput() > 0)
eeprom.c:79EEPROM_demo()
if(CheckForUserInput() > 0)
joystick.c:68Joystick_gpio_demo()
if (CheckForUserInput() > 0)
joystick.c:115Joystick_exti_demo()
if (CheckForUserInput() > 0)
lcd.c:76LCD_demo()
if (CheckForUserInput() > 0)
log.c:49Log_demo()
while (CheckForUserInput() == 0);
log.c:93Log_demo()
if (CheckForUserInput() > 0)
nor.c:176NOR_demo()
if (CheckForUserInput() > 0)
qspi.c:162QSPI_demo()
if(CheckForUserInput() > 0)
sd.c:61SD_demo()
if(CheckForUserInput() > 0)
sd.c:108SD_exti_demo()
if(CheckForUserInput() > 0)
sdram.c:101SDRAM_demo()
if (CheckForUserInput() > 0)
sdram_dma.c:122SDRAM_DMA_demo()
if (CheckForUserInput() > 0)
sram.c:196SRAM_demo()
if (CheckForUserInput() > 0)
touchscreen.c:166Touchscreen_demo1()
exitTsUseCase = CheckForUserInput();
touchscreen.c:210Touchscreen_demo2()
exitTsUseCase = CheckForUserInput();
touchscreen.c:269Touchscreen_demo3()
exitTsUseCase = CheckForUserInput();
ts_calibration.c:250TouchScreen_Calibration_WaitForPressedState()
if (CheckForUserInput() > 0)

Call Tree

Data read by CheckForUserInput()
CheckForUserInput()
Type of CheckForUserInput()
CheckForUserInput()
uint8_t
all items filtered out