STM32446E_EVAL + 0/13 examples
CodeScope will show references to BSP_JOY_Init() from the following samples and libraries:
 
Symbols
loading...
Files
loading...

BSP_JOY_Init() function

Configures joystick GPIO and EXTI modes.

Syntax

uint8_t BSP_JOY_Init(JOYMode_TypeDef JoyMode);
Implemented in stm32446e_eval.c:580

Arguments

JoyMode

Button mode. This parameter can be one of the following values: @arg JOY_MODE_GPIO: Joystick pins will be used as simple IOs @arg JOY_MODE_EXTI: Joystick pins will be connected to EXTI line with interrupt generation capability

Return value

IO_OK: if all initializations are OK. Other value if error.

Examples

BSP_JOY_Init() is referenced by 13 libraries and example projects.

References

LocationText
stm32446e_eval.c:580
uint8_t BSP_JOY_Init(JOYMode_TypeDef JoyMode)
stm32446e_eval.h:361
uint8_t BSP_JOY_Init(JOYMode_TypeDef JoyMode);

Call Tree

Functions called by BSP_JOY_Init()
BSP_JOY_Init()
all items filtered out
Data read by BSP_JOY_Init()
Data written by BSP_JOY_Init()
IO_ModeTypedef::IO_MODE_INPUT_PU
IO_ModeTypedef::IO_MODE_IT_FALLING_EDGE_PU
BSP_JOY_Init()::ret
all items filtered out
BSP_JOY_Init()
BSP_JOY_Init()::ret
all items filtered out
Type of BSP_JOY_Init()
BSP_JOY_Init()
uint8_t
all items filtered out