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

type LOAD3 = Reg<u8, _LOAD3>;

Bits 24-31 of TIMER0_LOAD. Load value when Timer is (re-)enabled.In One-Shot mode, the value written to this register specify the Timer's duration in clock cycles.

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

For information about avaliable fields see load3 module

Trait Implementations

impl Readable for LOAD3[src]

read() method returns load3::R reader structure

impl ResetValue for LOAD3[src]

Register LOAD3 reset()'s with value 0

type Type = u8

Register size

impl Writable for LOAD3[src]

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