Struct efm32gg990::timer2::ctrl::_PRESCW[][src]

pub struct _PRESCW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _PRESCW<'a>
[src]

Writes variant to the field

The HFPERCLK is undivided

The HFPERCLK is divided by 2

The HFPERCLK is divided by 4

The HFPERCLK is divided by 8

The HFPERCLK is divided by 16

The HFPERCLK is divided by 32

The HFPERCLK is divided by 64

The HFPERCLK is divided by 128

The HFPERCLK is divided by 256

The HFPERCLK is divided by 512

The HFPERCLK is divided by 1024

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _PRESCW<'a>

impl<'a> Sync for _PRESCW<'a>