Struct PRAR_PRG_SPEC
pub struct PRAR_PRG_SPEC;
Expand description
Trait Implementations§
§impl Readable for PRAR_PRG_SPEC
read()
method returns prar_prg::R reader structure
impl Readable for PRAR_PRG_SPEC
read()
method returns prar_prg::R reader structure
§impl RegisterSpec for PRAR_PRG_SPEC
impl RegisterSpec for PRAR_PRG_SPEC
§impl Resettable for PRAR_PRG_SPEC
reset()
method sets PRAR_PRG to value 0
impl Resettable for PRAR_PRG_SPEC
reset()
method sets PRAR_PRG to value 0
§fn reset_value() -> <PRAR_PRG_SPEC as RegisterSpec>::Ux
fn reset_value() -> <PRAR_PRG_SPEC as RegisterSpec>::Ux
Reset value of the register.
§impl Writable for PRAR_PRG_SPEC
write(|w| ..)
method takes prar_prg::W writer structure
impl Writable for PRAR_PRG_SPEC
write(|w| ..)
method takes prar_prg::W writer structure
Auto Trait Implementations§
impl Freeze for PRAR_PRG_SPEC
impl RefUnwindSafe for PRAR_PRG_SPEC
impl Send for PRAR_PRG_SPEC
impl Sync for PRAR_PRG_SPEC
impl Unpin for PRAR_PRG_SPEC
impl UnwindSafe for PRAR_PRG_SPEC
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more