pub type R = crate::R<RX_ORDEXTR1rs>;
pub type W = crate::W<RX_ORDEXTR1rs>;
pub type RXSOPX1_R = crate::FieldReader<u32>;
pub type RXSOPX1_W<'a, REG> = crate::FieldWriter<'a, REG, 20, u32, crate::Safe>;
impl R {
#[inline(always)]
pub fn rxsopx1(&self) -> RXSOPX1_R {
RXSOPX1_R::new(self.bits & 0x000f_ffff)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("RX_ORDEXTR1").field("rxsopx1", &self.rxsopx1()).finish()
}
}
impl W {
#[inline(always)]
pub fn rxsopx1(&mut self) -> RXSOPX1_W<RX_ORDEXTR1rs> {
RXSOPX1_W::new(self, 0)
}
}
pub struct RX_ORDEXTR1rs;
impl crate::RegisterSpec for RX_ORDEXTR1rs {
type Ux = u32;
}
impl crate::Readable for RX_ORDEXTR1rs {}
impl crate::Writable for RX_ORDEXTR1rs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for RX_ORDEXTR1rs {}