Struct stm32_metapac::rcc::regs::Apb5rstr
#[repr(transparent)]pub struct Apb5rstr(pub u32);
Expand description
RCC APB5 peripheral reset register.
Tuple Fields§
§0: u32
Implementations§
§impl Apb5rstr
impl Apb5rstr
pub fn set_ltdcrst(&mut self, val: bool)
pub fn set_ltdcrst(&mut self, val: bool)
LTDC block reset Set and reset by software.
pub fn set_dcmipprst(&mut self, val: bool)
pub fn set_dcmipprst(&mut self, val: bool)
DCMIPP block reset Set and reset by software.
pub fn set_gfxtimrst(&mut self, val: bool)
pub fn set_gfxtimrst(&mut self, val: bool)
GFXTIM block reset Set and reset by software.
Trait Implementations§
impl Copy for Apb5rstr
impl Eq for Apb5rstr
impl StructuralPartialEq for Apb5rstr
Auto Trait Implementations§
impl Freeze for Apb5rstr
impl RefUnwindSafe for Apb5rstr
impl Send for Apb5rstr
impl Sync for Apb5rstr
impl Unpin for Apb5rstr
impl UnwindSafe for Apb5rstr
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
)