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

pub struct PIO32 {
    // some fields omitted
}

PIO32

Methods

impl PIO32

fn new(port: u16) -> Self

Create a new PIO32 from a port

unsafe fn read(&self) -> u32

Read

unsafe fn write(&mut self, value: u32)

Write

Trait Implementations

Derived Implementations

impl Clone for PIO32

fn clone(&self) -> PIO32

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

impl Copy for PIO32