[][src]Type Definition betrusted_pac::memlcd::PRESCALER

type PRESCALER = Reg<u32, _PRESCALER>;

Prescaler value. LCD clock is module (clock / (prescaler+1)). Reset value: 99, so for a default sysclk of 100MHz this yields an LCD SCLK of 1MHz

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

For information about available fields see prescaler module

Trait Implementations

impl Readable for PRESCALER[src]

read() method returns prescaler::R reader structure

impl ResetValue for PRESCALER[src]

Register PRESCALER reset()'s with value 0x63

type Type = u32

Register size

impl Writable for PRESCALER[src]

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