[][src]Type Definition msp430fr4133::lcd_e::LCDMEMCTL

type LCDMEMCTL = Reg<u16, _LCDMEMCTL>;

LCD_E memory control register

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

For information about available fields see lcdmemctl module

Trait Implementations

impl Readable for LCDMEMCTL[src]

read() method returns lcdmemctl::R reader structure

impl ResetValue for LCDMEMCTL[src]

Register LCDMEMCTL reset()'s with value 0

type Type = u16

Register size

impl Writable for LCDMEMCTL[src]

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