[][src]Type Definition stm32wb_pac::comp::COMP2_CSR

type COMP2_CSR = Reg<u32, _COMP2_CSR>;

Comparator 2 control and status register

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

For information about available fields see comp2_csr module

Trait Implementations

impl Readable for COMP2_CSR[src]

read() method returns comp2_csr::R reader structure

impl ResetValue for COMP2_CSR[src]

Register COMP2_CSR reset()'s with value 0

type Type = u32

Register size

impl Writable for COMP2_CSR[src]

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