[][src]Type Definition stm32wb_pac::lcd::CLR

type CLR = Reg<u32, _CLR>;

clear register

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

For information about available fields see clr module

Trait Implementations

impl ResetValue for CLR[src]

Register CLR reset()'s with value 0

type Type = u32

Register size

impl Writable for CLR[src]

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