[−][src]Type Definition stm32wb_pac::comp::COMP1_CSR
type COMP1_CSR = Reg<u32, _COMP1_CSR>;
Comparator control and status register
This register you can read, reset, write, write_with_zero, modify. See API.
For information about available fields see comp1_csr module
Trait Implementations
impl Readable for COMP1_CSR[src]
read() method returns comp1_csr::R reader structure
impl ResetValue for COMP1_CSR[src]
Register COMP1_CSR reset()'s with value 0
impl Writable for COMP1_CSR[src]
write(|w| ..) method takes comp1_csr::W writer structure