Type Definition stm32g0::stm32g071::hdmi_cec::CEC_CFGR[][src]

type CEC_CFGR = Reg<u32, _CEC_CFGR>;

This register is used to configure the HDMI-CEC controller. It is mandatory to write CEC_CFGR only when CECEN=0.

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

For information about available fields see cec_cfgr module

Trait Implementations

impl Readable for CEC_CFGR[src]

read() method returns cec_cfgr::R reader structure

impl ResetValue for CEC_CFGR[src]

Register CEC_CFGR reset()'s with value 0

type Type = u32

Register size

impl Writable for CEC_CFGR[src]

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