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