#[doc = "Register `DC_SYS_TIME` writer"]
pub type W = crate::W<WRITEMODE_DC_SYS_TIME_SPEC>;
#[doc = "Field `WRITE_ACCESS` writer - Write access"]
pub type WRITE_ACCESS_W<'a, REG> = crate::FieldWriter<'a, REG, 32, u32>;
impl W {
#[doc = "Bits 0:31 - Write access"]
#[inline(always)]
pub fn write_access(&mut self) -> WRITE_ACCESS_W<'_, WRITEMODE_DC_SYS_TIME_SPEC> {
WRITE_ACCESS_W::new(self, 0)
}
}
#[doc = "System Time \\[WRITE Mode\\]\n\nYou can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`writemode_dc_sys_time::W`](W). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct WRITEMODE_DC_SYS_TIME_SPEC;
impl crate::RegisterSpec for WRITEMODE_DC_SYS_TIME_SPEC {
type Ux = u32;
}
#[doc = "`write(|w| ..)` method takes [`writemode_dc_sys_time::W`](W) writer structure"]
impl crate::Writable for WRITEMODE_DC_SYS_TIME_SPEC {
type Safety = crate::Unsafe;
}
#[doc = "`reset()` method sets DC_SYS_TIME to value 0"]
impl crate::Resettable for WRITEMODE_DC_SYS_TIME_SPEC {}