R

Type Alias R 

pub type R = R<ActlrSpec>;
Expand description

Register ACTLR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

§

impl R

pub fn dismcycint(&self) -> DismcycintR

Bit 0 - Disables interruption of multi-cycle instructions.

pub fn disdefwbuf(&self) -> DisdefwbufR

Bit 1 - Disables write buffer use during default memory map accesses.

pub fn disfold(&self) -> DisfoldR

Bit 2 - Disables folding of IT instructions.

pub fn disfpca(&self) -> DisfpcaR

Bit 8 - SBZP / Disables automatic update of CONTROL.FPCA.

pub fn disoofp(&self) -> DisoofpR

Bit 9 - Disables floating point instructions completing out of order with respect to integer instructions.