efm32pg12_pac::csen

Type Alias EMA

Source
pub type EMA = Reg<u32, _EMA>;
Expand description

Exponential Moving Average

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see ema module

Aliased Type§

struct EMA { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for EMA

Register EMA reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for EMA

read() method returns ema::R reader structure

Source§

impl Writable for EMA

write(|w| ..) method takes ema::W writer structure