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

UserPressButton variable

Syntax

extern __IO uint8_t UserPressButton;
Implemented in main.c:42

References

LocationReferrerText
main.c:42
__IO uint8_t UserPressButton = 0;
audio_play.c:59
extern __IO uint8_t UserPressButton;
audio_record.c:65
extern __IO uint8_t UserPressButton;
mems.c:34
extern __IO uint8_t UserPressButton;
audio_play.c:112AudioPlay_Test()
UserPressButton = 0;
audio_play.c:127AudioPlay_Test()
while(!UserPressButton)
audio_record.c:184AudioRecord_Test()
UserPressButton = 0;
audio_record.c:199AudioRecord_Test()
while(!UserPressButton)
main.c:83main()
while (!UserPressButton) Toggle_Leds();
main.c:92main()
UserPressButton = 0;
main.c:101main()
UserPressButton = 0;
main.c:102main()
while (!UserPressButton) Toggle_Leds();
main.c:174HAL_GPIO_EXTI_Callback()
UserPressButton = 1;
mems.c:61ACCELERO_MEMS_Test()
UserPressButton = 0;
mems.c:62ACCELERO_MEMS_Test()
while(!UserPressButton)
mems.c:145GYRO_MEMS_Test()
UserPressButton = 0;
mems.c:146GYRO_MEMS_Test()
while(!UserPressButton)

Data Use

Functions writing UserPressButton
Functions reading UserPressButton
UserPressButton
Type of UserPressButton
UserPressButton
uint8_t
all items filtered out