Struct CirR

Source
#[repr(C)]
pub struct CirR { /* private fields */ }

Implementations§

Source§

impl CirR

Source

pub fn lsirdyf(&self) -> bool

Bit 0 - LSI Ready Interrupt flag

Source

pub fn lserdyf(&self) -> bool

Bit 1 - LSE Ready Interrupt flag

Source

pub fn hsirdyf(&self) -> bool

Bit 2 - HSI Ready Interrupt flag

Source

pub fn hserdyf(&self) -> bool

Bit 3 - HSE Ready Interrupt flag

Source

pub fn pllrdyf(&self) -> bool

Bit 4 - PLL Ready Interrupt flag

Source

pub fn cssf(&self) -> bool

Bit 7 - Clock Security System Interrupt flag

Source

pub fn lsirdyie(&self) -> bool

Bit 8 - LSI Ready Interrupt Enable

Source

pub fn lserdyie(&self) -> bool

Bit 9 - LSE Ready Interrupt Enable

Source

pub fn hsirdyie(&self) -> bool

Bit 10 - HSI Ready Interrupt Enable

Source

pub fn hserdyie(&self) -> bool

Bit 11 - HSE Ready Interrupt Enable

Source

pub fn pllrdyie(&self) -> bool

Bit 12 - PLL Ready Interrupt Enable

Trait Implementations§

Source§

impl Clone for CirR

Source§

fn clone(&self) -> CirR

Returns a duplicate of the value. Read more
1.0.0 · Source§

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

Performs copy-assignment from source. Read more
Source§

impl Copy for CirR

Auto Trait Implementations§

§

impl Freeze for CirR

§

impl RefUnwindSafe for CirR

§

impl Send for CirR

§

impl Sync for CirR

§

impl Unpin for CirR

§

impl UnwindSafe for CirR

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> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. 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>,

Source§

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>,

Source§

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.