[][src]Type Definition fomu_pac::timer0::UPDATE_VALUE

type UPDATE_VALUE = Reg<u8, _UPDATE_VALUE>;

Update of the current countdown value.A write to this register latches the current countdown value to value register.

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

For information about avaliable fields see update_value module

Trait Implementations

impl Readable for UPDATE_VALUE[src]

read() method returns update_value::R reader structure

impl ResetValue for UPDATE_VALUE[src]

Register UPDATE_VALUE reset()'s with value 0

type Type = u8

Register size

impl Writable for UPDATE_VALUE[src]

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