STM32L486xx HAL User Manual
Defines
SYSCFG EXTI LINE
SYSTEM Exported Constants

Defines

#define LL_SYSCFG_EXTI_LINE0   (uint32_t)(0x000FU << 16U | 0U) /* !< EXTI_POSITION_0 | EXTICR[0] */
#define LL_SYSCFG_EXTI_LINE1   (uint32_t)(0x00F0U << 16U | 0U) /* !< EXTI_POSITION_4 | EXTICR[0] */
#define LL_SYSCFG_EXTI_LINE2   (uint32_t)(0x0F00U << 16U | 0U) /* !< EXTI_POSITION_8 | EXTICR[0] */
#define LL_SYSCFG_EXTI_LINE3   (uint32_t)(0xF000U << 16U | 0U) /* !< EXTI_POSITION_12 | EXTICR[0] */
#define LL_SYSCFG_EXTI_LINE4   (uint32_t)(0x000FU << 16U | 1U) /* !< EXTI_POSITION_0 | EXTICR[1] */
#define LL_SYSCFG_EXTI_LINE5   (uint32_t)(0x00F0U << 16U | 1U) /* !< EXTI_POSITION_4 | EXTICR[1] */
#define LL_SYSCFG_EXTI_LINE6   (uint32_t)(0x0F00U << 16U | 1U) /* !< EXTI_POSITION_8 | EXTICR[1] */
#define LL_SYSCFG_EXTI_LINE7   (uint32_t)(0xF000U << 16U | 1U) /* !< EXTI_POSITION_12 | EXTICR[1] */
#define LL_SYSCFG_EXTI_LINE8   (uint32_t)(0x000FU << 16U | 2U) /* !< EXTI_POSITION_0 | EXTICR[2] */
#define LL_SYSCFG_EXTI_LINE9   (uint32_t)(0x00F0U << 16U | 2U) /* !< EXTI_POSITION_4 | EXTICR[2] */
#define LL_SYSCFG_EXTI_LINE10   (uint32_t)(0x0F00U << 16U | 2U) /* !< EXTI_POSITION_8 | EXTICR[2] */
#define LL_SYSCFG_EXTI_LINE11   (uint32_t)(0xF000U << 16U | 2U) /* !< EXTI_POSITION_12 | EXTICR[2] */
#define LL_SYSCFG_EXTI_LINE12   (uint32_t)(0x000FU << 16U | 3U) /* !< EXTI_POSITION_0 | EXTICR[3] */
#define LL_SYSCFG_EXTI_LINE13   (uint32_t)(0x00F0U << 16U | 3U) /* !< EXTI_POSITION_4 | EXTICR[3] */
#define LL_SYSCFG_EXTI_LINE14   (uint32_t)(0x0F00U << 16U | 3U) /* !< EXTI_POSITION_8 | EXTICR[3] */
#define LL_SYSCFG_EXTI_LINE15   (uint32_t)(0xF000U << 16U | 3U) /* !< EXTI_POSITION_12 | EXTICR[3] */

Define Documentation

#define LL_SYSCFG_EXTI_LINE0   (uint32_t)(0x000FU << 16U | 0U) /* !< EXTI_POSITION_0 | EXTICR[0] */

Definition at line 172 of file stm32l4xx_ll_system.h.

#define LL_SYSCFG_EXTI_LINE1   (uint32_t)(0x00F0U << 16U | 0U) /* !< EXTI_POSITION_4 | EXTICR[0] */

Definition at line 173 of file stm32l4xx_ll_system.h.

#define LL_SYSCFG_EXTI_LINE10   (uint32_t)(0x0F00U << 16U | 2U) /* !< EXTI_POSITION_8 | EXTICR[2] */

Definition at line 182 of file stm32l4xx_ll_system.h.

#define LL_SYSCFG_EXTI_LINE11   (uint32_t)(0xF000U << 16U | 2U) /* !< EXTI_POSITION_12 | EXTICR[2] */

Definition at line 183 of file stm32l4xx_ll_system.h.

#define LL_SYSCFG_EXTI_LINE12   (uint32_t)(0x000FU << 16U | 3U) /* !< EXTI_POSITION_0 | EXTICR[3] */

Definition at line 184 of file stm32l4xx_ll_system.h.

#define LL_SYSCFG_EXTI_LINE13   (uint32_t)(0x00F0U << 16U | 3U) /* !< EXTI_POSITION_4 | EXTICR[3] */

Definition at line 185 of file stm32l4xx_ll_system.h.

#define LL_SYSCFG_EXTI_LINE14   (uint32_t)(0x0F00U << 16U | 3U) /* !< EXTI_POSITION_8 | EXTICR[3] */

Definition at line 186 of file stm32l4xx_ll_system.h.

#define LL_SYSCFG_EXTI_LINE15   (uint32_t)(0xF000U << 16U | 3U) /* !< EXTI_POSITION_12 | EXTICR[3] */

Definition at line 187 of file stm32l4xx_ll_system.h.

#define LL_SYSCFG_EXTI_LINE2   (uint32_t)(0x0F00U << 16U | 0U) /* !< EXTI_POSITION_8 | EXTICR[0] */

Definition at line 174 of file stm32l4xx_ll_system.h.

#define LL_SYSCFG_EXTI_LINE3   (uint32_t)(0xF000U << 16U | 0U) /* !< EXTI_POSITION_12 | EXTICR[0] */

Definition at line 175 of file stm32l4xx_ll_system.h.

#define LL_SYSCFG_EXTI_LINE4   (uint32_t)(0x000FU << 16U | 1U) /* !< EXTI_POSITION_0 | EXTICR[1] */

Definition at line 176 of file stm32l4xx_ll_system.h.

#define LL_SYSCFG_EXTI_LINE5   (uint32_t)(0x00F0U << 16U | 1U) /* !< EXTI_POSITION_4 | EXTICR[1] */

Definition at line 177 of file stm32l4xx_ll_system.h.

#define LL_SYSCFG_EXTI_LINE6   (uint32_t)(0x0F00U << 16U | 1U) /* !< EXTI_POSITION_8 | EXTICR[1] */

Definition at line 178 of file stm32l4xx_ll_system.h.

#define LL_SYSCFG_EXTI_LINE7   (uint32_t)(0xF000U << 16U | 1U) /* !< EXTI_POSITION_12 | EXTICR[1] */

Definition at line 179 of file stm32l4xx_ll_system.h.

#define LL_SYSCFG_EXTI_LINE8   (uint32_t)(0x000FU << 16U | 2U) /* !< EXTI_POSITION_0 | EXTICR[2] */

Definition at line 180 of file stm32l4xx_ll_system.h.

#define LL_SYSCFG_EXTI_LINE9   (uint32_t)(0x00F0U << 16U | 2U) /* !< EXTI_POSITION_4 | EXTICR[2] */

Definition at line 181 of file stm32l4xx_ll_system.h.