mfxstm32l152_IO_SetIrqEvtMode() function
Set the global interrupt Type.
Arguments
DeviceAddr
Device address on communication Bus.
IO_Pin
The IO pin to be configured. This parameter could be any combination of the following values: @arg MFXSTM32L152_GPIO_PIN_x: Where x can be from 0 to 23.
Evt
Interrupt line activity type, could be one of the following values: @arg MFXSTM32L152_IRQ_GPI_EVT_LEVEL: Interrupt line is active in level model @arg MFXSTM32L152_IRQ_GPI_EVT_EDGE: Interrupt line is active in edge model
Return value
None