stm32f3xx-hal icon indicating copy to clipboard operation
stm32f3xx-hal copied to clipboard

[WIP] Add serial::Event::Any

Open pythcoiner opened this issue 1 year ago • 0 comments

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)

pythcoiner avatar Feb 22 '24 07:02 pythcoiner