[UCPD] Fix hard reset interrupt disable flags

This commit is contained in:
Timo Kröger 2024-03-12 20:40:47 +01:00
parent 6e5bb8003a
commit b634f8f511

View file

@ -484,8 +484,8 @@ impl<'d, T: Instance> PdPhy<'d, T> {
// Clear the hardreset interrupt flags.
T::REGS.icr().write(|w| {
w.set_txmsgdisccf(true);
w.set_txmsgsentcf(true);
w.set_hrstdisccf(true);
w.set_hrstsentcf(true);
});
// Trigger hard reset transmission.