embassy-stm32

Crates

git

Versions

stm32h747ig-cm7

Flavors

Skip to main content

DfsdmSplit2Ch1Flt

Struct DfsdmSplit2Ch1Flt 

Source
pub struct DfsdmSplit2Ch1Flt<T, C, S0, S1>
where T: Instance + Flt1Ready, C: ClockOutputMode, S0: PinSet, S1: PinSet,
{ pub detectors: DetectorsBuilder<T>, pub ch0: TransceiverBuilder<T, Tcv0, C, S0, S1>, pub ch1: TransceiverBuilder<T, Tcv1, C, S1, S0>, pub flt0: FilterBuilder<T, Flt0>, }
Expand description

Fields§

§detectors: DetectorsBuilder<T>§ch0: TransceiverBuilder<T, Tcv0, C, S0, S1>§ch1: TransceiverBuilder<T, Tcv1, C, S1, S0>§flt0: FilterBuilder<T, Flt0>

Builder for crate::dfsdm::Filter 0.

Auto Trait Implementations§

§

impl<T, C, S0, S1> Freeze for DfsdmSplit2Ch1Flt<T, C, S0, S1>

§

impl<T, C, S0, S1> RefUnwindSafe for DfsdmSplit2Ch1Flt<T, C, S0, S1>

§

impl<T, C, S0, S1> Send for DfsdmSplit2Ch1Flt<T, C, S0, S1>

§

impl<T, C, S0, S1> Sync for DfsdmSplit2Ch1Flt<T, C, S0, S1>

§

impl<T, C, S0, S1> Unpin for DfsdmSplit2Ch1Flt<T, C, S0, S1>

§

impl<T, C, S0, S1> UnsafeUnpin for DfsdmSplit2Ch1Flt<T, C, S0, S1>

§

impl<T, C, S0, S1> UnwindSafe for DfsdmSplit2Ch1Flt<T, C, S0, S1>

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.