Missing EXTI ports and flag numbers for F4
(Also missing for forthcoming L1)
This commit is contained in:
@@ -127,6 +127,12 @@ void exti_select_source(u32 exti, u32 gpioport)
|
||||
case GPIOG:
|
||||
bits = 0x9;
|
||||
break;
|
||||
case GPIOH:
|
||||
bits = 0x8;
|
||||
break;
|
||||
case GPIOI:
|
||||
bits = 0x7;
|
||||
break;
|
||||
}
|
||||
|
||||
/* Ensure that only valid EXTI lines are used. */
|
||||
|
||||
Reference in New Issue
Block a user