Enum Mtw1
pub enum Mtw1 {
_0 = 0,
_1 = 1,
}Expand description
Master 1 Trusted for Writes
Value on reset: 0
Variants§
_0 = 0
0: This master is not trusted for write accesses.
_1 = 1
1: This master is trusted for write accesses.
Trait Implementations§
impl Copy for Mtw1
impl Eq for Mtw1
impl StructuralPartialEq for Mtw1
Auto Trait Implementations§
impl Freeze for Mtw1
impl RefUnwindSafe for Mtw1
impl Send for Mtw1
impl Sync for Mtw1
impl Unpin for Mtw1
impl UnwindSafe for Mtw1
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