Struct display_interface_parallel_gpio::Generic8BitBus [−][src]
pub struct Generic8BitBus<P0, P1, P2, P3, P4, P5, P6, P7> { /* fields omitted */ }
Implementations
impl<P0, P1, P2, P3, P4, P5, P6, P7> Generic8BitBus<P0, P1, P2, P3, P4, P5, P6, P7> where
P0: OutputPin,
P1: OutputPin,
P2: OutputPin,
P3: OutputPin,
P4: OutputPin,
P5: OutputPin,
P6: OutputPin,
P7: OutputPin,
[src]
impl<P0, P1, P2, P3, P4, P5, P6, P7> Generic8BitBus<P0, P1, P2, P3, P4, P5, P6, P7> where
P0: OutputPin,
P1: OutputPin,
P2: OutputPin,
P3: OutputPin,
P4: OutputPin,
P5: OutputPin,
P6: OutputPin,
P7: OutputPin,
[src]pub fn new(pins: (P0, P1, P2, P3, P4, P5, P6, P7)) -> Result<Self, DisplayError>
[src]
pub fn new(pins: (P0, P1, P2, P3, P4, P5, P6, P7)) -> Result<Self, DisplayError>
[src]Creates a new instance and initializes the bus to 0
.
The first pin in the tuple is the least significant bit.
Trait Implementations
impl<P0, P1, P2, P3, P4, P5, P6, P7> OutputBus for Generic8BitBus<P0, P1, P2, P3, P4, P5, P6, P7> where
P0: OutputPin,
P1: OutputPin,
P2: OutputPin,
P3: OutputPin,
P4: OutputPin,
P5: OutputPin,
P6: OutputPin,
P7: OutputPin,
[src]
impl<P0, P1, P2, P3, P4, P5, P6, P7> OutputBus for Generic8BitBus<P0, P1, P2, P3, P4, P5, P6, P7> where
P0: OutputPin,
P1: OutputPin,
P2: OutputPin,
P3: OutputPin,
P4: OutputPin,
P5: OutputPin,
P6: OutputPin,
P7: OutputPin,
[src]Auto Trait Implementations
impl<P0, P1, P2, P3, P4, P5, P6, P7> Send for Generic8BitBus<P0, P1, P2, P3, P4, P5, P6, P7> where
P0: Send,
P1: Send,
P2: Send,
P3: Send,
P4: Send,
P5: Send,
P6: Send,
P7: Send,
P0: Send,
P1: Send,
P2: Send,
P3: Send,
P4: Send,
P5: Send,
P6: Send,
P7: Send,
impl<P0, P1, P2, P3, P4, P5, P6, P7> Sync for Generic8BitBus<P0, P1, P2, P3, P4, P5, P6, P7> where
P0: Sync,
P1: Sync,
P2: Sync,
P3: Sync,
P4: Sync,
P5: Sync,
P6: Sync,
P7: Sync,
P0: Sync,
P1: Sync,
P2: Sync,
P3: Sync,
P4: Sync,
P5: Sync,
P6: Sync,
P7: Sync,
impl<P0, P1, P2, P3, P4, P5, P6, P7> Unpin for Generic8BitBus<P0, P1, P2, P3, P4, P5, P6, P7> where
P0: Unpin,
P1: Unpin,
P2: Unpin,
P3: Unpin,
P4: Unpin,
P5: Unpin,
P6: Unpin,
P7: Unpin,
P0: Unpin,
P1: Unpin,
P2: Unpin,
P3: Unpin,
P4: Unpin,
P5: Unpin,
P6: Unpin,
P7: Unpin,