Struct efm32gg990::pcnt0::ctrl::W[][src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

Bits 0:1 - Mode Select

Bit 2 - Non-Quadrature Mode Counter Direction Control

Bit 3 - Edge Select

Bit 4 - Enable Digital Pulse Width Filter

Bit 5 - Enable PCNT Clock Domain Reset

Bit 8 - Enable Hysteresis

Bit 9 - Count direction determined by S1

Bits 10:11 - Controls when the counter counts

Bits 14:15 - Controls when the auxiliary counter counts

Auto Trait Implementations

impl Send for W

impl Sync for W