pub type R = crate::R<RX_CRC_ERROR_PACKETSrs>;
pub type RXCRCERR_R = crate::FieldReader<u32>;
impl R {
#[inline(always)]
pub fn rxcrcerr(&self) -> RXCRCERR_R {
RXCRCERR_R::new(self.bits)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("RX_CRC_ERROR_PACKETS")
.field("rxcrcerr", &self.rxcrcerr())
.finish()
}
}
pub struct RX_CRC_ERROR_PACKETSrs;
impl crate::RegisterSpec for RX_CRC_ERROR_PACKETSrs {
type Ux = u32;
}
impl crate::Readable for RX_CRC_ERROR_PACKETSrs {}
impl crate::Resettable for RX_CRC_ERROR_PACKETSrs {}