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