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

type RELOAD3 = Reg<u8, _RELOAD3>;

Bits 24-31 of TIMER0_RELOAD. Reload value when Timer reaches 0.In Periodic mode, the value written to this register specify the Timer's period in clock cycles.

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

For information about avaliable fields see reload3 module

Trait Implementations

impl Readable for RELOAD3[src]

read() method returns reload3::R reader structure

impl ResetValue for RELOAD3[src]

Register RELOAD3 reset()'s with value 0

type Type = u8

Register size

impl Writable for RELOAD3[src]

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