cc2650/flash/fcfg_b1_ssize1.rs
1#[doc = r" Value read from the register"]
2pub struct R {
3 bits: u32,
4}
5impl super::FCFG_B1_SSIZE1 {
6 #[doc = r" Reads the contents of the register"]
7 #[inline]
8 pub fn read(&self) -> R {
9 R { bits: self.register.get() }
10 }
11}
12impl R {
13 #[doc = r" Value of the register as raw bits"]
14 #[inline]
15 pub fn bits(&self) -> u32 {
16 self.bits
17 }
18}