pub type R = crate::R<SADSDLVRrs>;
pub type SDLVL_R = crate::FieldReader<u16>;
impl R {
#[inline(always)]
pub fn sdlvl(&self) -> SDLVL_R {
SDLVL_R::new((self.bits & 0x7fff) as u16)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("SADSDLVR").field("sdlvl", &self.sdlvl()).finish()
}
}
pub struct SADSDLVRrs;
impl crate::RegisterSpec for SADSDLVRrs {
type Ux = u32;
}
impl crate::Readable for SADSDLVRrs {}
impl crate::Resettable for SADSDLVRrs {}