va416xx/src/dma/chnl_pri_alt_set.rs

255 lines
7.2 KiB
Rust

#[doc = "Register `CHNL_PRI_ALT_SET` reader"]
pub struct R(crate::R<CHNL_PRI_ALT_SET_SPEC>);
impl core::ops::Deref for R {
type Target = crate::R<CHNL_PRI_ALT_SET_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl From<crate::R<CHNL_PRI_ALT_SET_SPEC>> for R {
#[inline(always)]
fn from(reader: crate::R<CHNL_PRI_ALT_SET_SPEC>) -> Self {
R(reader)
}
}
#[doc = "Register `CHNL_PRI_ALT_SET` writer"]
pub struct W(crate::W<CHNL_PRI_ALT_SET_SPEC>);
impl core::ops::Deref for W {
type Target = crate::W<CHNL_PRI_ALT_SET_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl core::ops::DerefMut for W {
#[inline(always)]
fn deref_mut(&mut self) -> &mut Self::Target {
&mut self.0
}
}
impl From<crate::W<CHNL_PRI_ALT_SET_SPEC>> for W {
#[inline(always)]
fn from(writer: crate::W<CHNL_PRI_ALT_SET_SPEC>) -> Self {
W(writer)
}
}
#[doc = "Field `CH3` reader - Channel PRI_ALT set"]
pub struct CH3_R(crate::FieldReader<bool, bool>);
impl CH3_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
CH3_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for CH3_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `CH3` writer - Channel PRI_ALT set"]
pub struct CH3_W<'a> {
w: &'a mut W,
}
impl<'a> CH3_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 << 3)) | ((value as u32 & 0x01) << 3);
self.w
}
}
#[doc = "Field `CH2` reader - Channel PRI_ALT set"]
pub struct CH2_R(crate::FieldReader<bool, bool>);
impl CH2_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
CH2_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for CH2_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `CH2` writer - Channel PRI_ALT set"]
pub struct CH2_W<'a> {
w: &'a mut W,
}
impl<'a> CH2_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 u32 & 0x01) << 2);
self.w
}
}
#[doc = "Field `CH1` reader - Channel PRI_ALT set"]
pub struct CH1_R(crate::FieldReader<bool, bool>);
impl CH1_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
CH1_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for CH1_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `CH1` writer - Channel PRI_ALT set"]
pub struct CH1_W<'a> {
w: &'a mut W,
}
impl<'a> CH1_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 u32 & 0x01) << 1);
self.w
}
}
#[doc = "Field `CH0` reader - Channel PRI_ALT set"]
pub struct CH0_R(crate::FieldReader<bool, bool>);
impl CH0_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
CH0_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for CH0_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `CH0` writer - Channel PRI_ALT set"]
pub struct CH0_W<'a> {
w: &'a mut W,
}
impl<'a> CH0_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 u32 & 0x01);
self.w
}
}
impl R {
#[doc = "Bit 3 - Channel PRI_ALT set"]
#[inline(always)]
pub fn ch3(&self) -> CH3_R {
CH3_R::new(((self.bits >> 3) & 0x01) != 0)
}
#[doc = "Bit 2 - Channel PRI_ALT set"]
#[inline(always)]
pub fn ch2(&self) -> CH2_R {
CH2_R::new(((self.bits >> 2) & 0x01) != 0)
}
#[doc = "Bit 1 - Channel PRI_ALT set"]
#[inline(always)]
pub fn ch1(&self) -> CH1_R {
CH1_R::new(((self.bits >> 1) & 0x01) != 0)
}
#[doc = "Bit 0 - Channel PRI_ALT set"]
#[inline(always)]
pub fn ch0(&self) -> CH0_R {
CH0_R::new((self.bits & 0x01) != 0)
}
}
impl W {
#[doc = "Bit 3 - Channel PRI_ALT set"]
#[inline(always)]
pub fn ch3(&mut self) -> CH3_W {
CH3_W { w: self }
}
#[doc = "Bit 2 - Channel PRI_ALT set"]
#[inline(always)]
pub fn ch2(&mut self) -> CH2_W {
CH2_W { w: self }
}
#[doc = "Bit 1 - Channel PRI_ALT set"]
#[inline(always)]
pub fn ch1(&mut self) -> CH1_W {
CH1_W { w: self }
}
#[doc = "Bit 0 - Channel PRI_ALT set"]
#[inline(always)]
pub fn ch0(&mut self) -> CH0_W {
CH0_W { w: self }
}
#[doc = "Writes raw bits to the register."]
#[inline(always)]
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
self.0.bits(bits);
self
}
}
#[doc = "DMA channel primary alternate set\n\nThis register you can [`read`](crate::generic::Reg::read), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [chnl_pri_alt_set](index.html) module"]
pub struct CHNL_PRI_ALT_SET_SPEC;
impl crate::RegisterSpec for CHNL_PRI_ALT_SET_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [chnl_pri_alt_set::R](R) reader structure"]
impl crate::Readable for CHNL_PRI_ALT_SET_SPEC {
type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [chnl_pri_alt_set::W](W) writer structure"]
impl crate::Writable for CHNL_PRI_ALT_SET_SPEC {
type Writer = W;
}
#[doc = "`reset()` method sets CHNL_PRI_ALT_SET to value 0"]
impl crate::Resettable for CHNL_PRI_ALT_SET_SPEC {
#[inline(always)]
fn reset_value() -> Self::Ux {
0
}
}