STM32F429I-Discovery
BUTTON_PORT
is only used within STM32F429I-Discovery.
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
STM32F429I-Discovery
BUTTON_PORT
BUTTON_PORT variable
Syntax
Show:
Summary
Declaration
from
stm32f429i_discovery.c:81
GPIO_TypeDef
*
BUTTON_PORT
[
BUTTONn
]
=
{
KEY_BUTTON_GPIO_PORT
}
;
Examples
References
from
examples
Code
Location
Referrer
GPIO_TypeDef
*
BUTTON_PORT
[
BUTTONn
]
=
{
KEY_BUTTON_GPIO_PORT
}
;
stm32f429i_discovery.c:81
HAL_GPIO_Init
(
BUTTON_PORT
[
Button
]
,
&
GPIO_InitStruct
)
;
stm32f429i_discovery.c:255
BSP_PB_Init()
HAL_GPIO_Init
(
BUTTON_PORT
[
Button
]
,
&
GPIO_InitStruct
)
;
stm32f429i_discovery.c:264
BSP_PB_Init()
return
HAL_GPIO_ReadPin
(
BUTTON_PORT
[
Button
]
,
BUTTON_PIN
[
Button
]
)
;
stm32f429i_discovery.c:280
BSP_PB_GetState()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BUTTON_PORT
is read by 2 functions:
All items filtered out
BUTTON_PORT
BSP_PB_Init()
BSP_PB_GetState()
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