Struct stm32_metapac::rcc::regs::Apb3rstr
#[repr(transparent)]pub struct Apb3rstr(pub u32);
Expand description
RCC APB3 Peripheral Reset Register
Tuple Fields§
§0: u32
Implementations§
§impl Apb3rstr
impl Apb3rstr
pub fn set_ltdcrst(&mut self, val: bool)
pub fn set_ltdcrst(&mut self, val: bool)
LTDC block reset
pub fn set_dsirst(&mut self, val: bool)
pub fn set_dsirst(&mut self, val: bool)
DSI block reset
Trait Implementations§
impl Copy for Apb3rstr
impl Eq for Apb3rstr
impl StructuralPartialEq for Apb3rstr
Auto Trait Implementations§
impl Freeze for Apb3rstr
impl RefUnwindSafe for Apb3rstr
impl Send for Apb3rstr
impl Sync for Apb3rstr
impl Unpin for Apb3rstr
impl UnwindSafe for Apb3rstr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)