#[doc = r"Value read from the register"]
pub struct R {
bits: u32,
}
#[doc = r"Value to write to the register"]
pub struct W {
bits: u32,
}
impl super::DR {
#[doc = r"Modifies the contents of the register"]
#[inline(always)]
pub fn modify<F>(&self, f: F)
where
for<'w> F: FnOnce(&R, &'w mut W) -> &'w mut W,
{
let bits = self.register.get();
self.register.set(f(&R { bits }, &mut W { bits }).bits);
}
#[doc = r"Reads the contents of the register"]
#[inline(always)]
pub fn read(&self) -> R {
R {
bits: self.register.get(),
}
}
#[doc = r"Writes to the register"]
#[inline(always)]
pub fn write<F>(&self, f: F)
where
F: FnOnce(&mut W) -> &mut W,
{
self.register.set(
f(&mut W {
bits: Self::reset_value(),
})
.bits,
);
}
#[doc = r"Reset value of the register"]
#[inline(always)]
pub const fn reset_value() -> u32 {
0x2101
}
#[doc = r"Writes the reset value to the register"]
#[inline(always)]
pub fn reset(&self) {
self.register.set(Self::reset_value())
}
}
#[doc = r"Value of the field"]
pub struct YTR {
bits: u8,
}
impl YTR {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bits(&self) -> u8 {
self.bits
}
}
#[doc = r"Proxy"]
pub struct _YTW<'a> {
w: &'a mut W,
}
impl<'a> _YTW<'a> {
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub unsafe fn bits(self, value: u8) -> &'a mut W {
self.w.bits &= !(0x0f << 20);
self.w.bits |= ((value as u32) & 0x0f) << 20;
self.w
}
}
#[doc = r"Value of the field"]
pub struct YUR {
bits: u8,
}
impl YUR {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bits(&self) -> u8 {
self.bits
}
}
#[doc = r"Proxy"]
pub struct _YUW<'a> {
w: &'a mut W,
}
impl<'a> _YUW<'a> {
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub unsafe fn bits(self, value: u8) -> &'a mut W {
self.w.bits &= !(0x0f << 16);
self.w.bits |= ((value as u32) & 0x0f) << 16;
self.w
}
}
#[doc = r"Value of the field"]
pub struct WDUR {
bits: u8,
}
impl WDUR {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bits(&self) -> u8 {
self.bits
}
}
#[doc = r"Proxy"]
pub struct _WDUW<'a> {
w: &'a mut W,
}
impl<'a> _WDUW<'a> {
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub unsafe fn bits(self, value: u8) -> &'a mut W {
self.w.bits &= !(0x07 << 13);
self.w.bits |= ((value as u32) & 0x07) << 13;
self.w
}
}
#[doc = r"Value of the field"]
pub struct MTR {
bits: bool,
}
impl MTR {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _MTW<'a> {
w: &'a mut W,
}
impl<'a> _MTW<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 12);
self.w.bits |= ((value as u32) & 0x01) << 12;
self.w
}
}
#[doc = r"Value of the field"]
pub struct MUR {
bits: u8,
}
impl MUR {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bits(&self) -> u8 {
self.bits
}
}
#[doc = r"Proxy"]
pub struct _MUW<'a> {
w: &'a mut W,
}
impl<'a> _MUW<'a> {
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub unsafe fn bits(self, value: u8) -> &'a mut W {
self.w.bits &= !(0x0f << 8);
self.w.bits |= ((value as u32) & 0x0f) << 8;
self.w
}
}
#[doc = r"Value of the field"]
pub struct DTR {
bits: u8,
}
impl DTR {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bits(&self) -> u8 {
self.bits
}
}
#[doc = r"Proxy"]
pub struct _DTW<'a> {
w: &'a mut W,
}
impl<'a> _DTW<'a> {
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub unsafe fn bits(self, value: u8) -> &'a mut W {
self.w.bits &= !(0x03 << 4);
self.w.bits |= ((value as u32) & 0x03) << 4;
self.w
}
}
#[doc = r"Value of the field"]
pub struct DUR {
bits: u8,
}
impl DUR {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bits(&self) -> u8 {
self.bits
}
}
#[doc = r"Proxy"]
pub struct _DUW<'a> {
w: &'a mut W,
}
impl<'a> _DUW<'a> {
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub unsafe fn bits(self, value: u8) -> &'a mut W {
self.w.bits &= !(0x0f << 0);
self.w.bits |= ((value as u32) & 0x0f) << 0;
self.w
}
}
impl R {
#[doc = r"Value of the register as raw bits"]
#[inline(always)]
pub fn bits(&self) -> u32 {
self.bits
}
#[doc = "Bits 20:23 - Year tens in BCD format"]
#[inline(always)]
pub fn yt(&self) -> YTR {
let bits = ((self.bits >> 20) & 0x0f) as u8;
YTR { bits }
}
#[doc = "Bits 16:19 - Year units in BCD format"]
#[inline(always)]
pub fn yu(&self) -> YUR {
let bits = ((self.bits >> 16) & 0x0f) as u8;
YUR { bits }
}
#[doc = "Bits 13:15 - Week day units"]
#[inline(always)]
pub fn wdu(&self) -> WDUR {
let bits = ((self.bits >> 13) & 0x07) as u8;
WDUR { bits }
}
#[doc = "Bit 12 - Month tens in BCD format"]
#[inline(always)]
pub fn mt(&self) -> MTR {
let bits = ((self.bits >> 12) & 0x01) != 0;
MTR { bits }
}
#[doc = "Bits 8:11 - Month units in BCD format"]
#[inline(always)]
pub fn mu(&self) -> MUR {
let bits = ((self.bits >> 8) & 0x0f) as u8;
MUR { bits }
}
#[doc = "Bits 4:5 - Date tens in BCD format"]
#[inline(always)]
pub fn dt(&self) -> DTR {
let bits = ((self.bits >> 4) & 0x03) as u8;
DTR { bits }
}
#[doc = "Bits 0:3 - Date units in BCD format"]
#[inline(always)]
pub fn du(&self) -> DUR {
let bits = ((self.bits >> 0) & 0x0f) as u8;
DUR { bits }
}
}
impl W {
#[doc = r"Writes raw bits to the register"]
#[inline(always)]
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
self.bits = bits;
self
}
#[doc = "Bits 20:23 - Year tens in BCD format"]
#[inline(always)]
pub fn yt(&mut self) -> _YTW {
_YTW { w: self }
}
#[doc = "Bits 16:19 - Year units in BCD format"]
#[inline(always)]
pub fn yu(&mut self) -> _YUW {
_YUW { w: self }
}
#[doc = "Bits 13:15 - Week day units"]
#[inline(always)]
pub fn wdu(&mut self) -> _WDUW {
_WDUW { w: self }
}
#[doc = "Bit 12 - Month tens in BCD format"]
#[inline(always)]
pub fn mt(&mut self) -> _MTW {
_MTW { w: self }
}
#[doc = "Bits 8:11 - Month units in BCD format"]
#[inline(always)]
pub fn mu(&mut self) -> _MUW {
_MUW { w: self }
}
#[doc = "Bits 4:5 - Date tens in BCD format"]
#[inline(always)]
pub fn dt(&mut self) -> _DTW {
_DTW { w: self }
}
#[doc = "Bits 0:3 - Date units in BCD format"]
#[inline(always)]
pub fn du(&mut self) -> _DUW {
_DUW { w: self }
}
}