Struct zinc_hal_lpc11xx::ioregs::SPI0_icr [] [src]

pub struct SPI0_icr {
    // some fields omitted
}

Register ICR: SSPICR Interrupt Clear Register

Methods

impl SPI0_icr

fn ignoring_state(&self) -> SPI0_icr_Update

Create new updater that ignores current value of the ICR register.

fn set_roric<'a>(&'a mut self, new_value: bool) -> SPI0_icr_Update<'a>

Set value of RORIC field.

fn set_rtic<'a>(&'a mut self, new_value: bool) -> SPI0_icr_Update<'a>

Set value of RTIC field.

Trait Implementations

impl Copy for SPI0_icr

Derived Implementations

impl Clone for SPI0_icr

fn clone(&self) -> SPI0_icr

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