Struct stm32h743::vrefbuf::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub vrefbuf_csr: VREFBUF_CSR, pub vrefbuf_ccr: VREFBUF_CCR, }

Register block

Fields

0x00 - VREFBUF control and status register

0x04 - VREFBUF calibration control register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock