pub type R = crate::R<R3NONCER0rs>;
pub type W = crate::W<R3NONCER0rs>;
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("R3NONCER0").field("regx_nonce", &self.regx_nonce()).finish()
}
}
impl W {
#[inline(always)]
pub fn regx_nonce(&mut self) -> REGX_NONCE_W<R3NONCER0rs> {
REGX_NONCE_W::new(self, 0)
}
}
pub struct R3NONCER0rs;
impl crate::RegisterSpec for R3NONCER0rs {
type Ux = u32;
}
impl crate::Readable for R3NONCER0rs {}
impl crate::Writable for R3NONCER0rs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for R3NONCER0rs {}