pub type R = crate::R<FR1rs>;
pub type W = crate::W<FR1rs>;
pub type FB_R = crate::FieldReader<u32>;
pub type FB_W<'a, REG> = crate::FieldWriter<'a, REG, 32, u32>;
impl R {
#[inline(always)]
pub fn fb(&self) -> FB_R {
FB_R::new(self.bits)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("FR1").field("fb", &self.fb()).finish()
}
}
impl W {
#[inline(always)]
pub fn fb(&mut self) -> FB_W<FR1rs> {
FB_W::new(self, 0)
}
}
pub struct FR1rs;
impl crate::RegisterSpec for FR1rs {
type Ux = u32;
}
impl crate::Readable for FR1rs {}
impl crate::Writable for FR1rs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for FR1rs {}