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