Struct PlamcSpec
pub struct PlamcSpec;Expand description
Trait Implementations§
§impl Resettable for PlamcSpec
reset() method sets PLAMC to value 0x07
impl Resettable for PlamcSpec
reset() method sets PLAMC 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 PlamcSpec
read() method returns plamc::R reader structure
Auto Trait Implementations§
impl Freeze for PlamcSpec
impl RefUnwindSafe for PlamcSpec
impl Send for PlamcSpec
impl Sync for PlamcSpec
impl Unpin for PlamcSpec
impl UnwindSafe for PlamcSpec
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