pub type EMA = Reg<u32, _EMA>;
Exponential Moving Average
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see ema module
struct EMA { /* private fields */ }
Register EMA reset()’s with value 0
reset()
read() method returns ema::R reader structure
read()
write(|w| ..) method takes ema::W writer structure
write(|w| ..)