#[repr(transparent)]pub struct Dirnot0(pub u32);Expand description
Toggle pin direction bits for port
Tuple Fields§
§0: u32Implementations§
Source§impl Dirnot0
impl Dirnot0
Sourcepub const fn dirnotp(&self) -> u32
pub const fn dirnotp(&self) -> u32
Toggle direction bits (bit 0 = PIOn_0, bit 1 = PIOn_1, etc.). Supported pins depends on the specific device and package. 0 = no operation. 1 = Toggle direction bit.
Sourcepub const fn set_dirnotp(&mut self, val: u32)
pub const fn set_dirnotp(&mut self, val: u32)
Toggle direction bits (bit 0 = PIOn_0, bit 1 = PIOn_1, etc.). Supported pins depends on the specific device and package. 0 = no operation. 1 = Toggle direction bit.
Trait Implementations§
impl Copy for Dirnot0
impl Eq for Dirnot0
impl StructuralPartialEq for Dirnot0
Auto Trait Implementations§
impl Freeze for Dirnot0
impl RefUnwindSafe for Dirnot0
impl Send for Dirnot0
impl Sync for Dirnot0
impl Unpin for Dirnot0
impl UnwindSafe for Dirnot0
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