pub struct A1_REGS { /* private fields */ }Expand description
Selects source APB Master to SPI Master between M4/AP and Fabric
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for A1_REGS
impl RefUnwindSafe for A1_REGS
impl !Sync for A1_REGS
impl Unpin for A1_REGS
impl UnwindSafe for A1_REGS
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