[][src]Type Definition stm32f3::stm32f303::comp::COMP1_CSR

type COMP1_CSR = Reg<u32, _COMP1_CSR>;

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

type Type = u32

Register size

impl Writable for COMP1_CSR[src]

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