Struct Apb1secsr1
#[repr(transparent)]pub struct Apb1secsr1(pub u32);Expand description
RCC APB1 security status register 1
Tuple Fields§
§0: u32Implementations§
§impl Apb1secsr1
impl Apb1secsr1
pub const fn set_tim2secf(&mut self, val: bool)
pub const fn set_tim2secf(&mut self, val: bool)
TIM2SECF
pub const fn set_tim3secf(&mut self, val: bool)
pub const fn set_tim3secf(&mut self, val: bool)
TIM3SECF
pub const fn set_tim4secf(&mut self, val: bool)
pub const fn set_tim4secf(&mut self, val: bool)
TIM4SECF
pub const fn set_tim5secf(&mut self, val: bool)
pub const fn set_tim5secf(&mut self, val: bool)
TIM5SECF
pub const fn set_tim6secf(&mut self, val: bool)
pub const fn set_tim6secf(&mut self, val: bool)
TIM6SECF
pub const fn set_tim7secf(&mut self, val: bool)
pub const fn set_tim7secf(&mut self, val: bool)
TIM7SECF
pub const fn rtcapbsecf(&self) -> bool
pub const fn rtcapbsecf(&self) -> bool
RTCAPBSECF
pub const fn set_rtcapbsecf(&mut self, val: bool)
pub const fn set_rtcapbsecf(&mut self, val: bool)
RTCAPBSECF
pub const fn set_wwdgsecf(&mut self, val: bool)
pub const fn set_wwdgsecf(&mut self, val: bool)
WWDGSECF
pub const fn set_spi2secf(&mut self, val: bool)
pub const fn set_spi2secf(&mut self, val: bool)
SPI2SECF
pub const fn set_spi3secf(&mut self, val: bool)
pub const fn set_spi3secf(&mut self, val: bool)
SPI3SECF
pub const fn set_uart2secf(&mut self, val: bool)
pub const fn set_uart2secf(&mut self, val: bool)
UART2SECF
pub const fn set_uart3secf(&mut self, val: bool)
pub const fn set_uart3secf(&mut self, val: bool)
UART3SECF
pub const fn set_uart4secf(&mut self, val: bool)
pub const fn set_uart4secf(&mut self, val: bool)
UART4SECF
pub const fn set_uart5secf(&mut self, val: bool)
pub const fn set_uart5secf(&mut self, val: bool)
UART5SECF
pub const fn set_i2c1secf(&mut self, val: bool)
pub const fn set_i2c1secf(&mut self, val: bool)
I2C1SECF
pub const fn set_i2c2secf(&mut self, val: bool)
pub const fn set_i2c2secf(&mut self, val: bool)
I2C2SECF
pub const fn set_i2c3secf(&mut self, val: bool)
pub const fn set_i2c3secf(&mut self, val: bool)
I2C3SECF
pub const fn set_crssecf(&mut self, val: bool)
pub const fn set_crssecf(&mut self, val: bool)
CRSSECF
pub const fn set_pwrsecf(&mut self, val: bool)
pub const fn set_pwrsecf(&mut self, val: bool)
PWRSECF
pub const fn set_dacsecf(&mut self, val: bool)
pub const fn set_dacsecf(&mut self, val: bool)
DACSECF
pub const fn set_opampsecf(&mut self, val: bool)
pub const fn set_opampsecf(&mut self, val: bool)
OPAMPSECF
pub const fn lptim1secf(&self) -> bool
pub const fn lptim1secf(&self) -> bool
LPTIM1SECF
pub const fn set_lptim1secf(&mut self, val: bool)
pub const fn set_lptim1secf(&mut self, val: bool)
LPTIM1SECF
Trait Implementations§
§impl Clone for Apb1secsr1
impl Clone for Apb1secsr1
§fn clone(&self) -> Apb1secsr1
fn clone(&self) -> Apb1secsr1
Returns a duplicate 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 Debug for Apb1secsr1
impl Debug for Apb1secsr1
§impl Default for Apb1secsr1
impl Default for Apb1secsr1
§fn default() -> Apb1secsr1
fn default() -> Apb1secsr1
Returns the “default value” for a type. Read more
§impl PartialEq for Apb1secsr1
impl PartialEq for Apb1secsr1
impl Copy for Apb1secsr1
impl Eq for Apb1secsr1
impl StructuralPartialEq for Apb1secsr1
Auto Trait Implementations§
impl Freeze for Apb1secsr1
impl RefUnwindSafe for Apb1secsr1
impl Send for Apb1secsr1
impl Sync for Apb1secsr1
impl Unpin for Apb1secsr1
impl UnwindSafe for Apb1secsr1
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