pub type R = crate::R<RX_LPI_USEC_CNTRrs>;
pub type RXLPIUSC_R = crate::FieldReader<u32>;
impl R {
#[inline(always)]
pub fn rxlpiusc(&self) -> RXLPIUSC_R {
RXLPIUSC_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_LPI_USEC_CNTR").field("rxlpiusc", &self.rxlpiusc()).finish()
}
}
pub struct RX_LPI_USEC_CNTRrs;
impl crate::RegisterSpec for RX_LPI_USEC_CNTRrs {
type Ux = u32;
}
impl crate::Readable for RX_LPI_USEC_CNTRrs {}
impl crate::Resettable for RX_LPI_USEC_CNTRrs {}