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