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

type COMP_C7CSR = Reg<u32, _COMP_C7CSR>;

Comparator control/status register

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

For information about available fields see comp_c7csr module

Trait Implementations

impl Readable for COMP_C7CSR[src]

read() method returns comp_c7csr::R reader structure

impl ResetValue for COMP_C7CSR[src]

Register COMP_C7CSR reset()'s with value 0

type Type = u32

Register size

impl Writable for COMP_C7CSR[src]

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