Struct PlascSpec
pub struct PlascSpec;Expand description
Trait Implementations§
§impl Resettable for PlascSpec
reset() method sets PLASC to value 0x07
impl Resettable for PlascSpec
reset() method sets PLASC to value 0x07
§const RESET_VALUE: u16 = 7u16
const RESET_VALUE: u16 = 7u16
Reset value of the register.
§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for PlascSpec
read() method returns plasc::R reader structure
Auto Trait Implementations§
impl Freeze for PlascSpec
impl RefUnwindSafe for PlascSpec
impl Send for PlascSpec
impl Sync for PlascSpec
impl Unpin for PlascSpec
impl UnwindSafe for PlascSpec
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