notes.txt 543 B

1234567891011121314
  1. STM32 EXTIv1 driver.
  2. Driver capability:
  3. - Support for the EXTI peripheral.
  4. The file registry must export:
  5. STM32_EXTI_NUM_LINES - Number of EXTI lines, it can be between 0 and 63.
  6. STM32_EXTI_IMR1_MASK - Mask of the fixed lines that must not be
  7. handled by the driver (0..31).
  8. STM32_EXTI_IMR2_MASK - Mask of the fixed lines that must not be
  9. handled by the driver (32..63). Only required
  10. if STM32_EXTI_NUM_LINES is greater than 32.