esp32 0.4.0

Peripheral access crate for the ESP32
Documentation
#[doc = "Reader of register FAULT_DETECT"]
pub type R = crate::R<u32, super::FAULT_DETECT>;
#[doc = "Writer for register FAULT_DETECT"]
pub type W = crate::W<u32, super::FAULT_DETECT>;
#[doc = "Register FAULT_DETECT `reset()`'s with value 0"]
impl crate::ResetValue for super::FAULT_DETECT {
    type Type = u32;
    #[inline(always)]
    fn reset_value() -> Self::Type {
        0
    }
}
#[doc = "Reader of field `EVENT_F2`"]
pub type EVENT_F2_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `EVENT_F2`"]
pub struct EVENT_F2_W<'a> {
    w: &'a mut W,
}
impl<'a> EVENT_F2_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 `EVENT_F1`"]
pub type EVENT_F1_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `EVENT_F1`"]
pub struct EVENT_F1_W<'a> {
    w: &'a mut W,
}
impl<'a> EVENT_F1_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 << 7)) | (((value as u32) & 0x01) << 7);
        self.w
    }
}
#[doc = "Reader of field `EVENT_F0`"]
pub type EVENT_F0_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `EVENT_F0`"]
pub struct EVENT_F0_W<'a> {
    w: &'a mut W,
}
impl<'a> EVENT_F0_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 << 6)) | (((value as u32) & 0x01) << 6);
        self.w
    }
}
#[doc = "Reader of field `F2_POLE`"]
pub type F2_POLE_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `F2_POLE`"]
pub struct F2_POLE_W<'a> {
    w: &'a mut W,
}
impl<'a> F2_POLE_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 << 5)) | (((value as u32) & 0x01) << 5);
        self.w
    }
}
#[doc = "Reader of field `F1_POLE`"]
pub type F1_POLE_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `F1_POLE`"]
pub struct F1_POLE_W<'a> {
    w: &'a mut W,
}
impl<'a> F1_POLE_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 << 4)) | (((value as u32) & 0x01) << 4);
        self.w
    }
}
#[doc = "Reader of field `F0_POLE`"]
pub type F0_POLE_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `F0_POLE`"]
pub struct F0_POLE_W<'a> {
    w: &'a mut W,
}
impl<'a> F0_POLE_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 << 3)) | (((value as u32) & 0x01) << 3);
        self.w
    }
}
#[doc = "Reader of field `F2_EN`"]
pub type F2_EN_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `F2_EN`"]
pub struct F2_EN_W<'a> {
    w: &'a mut W,
}
impl<'a> F2_EN_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 << 2)) | (((value as u32) & 0x01) << 2);
        self.w
    }
}
#[doc = "Reader of field `F1_EN`"]
pub type F1_EN_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `F1_EN`"]
pub struct F1_EN_W<'a> {
    w: &'a mut W,
}
impl<'a> F1_EN_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 `F0_EN`"]
pub type F0_EN_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `F0_EN`"]
pub struct F0_EN_W<'a> {
    w: &'a mut W,
}
impl<'a> F0_EN_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 = "Bit 8"]
    #[inline(always)]
    pub fn event_f2(&self) -> EVENT_F2_R {
        EVENT_F2_R::new(((self.bits >> 8) & 0x01) != 0)
    }
    #[doc = "Bit 7"]
    #[inline(always)]
    pub fn event_f1(&self) -> EVENT_F1_R {
        EVENT_F1_R::new(((self.bits >> 7) & 0x01) != 0)
    }
    #[doc = "Bit 6"]
    #[inline(always)]
    pub fn event_f0(&self) -> EVENT_F0_R {
        EVENT_F0_R::new(((self.bits >> 6) & 0x01) != 0)
    }
    #[doc = "Bit 5"]
    #[inline(always)]
    pub fn f2_pole(&self) -> F2_POLE_R {
        F2_POLE_R::new(((self.bits >> 5) & 0x01) != 0)
    }
    #[doc = "Bit 4"]
    #[inline(always)]
    pub fn f1_pole(&self) -> F1_POLE_R {
        F1_POLE_R::new(((self.bits >> 4) & 0x01) != 0)
    }
    #[doc = "Bit 3"]
    #[inline(always)]
    pub fn f0_pole(&self) -> F0_POLE_R {
        F0_POLE_R::new(((self.bits >> 3) & 0x01) != 0)
    }
    #[doc = "Bit 2"]
    #[inline(always)]
    pub fn f2_en(&self) -> F2_EN_R {
        F2_EN_R::new(((self.bits >> 2) & 0x01) != 0)
    }
    #[doc = "Bit 1"]
    #[inline(always)]
    pub fn f1_en(&self) -> F1_EN_R {
        F1_EN_R::new(((self.bits >> 1) & 0x01) != 0)
    }
    #[doc = "Bit 0"]
    #[inline(always)]
    pub fn f0_en(&self) -> F0_EN_R {
        F0_EN_R::new((self.bits & 0x01) != 0)
    }
}
impl W {
    #[doc = "Bit 8"]
    #[inline(always)]
    pub fn event_f2(&mut self) -> EVENT_F2_W {
        EVENT_F2_W { w: self }
    }
    #[doc = "Bit 7"]
    #[inline(always)]
    pub fn event_f1(&mut self) -> EVENT_F1_W {
        EVENT_F1_W { w: self }
    }
    #[doc = "Bit 6"]
    #[inline(always)]
    pub fn event_f0(&mut self) -> EVENT_F0_W {
        EVENT_F0_W { w: self }
    }
    #[doc = "Bit 5"]
    #[inline(always)]
    pub fn f2_pole(&mut self) -> F2_POLE_W {
        F2_POLE_W { w: self }
    }
    #[doc = "Bit 4"]
    #[inline(always)]
    pub fn f1_pole(&mut self) -> F1_POLE_W {
        F1_POLE_W { w: self }
    }
    #[doc = "Bit 3"]
    #[inline(always)]
    pub fn f0_pole(&mut self) -> F0_POLE_W {
        F0_POLE_W { w: self }
    }
    #[doc = "Bit 2"]
    #[inline(always)]
    pub fn f2_en(&mut self) -> F2_EN_W {
        F2_EN_W { w: self }
    }
    #[doc = "Bit 1"]
    #[inline(always)]
    pub fn f1_en(&mut self) -> F1_EN_W {
        F1_EN_W { w: self }
    }
    #[doc = "Bit 0"]
    #[inline(always)]
    pub fn f0_en(&mut self) -> F0_EN_W {
        F0_EN_W { w: self }
    }
}