Struct stm32_metapac::rcc::regs::Apb1secsr2
#[repr(transparent)]pub struct Apb1secsr2(pub u32);
Expand description
RCC APB1 security status register 2
Tuple Fields§
§0: u32
Implementations§
§impl Apb1secsr2
impl Apb1secsr2
pub const fn lpuart1secf(&self) -> bool
pub const fn lpuart1secf(&self) -> bool
LPUART1SECF
pub fn set_lpuart1secf(&mut self, val: bool)
pub fn set_lpuart1secf(&mut self, val: bool)
LPUART1SECF
pub fn set_i2c4secf(&mut self, val: bool)
pub fn set_i2c4secf(&mut self, val: bool)
I2C4SECF
pub const fn lptim2secf(&self) -> bool
pub const fn lptim2secf(&self) -> bool
LPTIM2SECF
pub fn set_lptim2secf(&mut self, val: bool)
pub fn set_lptim2secf(&mut self, val: bool)
LPTIM2SECF
pub const fn lptim3secf(&self) -> bool
pub const fn lptim3secf(&self) -> bool
LPTIM3SECF
pub fn set_lptim3secf(&mut self, val: bool)
pub fn set_lptim3secf(&mut self, val: bool)
LPTIM3SECF
pub const fn fdcan1secf(&self) -> bool
pub const fn fdcan1secf(&self) -> bool
FDCAN1SECF
pub fn set_fdcan1secf(&mut self, val: bool)
pub fn set_fdcan1secf(&mut self, val: bool)
FDCAN1SECF
pub fn set_usbsecf(&mut self, val: bool)
pub fn set_usbsecf(&mut self, val: bool)
USBSECF
pub fn set_ucpd1secf(&mut self, val: bool)
pub fn set_ucpd1secf(&mut self, val: bool)
UCPD1SECF
Trait Implementations§
§impl Clone for Apb1secsr2
impl Clone for Apb1secsr2
§fn clone(&self) -> Apb1secsr2
fn clone(&self) -> Apb1secsr2
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for Apb1secsr2
impl Default for Apb1secsr2
§fn default() -> Apb1secsr2
fn default() -> Apb1secsr2
Returns the “default value” for a type. Read more
§impl PartialEq for Apb1secsr2
impl PartialEq for Apb1secsr2
impl Copy for Apb1secsr2
impl Eq for Apb1secsr2
impl StructuralPartialEq for Apb1secsr2
Auto Trait Implementations§
impl Freeze for Apb1secsr2
impl RefUnwindSafe for Apb1secsr2
impl Send for Apb1secsr2
impl Sync for Apb1secsr2
impl Unpin for Apb1secsr2
impl UnwindSafe for Apb1secsr2
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
)