STM324x9I_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 Joy_Mode);
Implemented in stm324x9i_eval.c:348

Arguments

Joy_Mode

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
stm324x9i_eval.c:348
uint8_t BSP_JOY_Init(JOYMode_TypeDef Joy_Mode)
stm324x9i_eval.h:294
uint8_t BSP_JOY_Init(JOYMode_TypeDef Joy_Mode);

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()
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