[][src]Type Definition stm32f3_copterust::stm32f303::comp::COMP5_CSR

type COMP5_CSR = Reg<u32, _COMP5_CSR>;

control and status register

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

For information about available fields see comp5_csr module

Trait Implementations

impl Readable for COMP5_CSR[src]

read() method returns comp5_csr::R reader structure

impl ResetValue for COMP5_CSR[src]

Register COMP5_CSR reset()'s with value 0

type Type = u32

Register size

impl Writable for COMP5_CSR[src]

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