[][src]Struct sam3x8e::chipid::cidr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn version(&self) -> VERSIONR[src]

Bits 0:4 - Version of the Device

pub fn eproc(&self) -> EPROCR[src]

Bits 5:7 - Embedded Processor

pub fn nvpsiz(&self) -> NVPSIZR[src]

Bits 8:11 - Nonvolatile Program Memory Size

pub fn nvpsiz2(&self) -> NVPSIZ2R[src]

Bits 12:15 - Second Nonvolatile Program Memory Size

pub fn sramsiz(&self) -> SRAMSIZR[src]

Bits 16:19 - Internal SRAM Size

pub fn arch(&self) -> ARCHR[src]

Bits 20:27 - Architecture Identifier

pub fn nvptyp(&self) -> NVPTYPR[src]

Bits 28:30 - Nonvolatile Program Memory Type

pub fn ext(&self) -> EXTR[src]

Bit 31 - Extension Flag

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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