pub struct MS_MODE_W<'a> { /* private fields */ }Expand description
Field MS_MODE writer - Set this bit to configure the module as i2c master clear this bit to configure the module as i2c slave.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for MS_MODE_W<'a>
impl<'a> Send for MS_MODE_W<'a>
impl<'a> Sync for MS_MODE_W<'a>
impl<'a> Unpin for MS_MODE_W<'a>
impl<'a> !UnwindSafe for MS_MODE_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more