imxrt1062-src 0.1.1

An imxrt1062-pac subcrate. See the imxrt1062-pac for more details. This crate is not maintained. Consider using the register access layer provided by the [imxrt-rs](https://github.com/imxrt-rs/imxrt-rs) project. Formerly part of the teensy4-rs project.
Documentation
#[doc = "Reader of register GPR4"]
pub type R = crate::R<u32, super::GPR4>;
#[doc = "Writer for register GPR4"]
pub type W = crate::W<u32, super::GPR4>;
#[doc = "Register GPR4 `reset()`'s with value 0"]
impl crate::ResetValue for super::GPR4 {
    type Type = u32;
    #[inline(always)]
    fn reset_value() -> Self::Type {
        0
    }
}
impl R {}
impl W {}