1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#[doc = r"Register block"] #[repr(C)] pub struct RegisterBlock { #[doc = "0x00 - Store Program Memory Control Register"] pub spmcsr: SPMCSR, } #[doc = "Store Program Memory Control Register\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [spmcsr](spmcsr) module"] pub type SPMCSR = crate::Reg<u8, _SPMCSR>; #[allow(missing_docs)] #[doc(hidden)] pub struct _SPMCSR; #[doc = "`read()` method returns [spmcsr::R](spmcsr::R) reader structure"] impl crate::Readable for SPMCSR {} #[doc = "Store Program Memory Control Register"] pub mod spmcsr;