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