Type Definition stm32g4::stm32g484::comp::COMP_C3CSR[][src]

type COMP_C3CSR = Reg<u32, _COMP_C3CSR>;

Comparator control/status register

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

For information about available fields see comp_c3csr module

Trait Implementations

impl Readable for COMP_C3CSR[src]

read() method returns comp_c3csr::R reader structure

impl ResetValue for COMP_C3CSR[src]

Register COMP_C3CSR reset()'s with value 0

type Type = u32

Register size

impl Writable for COMP_C3CSR[src]

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