Struct stm32f334::opamp::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub opamp1_cr: OPAMP1_CR, pub opamp2_cr: OPAMP2_CR, pub opamp3_cr: OPAMP3_CR, pub opamp4_cr: OPAMP4_CR, }

Register block

Fields

0x00 - OPAMP1 control register

0x04 - OPAMP2 control register

0x08 - OPAMP3 control register

0x0c - OPAMP4 control register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock