STM32L412 how can I individually turn off EXTI flags without HAL?
Im using external interrupts on an STM32L412. I want the interrupt to run as fast as possible so I'm not using the HAL to turn off the request, rather I am writing directly to EXTI -> PR1, which needs to be written high to turn off the interrupt, but...