[][src]Type Definition muscab1_pac::dualtimer::timer1control::W

type W = W<u32, TIMER1CONTROL>;

Writer for register TIMER1CONTROL

Methods

impl W[src]

pub fn one_shot_count(&mut self) -> ONESHOTCOUNT_W[src]

Bit 0 - Selects one-shot or wrapping counter mode.

pub fn timer_size(&mut self) -> TIMERSIZE_W[src]

Bit 1 - Selects 16-bit or 32- bit counter operation.

pub fn timer_pre(&mut self) -> TIMERPRE_W[src]

Bits 2:3 - Timer prescale bits.

pub fn interrupt_enable(&mut self) -> INTERRUPTENABLE_W[src]

Bit 5 - Interrupt Enable bit.

pub fn timer_mode(&mut self) -> TIMERMODE_W[src]

Bit 6 - Timer Mode bit.

pub fn timer_enable(&mut self) -> TIMERENABLE_W[src]

Bit 7 - Timer Enable Enable bit.