pub struct Bd1Register;Expand description
Banked Data Register 1 descriptor (read-write)
Trait Implementations§
impl ApRegister for Bd1Register
Source§impl ReadableRegister for Bd1Register
impl ReadableRegister for Bd1Register
Source§impl RegisterDescriptor for Bd1Register
impl RegisterDescriptor for Bd1Register
Auto Trait Implementations§
impl Freeze for Bd1Register
impl RefUnwindSafe for Bd1Register
impl Send for Bd1Register
impl Sync for Bd1Register
impl Unpin for Bd1Register
impl UnsafeUnpin for Bd1Register
impl UnwindSafe for Bd1Register
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