STM32L486xx HAL User Manual
Data Fields
LL_EXTI_InitTypeDef Struct Reference

#include <stm32l4xx_ll_exti.h>

Data Fields

uint32_t Line_0_31
uint32_t Line_32_63
FunctionalState LineCommand
uint8_t Mode
uint8_t Trigger

Detailed Description

Definition at line 74 of file stm32l4xx_ll_exti.h.


Field Documentation

Specifies the EXTI lines to be enabled or disabled for Lines in range 0 to 31 This parameter can be any combination of LINE

Definition at line 77 of file stm32l4xx_ll_exti.h.

Referenced by LL_EXTI_Init(), and LL_EXTI_StructInit().

Specifies the EXTI lines to be enabled or disabled for Lines in range 32 to 63 This parameter can be any combination of LINE

Definition at line 80 of file stm32l4xx_ll_exti.h.

Referenced by LL_EXTI_Init(), and LL_EXTI_StructInit().

Specifies the new state of the selected EXTI lines. This parameter can be set either to ENABLE or DISABLE

Definition at line 83 of file stm32l4xx_ll_exti.h.

Referenced by LL_EXTI_Init(), and LL_EXTI_StructInit().

Specifies the mode for the EXTI lines. This parameter can be a value of Mode.

Definition at line 86 of file stm32l4xx_ll_exti.h.

Referenced by LL_EXTI_Init(), and LL_EXTI_StructInit().

Specifies the trigger signal active edge for the EXTI lines. This parameter can be a value of Edge Trigger.

Definition at line 89 of file stm32l4xx_ll_exti.h.

Referenced by LL_EXTI_Init(), and LL_EXTI_StructInit().


The documentation for this struct was generated from the following file: