#[doc = "Reader of register FOPT"] pub type R = crate::R; #[doc = "Reader of field `OPT`"] pub type OPT_R = crate::R; impl R { #[doc = "Bits 0:7 - Nonvolatile Option"] #[inline(always)] pub fn opt(&self) -> OPT_R { OPT_R::new((self.bits & 0xff) as u8) } }