STM324xG_EVAL + 0/1 examples
CodeScope will show references to BSP_IO_Init() from the following samples and libraries:
Drivers
Boards
 
Symbols
loading...
Files
loading...

BSP_IO_Init() function

Initializes and configures the IO functionalities and configures all necessary hardware resources (GPIOs, clocks..).

Syntax

uint8_t BSP_IO_Init(void);
Implemented in stm324xg_eval_io.c:98

Return value

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

Notes

BSP_IO_Init() is using HAL_Delay() function to ensure that stmpe811 IO Expander is correctly reset. HAL_Delay() function provides accurate delay (in milliseconds) based on variable incremented in SysTick ISR. This implies that if BSP_IO_Init() is called from a peripheral ISR process, then the SysTick interrupt must have higher priority (numerically lower) than the peripheral interrupt. Otherwise the caller ISR process will be blocked.

Examples

BSP_IO_Init() is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm324xg_eval_io.c:98
uint8_t BSP_IO_Init(void)
stm324xg_eval_io.h:77
uint8_t BSP_IO_Init(void);
stm324xg_eval.c:395BSP_JOY_Init()
ret = BSP_IO_Init();
stm324xg_eval_audio.c:627CODEC_Reset()
BSP_IO_Init();

Call Tree

Functions calling BSP_IO_Init()
Functions called by BSP_IO_Init()
all items filtered out
BSP_IO_Init()
Data read by BSP_IO_Init()
Data written by BSP_IO_Init()
BSP_IO_Init()
BSP_IO_Init()::ret
all items filtered out
Type of BSP_IO_Init()
BSP_IO_Init()
uint8_t
all items filtered out