#[doc = "Register `CSR42` reader"]
pub type R = crate::R<CSR42rs>;
#[doc = "Register `CSR42` writer"]
pub type W = crate::W<CSR42rs>;
#[doc = "Field `CSx` reader - Context swap 42 Refer to introduction."]
pub type CSX_R = crate::FieldReader<u32>;
#[doc = "Field `CSx` writer - Context swap 42 Refer to introduction."]
pub type CSX_W<'a, REG> = crate::FieldWriter<'a, REG, 32, u32>;
impl R {
#[doc = "Bits 0:31 - Context swap 42 Refer to introduction."]
#[inline(always)]
pub fn csx(&self) -> CSX_R {
CSX_R::new(self.bits)
}
}
impl W {
#[doc = "Bits 0:31 - Context swap 42 Refer to introduction."]
#[inline(always)]
#[must_use]
pub fn csx(&mut self) -> CSX_W<CSR42rs> {
CSX_W::new(self, 0)
}
#[doc = r" Writes raw bits to the register."]
#[doc = r""]
#[doc = r" # Safety"]
#[doc = r""]
#[doc = r" Passing incorrect value can cause undefined behaviour. See reference manual"]
#[inline(always)]
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
self.bits = bits;
self
}
}
#[doc = "HASH context swap register 42\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`csr42::R`](R). You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`csr42::W`](W). You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct CSR42rs;
impl crate::RegisterSpec for CSR42rs {
type Ux = u32;
}
#[doc = "`read()` method returns [`csr42::R`](R) reader structure"]
impl crate::Readable for CSR42rs {}
#[doc = "`write(|w| ..)` method takes [`csr42::W`](W) writer structure"]
impl crate::Writable for CSR42rs {
const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
}
#[doc = "`reset()` method sets CSR42 to value 0x0022_0002"]
impl crate::Resettable for CSR42rs {
const RESET_VALUE: u32 = 0x0022_0002;
}