Struct w806_pac::rcc::reset_control::SDIO_AHB_W
source · [−]pub struct SDIO_AHB_W<'a> { /* private fields */ }
Expand description
Field sdio_ahb
writer - Sdio-Ahb clock domain reset
Implementations
sourceimpl<'a> SDIO_AHB_W<'a>
impl<'a> SDIO_AHB_W<'a>
sourcepub fn variant(self, variant: SDIO_AHB_A) -> &'a mut W
pub fn variant(self, variant: SDIO_AHB_A) -> &'a mut W
Writes variant
to the field
Auto Trait Implementations
impl<'a> RefUnwindSafe for SDIO_AHB_W<'a>
impl<'a> Send for SDIO_AHB_W<'a>
impl<'a> Sync for SDIO_AHB_W<'a>
impl<'a> Unpin for SDIO_AHB_W<'a>
impl<'a> !UnwindSafe for SDIO_AHB_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