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