STM8L15x Standard Peripherals Drivers
|
EXTI halfPort possible values Values are coded as following:
- Bit 7: 0 => the half port is in EXTI_CONF1 register 1 => the half port is in EXTI_CONF2 register
- Bits[6:0] => the half port selection mask.
Enumerations | |
enum | EXTI_HalfPort_TypeDef { EXTI_HalfPort_B_LSB = (uint8_t)0x01, EXTI_HalfPort_B_MSB = (uint8_t)0x02, EXTI_HalfPort_D_LSB = (uint8_t)0x04, EXTI_HalfPort_D_MSB = (uint8_t)0x08, EXTI_HalfPort_E_LSB = (uint8_t)0x10, EXTI_HalfPort_E_MSB = (uint8_t)0x20, EXTI_HalfPort_F_LSB = (uint8_t)0x40, EXTI_HalfPort_F_MSB = (uint8_t)0x81, EXTI_HalfPort_G_LSB = (uint8_t)0x82, EXTI_HalfPort_G_MSB = (uint8_t)0x84, EXTI_HalfPort_H_LSB = (uint8_t)0x88, EXTI_HalfPort_H_MSB = (uint8_t)0x90 } |
Detailed Description
EXTI halfPort possible values Values are coded as following:
- Bit 7: 0 => the half port is in EXTI_CONF1 register 1 => the half port is in EXTI_CONF2 register
- Bits[6:0] => the half port selection mask.
Enumeration Type Documentation
Definition at line 68 of file stm8l15x_exti.h.