|
STM32F103xB HAL User Manual
|
This section Configure source input for the EXTI external interrupt . More...
Functions | |
| __STATIC_INLINE void | LL_GPIO_AF_SetEXTISource (uint32_t Port, uint32_t Line) |
| Configure source input for the EXTI external interrupt. | |
| __STATIC_INLINE uint32_t | LL_GPIO_AF_GetEXTISource (uint32_t Line) |
| Get the configured defined for specific EXTI Line. | |
This section Configure source input for the EXTI external interrupt .
| __STATIC_INLINE uint32_t LL_GPIO_AF_GetEXTISource | ( | uint32_t | Line | ) |
Get the configured defined for specific EXTI Line.
| Returned | value can be one of the following values: |
Definition at line 2305 of file stm32f1xx_ll_gpio.h.
| __STATIC_INLINE void LL_GPIO_AF_SetEXTISource | ( | uint32_t | Port, |
| uint32_t | Line | ||
| ) |
Configure source input for the EXTI external interrupt.
| Port | This parameter can be one of the following values: |
| Line | This parameter can be one of the following values:
|
| None |
Definition at line 2268 of file stm32f1xx_ll_gpio.h.
1.7.6.1