[][src]Type Definition cc2538::aes::ctrl_version::R

type R = R<u32, CTRL_VERSION>;

Reader of register CTRL_VERSION

Methods

impl R[src]

pub fn reserved1(&self) -> RESERVED1_R[src]

Bits 28:31 - 31:28] Bit should be ignored

pub fn major_version(&self) -> MAJOR_VERSION_R[src]

Bits 24:27 - 27:24] Major version number

pub fn minor_version(&self) -> MINOR_VERSION_R[src]

Bits 20:23 - 23:20] Minor version number

pub fn patch_level(&self) -> PATCH_LEVEL_R[src]

Bits 16:19 - 19:16] Patch level Starts at 0 at first delivery of this version

pub fn eip_number_compl(&self) -> EIP_NUMBER_COMPL_R[src]

Bits 8:15 - 15:8] These bits simply contain the complement of bits [7:0] (0x87), used by a driver to ascertain that the EIP-120t register is indeed read.

pub fn eip_number(&self) -> EIP_NUMBER_R[src]

Bits 0:7 - 7:0] These bits encode the EIP number for the EIP-120t, this field contains the value 120 (decimal) or 0x78.