STM8L15x Standard Peripherals Drivers: EXTI_Interrupts

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

EXTI IT pending bit possible values Values are coded in 0xXY format where X: the register index X = 00: EXTI_SR1 X = 01: EXTI_SR2 Y: the IT pending bit mask. More...

Enumerations

enum  EXTI_IT_TypeDef {
  EXTI_IT_Pin0 = (uint16_t)0x0001, EXTI_IT_Pin1 = (uint16_t)0x0002, EXTI_IT_Pin2 = (uint16_t)0x0004, EXTI_IT_Pin3 = (uint16_t)0x0008,
  EXTI_IT_Pin4 = (uint16_t)0x0010, EXTI_IT_Pin5 = (uint16_t)0x0020, EXTI_IT_Pin6 = (uint16_t)0x0040, EXTI_IT_Pin7 = (uint16_t)0x0080,
  EXTI_IT_PortB = (uint16_t)0x0101, EXTI_IT_PortD = (uint16_t)0x0102, EXTI_IT_PortE = (uint16_t)0x0104, EXTI_IT_PortF = (uint16_t)0x0108,
  EXTI_IT_PortG = (uint16_t)0x0110, EXTI_IT_PortH = (uint16_t)0x0120
}

Detailed Description

EXTI IT pending bit possible values Values are coded in 0xXY format where X: the register index X = 00: EXTI_SR1 X = 01: EXTI_SR2 Y: the IT pending bit mask.


Enumeration Type Documentation

Enumerator:
EXTI_IT_Pin0 

GPIO Pin pos 0

EXTI_IT_Pin1 

GPIO Pin pos 1

EXTI_IT_Pin2 

GPIO Pin pos 2

EXTI_IT_Pin3 

GPIO Pin pos 3

EXTI_IT_Pin4 

GPIO Pin pos 4

EXTI_IT_Pin5 

GPIO Pin pos 5

EXTI_IT_Pin6 

GPIO Pin pos 6

EXTI_IT_Pin7 

GPIO Pin pos 7

EXTI_IT_PortB 

GPIO Port B

EXTI_IT_PortD 

GPIO Port D

EXTI_IT_PortE 

GPIO Port E

EXTI_IT_PortF 

GPIO Port F

EXTI_IT_PortG 

GPIO Port G

EXTI_IT_PortH 

GPIO Port H

Definition at line 148 of file stm8l15x_exti.h.

STM8S Firmware Library: Overview

 

 

 

For complete documentation on STM8L15x 8-bit microcontrollers platform visit www.st.com