[−][src]Struct itsybitsy_m0::tcc0::evctrl::R
Value read from the register
Methods
impl R
[src]
pub fn bits(&self) -> u32
[src]
Value of the register as raw bits
pub fn evact0(&self) -> EVACT0R
[src]
Bits 0:2 - Timer/counter Input Event0 Action
pub fn evact1(&self) -> EVACT1R
[src]
Bits 3:5 - Timer/counter Input Event1 Action
pub fn cntsel(&self) -> CNTSELR
[src]
Bits 6:7 - Timer/counter Output Event Mode
pub fn ovfeo(&self) -> OVFEOR
[src]
Bit 8 - Overflow/Underflow Output Event Enable
pub fn trgeo(&self) -> TRGEOR
[src]
Bit 9 - Retrigger Output Event Enable
pub fn cnteo(&self) -> CNTEOR
[src]
Bit 10 - Timer/counter Output Event Enable
pub fn tcinv0(&self) -> TCINV0R
[src]
Bit 12 - Inverted Event 0 Input Enable
pub fn tcinv1(&self) -> TCINV1R
[src]
Bit 13 - Inverted Event 1 Input Enable
pub fn tcei0(&self) -> TCEI0R
[src]
Bit 14 - Timer/counter Event 0 Input Enable
pub fn tcei1(&self) -> TCEI1R
[src]
Bit 15 - Timer/counter Event 1 Input Enable
pub fn mcei0(&self) -> MCEI0R
[src]
Bit 16 - Match or Capture Channel 0 Event Input Enable
pub fn mcei1(&self) -> MCEI1R
[src]
Bit 17 - Match or Capture Channel 1 Event Input Enable
pub fn mcei2(&self) -> MCEI2R
[src]
Bit 18 - Match or Capture Channel 2 Event Input Enable
pub fn mcei3(&self) -> MCEI3R
[src]
Bit 19 - Match or Capture Channel 3 Event Input Enable
pub fn mceo0(&self) -> MCEO0R
[src]
Bit 24 - Match or Capture Channel 0 Event Output Enable
pub fn mceo1(&self) -> MCEO1R
[src]
Bit 25 - Match or Capture Channel 1 Event Output Enable
pub fn mceo2(&self) -> MCEO2R
[src]
Bit 26 - Match or Capture Channel 2 Event Output Enable
pub fn mceo3(&self) -> MCEO3R
[src]
Bit 27 - Match or Capture Channel 3 Event Output Enable
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> TryFrom 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 for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,