Struct w806_pac::rcc::debug_control::GPSEC_SELECT_W
source · [−]pub struct GPSEC_SELECT_W<'a> { /* private fields */ }
Expand description
Field gpsec_select
writer - GPSEC clock source selection
Implementations
sourceimpl<'a> GPSEC_SELECT_W<'a>
impl<'a> GPSEC_SELECT_W<'a>
sourcepub fn variant(self, variant: GPSEC_SELECT_A) -> &'a mut W
pub fn variant(self, variant: GPSEC_SELECT_A) -> &'a mut W
Writes variant
to the field
Auto Trait Implementations
impl<'a> RefUnwindSafe for GPSEC_SELECT_W<'a>
impl<'a> Send for GPSEC_SELECT_W<'a>
impl<'a> Sync for GPSEC_SELECT_W<'a>
impl<'a> Unpin for GPSEC_SELECT_W<'a>
impl<'a> !UnwindSafe for GPSEC_SELECT_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