#[doc = "Register `TIMERAWH` reader"]
pub type R = crate::R<TIMERAWH_SPEC>;
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
write!(f, "{}", self.bits())
}
}
impl core::fmt::Debug for crate::generic::Reg<TIMERAWH_SPEC> {
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
core::fmt::Debug::fmt(&self.read(), f)
}
}
#[doc = "Raw read from bits 63:32 of time (no side effects)
You can [`read`](crate::generic::Reg::read) this register and get [`timerawh::R`](R). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct TIMERAWH_SPEC;
impl crate::RegisterSpec for TIMERAWH_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [`timerawh::R`](R) reader structure"]
impl crate::Readable for TIMERAWH_SPEC {}
#[doc = "`reset()` method sets TIMERAWH to value 0"]
impl crate::Resettable for TIMERAWH_SPEC {
const RESET_VALUE: u32 = 0;
}