BSP
UserPressButton
is only used within BSP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
BSP
UserPressButton
UserPressButton variable
Syntax
Show:
Summary
Declaration
Definition
from
audio_play.c:59
extern
__IO
uint8_t
UserPressButton
;
Implemented in
main.c:42
Examples
References
from
examples
Code
Location
Referrer
__IO
uint8_t
UserPressButton
=
0
;
main.c:42
extern
__IO
uint8_t
UserPressButton
;
audio_play.c:59
extern
__IO
uint8_t
UserPressButton
;
audio_record.c:65
extern
__IO
uint8_t
UserPressButton
;
mems.c:34
UserPressButton
=
0
;
audio_play.c:112
AudioPlay_Test()
while
(
!
UserPressButton
)
audio_play.c:127
AudioPlay_Test()
UserPressButton
=
0
;
audio_record.c:184
AudioRecord_Test()
while
(
!
UserPressButton
)
audio_record.c:199
AudioRecord_Test()
while
(
!
UserPressButton
)
Toggle_Leds
(
)
;
main.c:83
main()
UserPressButton
=
0
;
main.c:92
main()
UserPressButton
=
0
;
main.c:101
main()
while
(
!
UserPressButton
)
Toggle_Leds
(
)
;
main.c:102
main()
UserPressButton
=
1
;
main.c:174
HAL_GPIO_EXTI_Callback()
UserPressButton
=
0
;
mems.c:61
ACCELERO_MEMS_Test()
while
(
!
UserPressButton
)
mems.c:62
ACCELERO_MEMS_Test()
UserPressButton
=
0
;
mems.c:145
GYRO_MEMS_Test()
while
(
!
UserPressButton
)
mems.c:146
GYRO_MEMS_Test()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UserPressButton
is written by 6 functions and is read by 5 functions:
main()
HAL_GPIO_EXTI_Callback()
AudioPlay_Test()
AudioRecord_Test()
ACCELERO_MEMS_Test()
GYRO_MEMS_Test()
All items filtered out
UserPressButton
main()
AudioPlay_Test()
AudioRecord_Test()
ACCELERO_MEMS_Test()
GYRO_MEMS_Test()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out