[][src]Type Definition stm32f3::stm32f303::opamp::OPAMP3_CSR

type OPAMP3_CSR = Reg<u32, _OPAMP3_CSR>;

OPAMP3 control register

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

For information about available fields see opamp3_csr module

Trait Implementations

impl Readable for OPAMP3_CSR[src]

read() method returns opamp3_csr::R reader structure

impl ResetValue for OPAMP3_CSR[src]

Register OPAMP3_CSR reset()'s with value 0

type Type = u32

Register size

impl Writable for OPAMP3_CSR[src]

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