Embassy
stm32-metapac

Crates

git

Versions

stm32u5a5rj

Flavors

Struct stm32_metapac::adf::Adf

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

ADF.

Implementations§

§

impl Adf

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

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

pub const fn gcr(self) -> Reg<Gcr, RW>

ADF Global Control Register.

pub const fn ckgcr(self) -> Reg<Ckgcr, RW>

ADF clock generator control register.

pub const fn sitfcr(self) -> Reg<Sitfcr, RW>

ADF serial interface control register 0.

pub const fn bsmxcr(self) -> Reg<Bsmxcr, RW>

ADF bitstream matrix control register 0.

pub const fn dfltcr(self) -> Reg<Dfltcr, RW>

ADF digital filter control register 0.

pub const fn dfltcicr(self) -> Reg<Dfltcicr, RW>

ADF digital filer configuration register 0.

pub const fn dfltrsfr(self) -> Reg<Dfltrsfr, RW>

ADF reshape filter configuration register 0.

pub const fn dlycr(self) -> Reg<Dlycr, RW>

ADF delay control register 0.

pub const fn dfltier(self) -> Reg<Dfltier, RW>

ADF DFLT0 interrupt enable register.

pub const fn dfltisr(self) -> Reg<Dfltisr, RW>

ADF DFLT0 interrupt status register 0.

pub const fn sadcr(self) -> Reg<Sadcr, RW>

ADF SAD control register.

pub const fn sadcfgr(self) -> Reg<Sadcfgr, RW>

ADF SAD configuration register.

pub const fn sadsdlvr(self) -> Reg<Sadsdlvr, R>

ADF SAD sound level register.

pub const fn sadanlvr(self) -> Reg<Sadanlvr, R>

ADF SAD ambient noise level register.

pub const fn dfltdr(self) -> Reg<Dfltdr, R>

ADF digital filter data register 0.

Trait Implementations§

§

impl Clone for Adf

§

fn clone(&self) -> Adf

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 PartialEq for Adf

§

fn eq(&self, other: &Adf) -> 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 Adf

§

impl Eq for Adf

§

impl Send for Adf

§

impl StructuralEq for Adf

§

impl StructuralPartialEq for Adf

§

impl Sync for Adf

Auto Trait Implementations§

§

impl RefUnwindSafe for Adf

§

impl Unpin for Adf

§

impl UnwindSafe for Adf

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.