#[doc = "Register `RF1ATXFIFO` reader"]
pub type R = crate::R<Rf1atxfifoSpec>;
#[doc = "Register `RF1ATXFIFO` writer"]
pub type W = crate::W<Rf1atxfifoSpec>;
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
write!(f, "{}", self.bits())
}
}
impl W {}
#[doc = "Direct transmit FIFO access register\n\nYou can [`read`](crate::Reg::read) this register and get [`rf1atxfifo::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rf1atxfifo::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct Rf1atxfifoSpec;
impl crate::RegisterSpec for Rf1atxfifoSpec {
type Ux = u16;
}
#[doc = "`read()` method returns [`rf1atxfifo::R`](R) reader structure"]
impl crate::Readable for Rf1atxfifoSpec {}
#[doc = "`write(|w| ..)` method takes [`rf1atxfifo::W`](W) writer structure"]
impl crate::Writable for Rf1atxfifoSpec {
type Safety = crate::Unsafe;
}
#[doc = "`reset()` method sets RF1ATXFIFO to value 0"]
impl crate::Resettable for Rf1atxfifoSpec {}