rp2040_pac/uart0/
uartpcellid3.rs

1#[doc = "Register `UARTPCELLID3` reader"]
2pub type R = crate::R<UARTPCELLID3_SPEC>;
3#[doc = "Field `UARTPCELLID3` reader - These bits read back as 0xB1"]
4pub type UARTPCELLID3_R = crate::FieldReader;
5impl R {
6    #[doc = "Bits 0:7 - These bits read back as 0xB1"]
7    #[inline(always)]
8    pub fn uartpcellid3(&self) -> UARTPCELLID3_R {
9        UARTPCELLID3_R::new((self.bits & 0xff) as u8)
10    }
11}
12#[doc = "UARTPCellID3 Register  
13
14You can [`read`](crate::generic::Reg::read) this register and get [`uartpcellid3::R`](R).  See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
15pub struct UARTPCELLID3_SPEC;
16impl crate::RegisterSpec for UARTPCELLID3_SPEC {
17    type Ux = u32;
18}
19#[doc = "`read()` method returns [`uartpcellid3::R`](R) reader structure"]
20impl crate::Readable for UARTPCELLID3_SPEC {}
21#[doc = "`reset()` method sets UARTPCELLID3 to value 0xb1"]
22impl crate::Resettable for UARTPCELLID3_SPEC {
23    const RESET_VALUE: u32 = 0xb1;
24}