pub struct BOD33_SPEC;Expand description
Trait Implementations
sourceimpl Readable for BOD33_SPEC
 
impl Readable for BOD33_SPEC
read() method returns bod33::R reader structure
sourceimpl RegisterSpec for BOD33_SPEC
 
impl RegisterSpec for BOD33_SPEC
sourceimpl Resettable for BOD33_SPEC
 
impl Resettable for BOD33_SPEC
reset() method sets BOD33 to value 0
sourcefn reset_value() -> Self::Ux
 
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for BOD33_SPEC
impl Send for BOD33_SPEC
impl Sync for BOD33_SPEC
impl Unpin for BOD33_SPEC
impl UnwindSafe for BOD33_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    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