We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
update_interrupt
1 parent 9e036db commit a18bdc0Copy full SHA for a18bdc0
src/lib.rs
@@ -435,7 +435,7 @@ impl EndpointHeader {
435
(data.get_bits(8..16) as u8, data.get_bits(0..8) as u8)
436
}
437
438
- pub fn update_interrupt<F>(&mut self, access: &impl ConfigRegionAccess, f: F)
+ pub fn update_interrupt<F>(&mut self, access: impl ConfigRegionAccess, f: F)
439
where
440
F: FnOnce((InterruptPin, InterruptLine)) -> (InterruptPin, InterruptLine),
441
{
0 commit comments