[][src]Struct atsamd51j19a::tc0::count16::ctrla::W

pub struct W { /* fields omitted */ }

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 Self[src]

Writes raw bits to the register

pub fn swrst(&mut self) -> _SWRSTW[src]

Bit 0 - Software Reset

pub fn enable(&mut self) -> _ENABLEW[src]

Bit 1 - Enable

pub fn mode(&mut self) -> _MODEW[src]

Bits 2:3 - Timer Counter Mode

pub fn prescsync(&mut self) -> _PRESCSYNCW[src]

Bits 4:5 - Prescaler and Counter Synchronization

pub fn runstdby(&mut self) -> _RUNSTDBYW[src]

Bit 6 - Run during Standby

pub fn ondemand(&mut self) -> _ONDEMANDW[src]

Bit 7 - Clock On Demand

pub fn prescaler(&mut self) -> _PRESCALERW[src]

Bits 8:10 - Prescaler

pub fn alock(&mut self) -> _ALOCKW[src]

Bit 11 - Auto Lock

pub fn capten0(&mut self) -> _CAPTEN0W[src]

Bit 16 - Capture Channel 0 Enable

pub fn capten1(&mut self) -> _CAPTEN1W[src]

Bit 17 - Capture Channel 1 Enable

pub fn copen0(&mut self) -> _COPEN0W[src]

Bit 20 - Capture On Pin 0 Enable

pub fn copen1(&mut self) -> _COPEN1W[src]

Bit 21 - Capture On Pin 1 Enable

pub fn captmode0(&mut self) -> _CAPTMODE0W[src]

Bits 24:25 - Capture Mode Channel 0

pub fn captmode1(&mut self) -> _CAPTMODE1W[src]

Bits 27:28 - Capture mode Channel 1

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]