pub struct RxPinConfigIncludingValidPin<P>where
    P: ContainsValidSignalPin + RxPins + ConfigurePins,{ /* private fields */ }Expand description
Pin configuration where the pin for the valid signal is the MSB pin.
Implementations§
Source§impl<P> RxPinConfigIncludingValidPin<P>where
    P: ContainsValidSignalPin + RxPins + ConfigurePins,
 
impl<P> RxPinConfigIncludingValidPin<P>where
    P: ContainsValidSignalPin + RxPins + ConfigurePins,
Sourcepub fn new(rx_pins: P, enable_mode: EnableMode) -> Self
 
pub fn new(rx_pins: P, enable_mode: EnableMode) -> Self
Create a new RxPinConfigIncludingValidPin