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

BSP_IO_ReadPin() function

Gets the selected pins current state.

Syntax

uint16_t BSP_IO_ReadPin(uint16_t IO_Pin);
Implemented in stm324xg_eval_io.c:178

Arguments

IO_Pin

Selected pins to read. This parameter can be any combination of the IO pins.

Return value

The current pins state

Examples

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

References

LocationReferrerText
stm324xg_eval_io.c:178
uint16_t BSP_IO_ReadPin(uint16_t IO_Pin)
stm324xg_eval_io.h:82
uint16_t BSP_IO_ReadPin(uint16_t IO_Pin);
stm324xg_eval.c:423BSP_JOY_GetState()
tmp = (uint8_t)BSP_IO_ReadPin(JOY_ALL_PINS);

Call Tree

Functions calling BSP_IO_ReadPin()
Functions called by BSP_IO_ReadPin()
all items filtered out
BSP_IO_ReadPin()
all items filtered out
Data read by BSP_IO_ReadPin()
all items filtered out
BSP_IO_ReadPin()
Type of BSP_IO_ReadPin()
BSP_IO_ReadPin()
uint16_t
all items filtered out