#[doc = "Reader of register CTRL"]
pub type R = crate::R<u16, super::CTRL>;
#[doc = "Writer for register CTRL"]
pub type W = crate::W<u16, super::CTRL>;
#[doc = "Register CTRL `reset()`'s with value 0"]
impl crate::ResetValue for super::CTRL {
type Type = u16;
#[inline(always)]
fn reset_value() -> Self::Type {
0
}
}
#[doc = "Reader of field `SWRST`"]
pub type SWRST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `SWRST`"]
pub struct SWRST_W<'a> {
w: &'a mut W,
}
impl<'a> SWRST_W<'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 = (self.w.bits & !0x01) | ((value as u16) & 0x01);
self.w
}
}
#[doc = "Reader of field `DMAENABLE`"]
pub type DMAENABLE_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `DMAENABLE`"]
pub struct DMAENABLE_W<'a> {
w: &'a mut W,
}
impl<'a> DMAENABLE_W<'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 = (self.w.bits & !(0x01 << 1)) | (((value as u16) & 0x01) << 1);
self.w
}
}
#[doc = "Reader of field `CRCENABLE`"]
pub type CRCENABLE_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `CRCENABLE`"]
pub struct CRCENABLE_W<'a> {
w: &'a mut W,
}
impl<'a> CRCENABLE_W<'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 = (self.w.bits & !(0x01 << 2)) | (((value as u16) & 0x01) << 2);
self.w
}
}
#[doc = "Reader of field `LVLEN0`"]
pub type LVLEN0_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `LVLEN0`"]
pub struct LVLEN0_W<'a> {
w: &'a mut W,
}
impl<'a> LVLEN0_W<'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 = (self.w.bits & !(0x01 << 8)) | (((value as u16) & 0x01) << 8);
self.w
}
}
#[doc = "Reader of field `LVLEN1`"]
pub type LVLEN1_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `LVLEN1`"]
pub struct LVLEN1_W<'a> {
w: &'a mut W,
}
impl<'a> LVLEN1_W<'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 = (self.w.bits & !(0x01 << 9)) | (((value as u16) & 0x01) << 9);
self.w
}
}
#[doc = "Reader of field `LVLEN2`"]
pub type LVLEN2_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `LVLEN2`"]
pub struct LVLEN2_W<'a> {
w: &'a mut W,
}
impl<'a> LVLEN2_W<'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 = (self.w.bits & !(0x01 << 10)) | (((value as u16) & 0x01) << 10);
self.w
}
}
#[doc = "Reader of field `LVLEN3`"]
pub type LVLEN3_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `LVLEN3`"]
pub struct LVLEN3_W<'a> {
w: &'a mut W,
}
impl<'a> LVLEN3_W<'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 = (self.w.bits & !(0x01 << 11)) | (((value as u16) & 0x01) << 11);
self.w
}
}
impl R {
#[doc = "Bit 0 - Software Reset"]
#[inline(always)]
pub fn swrst(&self) -> SWRST_R {
SWRST_R::new((self.bits & 0x01) != 0)
}
#[doc = "Bit 1 - DMA Enable"]
#[inline(always)]
pub fn dmaenable(&self) -> DMAENABLE_R {
DMAENABLE_R::new(((self.bits >> 1) & 0x01) != 0)
}
#[doc = "Bit 2 - CRC Enable"]
#[inline(always)]
pub fn crcenable(&self) -> CRCENABLE_R {
CRCENABLE_R::new(((self.bits >> 2) & 0x01) != 0)
}
#[doc = "Bit 8 - Priority Level 0 Enable"]
#[inline(always)]
pub fn lvlen0(&self) -> LVLEN0_R {
LVLEN0_R::new(((self.bits >> 8) & 0x01) != 0)
}
#[doc = "Bit 9 - Priority Level 1 Enable"]
#[inline(always)]
pub fn lvlen1(&self) -> LVLEN1_R {
LVLEN1_R::new(((self.bits >> 9) & 0x01) != 0)
}
#[doc = "Bit 10 - Priority Level 2 Enable"]
#[inline(always)]
pub fn lvlen2(&self) -> LVLEN2_R {
LVLEN2_R::new(((self.bits >> 10) & 0x01) != 0)
}
#[doc = "Bit 11 - Priority Level 3 Enable"]
#[inline(always)]
pub fn lvlen3(&self) -> LVLEN3_R {
LVLEN3_R::new(((self.bits >> 11) & 0x01) != 0)
}
}
impl W {
#[doc = "Bit 0 - Software Reset"]
#[inline(always)]
pub fn swrst(&mut self) -> SWRST_W {
SWRST_W { w: self }
}
#[doc = "Bit 1 - DMA Enable"]
#[inline(always)]
pub fn dmaenable(&mut self) -> DMAENABLE_W {
DMAENABLE_W { w: self }
}
#[doc = "Bit 2 - CRC Enable"]
#[inline(always)]
pub fn crcenable(&mut self) -> CRCENABLE_W {
CRCENABLE_W { w: self }
}
#[doc = "Bit 8 - Priority Level 0 Enable"]
#[inline(always)]
pub fn lvlen0(&mut self) -> LVLEN0_W {
LVLEN0_W { w: self }
}
#[doc = "Bit 9 - Priority Level 1 Enable"]
#[inline(always)]
pub fn lvlen1(&mut self) -> LVLEN1_W {
LVLEN1_W { w: self }
}
#[doc = "Bit 10 - Priority Level 2 Enable"]
#[inline(always)]
pub fn lvlen2(&mut self) -> LVLEN2_W {
LVLEN2_W { w: self }
}
#[doc = "Bit 11 - Priority Level 3 Enable"]
#[inline(always)]
pub fn lvlen3(&mut self) -> LVLEN3_W {
LVLEN3_W { w: self }
}
}