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

type BUSY = Reg<u32, _BUSY>;

A 1 indicates that the block is currently updating the LCD

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

For information about available fields see busy module

Trait Implementations

impl Readable for BUSY[src]

read() method returns busy::R reader structure

impl ResetValue for BUSY[src]

Register BUSY reset()'s with value 0

type Type = u32

Register size

impl Writable for BUSY[src]

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