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