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

type LOAD3 = Reg<u32, _LOAD3>;

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

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

For information about available 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 = u32

Register size

impl Writable for LOAD3[src]

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