pub struct R(_);
Expand description
Register INT_ENA
reader
Implementations§
§impl R
impl R
pub fn timer0_stop_int_ena(&self) -> BitReaderRaw<bool>
pub fn timer0_stop_int_ena(&self) -> BitReaderRaw<bool>
Bit 0
pub fn timer1_stop_int_ena(&self) -> BitReaderRaw<bool>
pub fn timer1_stop_int_ena(&self) -> BitReaderRaw<bool>
Bit 1
pub fn timer2_stop_int_ena(&self) -> BitReaderRaw<bool>
pub fn timer2_stop_int_ena(&self) -> BitReaderRaw<bool>
Bit 2
pub fn timer0_tez_int_ena(&self) -> BitReaderRaw<bool>
pub fn timer0_tez_int_ena(&self) -> BitReaderRaw<bool>
Bit 3
pub fn timer1_tez_int_ena(&self) -> BitReaderRaw<bool>
pub fn timer1_tez_int_ena(&self) -> BitReaderRaw<bool>
Bit 4
pub fn timer2_tez_int_ena(&self) -> BitReaderRaw<bool>
pub fn timer2_tez_int_ena(&self) -> BitReaderRaw<bool>
Bit 5
pub fn timer0_tep_int_ena(&self) -> BitReaderRaw<bool>
pub fn timer0_tep_int_ena(&self) -> BitReaderRaw<bool>
Bit 6
pub fn timer1_tep_int_ena(&self) -> BitReaderRaw<bool>
pub fn timer1_tep_int_ena(&self) -> BitReaderRaw<bool>
Bit 7
pub fn timer2_tep_int_ena(&self) -> BitReaderRaw<bool>
pub fn timer2_tep_int_ena(&self) -> BitReaderRaw<bool>
Bit 8
pub fn fault0_int_ena(&self) -> BitReaderRaw<bool>
pub fn fault0_int_ena(&self) -> BitReaderRaw<bool>
Bit 9
pub fn fault1_int_ena(&self) -> BitReaderRaw<bool>
pub fn fault1_int_ena(&self) -> BitReaderRaw<bool>
Bit 10
pub fn fault2_int_ena(&self) -> BitReaderRaw<bool>
pub fn fault2_int_ena(&self) -> BitReaderRaw<bool>
Bit 11
pub fn fault0_clr_int_ena(&self) -> BitReaderRaw<bool>
pub fn fault0_clr_int_ena(&self) -> BitReaderRaw<bool>
Bit 12
pub fn fault1_clr_int_ena(&self) -> BitReaderRaw<bool>
pub fn fault1_clr_int_ena(&self) -> BitReaderRaw<bool>
Bit 13
pub fn fault2_clr_int_ena(&self) -> BitReaderRaw<bool>
pub fn fault2_clr_int_ena(&self) -> BitReaderRaw<bool>
Bit 14
pub fn op0_tea_int_ena(&self) -> BitReaderRaw<bool>
pub fn op0_tea_int_ena(&self) -> BitReaderRaw<bool>
Bit 15
pub fn op1_tea_int_ena(&self) -> BitReaderRaw<bool>
pub fn op1_tea_int_ena(&self) -> BitReaderRaw<bool>
Bit 16
pub fn op2_tea_int_ena(&self) -> BitReaderRaw<bool>
pub fn op2_tea_int_ena(&self) -> BitReaderRaw<bool>
Bit 17
pub fn op0_teb_int_ena(&self) -> BitReaderRaw<bool>
pub fn op0_teb_int_ena(&self) -> BitReaderRaw<bool>
Bit 18
pub fn op1_teb_int_ena(&self) -> BitReaderRaw<bool>
pub fn op1_teb_int_ena(&self) -> BitReaderRaw<bool>
Bit 19
pub fn op2_teb_int_ena(&self) -> BitReaderRaw<bool>
pub fn op2_teb_int_ena(&self) -> BitReaderRaw<bool>
Bit 20
pub fn fh0_cbc_int_ena(&self) -> BitReaderRaw<bool>
pub fn fh0_cbc_int_ena(&self) -> BitReaderRaw<bool>
Bit 21
pub fn fh1_cbc_int_ena(&self) -> BitReaderRaw<bool>
pub fn fh1_cbc_int_ena(&self) -> BitReaderRaw<bool>
Bit 22
pub fn fh2_cbc_int_ena(&self) -> BitReaderRaw<bool>
pub fn fh2_cbc_int_ena(&self) -> BitReaderRaw<bool>
Bit 23
pub fn fh0_ost_int_ena(&self) -> BitReaderRaw<bool>
pub fn fh0_ost_int_ena(&self) -> BitReaderRaw<bool>
Bit 24
pub fn fh1_ost_int_ena(&self) -> BitReaderRaw<bool>
pub fn fh1_ost_int_ena(&self) -> BitReaderRaw<bool>
Bit 25
pub fn fh2_ost_int_ena(&self) -> BitReaderRaw<bool>
pub fn fh2_ost_int_ena(&self) -> BitReaderRaw<bool>
Bit 26
pub fn cap0_int_ena(&self) -> BitReaderRaw<bool>
pub fn cap0_int_ena(&self) -> BitReaderRaw<bool>
Bit 27
pub fn cap1_int_ena(&self) -> BitReaderRaw<bool>
pub fn cap1_int_ena(&self) -> BitReaderRaw<bool>
Bit 28
pub fn cap2_int_ena(&self) -> BitReaderRaw<bool>
pub fn cap2_int_ena(&self) -> BitReaderRaw<bool>
Bit 29
Methods from Deref<Target = R<INT_ENA_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<INT_ENA_SPEC>> for R
impl From<R<INT_ENA_SPEC>> for R
§fn from(reader: R<INT_ENA_SPEC>) -> R
fn from(reader: R<INT_ENA_SPEC>) -> R
Converts to this type from the input type.