1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#[doc = r" Register block"] #[repr(C)] pub struct RegisterBlock { #[doc = "0x00 - VREFBUF control and status register"] pub vrefbuf_csr: VREFBUF_CSR, #[doc = "0x04 - VREFBUF calibration control register"] pub vrefbuf_ccr: VREFBUF_CCR, } #[doc = "VREFBUF control and status register"] pub struct VREFBUF_CSR { register: ::vcell::VolatileCell<u32>, } #[doc = "VREFBUF control and status register"] pub mod vrefbuf_csr; #[doc = "VREFBUF calibration control register"] pub struct VREFBUF_CCR { register: ::vcell::VolatileCell<u32>, } #[doc = "VREFBUF calibration control register"] pub mod vrefbuf_ccr;