pub type R = crate::R<TXBCIErs>;
pub type W = crate::W<TXBCIErs>;
pub type CFIE_R = crate::FieldReader;
pub type CFIE_W<'a, REG> = crate::FieldWriter<'a, REG, 3>;
impl R {
#[inline(always)]
pub fn cfie(&self) -> CFIE_R {
CFIE_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("TXBCIE").field("cfie", &self.cfie()).finish()
}
}
impl W {
#[inline(always)]
pub fn cfie(&mut self) -> CFIE_W<TXBCIErs> {
CFIE_W::new(self, 0)
}
}
pub struct TXBCIErs;
impl crate::RegisterSpec for TXBCIErs {
type Ux = u32;
}
impl crate::Readable for TXBCIErs {}
impl crate::Writable for TXBCIErs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for TXBCIErs {}