[][src]Struct atsams70q20b::scn_scb::actlr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Writes raw bits to the register

pub fn disfold(&mut self) -> _DISFOLDW[src]

Bit 2 - Disables folding of IT instructions

pub fn fpexcodis(&mut self) -> _FPEXCODISW[src]

Bit 10 - Disables FPU exception outputs

pub fn disramode(&mut self) -> _DISRAMODEW[src]

Bit 11 - Disables dynamic read allocate mode for Write-Back Write-Allocate memory regions

pub fn disitmatbflush(&mut self) -> _DISITMATBFLUSHW[src]

Bit 12 - Disables ITM and DWT ATB flush

pub fn disbtacread(&mut self) -> _DISBTACREADW[src]

Bit 13

pub fn disbtacalloc(&mut self) -> _DISBTACALLOCW[src]

Bit 14

pub fn discritaxirur(&mut self) -> _DISCRITAXIRURW[src]

Bit 15

pub fn disdi(&mut self) -> _DISDIW[src]

Bits 16:20

pub fn disissch1(&mut self) -> _DISISSCH1W[src]

Bits 21:25

pub fn disdynadd(&mut self) -> _DISDYNADDW[src]

Bit 26 - Disables dynamic allocation of ADD and SUB instructions

pub fn discritaxiruw(&mut self) -> _DISCRITAXIRUWW[src]

Bit 27 - Disable critical AXI read-under-write

pub fn disfpuissopt(&mut self) -> _DISFPUISSOPTW[src]

Bit 28 - Disables dynamic allocation of ADD and SUB instructions

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self