pub struct R(_);
Expand description
Register INT_ENA
reader
Implementations§
§impl R
impl R
pub fn cnt_thr_event_u0_int_ena(&self) -> BitReaderRaw<bool>
pub fn cnt_thr_event_u0_int_ena(&self) -> BitReaderRaw<bool>
Bit 0 - This is the interrupt enable bit for channel0 event.
pub fn cnt_thr_event_u1_int_ena(&self) -> BitReaderRaw<bool>
pub fn cnt_thr_event_u1_int_ena(&self) -> BitReaderRaw<bool>
Bit 1 - This is the interrupt enable bit for channel1 event.
pub fn cnt_thr_event_u2_int_ena(&self) -> BitReaderRaw<bool>
pub fn cnt_thr_event_u2_int_ena(&self) -> BitReaderRaw<bool>
Bit 2 - This is the interrupt enable bit for channel2 event.
pub fn cnt_thr_event_u3_int_ena(&self) -> BitReaderRaw<bool>
pub fn cnt_thr_event_u3_int_ena(&self) -> BitReaderRaw<bool>
Bit 3 - This is the interrupt enable bit for channel3 event.
pub fn cnt_thr_event_u4_int_ena(&self) -> BitReaderRaw<bool>
pub fn cnt_thr_event_u4_int_ena(&self) -> BitReaderRaw<bool>
Bit 4 - This is the interrupt enable bit for channel4 event.
pub fn cnt_thr_event_u5_int_ena(&self) -> BitReaderRaw<bool>
pub fn cnt_thr_event_u5_int_ena(&self) -> BitReaderRaw<bool>
Bit 5 - This is the interrupt enable bit for channel5 event.
pub fn cnt_thr_event_u6_int_ena(&self) -> BitReaderRaw<bool>
pub fn cnt_thr_event_u6_int_ena(&self) -> BitReaderRaw<bool>
Bit 6 - This is the interrupt enable bit for channel6 event.
pub fn cnt_thr_event_u7_int_ena(&self) -> BitReaderRaw<bool>
pub fn cnt_thr_event_u7_int_ena(&self) -> BitReaderRaw<bool>
Bit 7 - This is the interrupt enable bit for channel7 event.
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.