Closed
Description
So I've just tried the new updates and found no way to link up timer compare events to PPI, as ppi::Event
is not implemented for the timer events and Event::from_reg
is private.
Will Event::from_reg
eventually become public or be implemented for the rest of the peripherals?
For now I will just make from_reg
public and use it like in BufferedUarte, but I might be missing something