Struct volatile_register::RW [] [src]

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

Read-Write register

Methods

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

Uninterruptible if T is a word, halfword or byte

Uninterruptible if T is a word, halfword or byte

Perform a read-modify-write, using func to perform the modification.