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

BSP_IO_TogglePin() function

Toggles the selected pins state

Syntax

void BSP_IO_TogglePin(uint16_t IO_Pin);
Implemented in stm324xg_eval_io.c:188

Arguments

IO_Pin

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

Examples

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

References

LocationText
stm324xg_eval_io.c:188
void BSP_IO_TogglePin(uint16_t IO_Pin)
stm324xg_eval_io.h:83
void BSP_IO_TogglePin(uint16_t IO_Pin);

Call Tree

Functions called by BSP_IO_TogglePin()
BSP_IO_TogglePin()
Data read by BSP_IO_TogglePin()
BSP_IO_TogglePin()