[][src]Struct bl602_pac::ef_ctrl::ef_crc_ctrl_0::R

pub struct R(_);

Register ef_crc_ctrl_0 reader

Implementations

impl R[src]

pub fn ef_crc_slp_n(&self) -> EF_CRC_SLP_N_R[src]

Bits 16:31

pub fn ef_crc_lock(&self) -> EF_CRC_LOCK_R[src]

Bit 11

pub fn ef_crc_int_set(&self) -> EF_CRC_INT_SET_R[src]

Bit 10

pub fn ef_crc_int_clr(&self) -> EF_CRC_INT_CLR_R[src]

Bit 9

pub fn ef_crc_int(&self) -> EF_CRC_INT_R[src]

Bit 8

pub fn ef_crc_din_endian(&self) -> EF_CRC_DIN_ENDIAN_R[src]

Bit 7

pub fn ef_crc_dout_endian(&self) -> EF_CRC_DOUT_ENDIAN_R[src]

Bit 6

pub fn ef_crc_dout_inv_en(&self) -> EF_CRC_DOUT_INV_EN_R[src]

Bit 5

pub fn ef_crc_error(&self) -> EF_CRC_ERROR_R[src]

Bit 4

pub fn ef_crc_mode(&self) -> EF_CRC_MODE_R[src]

Bit 3

pub fn ef_crc_en(&self) -> EF_CRC_EN_R[src]

Bit 2

pub fn ef_crc_trig(&self) -> EF_CRC_TRIG_R[src]

Bit 1

pub fn ef_crc_busy(&self) -> EF_CRC_BUSY_R[src]

Bit 0

Methods from Deref<Target = R<EF_CRC_CTRL_0_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<EF_CRC_CTRL_0_SPEC>

The resulting type after dereferencing.

impl From<R<EF_CRC_CTRL_0_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.