RegisterBlock

Struct RegisterBlock 

Source
pub struct RegisterBlock {
Show 16 fields pub ef_if_ctrl_0: EF_IF_CTRL_0, pub ef_if_cyc_0: EF_IF_CYC_0, pub ef_if_cyc_1: EF_IF_CYC_1, pub ef_if_0_manual: EF_IF_0_MANUAL, pub ef_if_0_status: EF_IF_0_STATUS, pub ef_if_cfg_0: EF_IF_CFG_0, pub ef_sw_cfg_0: EF_SW_CFG_0, pub ef_reserved: EF_RESERVED, pub ef_if_ana_trim_0: EF_IF_ANA_TRIM_0, pub ef_if_sw_usage_0: EF_IF_SW_USAGE_0, pub ef_crc_ctrl_0: EF_CRC_CTRL_0, pub ef_crc_ctrl_1: EF_CRC_CTRL_1, pub ef_crc_ctrl_2: EF_CRC_CTRL_2, pub ef_crc_ctrl_3: EF_CRC_CTRL_3, pub ef_crc_ctrl_4: EF_CRC_CTRL_4, pub ef_crc_ctrl_5: EF_CRC_CTRL_5, /* private fields */
}
Expand description

Register block

Fields§

§ef_if_ctrl_0: EF_IF_CTRL_0

0x00 - ef_if_ctrl_0.

§ef_if_cyc_0: EF_IF_CYC_0

0x04 - ef_if_cyc_0.

§ef_if_cyc_1: EF_IF_CYC_1

0x08 - ef_if_cyc_1.

§ef_if_0_manual: EF_IF_0_MANUAL

0x0c - ef_if_0_manual.

§ef_if_0_status: EF_IF_0_STATUS

0x10 - ef_if_0_status.

§ef_if_cfg_0: EF_IF_CFG_0

0x14 - ef_if_cfg_0.

§ef_sw_cfg_0: EF_SW_CFG_0

0x18 - ef_sw_cfg_0.

§ef_reserved: EF_RESERVED

0x1c - ef_reserved.

§ef_if_ana_trim_0: EF_IF_ANA_TRIM_0

0x20 - ef_if_ana_trim_0.

§ef_if_sw_usage_0: EF_IF_SW_USAGE_0

0x24 - ef_if_sw_usage_0.

§ef_crc_ctrl_0: EF_CRC_CTRL_0

0x200 - ef_crc_ctrl_0.

§ef_crc_ctrl_1: EF_CRC_CTRL_1

0x204 - ef_crc_ctrl_1.

§ef_crc_ctrl_2: EF_CRC_CTRL_2

0x208 - ef_crc_ctrl_2.

§ef_crc_ctrl_3: EF_CRC_CTRL_3

0x20c - ef_crc_ctrl_3.

§ef_crc_ctrl_4: EF_CRC_CTRL_4

0x210 - ef_crc_ctrl_4.

§ef_crc_ctrl_5: EF_CRC_CTRL_5

0x214 - ef_crc_ctrl_5.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.