pub type R = crate::R<CFBLNRrs>;
pub type W = crate::W<CFBLNRrs>;
pub type CFBLNBR_R = crate::FieldReader<u16>;
pub type CFBLNBR_W<'a, REG> = crate::FieldWriter<'a, REG, 11, u16, crate::Safe>;
impl R {
#[inline(always)]
pub fn cfblnbr(&self) -> CFBLNBR_R {
CFBLNBR_R::new((self.bits & 0x07ff) as u16)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("CFBLNR").field("cfblnbr", &self.cfblnbr()).finish()
}
}
impl W {
#[inline(always)]
pub fn cfblnbr(&mut self) -> CFBLNBR_W<CFBLNRrs> {
CFBLNBR_W::new(self, 0)
}
}
pub struct CFBLNRrs;
impl crate::RegisterSpec for CFBLNRrs {
type Ux = u32;
}
impl crate::Readable for CFBLNRrs {}
impl crate::Writable for CFBLNRrs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for CFBLNRrs {}