STM32L443xx 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 157 of file stm32l4xx_ll_system.h.

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

Definition at line 158 of file stm32l4xx_ll_system.h.

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

Definition at line 167 of file stm32l4xx_ll_system.h.

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

Definition at line 168 of file stm32l4xx_ll_system.h.

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

Definition at line 169 of file stm32l4xx_ll_system.h.

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

Definition at line 170 of file stm32l4xx_ll_system.h.

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

Definition at line 171 of file stm32l4xx_ll_system.h.

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

Definition at line 172 of file stm32l4xx_ll_system.h.

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

Definition at line 159 of file stm32l4xx_ll_system.h.

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

Definition at line 160 of file stm32l4xx_ll_system.h.

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

Definition at line 161 of file stm32l4xx_ll_system.h.

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

Definition at line 162 of file stm32l4xx_ll_system.h.

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

Definition at line 163 of file stm32l4xx_ll_system.h.

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

Definition at line 164 of file stm32l4xx_ll_system.h.

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

Definition at line 165 of file stm32l4xx_ll_system.h.

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

Definition at line 166 of file stm32l4xx_ll_system.h.