STM8L15x Standard Peripherals Drivers: EXTI_Pin

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

EXTI PinNum possible values Values are coded in 0xXY format where X: the register index X = 0: EXTI_CR1 X = 1: EXTI_CR2 Y: the number of shift to be performed. More...

Enumerations

enum  EXTI_Pin_TypeDef {
  EXTI_Pin_0 = (uint8_t)0x00, EXTI_Pin_1 = (uint8_t)0x02, EXTI_Pin_2 = (uint8_t)0x04, EXTI_Pin_3 = (uint8_t)0x06,
  EXTI_Pin_4 = (uint8_t)0x10, EXTI_Pin_5 = (uint8_t)0x12, EXTI_Pin_6 = (uint8_t)0x14, EXTI_Pin_7 = (uint8_t)0x16
}

Detailed Description

EXTI PinNum possible values Values are coded in 0xXY format where X: the register index X = 0: EXTI_CR1 X = 1: EXTI_CR2 Y: the number of shift to be performed.


Enumeration Type Documentation

Enumerator:
EXTI_Pin_0 

GPIO Pin 0

EXTI_Pin_1 

GPIO Pin 1

EXTI_Pin_2 

GPIO Pin 2

EXTI_Pin_3 

GPIO Pin 3

EXTI_Pin_4 

GPIO Pin 4

EXTI_Pin_5 

GPIO Pin 5

EXTI_Pin_6 

GPIO Pin 6

EXTI_Pin_7 

GPIO Pin 7

Definition at line 122 of file stm8l15x_exti.h.

STM8S Firmware Library: Overview

 

 

 

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