System configuration controller (SYSCFG)
SYSCFG_I2CFastModePlus_I2C1 parameter.
ï‚· For all I2C2 pins fast mode plus driving capability can be
enabled only by using SYSCFG_I2CFastModePlus_I2C2
parameter.
21.2.3.8 SYSCFG_ITConfig
void SYSCFG_ITConfig ( uint32_t SYSCFG_IT,
FunctionalState NewState)
Enables or disables the selected SYSCFG interrupts.
ï‚· SYSCFG_IT : specifies the SYSCFG interrupt sources to be
enabled or disabled. This parameter can be one of the
following values:
ï€ SYSCFG_IT_IXC : Inexact Interrupt
ï€ SYSCFG_IT_IDC : Input denormal Interrupt
ï€ SYSCFG_IT_OFC : Overflow Interrupt
ï€ SYSCFG_IT_UFC : Underflow Interrupt
ï€ SYSCFG_IT_DZC : Divide-by-zero Interrupt
ï€ SYSCFG_IT_IOC : Invalid operation Interrupt
ï‚· NewState : new state of the specified SDADC interrupts.
This parameter can be: ENABLE or DISABLE.
21.2.3.9 SYSCFG_EXTILineConfig
void SYSCFG_EXTILineConfig ( uint8_t
EXTI_PortSourceGPIOx, uint8_t EXTI_PinSourcex)
Selects the GPIO pin used as EXTI Line.
ï‚· EXTI_PortSourceGPIOx : : selects the GPIO port to be used
as source for EXTI lines where x can be (A, B, C, D, E or F).
ï‚· EXTI_PinSourcex : specifies the EXTI line to be configured.
This parameter can be EXTI_PinSourcex where x can be
(0..15)