STM32469I_EVAL + 0/6 examples
CodeScope will show references to BSP_IO_WritePin() from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
Audio
FatFs
USB_Device
USB_Host
Examples
DAC
 
Symbols
loading...
Files
loading...

BSP_IO_WritePin() function

Sets the selected pins state.

Syntax

void BSP_IO_WritePin(uint32_t IO_Pin,     BSP_IO_PinStateTypeDef PinState);
Implemented in stm32469i_eval_io.c:231

Arguments

IO_Pin

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

PinState

New pins state to write

Examples

BSP_IO_WritePin() is referenced by 6 libraries and example projects.