diff options
Diffstat (limited to 'lib/chibios/os/hal/ports/STM32/LLD/EXTIv1/notes.txt')
-rw-r--r-- | lib/chibios/os/hal/ports/STM32/LLD/EXTIv1/notes.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/chibios/os/hal/ports/STM32/LLD/EXTIv1/notes.txt b/lib/chibios/os/hal/ports/STM32/LLD/EXTIv1/notes.txt new file mode 100644 index 000000000..a74c93e7c --- /dev/null +++ b/lib/chibios/os/hal/ports/STM32/LLD/EXTIv1/notes.txt | |||
@@ -0,0 +1,16 @@ | |||
1 | STM32 EXTIv1 driver. | ||
2 | |||
3 | Driver capability: | ||
4 | |||
5 | - Support for the EXTI peripheral. | ||
6 | |||
7 | The file registry must export: | ||
8 | |||
9 | STM32_EXTI_HAS_GROUP2 - True if lines from 32 to 63 are present. | ||
10 | STM32_EXTI_SEPARATE_RF - True if EXTI has separate status registers | ||
11 | for falling and raising edges. | ||
12 | STM32_EXTI_IMR1_MASK - Mask of the fixed lines that must not be | ||
13 | configured by the driver (0..31). | ||
14 | STM32_EXTI_IMR2_MASK - Mask of the fixed lines that must not be | ||
15 | configured by the driver (32..63). Only required | ||
16 | if STM32_EXTI_NUM_LINES is greater than 32. | ||