[][src]Type Definition stm32f3::stm32f3x8::comp::COMP6_CSR

type COMP6_CSR = Reg<u32, _COMP6_CSR>;

control and status register

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

For information about available fields see comp6_csr module

Trait Implementations

impl Readable for COMP6_CSR[src]

read() method returns comp6_csr::R reader structure

impl ResetValue for COMP6_CSR[src]

Register COMP6_CSR reset()'s with value 0

type Type = u32

Register size

impl Writable for COMP6_CSR[src]

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