stm32-metapac

Crates

git

Versions

stm32f767vg

Flavors

Skip to main content

Flt

Struct Flt 

pub struct Flt { /* private fields */ }
Expand description

Cluster FLT%s, containing FLT?CR1, FLT?CR2, FLT?ISR, FLT?ICR, FLT?JCHGR, FLT?FCR, FLT?JDATAR, FLT?RDATAR, FLT?AWHTR, FLT?AWLTR, FLT?AWSR, FLT?AWCFR, FLT?EXMAX, FLT?EXMIN, FLT?CNVTIMR.

Implementations§

§

impl Flt

pub const unsafe fn from_ptr(ptr: *mut ()) -> Self

pub const fn as_ptr(&self) -> *mut ()

pub const fn cr1(self) -> Reg<Cr1, RW>

pub const fn cr2(self) -> Reg<Cr2, RW>

pub const fn isr(self) -> Reg<Isr, RW>

pub const fn icr(self) -> Reg<Icr, RW>

pub const fn jchgr(self) -> Reg<Jchgr, RW>

pub const fn fcr(self) -> Reg<Fcr, RW>

pub const fn jdatar(self) -> Reg<Jdatar, RW>

pub const fn rdatar(self) -> Reg<Rdatar, RW>

pub const fn awhtr(self) -> Reg<Awhtr, RW>

pub const fn awltr(self) -> Reg<Awltr, RW>

pub const fn awsr(self) -> Reg<Awsr, RW>

pub const fn awcfr(self) -> Reg<Awcfr, RW>

pub const fn exmax(self) -> Reg<Exmax, RW>

pub const fn exmin(self) -> Reg<Exmin, RW>

pub const fn cnvtimr(self) -> Reg<Cnvtimr, RW>

Trait Implementations§

§

impl Clone for Flt

§

fn clone(&self) -> Flt

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

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

Performs copy-assignment from source. Read more
§

impl Copy for Flt

§

impl Eq for Flt

§

impl PartialEq for Flt

§

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

Equality operator ==. Read more
1.0.0 (const: unstable) · Source§

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

Inequality operator !=. Read more
§

impl Send for Flt

§

impl StructuralPartialEq for Flt

§

impl Sync for Flt

Auto Trait Implementations§

§

impl Freeze for Flt

§

impl RefUnwindSafe for Flt

§

impl Unpin for Flt

§

impl UnsafeUnpin for Flt

§

impl UnwindSafe for Flt

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 = !

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.