[−][src]Struct bl602_pac::ef_ctrl::ef_if_ctrl_0::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>>
Trait Implementations
impl Deref for R
[src]
type Target = R<EF_IF_CTRL_0_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<EF_IF_CTRL_0_SPEC>> for R
[src]
fn from(reader: R<EF_IF_CTRL_0_SPEC>) -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,