1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#[doc = "Register `PI_REG_193` reader"]
pub type R = crate::R<PiReg193Spec>;
#[doc = "Field `PI_UPDATE_ERROR_STATUS` reader - Identifies the source of any DFI PI-initiated or PHY-initiated update errors. A value of 1 indicates a timing violation of the associated timing parameter. Bit 5-0: phyupd_resp_error, phyupd_type3_error, phyupd_type2_error, phyupd_type1_error, ctrlupd_max_error, ctrlupd_interval_error."]
pub type PiUpdateErrorStatusR = crate::FieldReader;
impl R {
    #[doc = "Bits 0:6 - Identifies the source of any DFI PI-initiated or PHY-initiated update errors. A value of 1 indicates a timing violation of the associated timing parameter. Bit 5-0: phyupd_resp_error, phyupd_type3_error, phyupd_type2_error, phyupd_type1_error, ctrlupd_max_error, ctrlupd_interval_error."]
    #[inline(always)]
    pub fn pi_update_error_status(&self) -> PiUpdateErrorStatusR {
        PiUpdateErrorStatusR::new((self.bits & 0x7f) as u8)
    }
}
#[doc = "DDR PHY Independent Register 193\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pi_reg_193::R`](R).  See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct PiReg193Spec;
impl crate::RegisterSpec for PiReg193Spec {
    type Ux = u32;
}
#[doc = "`read()` method returns [`pi_reg_193::R`](R) reader structure"]
impl crate::Readable for PiReg193Spec {}
#[doc = "`reset()` method sets PI_REG_193 to value 0"]
impl crate::Resettable for PiReg193Spec {
    const RESET_VALUE: u32 = 0;
}