STM324xG_EVAL + 0/9 examples
CodeScope will show references to BSP_IO_ITClear() from the following samples and libraries:
 
Symbols
loading...
Files
loading...

BSP_IO_ITClear() function

Clears the selected IO IT pending bit.

Syntax

void BSP_IO_ITClear(uint16_t IO_Pin);
Implemented in stm324xg_eval_io.c:133

Arguments

IO_Pin

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

Examples

BSP_IO_ITClear() is referenced by 9 libraries and example projects.

References

LocationText
stm324xg_eval_io.c:133
void BSP_IO_ITClear(uint16_t IO_Pin)
stm324xg_eval_io.h:78
void BSP_IO_ITClear(uint16_t IO_Pin);

Call Tree

Functions called by BSP_IO_ITClear()
BSP_IO_ITClear()
all items filtered out
Data read by BSP_IO_ITClear()
all items filtered out
BSP_IO_ITClear()