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

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

Proxy

Methods

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

Writes variant to the field

Counts up on up-count and down on down-count events.

Only counts up on up-count events.

Only counts down on down-count events.

Never counts.

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _CNTEVW<'a>

impl<'a> Sync for _CNTEVW<'a>