Struct Ioprstr
#[repr(transparent)]pub struct Ioprstr(pub u32);
Expand description
GPIO reset register.
Tuple Fields§
§0: u32
Implementations§
§impl Ioprstr
impl Ioprstr
pub fn set_gpioarst(&mut self, val: bool)
pub fn set_gpioarst(&mut self, val: bool)
I/O port A reset.
pub fn set_gpiobrst(&mut self, val: bool)
pub fn set_gpiobrst(&mut self, val: bool)
I/O port B reset.
pub fn set_gpiocrst(&mut self, val: bool)
pub fn set_gpiocrst(&mut self, val: bool)
I/O port F reset.
pub fn set_gpiofrst(&mut self, val: bool)
pub fn set_gpiofrst(&mut self, val: bool)
I/O port F reset.
Trait Implementations§
impl Copy for Ioprstr
impl Eq for Ioprstr
impl StructuralPartialEq for Ioprstr
Auto Trait Implementations§
impl Freeze for Ioprstr
impl RefUnwindSafe for Ioprstr
impl Send for Ioprstr
impl Sync for Ioprstr
impl Unpin for Ioprstr
impl UnwindSafe for Ioprstr
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