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

pub struct R(_);

Register ef_if_ctrl_0 reader

Implementations

impl R[src]

pub fn ef_if_prot_code_cyc(&self) -> EF_IF_PROT_CODE_CYC_R[src]

Bits 24:31

pub fn ef_if_0_int_set(&self) -> EF_IF_0_INT_SET_R[src]

Bit 22

pub fn ef_if_0_int_clr(&self) -> EF_IF_0_INT_CLR_R[src]

Bit 21

pub fn ef_if_0_int(&self) -> EF_IF_0_INT_R[src]

Bit 20

pub fn ef_if_cyc_modify_lock(&self) -> EF_IF_CYC_MODIFY_LOCK_R[src]

Bit 19

pub fn ef_if_auto_rd_en(&self) -> EF_IF_AUTO_RD_EN_R[src]

Bit 18

pub fn ef_clk_sahb_data_gate(&self) -> EF_CLK_SAHB_DATA_GATE_R[src]

Bit 17

pub fn ef_if_por_dig(&self) -> EF_IF_POR_DIG_R[src]

Bit 16

pub fn ef_if_prot_code_ctrl(&self) -> EF_IF_PROT_CODE_CTRL_R[src]

Bits 8:15

pub fn ef_clk_sahb_data_sel(&self) -> EF_CLK_SAHB_DATA_SEL_R[src]

Bit 7

pub fn ef_if_0_cyc_modify(&self) -> EF_IF_0_CYC_MODIFY_R[src]

Bit 6

pub fn ef_if_0_manual_en(&self) -> EF_IF_0_MANUAL_EN_R[src]

Bit 5

pub fn ef_if_0_trig(&self) -> EF_IF_0_TRIG_R[src]

Bit 4

pub fn ef_if_0_rw(&self) -> EF_IF_0_RW_R[src]

Bit 3

pub fn ef_if_0_busy(&self) -> EF_IF_0_BUSY_R[src]

Bit 2

pub fn ef_if_0_autoload_done(&self) -> EF_IF_0_AUTOLOAD_DONE_R[src]

Bit 1

pub fn ef_if_0_autoload_p1_done(&self) -> EF_IF_0_AUTOLOAD_P1_DONE_R[src]

Bit 0

Methods from Deref<Target = R<EF_IF_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_IF_CTRL_0_SPEC>

The resulting type after dereferencing.

impl From<R<EF_IF_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.