Struct efm32pg12b500_pac::trng0::fifodepth::FIFODEPTH_SPEC
source · [−]pub struct FIFODEPTH_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for FIFODEPTH_SPEC
impl Readable for FIFODEPTH_SPEC
read()
method returns fifodepth::R reader structure
sourceimpl RegisterSpec for FIFODEPTH_SPEC
impl RegisterSpec for FIFODEPTH_SPEC
sourceimpl Resettable for FIFODEPTH_SPEC
impl Resettable for FIFODEPTH_SPEC
reset()
method sets FIFODEPTH to value 0x40
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for FIFODEPTH_SPEC
impl Send for FIFODEPTH_SPEC
impl Sync for FIFODEPTH_SPEC
impl Unpin for FIFODEPTH_SPEC
impl UnwindSafe for FIFODEPTH_SPEC
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