Improve comment
This commit is contained in:
parent
e9eb3ce6c1
commit
0a3c236510
@ -283,8 +283,8 @@ impl<'d, T: Instance> Write for Uarte<'d, T> {
|
||||
}
|
||||
}
|
||||
|
||||
/// Interface to an UARTE peripheral that uses timers and PPI to emulate
|
||||
/// ReadUntilIdle.
|
||||
/// Interface to an UARTE peripheral that uses an additional timer and two PPI channels,
|
||||
/// allowing it to implement the ReadUntilIdle trait.
|
||||
pub struct UarteWithIdle<'d, U: Instance, T: TimerInstance> {
|
||||
uarte: Uarte<'d, U>,
|
||||
timer: T,
|
||||
|
Loading…
Reference in New Issue
Block a user