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

type COMP7_CSR = Reg<u32, _COMP7_CSR>;

control and status register

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

For information about available fields see comp7_csr module

Trait Implementations

impl Readable for COMP7_CSR[src]

read() method returns comp7_csr::R reader structure

impl ResetValue for COMP7_CSR[src]

Register COMP7_CSR reset()'s with value 0

type Type = u32

Register size

impl Writable for COMP7_CSR[src]

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