pub struct IOC { /* private fields */ }Expand description
IO Controller (IOC) - configures all the DIOs and resides in the MCU domain.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IOC
impl RefUnwindSafe for IOC
impl !Sync for IOC
impl Unpin for IOC
impl UnwindSafe for IOC
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more