Type Definition stm32g4::stm32g474::comp::COMP_C5CSR[][src]

type COMP_C5CSR = Reg<u32, _COMP_C5CSR>;

Comparator control/status register

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

For information about available fields see comp_c5csr module

Trait Implementations

impl Readable for COMP_C5CSR[src]

read() method returns comp_c5csr::R reader structure

impl ResetValue for COMP_C5CSR[src]

Register COMP_C5CSR reset()'s with value 0

type Type = u32

Register size

impl Writable for COMP_C5CSR[src]

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