You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the DMA things currently look like that since the pattern resembles what some other HAL did before 😄
Maybe we could replace the move with some clever chosen lifetimes
The signatures for write and read require
self
which means we have to dance around moving it. Ideally, it should be possible with&mut self
.cc: @bjoernQ I believe you implemented this initially
The text was updated successfully, but these errors were encountered: