stm32f3xx-hal
stm32f3xx-hal copied to clipboard
[WIP] Add serial::Event::Any
This PR add Any
variant to serial::Event in the same fashion its already done in dma::Event in order to can disable all interrupts by calling:
Serial::disable_interrupt(Event::Any)