1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#[doc = "Register `CORE1_DBUS_REJECT_VADDR` reader"]
pub struct R(crate::R<CORE1_DBUS_REJECT_VADDR_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<CORE1_DBUS_REJECT_VADDR_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<CORE1_DBUS_REJECT_VADDR_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<CORE1_DBUS_REJECT_VADDR_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Field `CORE1_DBUS_VADDR` reader - The bits are used to indicate the virtual address of CPU access dbus when authentication fail."]
pub type CORE1_DBUS_VADDR_R = crate::FieldReader<u32, u32>;
impl R {
    #[doc = "Bits 0:31 - The bits are used to indicate the virtual address of CPU access dbus when authentication fail."]
    #[inline(always)]
    pub fn core1_dbus_vaddr(&self) -> CORE1_DBUS_VADDR_R {
        CORE1_DBUS_VADDR_R::new(self.bits)
    }
}
#[doc = "******* Description ***********\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [core1_dbus_reject_vaddr](index.html) module"]
pub struct CORE1_DBUS_REJECT_VADDR_SPEC;
impl crate::RegisterSpec for CORE1_DBUS_REJECT_VADDR_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [core1_dbus_reject_vaddr::R](R) reader structure"]
impl crate::Readable for CORE1_DBUS_REJECT_VADDR_SPEC {
    type Reader = R;
}
#[doc = "`reset()` method sets CORE1_DBUS_REJECT_VADDR to value 0xffff_ffff"]
impl crate::Resettable for CORE1_DBUS_REJECT_VADDR_SPEC {
    const RESET_VALUE: Self::Ux = 0xffff_ffff;
}