pub type W = crate::W<STRrs>;
pub type NBLW_W<'a, REG> = crate::FieldWriter<'a, REG, 5>;
pub type DCAL_W<'a, REG> = crate::BitWriter<'a, REG>;
impl core::fmt::Debug for crate::generic::Reg<STRrs> {
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
write!(f, "(not readable)")
}
}
impl W {
#[inline(always)]
pub fn nblw(&mut self) -> NBLW_W<STRrs> {
NBLW_W::new(self, 0)
}
#[inline(always)]
pub fn dcal(&mut self) -> DCAL_W<STRrs> {
DCAL_W::new(self, 8)
}
}
pub struct STRrs;
impl crate::RegisterSpec for STRrs {
type Ux = u32;
}
impl crate::Writable for STRrs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for STRrs {}