Type Alias R

Source
pub type R = R<CtrlaSpec>;
Expand description

Register CTRLA reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn autows(&self) -> AutowsR

Bit 2 - Auto Wait State Enable

Source

pub fn suspen(&self) -> SuspenR

Bit 3 - Suspend Enable

Source

pub fn wmode(&self) -> WmodeR

Bits 4:5 - Write Mode

Source

pub fn prm(&self) -> PrmR

Bits 6:7 - Power Reduction Mode during Sleep

Source

pub fn rws(&self) -> RwsR

Bits 8:11 - NVM Read Wait States

Source

pub fn ahbns0(&self) -> Ahbns0R

Bit 12 - Force AHB0 access to NONSEQ, burst transfers are continuously rearbitrated

Source

pub fn ahbns1(&self) -> Ahbns1R

Bit 13 - Force AHB1 access to NONSEQ, burst transfers are continuously rearbitrated

Source

pub fn cachedis0(&self) -> Cachedis0R

Bit 14 - AHB0 Cache Disable

Source

pub fn cachedis1(&self) -> Cachedis1R

Bit 15 - AHB1 Cache Disable