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