Struct syscall::io::Pio [] [src]

pub struct Pio<T> { /* fields omitted */ }

Generic PIO

Methods

impl<T> Pio<T>
[src]

[src]

Create a PIO from a given port

Trait Implementations

impl<T: Copy> Copy for Pio<T>
[src]

impl<T: Clone> Clone for Pio<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Io for Pio<u8>
[src]

Read/Write for byte PIO

[src]

Read

[src]

Write

[src]

[src]

impl Io for Pio<u16>
[src]

Read/Write for word PIO

[src]

Read

[src]

Write

[src]

[src]

impl Io for Pio<u32>
[src]

Read/Write for doubleword PIO

[src]

Read

[src]

Write

[src]

[src]