Type Alias atsamd51p::system_control::actlr::W

source ·
pub type W = W<ACTLR_SPEC>;
Expand description

Register ACTLR writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn dismcycint(&mut self) -> DISMCYCINT_W<'_, ACTLR_SPEC, 0>

Bit 0 - Disable interruption of LDM/STM instructions

source

pub fn disdefwbuf(&mut self) -> DISDEFWBUF_W<'_, ACTLR_SPEC, 1>

Bit 1 - Disable wruite buffer use during default memory map accesses

source

pub fn disfold(&mut self) -> DISFOLD_W<'_, ACTLR_SPEC, 2>

Bit 2 - Disable IT folding

source

pub fn disfpca(&mut self) -> DISFPCA_W<'_, ACTLR_SPEC, 8>

Bit 8 - Disable automatic update of CONTROL.FPCA

source

pub fn disoofp(&mut self) -> DISOOFP_W<'_, ACTLR_SPEC, 9>

Bit 9 - Disable out-of-order FP instructions

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

§Safety

Passing incorrect value can cause undefined behaviour. See reference manual