#[doc = "Reader of register FPSTROBES"]
pub type R = crate::R<u32, super::FPSTROBES>;
#[doc = "Writer for register FPSTROBES"]
pub type W = crate::W<u32, super::FPSTROBES>;
#[doc = "Register FPSTROBES `reset()`'s with value 0x0103"]
impl crate::ResetValue for super::FPSTROBES {
type Type = u32;
#[inline(always)]
fn reset_value() -> Self::Type {
0x0103
}
}
#[doc = "Reader of field `RESERVED9`"]
pub type RESERVED9_R = crate::R<u32, u32>;
#[doc = "Write proxy for field `RESERVED9`"]
pub struct RESERVED9_W<'a> {
w: &'a mut W,
}
impl<'a> RESERVED9_W<'a> {
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub unsafe fn bits(self, value: u32) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x007f_ffff << 9)) | (((value as u32) & 0x007f_ffff) << 9);
self.w
}
}
#[doc = "Reader of field `EXECUTEZ`"]
pub type EXECUTEZ_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `EXECUTEZ`"]
pub struct EXECUTEZ_W<'a> {
w: &'a mut W,
}
impl<'a> EXECUTEZ_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 8)) | (((value as u32) & 0x01) << 8);
self.w
}
}
#[doc = "Reader of field `RESERVED2`"]
pub type RESERVED2_R = crate::R<u8, u8>;
#[doc = "Write proxy for field `RESERVED2`"]
pub struct RESERVED2_W<'a> {
w: &'a mut W,
}
impl<'a> RESERVED2_W<'a> {
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub unsafe fn bits(self, value: u8) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x3f << 2)) | (((value as u32) & 0x3f) << 2);
self.w
}
}
#[doc = "Reader of field `V3PWRDNZ`"]
pub type V3PWRDNZ_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `V3PWRDNZ`"]
pub struct V3PWRDNZ_W<'a> {
w: &'a mut W,
}
impl<'a> V3PWRDNZ_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 1)) | (((value as u32) & 0x01) << 1);
self.w
}
}
#[doc = "Reader of field `V5PWRDNZ`"]
pub type V5PWRDNZ_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `V5PWRDNZ`"]
pub struct V5PWRDNZ_W<'a> {
w: &'a mut W,
}
impl<'a> V5PWRDNZ_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !0x01) | ((value as u32) & 0x01);
self.w
}
}
impl R {
#[doc = "Bits 9:31 - 31:9\\]
Internal. Only to be used through TI provided API."]
#[inline(always)]
pub fn reserved9(&self) -> RESERVED9_R {
RESERVED9_R::new(((self.bits >> 9) & 0x007f_ffff) as u32)
}
#[doc = "Bit 8 - 8:8\\]
Internal. Only to be used through TI provided API."]
#[inline(always)]
pub fn executez(&self) -> EXECUTEZ_R {
EXECUTEZ_R::new(((self.bits >> 8) & 0x01) != 0)
}
#[doc = "Bits 2:7 - 7:2\\]
Internal. Only to be used through TI provided API."]
#[inline(always)]
pub fn reserved2(&self) -> RESERVED2_R {
RESERVED2_R::new(((self.bits >> 2) & 0x3f) as u8)
}
#[doc = "Bit 1 - 1:1\\]
Internal. Only to be used through TI provided API."]
#[inline(always)]
pub fn v3pwrdnz(&self) -> V3PWRDNZ_R {
V3PWRDNZ_R::new(((self.bits >> 1) & 0x01) != 0)
}
#[doc = "Bit 0 - 0:0\\]
Internal. Only to be used through TI provided API."]
#[inline(always)]
pub fn v5pwrdnz(&self) -> V5PWRDNZ_R {
V5PWRDNZ_R::new((self.bits & 0x01) != 0)
}
}
impl W {
#[doc = "Bits 9:31 - 31:9\\]
Internal. Only to be used through TI provided API."]
#[inline(always)]
pub fn reserved9(&mut self) -> RESERVED9_W {
RESERVED9_W { w: self }
}
#[doc = "Bit 8 - 8:8\\]
Internal. Only to be used through TI provided API."]
#[inline(always)]
pub fn executez(&mut self) -> EXECUTEZ_W {
EXECUTEZ_W { w: self }
}
#[doc = "Bits 2:7 - 7:2\\]
Internal. Only to be used through TI provided API."]
#[inline(always)]
pub fn reserved2(&mut self) -> RESERVED2_W {
RESERVED2_W { w: self }
}
#[doc = "Bit 1 - 1:1\\]
Internal. Only to be used through TI provided API."]
#[inline(always)]
pub fn v3pwrdnz(&mut self) -> V3PWRDNZ_W {
V3PWRDNZ_W { w: self }
}
#[doc = "Bit 0 - 0:0\\]
Internal. Only to be used through TI provided API."]
#[inline(always)]
pub fn v5pwrdnz(&mut self) -> V5PWRDNZ_W {
V5PWRDNZ_W { w: self }
}
}