#[repr(transparent)]pub struct Padvrange(pub u32);Expand description
GPIO vdde range selection control
Tuple Fields§
§0: u32Implementations§
Source§impl Padvrange
impl Padvrange
Sourcepub const fn vddio_0range(&self) -> Vddio0range
pub const fn vddio_0range(&self) -> Vddio0range
no description available
Sourcepub const fn set_vddio_0range(&mut self, val: Vddio0range)
pub const fn set_vddio_0range(&mut self, val: Vddio0range)
no description available
Sourcepub const fn vddio_1range(&self) -> Vddio1range
pub const fn vddio_1range(&self) -> Vddio1range
no description available
Sourcepub const fn set_vddio_1range(&mut self, val: Vddio1range)
pub const fn set_vddio_1range(&mut self, val: Vddio1range)
no description available
Sourcepub const fn vddio_2range(&self) -> Vddio2range
pub const fn vddio_2range(&self) -> Vddio2range
no description available
Sourcepub const fn set_vddio_2range(&mut self, val: Vddio2range)
pub const fn set_vddio_2range(&mut self, val: Vddio2range)
no description available
Trait Implementations§
impl Copy for Padvrange
impl Eq for Padvrange
impl StructuralPartialEq for Padvrange
Auto Trait Implementations§
impl Freeze for Padvrange
impl RefUnwindSafe for Padvrange
impl Send for Padvrange
impl Sync for Padvrange
impl Unpin for Padvrange
impl UnwindSafe for Padvrange
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