mfxstm32l152_IO_WritePin() function
When GPIO is in output mode, puts the corresponding GPO in High (1) or Low (0) level.
Arguments
DeviceAddr
Device address on communication Bus.
IO_Pin
The output pin to be set or reset. This parameter can be one of the following values: @arg MFXSTM32L152_GPIO_PIN_x: where x can be from 0 to 23.
PinState
The new IO pin state.
Return value
None