Struct kernel::drivers::pio::PIO16 [] [src]

pub struct PIO16 {
    // some fields omitted
}
[]

PIO16

Methods

impl PIO16

fn new(port: u16) -> Self[]

Create a new PIO16 from a given port

unsafe fn read(&self) -> u16[]

Read

unsafe fn write(&mut self, value: u16)[]

Write

Trait Implementations

Derived Implementations

impl Clone for PIO16

fn clone(&self) -> PIO16

fn clone_from(&mut self, source: &Self)

impl Copy for PIO16