#[repr(transparent)]pub struct Gpchr(pub u32);Expand description
Global Pin Control High
Tuple Fields§
§0: u32Implementations§
Source§impl Gpchr
impl Gpchr
Sourcepub const fn set_gpwe16(&mut self, val: Gpwe16)
pub const fn set_gpwe16(&mut self, val: Gpwe16)
Global Pin Write Enable
Sourcepub const fn set_gpwe17(&mut self, val: Gpwe17)
pub const fn set_gpwe17(&mut self, val: Gpwe17)
Global Pin Write Enable
Sourcepub const fn set_gpwe18(&mut self, val: Gpwe18)
pub const fn set_gpwe18(&mut self, val: Gpwe18)
Global Pin Write Enable
Sourcepub const fn set_gpwe19(&mut self, val: Gpwe19)
pub const fn set_gpwe19(&mut self, val: Gpwe19)
Global Pin Write Enable
Sourcepub const fn set_gpwe20(&mut self, val: Gpwe20)
pub const fn set_gpwe20(&mut self, val: Gpwe20)
Global Pin Write Enable
Sourcepub const fn set_gpwe21(&mut self, val: Gpwe21)
pub const fn set_gpwe21(&mut self, val: Gpwe21)
Global Pin Write Enable
Sourcepub const fn set_gpwe22(&mut self, val: Gpwe22)
pub const fn set_gpwe22(&mut self, val: Gpwe22)
Global Pin Write Enable
Sourcepub const fn set_gpwe23(&mut self, val: Gpwe23)
pub const fn set_gpwe23(&mut self, val: Gpwe23)
Global Pin Write Enable
Sourcepub const fn set_gpwe24(&mut self, val: Gpwe24)
pub const fn set_gpwe24(&mut self, val: Gpwe24)
Global Pin Write Enable
Sourcepub const fn set_gpwe25(&mut self, val: Gpwe25)
pub const fn set_gpwe25(&mut self, val: Gpwe25)
Global Pin Write Enable
Sourcepub const fn set_gpwe26(&mut self, val: Gpwe26)
pub const fn set_gpwe26(&mut self, val: Gpwe26)
Global Pin Write Enable
Sourcepub const fn set_gpwe27(&mut self, val: Gpwe27)
pub const fn set_gpwe27(&mut self, val: Gpwe27)
Global Pin Write Enable
Sourcepub const fn set_gpwe28(&mut self, val: Gpwe28)
pub const fn set_gpwe28(&mut self, val: Gpwe28)
Global Pin Write Enable
Sourcepub const fn set_gpwe29(&mut self, val: Gpwe29)
pub const fn set_gpwe29(&mut self, val: Gpwe29)
Global Pin Write Enable
Sourcepub const fn set_gpwe30(&mut self, val: Gpwe30)
pub const fn set_gpwe30(&mut self, val: Gpwe30)
Global Pin Write Enable
Sourcepub const fn set_gpwe31(&mut self, val: Gpwe31)
pub const fn set_gpwe31(&mut self, val: Gpwe31)
Global Pin Write Enable
Trait Implementations§
impl Copy for Gpchr
impl Eq for Gpchr
impl StructuralPartialEq for Gpchr
Auto Trait Implementations§
impl Freeze for Gpchr
impl RefUnwindSafe for Gpchr
impl Send for Gpchr
impl Sync for Gpchr
impl Unpin for Gpchr
impl UnwindSafe for Gpchr
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