pub type R = crate::R<SADANLVRrs>;
pub type ANLVL_R = crate::FieldReader<u16>;
impl R {
#[inline(always)]
pub fn anlvl(&self) -> ANLVL_R {
ANLVL_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("SADANLVR").field("anlvl", &self.anlvl()).finish()
}
}
pub struct SADANLVRrs;
impl crate::RegisterSpec for SADANLVRrs {
type Ux = u32;
}
impl crate::Readable for SADANLVRrs {}
impl crate::Resettable for SADANLVRrs {}