pub type R = crate::R<MTLISRrs>;
pub type W = crate::W<MTLISRrs>;
pub type Q0IS_R = crate::BitReader;
pub type Q0IS_W<'a, REG> = crate::BitWriter<'a, REG>;
impl R {
#[inline(always)]
pub fn q0is(&self) -> Q0IS_R {
Q0IS_R::new((self.bits & 1) != 0)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("MTLISR").field("q0is", &self.q0is()).finish()
}
}
impl W {
#[inline(always)]
pub fn q0is(&mut self) -> Q0IS_W<MTLISRrs> {
Q0IS_W::new(self, 0)
}
}
pub struct MTLISRrs;
impl crate::RegisterSpec for MTLISRrs {
type Ux = u32;
}
impl crate::Readable for MTLISRrs {}
impl crate::Writable for MTLISRrs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for MTLISRrs {}