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_syscfgrst(&mut self, val: bool)
pub fn set_syscfgrst(&mut self, val: bool)
SBS block reset Set and reset by software.
pub fn set_spi5rst(&mut self, val: bool)
pub fn set_spi5rst(&mut self, val: bool)
SPI5 block reset Set and reset by software.
pub const fn lpuart1rst(&self) -> bool
pub const fn lpuart1rst(&self) -> bool
LPUART1 block reset Set and reset by software.
pub fn set_lpuart1rst(&mut self, val: bool)
pub fn set_lpuart1rst(&mut self, val: bool)
LPUART1 block reset Set and reset by software.
pub fn set_i2c3rst(&mut self, val: bool)
pub fn set_i2c3rst(&mut self, val: bool)
I2C3 block reset Set and reset by software.
pub fn set_i2c4rst(&mut self, val: bool)
pub fn set_i2c4rst(&mut self, val: bool)
I2C4 block reset Set and reset by software.
pub fn set_lptim1rst(&mut self, val: bool)
pub fn set_lptim1rst(&mut self, val: bool)
LPTIM1 block reset Set and reset by software.
pub fn set_lptim3rst(&mut self, val: bool)
pub fn set_lptim3rst(&mut self, val: bool)
LPTIM3 block reset Set and reset by software.
pub fn set_lptim4rst(&mut self, val: bool)
pub fn set_lptim4rst(&mut self, val: bool)
LPTIM4 block reset Set and reset by software.
pub fn set_lptim5rst(&mut self, val: bool)
pub fn set_lptim5rst(&mut self, val: bool)
LPTIM5 block reset Set and reset by software.
pub fn set_lptim6rst(&mut self, val: bool)
pub fn set_lptim6rst(&mut self, val: bool)
LPTIM6 block reset Set and reset by software.
pub fn set_vrefrst(&mut self, val: bool)
pub fn set_vrefrst(&mut self, val: bool)
VREF block reset Set and reset by software.
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
)