Struct volatile_register::WO [] [src]

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

Write-Only register

Methods

impl<T> WO<T> where T: Copy
[src]

Uninterruptible if T is a word, halfword or byte

Trait Implementations

impl<T> Sync for WO<T> where T: Sync
[src]