#[doc = "Register `FIFO67` reader"]
pub type R = crate::R<Fifo67Spec>;
#[doc = "Register `FIFO67` writer"]
pub type W = crate::W<Fifo67Spec>;
#[doc = "Field `DATA` reader - Data to Read or Data to Write"]
pub type DataR = crate::FieldReader<u32>;
#[doc = "Field `DATA` writer - Data to Read or Data to Write"]
pub type DataW<'a, REG> = crate::FieldWriter<'a, REG, 32, u32>;
impl R {
    #[doc = "Bits 0:31 - Data to Read or Data to Write"]
    #[inline(always)]
    pub fn data(&self) -> DataR {
        DataR::new(self.bits)
    }
}
impl W {
    #[doc = "Bits 0:31 - Data to Read or Data to Write"]
    #[inline(always)]
    #[must_use]
    pub fn data(&mut self) -> DataW<Fifo67Spec> {
        DataW::new(self, 0)
    }
}
#[doc = "FIFO Memory Aperture0 67\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`fifo67::R`](R).  You can [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`fifo67::W`](W). You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct Fifo67Spec;
impl crate::RegisterSpec for Fifo67Spec {
    type Ux = u32;
}
#[doc = "`read()` method returns [`fifo67::R`](R) reader structure"]
impl crate::Readable for Fifo67Spec {}
#[doc = "`write(|w| ..)` method takes [`fifo67::W`](W) writer structure"]
impl crate::Writable for Fifo67Spec {
    type Safety = crate::Unsafe;
    const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
    const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
}