[][src]Type Definition ambiq_apollo1_pac::mcuctrl::chip_info::R

type R = R<u32, CHIP_INFO>;

Reader of register CHIP_INFO

Methods

impl R[src]

pub fn class(&self) -> CLASS_R[src]

Bits 24:31 - Device class.

pub fn flash(&self) -> FLASH_R[src]

Bits 20:23 - Device flash size.

pub fn ram(&self) -> RAM_R[src]

Bits 16:19 - Device RAM size.

pub fn majorrev(&self) -> MAJORREV_R[src]

Bits 12:15 - Major device revision number.

pub fn minorrev(&self) -> MINORREV_R[src]

Bits 8:11 - Minor device revision number.

pub fn pkg(&self) -> PKG_R[src]

Bits 6:7 - Device package type.

pub fn pins(&self) -> PINS_R[src]

Bits 3:5 - Number of pins.

pub fn temp(&self) -> TEMP_R[src]

Bits 1:2 - Device temperature range.

pub fn qual(&self) -> QUAL_R[src]

Bit 0 - Device qualified.