1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - Indicates the type of platform in use"]
5 pub platform: PLATFORM,
6}
7#[doc = "Indicates the type of platform in use\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 [platform](platform) module"]
8pub type PLATFORM = crate::Reg<u32, _PLATFORM>;
9#[allow(missing_docs)]
10#[doc(hidden)]
11pub struct _PLATFORM;
12#[doc = "`read()` method returns [platform::R](platform::R) reader structure"]
13impl crate::Readable for PLATFORM {}
14#[doc = "Indicates the type of platform in use"]
15pub mod platform;