Type Definition stm32g0::stm32g081::hdmi_cec::CEC_CR[][src]

type CEC_CR = Reg<u32, _CEC_CR>;

CEC control register

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

For information about available fields see cec_cr module

Trait Implementations

impl Readable for CEC_CR[src]

read() method returns cec_cr::R reader structure

impl ResetValue for CEC_CR[src]

Register CEC_CR reset()'s with value 0

type Type = u32

Register size

impl Writable for CEC_CR[src]

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