pub struct ChannelSelectors8<T: Instance> {
pub ch0: Sel<T, Tcv0>,
pub ch1: Sel<T, Tcv1>,
pub ch2: Sel<T, Tcv2>,
pub ch3: Sel<T, Tcv3>,
pub ch4: Sel<T, Tcv4>,
pub ch5: Sel<T, Tcv5>,
pub ch6: Sel<T, Tcv6>,
pub ch7: Sel<T, Tcv7>,
}Expand description
The pin selectors handed to the crate::dfsdm::Dfsdm::configure_pins
closure. Declare each transceiver’s pins with crate::dfsdm::Sel::datin,
crate::dfsdm::Sel::datin_ckin or crate::dfsdm::Sel::none.
Fields§
§ch0: Sel<T, Tcv0>Pin selector for transceiver 0.
ch1: Sel<T, Tcv1>Pin selector for transceiver 1.
ch2: Sel<T, Tcv2>Pin selector for transceiver 2.
ch3: Sel<T, Tcv3>Pin selector for transceiver 3.
ch4: Sel<T, Tcv4>Pin selector for transceiver 4.
ch5: Sel<T, Tcv5>Pin selector for transceiver 5.
ch6: Sel<T, Tcv6>Pin selector for transceiver 6.
ch7: Sel<T, Tcv7>Pin selector for transceiver 7.
Auto Trait Implementations§
impl<T> Freeze for ChannelSelectors8<T>
impl<T> RefUnwindSafe for ChannelSelectors8<T>where
Sel<T, Tcv0>: RefUnwindSafe,
Sel<T, Tcv1>: RefUnwindSafe,
Sel<T, Tcv2>: RefUnwindSafe,
Sel<T, Tcv3>: RefUnwindSafe,
Sel<T, Tcv4>: RefUnwindSafe,
Sel<T, Tcv5>: RefUnwindSafe,
Sel<T, Tcv6>: RefUnwindSafe,
Sel<T, Tcv7>: RefUnwindSafe,
impl<T> Send for ChannelSelectors8<T>
impl<T> Sync for ChannelSelectors8<T>
impl<T> Unpin for ChannelSelectors8<T>
impl<T> UnsafeUnpin for ChannelSelectors8<T>where
Sel<T, Tcv0>: UnsafeUnpin,
Sel<T, Tcv1>: UnsafeUnpin,
Sel<T, Tcv2>: UnsafeUnpin,
Sel<T, Tcv3>: UnsafeUnpin,
Sel<T, Tcv4>: UnsafeUnpin,
Sel<T, Tcv5>: UnsafeUnpin,
Sel<T, Tcv6>: UnsafeUnpin,
Sel<T, Tcv7>: UnsafeUnpin,
impl<T> UnwindSafe for ChannelSelectors8<T>where
Sel<T, Tcv0>: UnwindSafe,
Sel<T, Tcv1>: UnwindSafe,
Sel<T, Tcv2>: UnwindSafe,
Sel<T, Tcv3>: UnwindSafe,
Sel<T, Tcv4>: UnwindSafe,
Sel<T, Tcv5>: UnwindSafe,
Sel<T, Tcv6>: UnwindSafe,
Sel<T, Tcv7>: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more