Embassy
stm32-metapac

Crates

git

Versions

stm32l552ze

Flavors

#[repr(transparent)]
pub struct Apb1secsr1(pub u32);
Expand description

RCC APB1 security status register 1

Tuple Fields§

§0: u32

Implementations§

§

impl Apb1secsr1

pub const fn tim2secf(&self) -> bool

TIM2SECF

pub fn set_tim2secf(&mut self, val: bool)

TIM2SECF

pub const fn tim3secf(&self) -> bool

TIM3SECF

pub fn set_tim3secf(&mut self, val: bool)

TIM3SECF

pub const fn tim4secf(&self) -> bool

TIM4SECF

pub fn set_tim4secf(&mut self, val: bool)

TIM4SECF

pub const fn tim5secf(&self) -> bool

TIM5SECF

pub fn set_tim5secf(&mut self, val: bool)

TIM5SECF

pub const fn tim6secf(&self) -> bool

TIM6SECF

pub fn set_tim6secf(&mut self, val: bool)

TIM6SECF

pub const fn tim7secf(&self) -> bool

TIM7SECF

pub fn set_tim7secf(&mut self, val: bool)

TIM7SECF

pub const fn rtcapbsecf(&self) -> bool

RTCAPBSECF

pub fn set_rtcapbsecf(&mut self, val: bool)

RTCAPBSECF

pub const fn wwdgsecf(&self) -> bool

WWDGSECF

pub fn set_wwdgsecf(&mut self, val: bool)

WWDGSECF

pub const fn spi2secf(&self) -> bool

SPI2SECF

pub fn set_spi2secf(&mut self, val: bool)

SPI2SECF

pub const fn spi3secf(&self) -> bool

SPI3SECF

pub fn set_spi3secf(&mut self, val: bool)

SPI3SECF

pub const fn uart2secf(&self) -> bool

UART2SECF

pub fn set_uart2secf(&mut self, val: bool)

UART2SECF

pub const fn uart3secf(&self) -> bool

UART3SECF

pub fn set_uart3secf(&mut self, val: bool)

UART3SECF

pub const fn uart4secf(&self) -> bool

UART4SECF

pub fn set_uart4secf(&mut self, val: bool)

UART4SECF

pub const fn uart5secf(&self) -> bool

UART5SECF

pub fn set_uart5secf(&mut self, val: bool)

UART5SECF

pub const fn i2c1secf(&self) -> bool

I2C1SECF

pub fn set_i2c1secf(&mut self, val: bool)

I2C1SECF

pub const fn i2c2secf(&self) -> bool

I2C2SECF

pub fn set_i2c2secf(&mut self, val: bool)

I2C2SECF

pub const fn i2c3secf(&self) -> bool

I2C3SECF

pub fn set_i2c3secf(&mut self, val: bool)

I2C3SECF

pub const fn crssecf(&self) -> bool

CRSSECF

pub fn set_crssecf(&mut self, val: bool)

CRSSECF

pub const fn pwrsecf(&self) -> bool

PWRSECF

pub fn set_pwrsecf(&mut self, val: bool)

PWRSECF

pub const fn dacsecf(&self) -> bool

DACSECF

pub fn set_dacsecf(&mut self, val: bool)

DACSECF

pub const fn opampsecf(&self) -> bool

OPAMPSECF

pub fn set_opampsecf(&mut self, val: bool)

OPAMPSECF

pub const fn lptim1secf(&self) -> bool

LPTIM1SECF

pub fn set_lptim1secf(&mut self, val: bool)

LPTIM1SECF

Trait Implementations§

§

impl Clone for Apb1secsr1

§

fn clone(&self) -> Apb1secsr1

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for Apb1secsr1

§

fn default() -> Apb1secsr1

Returns the “default value” for a type. Read more
§

impl PartialEq for Apb1secsr1

§

fn eq(&self, other: &Apb1secsr1) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Copy for Apb1secsr1

§

impl Eq for Apb1secsr1

§

impl StructuralEq for Apb1secsr1

§

impl StructuralPartialEq for Apb1secsr1

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.