efm32gg11b/eth/tsupeertxmsbsec.rs
1#[doc = "Reader of register TSUPEERTXMSBSEC"]
2pub type R = crate::R<u32, super::TSUPEERTXMSBSEC>;
3#[doc = "Reader of field `TIMERSEC`"]
4pub type TIMERSEC_R = crate::R<u16, u16>;
5impl R {
6 #[doc = "Bits 0:15 - PTP Peer Event Frame TX Seconds"]
7 #[inline(always)]
8 pub fn timersec(&self) -> TIMERSEC_R { TIMERSEC_R::new((self.bits & 0xffff) as u16) }
9}