[][src]Module stm32f3xx_hal_v2::exti

Configure external interrupts for the stm32f3xx. See STM32f303 reference man section 14, including Table 82.

Enums

Edge
GpioReg

Functions

setup_gpio

Configure a GPIO to work with an interrupt line. The line parameter corresponds to both the interrupt line, and the GPIO number. Eg, 3 means line3, and px3. Reference man section 12.1.3 of the datasheet for a breakdown by CR and line.

setup_line

Reference the STM32F303 reference manual, section 14.2.5 for a Functional description of the steps we accomplish here. See Table 82. 0 - 15.