cyt4dn_b 0.0.1

Peripheral access crate for cyt4dn_b T2G family
Documentation
#[doc = "Register `CLK_ECO_CONFIG2` reader"]
pub struct R(crate::R<CLK_ECO_CONFIG2_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<CLK_ECO_CONFIG2_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<CLK_ECO_CONFIG2_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<CLK_ECO_CONFIG2_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `CLK_ECO_CONFIG2` writer"]
pub struct W(crate::W<CLK_ECO_CONFIG2_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<CLK_ECO_CONFIG2_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl core::ops::DerefMut for W {
    #[inline(always)]
    fn deref_mut(&mut self) -> &mut Self::Target {
        &mut self.0
    }
}
impl From<crate::W<CLK_ECO_CONFIG2_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<CLK_ECO_CONFIG2_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `WDTRIM` reader - Watch Dog Trim. Sets the minimum oscillation amplitude (Vp) for the crystal drive level. The minimum amplitude detector output is readable in CLK_ECO_STATUS.ECO_OK. 0x0: Vp > 0.05V 0x1: Vp > 0.10V 0x2: Vp > 0.15V 0x3: Vp > 0.20V 0x4: Vp > 0.25V 0x5: Vp > 0.30V 0x6: Vp > 0.35V 0x7: Vp > 0.40V"]
pub type WDTRIM_R = crate::FieldReader<u8, u8>;
#[doc = "Field `WDTRIM` writer - Watch Dog Trim. Sets the minimum oscillation amplitude (Vp) for the crystal drive level. The minimum amplitude detector output is readable in CLK_ECO_STATUS.ECO_OK. 0x0: Vp > 0.05V 0x1: Vp > 0.10V 0x2: Vp > 0.15V 0x3: Vp > 0.20V 0x4: Vp > 0.25V 0x5: Vp > 0.30V 0x6: Vp > 0.35V 0x7: Vp > 0.40V"]
pub type WDTRIM_W<'a, const O: u8> =
    crate::FieldWriter<'a, u32, CLK_ECO_CONFIG2_SPEC, u8, u8, 3, O>;
#[doc = "Field `ATRIM` reader - Amplitude trim. Sets maximum oscillation amplitude (Vp) to set the crystal drive level when ECO_CONFIG.AGC_EN=1. When AGC_EN=0, most values of this register are unused, except as noted. WARNING: use care when setting this field because driving a crystal beyond its rated limit can permanently damage the crystal. 0x0: Vp &lt; 0.35V 0x1: Vp &lt; 0.40V 0x2: Vp &lt; 0.45V 0x3: Vp &lt; 0.50V 0x4: Vp &lt; 0.55V 0x5: Vp &lt; 0.60V 0x6: Vp &lt; 0.65V 0x7: Vp &lt; 0.70V 0x8: Vp &lt; 0.75V 0x9: Vp &lt; 0.80V 0xA: Vp &lt; 0.85V 0xB: Vp &lt; 0.90V 0xC: Vp &lt; 0.95V 0xD: Vp &lt; 1.00V 0xE: Vp &lt; 1.05V 0xF: Vp &lt; 1.10V when AGC_EN=1. When AGC_EN=0, this setting enables maximum swing between vddd and vssd."]
pub type ATRIM_R = crate::FieldReader<u8, u8>;
#[doc = "Field `ATRIM` writer - Amplitude trim. Sets maximum oscillation amplitude (Vp) to set the crystal drive level when ECO_CONFIG.AGC_EN=1. When AGC_EN=0, most values of this register are unused, except as noted. WARNING: use care when setting this field because driving a crystal beyond its rated limit can permanently damage the crystal. 0x0: Vp &lt; 0.35V 0x1: Vp &lt; 0.40V 0x2: Vp &lt; 0.45V 0x3: Vp &lt; 0.50V 0x4: Vp &lt; 0.55V 0x5: Vp &lt; 0.60V 0x6: Vp &lt; 0.65V 0x7: Vp &lt; 0.70V 0x8: Vp &lt; 0.75V 0x9: Vp &lt; 0.80V 0xA: Vp &lt; 0.85V 0xB: Vp &lt; 0.90V 0xC: Vp &lt; 0.95V 0xD: Vp &lt; 1.00V 0xE: Vp &lt; 1.05V 0xF: Vp &lt; 1.10V when AGC_EN=1. When AGC_EN=0, this setting enables maximum swing between vddd and vssd."]
pub type ATRIM_W<'a, const O: u8> = crate::FieldWriter<'a, u32, CLK_ECO_CONFIG2_SPEC, u8, u8, 4, O>;
#[doc = "Field `FTRIM` reader - Filter Trim - 3rd harmonic oscillation"]
pub type FTRIM_R = crate::FieldReader<u8, u8>;
#[doc = "Field `FTRIM` writer - Filter Trim - 3rd harmonic oscillation"]
pub type FTRIM_W<'a, const O: u8> = crate::FieldWriter<'a, u32, CLK_ECO_CONFIG2_SPEC, u8, u8, 2, O>;
#[doc = "Field `RTRIM` reader - Feedback resistor Trim"]
pub type RTRIM_R = crate::FieldReader<u8, u8>;
#[doc = "Field `RTRIM` writer - Feedback resistor Trim"]
pub type RTRIM_W<'a, const O: u8> = crate::FieldWriter<'a, u32, CLK_ECO_CONFIG2_SPEC, u8, u8, 2, O>;
#[doc = "Field `GTRIM` reader - Gain Trim - Startup time."]
pub type GTRIM_R = crate::FieldReader<u8, u8>;
#[doc = "Field `GTRIM` writer - Gain Trim - Startup time."]
pub type GTRIM_W<'a, const O: u8> = crate::FieldWriter<'a, u32, CLK_ECO_CONFIG2_SPEC, u8, u8, 3, O>;
impl R {
    #[doc = "Bits 0:2 - Watch Dog Trim. Sets the minimum oscillation amplitude (Vp) for the crystal drive level. The minimum amplitude detector output is readable in CLK_ECO_STATUS.ECO_OK. 0x0: Vp > 0.05V 0x1: Vp > 0.10V 0x2: Vp > 0.15V 0x3: Vp > 0.20V 0x4: Vp > 0.25V 0x5: Vp > 0.30V 0x6: Vp > 0.35V 0x7: Vp > 0.40V"]
    #[inline(always)]
    pub fn wdtrim(&self) -> WDTRIM_R {
        WDTRIM_R::new((self.bits & 7) as u8)
    }
    #[doc = "Bits 4:7 - Amplitude trim. Sets maximum oscillation amplitude (Vp) to set the crystal drive level when ECO_CONFIG.AGC_EN=1. When AGC_EN=0, most values of this register are unused, except as noted. WARNING: use care when setting this field because driving a crystal beyond its rated limit can permanently damage the crystal. 0x0: Vp &lt; 0.35V 0x1: Vp &lt; 0.40V 0x2: Vp &lt; 0.45V 0x3: Vp &lt; 0.50V 0x4: Vp &lt; 0.55V 0x5: Vp &lt; 0.60V 0x6: Vp &lt; 0.65V 0x7: Vp &lt; 0.70V 0x8: Vp &lt; 0.75V 0x9: Vp &lt; 0.80V 0xA: Vp &lt; 0.85V 0xB: Vp &lt; 0.90V 0xC: Vp &lt; 0.95V 0xD: Vp &lt; 1.00V 0xE: Vp &lt; 1.05V 0xF: Vp &lt; 1.10V when AGC_EN=1. When AGC_EN=0, this setting enables maximum swing between vddd and vssd."]
    #[inline(always)]
    pub fn atrim(&self) -> ATRIM_R {
        ATRIM_R::new(((self.bits >> 4) & 0x0f) as u8)
    }
    #[doc = "Bits 8:9 - Filter Trim - 3rd harmonic oscillation"]
    #[inline(always)]
    pub fn ftrim(&self) -> FTRIM_R {
        FTRIM_R::new(((self.bits >> 8) & 3) as u8)
    }
    #[doc = "Bits 10:11 - Feedback resistor Trim"]
    #[inline(always)]
    pub fn rtrim(&self) -> RTRIM_R {
        RTRIM_R::new(((self.bits >> 10) & 3) as u8)
    }
    #[doc = "Bits 12:14 - Gain Trim - Startup time."]
    #[inline(always)]
    pub fn gtrim(&self) -> GTRIM_R {
        GTRIM_R::new(((self.bits >> 12) & 7) as u8)
    }
}
impl W {
    #[doc = "Bits 0:2 - Watch Dog Trim. Sets the minimum oscillation amplitude (Vp) for the crystal drive level. The minimum amplitude detector output is readable in CLK_ECO_STATUS.ECO_OK. 0x0: Vp > 0.05V 0x1: Vp > 0.10V 0x2: Vp > 0.15V 0x3: Vp > 0.20V 0x4: Vp > 0.25V 0x5: Vp > 0.30V 0x6: Vp > 0.35V 0x7: Vp > 0.40V"]
    #[inline(always)]
    #[must_use]
    pub fn wdtrim(&mut self) -> WDTRIM_W<0> {
        WDTRIM_W::new(self)
    }
    #[doc = "Bits 4:7 - Amplitude trim. Sets maximum oscillation amplitude (Vp) to set the crystal drive level when ECO_CONFIG.AGC_EN=1. When AGC_EN=0, most values of this register are unused, except as noted. WARNING: use care when setting this field because driving a crystal beyond its rated limit can permanently damage the crystal. 0x0: Vp &lt; 0.35V 0x1: Vp &lt; 0.40V 0x2: Vp &lt; 0.45V 0x3: Vp &lt; 0.50V 0x4: Vp &lt; 0.55V 0x5: Vp &lt; 0.60V 0x6: Vp &lt; 0.65V 0x7: Vp &lt; 0.70V 0x8: Vp &lt; 0.75V 0x9: Vp &lt; 0.80V 0xA: Vp &lt; 0.85V 0xB: Vp &lt; 0.90V 0xC: Vp &lt; 0.95V 0xD: Vp &lt; 1.00V 0xE: Vp &lt; 1.05V 0xF: Vp &lt; 1.10V when AGC_EN=1. When AGC_EN=0, this setting enables maximum swing between vddd and vssd."]
    #[inline(always)]
    #[must_use]
    pub fn atrim(&mut self) -> ATRIM_W<4> {
        ATRIM_W::new(self)
    }
    #[doc = "Bits 8:9 - Filter Trim - 3rd harmonic oscillation"]
    #[inline(always)]
    #[must_use]
    pub fn ftrim(&mut self) -> FTRIM_W<8> {
        FTRIM_W::new(self)
    }
    #[doc = "Bits 10:11 - Feedback resistor Trim"]
    #[inline(always)]
    #[must_use]
    pub fn rtrim(&mut self) -> RTRIM_W<10> {
        RTRIM_W::new(self)
    }
    #[doc = "Bits 12:14 - Gain Trim - Startup time."]
    #[inline(always)]
    #[must_use]
    pub fn gtrim(&mut self) -> GTRIM_W<12> {
        GTRIM_W::new(self)
    }
    #[doc = "Writes raw bits to the register."]
    #[inline(always)]
    pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
        self.0.bits(bits);
        self
    }
}
#[doc = "ECO Configuration Register 2\n\nThis register you can [`read`](crate::generic::Reg::read), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [clk_eco_config2](index.html) module"]
pub struct CLK_ECO_CONFIG2_SPEC;
impl crate::RegisterSpec for CLK_ECO_CONFIG2_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [clk_eco_config2::R](R) reader structure"]
impl crate::Readable for CLK_ECO_CONFIG2_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [clk_eco_config2::W](W) writer structure"]
impl crate::Writable for CLK_ECO_CONFIG2_SPEC {
    type Writer = W;
    const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
    const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
}
#[doc = "`reset()` method sets CLK_ECO_CONFIG2 to value 0x03"]
impl crate::Resettable for CLK_ECO_CONFIG2_SPEC {
    const RESET_VALUE: Self::Ux = 0x03;
}