#[repr(transparent)]pub struct Gpclr(pub u32);Expand description
Global Pin Control Low
Tuple Fields§
§0: u32Implementations§
Source§impl Gpclr
impl Gpclr
Sourcepub const fn set_gpwe10(&mut self, val: Gpwe10)
pub const fn set_gpwe10(&mut self, val: Gpwe10)
Global Pin Write Enable
Sourcepub const fn set_gpwe11(&mut self, val: Gpwe11)
pub const fn set_gpwe11(&mut self, val: Gpwe11)
Global Pin Write Enable
Sourcepub const fn set_gpwe12(&mut self, val: Gpwe12)
pub const fn set_gpwe12(&mut self, val: Gpwe12)
Global Pin Write Enable
Sourcepub const fn set_gpwe13(&mut self, val: Gpwe13)
pub const fn set_gpwe13(&mut self, val: Gpwe13)
Global Pin Write Enable
Sourcepub const fn set_gpwe14(&mut self, val: Gpwe14)
pub const fn set_gpwe14(&mut self, val: Gpwe14)
Global Pin Write Enable
Sourcepub const fn set_gpwe15(&mut self, val: Gpwe15)
pub const fn set_gpwe15(&mut self, val: Gpwe15)
Global Pin Write Enable
Trait Implementations§
impl Copy for Gpclr
impl Eq for Gpclr
impl StructuralPartialEq for Gpclr
Auto Trait Implementations§
impl Freeze for Gpclr
impl RefUnwindSafe for Gpclr
impl Send for Gpclr
impl Sync for Gpclr
impl Unpin for Gpclr
impl UnwindSafe for Gpclr
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