Struct kawaii::gpio::SyncPort [] [src]

pub struct SyncPort {
    pub port: Port,
    // some fields omitted
}

Fields

Methods

impl SyncPort
[src]

Constructs a new synchronised GPIO Port.

Parameter

  • number GPIO Port number of pin.
  • direction GPIO Port direction.

Read from GPIO SyncPort sysfs file

Write to GPIO SyncPort sysfs file

Trait Implementations

impl Debug for SyncPort
[src]

Formats the value using the given formatter.