embassy-stm32

Crates

git

Versions

stm32h7b0zb

Flavors

Skip to main content

DfsdmSplit4Ch4Flt

Struct DfsdmSplit4Ch4Flt 

Source
pub struct DfsdmSplit4Ch4Flt<T, C, S0, S1, S2, S3>
where T: Instance + Flt4Ready, C: ClockOutputMode, S0: PinSet, S1: PinSet, S2: PinSet, S3: PinSet,
{ pub detectors: DetectorsBuilder<T>, pub ch0: TransceiverBuilder<T, Tcv0, C, S0, S1>, pub ch1: TransceiverBuilder<T, Tcv1, C, S1, S2>, pub ch2: TransceiverBuilder<T, Tcv2, C, S2, S3>, pub ch3: TransceiverBuilder<T, Tcv3, C, S3, S0>, pub flt0: FilterBuilder<T, Flt0>, pub flt1: FilterBuilder<T, Flt1>, pub flt2: FilterBuilder<T, Flt2>, pub flt3: FilterBuilder<T, Flt3>, }
Expand description

Fields§

§detectors: DetectorsBuilder<T>§ch0: TransceiverBuilder<T, Tcv0, C, S0, S1>§ch1: TransceiverBuilder<T, Tcv1, C, S1, S2>§ch2: TransceiverBuilder<T, Tcv2, C, S2, S3>§ch3: TransceiverBuilder<T, Tcv3, C, S3, S0>§flt0: FilterBuilder<T, Flt0>

Builder for crate::dfsdm::Filter 0.

§flt1: FilterBuilder<T, Flt1>

Builder for crate::dfsdm::Filter 1.

§flt2: FilterBuilder<T, Flt2>

Builder for crate::dfsdm::Filter 2.

§flt3: FilterBuilder<T, Flt3>

Builder for crate::dfsdm::Filter 3.

Auto Trait Implementations§

§

impl<T, C, S0, S1, S2, S3> Freeze for DfsdmSplit4Ch4Flt<T, C, S0, S1, S2, S3>

§

impl<T, C, S0, S1, S2, S3> RefUnwindSafe for DfsdmSplit4Ch4Flt<T, C, S0, S1, S2, S3>

§

impl<T, C, S0, S1, S2, S3> Send for DfsdmSplit4Ch4Flt<T, C, S0, S1, S2, S3>

§

impl<T, C, S0, S1, S2, S3> Sync for DfsdmSplit4Ch4Flt<T, C, S0, S1, S2, S3>

§

impl<T, C, S0, S1, S2, S3> Unpin for DfsdmSplit4Ch4Flt<T, C, S0, S1, S2, S3>

§

impl<T, C, S0, S1, S2, S3> UnsafeUnpin for DfsdmSplit4Ch4Flt<T, C, S0, S1, S2, S3>

§

impl<T, C, S0, S1, S2, S3> UnwindSafe for DfsdmSplit4Ch4Flt<T, C, S0, S1, S2, S3>

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

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.