[−][src]Struct sodaq_one::tcc0::evctrl::W
Value to write to the register
Methods
impl W
[src]
pub fn reset_value() -> W
[src]
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut W
[src]
Writes raw bits to the register
pub fn evact0(&mut self) -> _EVACT0W
[src]
Bits 0:2 - Timer/counter Input Event0 Action
pub fn evact1(&mut self) -> _EVACT1W
[src]
Bits 3:5 - Timer/counter Input Event1 Action
pub fn cntsel(&mut self) -> _CNTSELW
[src]
Bits 6:7 - Timer/counter Output Event Mode
pub fn ovfeo(&mut self) -> _OVFEOW
[src]
Bit 8 - Overflow/Underflow Output Event Enable
pub fn trgeo(&mut self) -> _TRGEOW
[src]
Bit 9 - Retrigger Output Event Enable
pub fn cnteo(&mut self) -> _CNTEOW
[src]
Bit 10 - Timer/counter Output Event Enable
pub fn tcinv0(&mut self) -> _TCINV0W
[src]
Bit 12 - Inverted Event 0 Input Enable
pub fn tcinv1(&mut self) -> _TCINV1W
[src]
Bit 13 - Inverted Event 1 Input Enable
pub fn tcei0(&mut self) -> _TCEI0W
[src]
Bit 14 - Timer/counter Event 0 Input Enable
pub fn tcei1(&mut self) -> _TCEI1W
[src]
Bit 15 - Timer/counter Event 1 Input Enable
pub fn mcei0(&mut self) -> _MCEI0W
[src]
Bit 16 - Match or Capture Channel 0 Event Input Enable
pub fn mcei1(&mut self) -> _MCEI1W
[src]
Bit 17 - Match or Capture Channel 1 Event Input Enable
pub fn mcei2(&mut self) -> _MCEI2W
[src]
Bit 18 - Match or Capture Channel 2 Event Input Enable
pub fn mcei3(&mut self) -> _MCEI3W
[src]
Bit 19 - Match or Capture Channel 3 Event Input Enable
pub fn mceo0(&mut self) -> _MCEO0W
[src]
Bit 24 - Match or Capture Channel 0 Event Output Enable
pub fn mceo1(&mut self) -> _MCEO1W
[src]
Bit 25 - Match or Capture Channel 1 Event Output Enable
pub fn mceo2(&mut self) -> _MCEO2W
[src]
Bit 26 - Match or Capture Channel 2 Event Output Enable
pub fn mceo3(&mut self) -> _MCEO3W
[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,