cc3220sf/gpioa1/
gpioperiphid1.rs

1#[doc = "Reader of register GPIOPERIPHID1"]
2pub type R = crate::R<u32, super::GPIOPERIPHID1>;
3#[doc = "Writer for register GPIOPERIPHID1"]
4pub type W = crate::W<u32, super::GPIOPERIPHID1>;
5#[doc = "Register GPIOPERIPHID1 `reset()`'s with value 0"]
6impl crate::ResetValue for super::GPIOPERIPHID1 {
7    type Type = u32;
8    #[inline(always)]
9    fn reset_value() -> Self::Type {
10        0
11    }
12}
13impl R {}
14impl W {}