pub type R = crate::R<TXBTIErs>;
pub type W = crate::W<TXBTIErs>;
pub type TIE_R = crate::FieldReader;
pub type TIE_W<'a, REG> = crate::FieldWriter<'a, REG, 3>;
impl R {
#[inline(always)]
pub fn tie(&self) -> TIE_R {
TIE_R::new((self.bits & 7) as u8)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("TXBTIE").field("tie", &self.tie()).finish()
}
}
impl W {
#[inline(always)]
pub fn tie(&mut self) -> TIE_W<TXBTIErs> {
TIE_W::new(self, 0)
}
}
pub struct TXBTIErs;
impl crate::RegisterSpec for TXBTIErs {
type Ux = u32;
}
impl crate::Readable for TXBTIErs {}
impl crate::Writable for TXBTIErs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for TXBTIErs {}