#[doc = "Reader of register NONSECCHAN"]
pub type R = crate::R<u32, super::NONSECCHAN>;
#[doc = "Writer for register NONSECCHAN"]
pub type W = crate::W<u32, super::NONSECCHAN>;
#[doc = "Register NONSECCHAN `reset()`'s with value 0"]
impl crate::ResetValue for super::NONSECCHAN {
type Type = u32;
#[inline(always)]
fn reset_value() -> Self::Type {
0
}
}
#[doc = "Reader of field `CHANNEL0`"]
pub type CHANNEL0_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `CHANNEL0`"]
pub struct CHANNEL0_W<'a> {
w: &'a mut W,
}
impl<'a> CHANNEL0_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
}
}
#[doc = "Reader of field `CHANNEL1`"]
pub type CHANNEL1_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `CHANNEL1`"]
pub struct CHANNEL1_W<'a> {
w: &'a mut W,
}
impl<'a> CHANNEL1_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 = "Reader of field `CHANNEL2`"]
pub type CHANNEL2_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `CHANNEL2`"]
pub struct CHANNEL2_W<'a> {
w: &'a mut W,
}
impl<'a> CHANNEL2_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 = "Reader of field `CHANNEL3`"]
pub type CHANNEL3_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `CHANNEL3`"]
pub struct CHANNEL3_W<'a> {
w: &'a mut W,
}
impl<'a> CHANNEL3_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 = "Reader of field `CHANNEL4`"]
pub type CHANNEL4_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `CHANNEL4`"]
pub struct CHANNEL4_W<'a> {
w: &'a mut W,
}
impl<'a> CHANNEL4_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 << 4)) | (((value as u32) & 0x01) << 4);
self.w
}
}
#[doc = "Reader of field `CHANNEL5`"]
pub type CHANNEL5_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `CHANNEL5`"]
pub struct CHANNEL5_W<'a> {
w: &'a mut W,
}
impl<'a> CHANNEL5_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 << 5)) | (((value as u32) & 0x01) << 5);
self.w
}
}
#[doc = "Reader of field `CHANNEL6`"]
pub type CHANNEL6_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `CHANNEL6`"]
pub struct CHANNEL6_W<'a> {
w: &'a mut W,
}
impl<'a> CHANNEL6_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 << 6)) | (((value as u32) & 0x01) << 6);
self.w
}
}
#[doc = "Reader of field `CHANNEL7`"]
pub type CHANNEL7_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `CHANNEL7`"]
pub struct CHANNEL7_W<'a> {
w: &'a mut W,
}
impl<'a> CHANNEL7_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 << 7)) | (((value as u32) & 0x01) << 7);
self.w
}
}
impl R {
#[doc = "Bit 0 - Non-Secure for Channel 0"]
#[inline(always)]
pub fn channel0(&self) -> CHANNEL0_R {
CHANNEL0_R::new((self.bits & 0x01) != 0)
}
#[doc = "Bit 1 - Non-Secure for Channel 1"]
#[inline(always)]
pub fn channel1(&self) -> CHANNEL1_R {
CHANNEL1_R::new(((self.bits >> 1) & 0x01) != 0)
}
#[doc = "Bit 2 - Non-Secure for Channel 2"]
#[inline(always)]
pub fn channel2(&self) -> CHANNEL2_R {
CHANNEL2_R::new(((self.bits >> 2) & 0x01) != 0)
}
#[doc = "Bit 3 - Non-Secure for Channel 3"]
#[inline(always)]
pub fn channel3(&self) -> CHANNEL3_R {
CHANNEL3_R::new(((self.bits >> 3) & 0x01) != 0)
}
#[doc = "Bit 4 - Non-Secure for Channel 4"]
#[inline(always)]
pub fn channel4(&self) -> CHANNEL4_R {
CHANNEL4_R::new(((self.bits >> 4) & 0x01) != 0)
}
#[doc = "Bit 5 - Non-Secure for Channel 5"]
#[inline(always)]
pub fn channel5(&self) -> CHANNEL5_R {
CHANNEL5_R::new(((self.bits >> 5) & 0x01) != 0)
}
#[doc = "Bit 6 - Non-Secure for Channel 6"]
#[inline(always)]
pub fn channel6(&self) -> CHANNEL6_R {
CHANNEL6_R::new(((self.bits >> 6) & 0x01) != 0)
}
#[doc = "Bit 7 - Non-Secure for Channel 7"]
#[inline(always)]
pub fn channel7(&self) -> CHANNEL7_R {
CHANNEL7_R::new(((self.bits >> 7) & 0x01) != 0)
}
}
impl W {
#[doc = "Bit 0 - Non-Secure for Channel 0"]
#[inline(always)]
pub fn channel0(&mut self) -> CHANNEL0_W {
CHANNEL0_W { w: self }
}
#[doc = "Bit 1 - Non-Secure for Channel 1"]
#[inline(always)]
pub fn channel1(&mut self) -> CHANNEL1_W {
CHANNEL1_W { w: self }
}
#[doc = "Bit 2 - Non-Secure for Channel 2"]
#[inline(always)]
pub fn channel2(&mut self) -> CHANNEL2_W {
CHANNEL2_W { w: self }
}
#[doc = "Bit 3 - Non-Secure for Channel 3"]
#[inline(always)]
pub fn channel3(&mut self) -> CHANNEL3_W {
CHANNEL3_W { w: self }
}
#[doc = "Bit 4 - Non-Secure for Channel 4"]
#[inline(always)]
pub fn channel4(&mut self) -> CHANNEL4_W {
CHANNEL4_W { w: self }
}
#[doc = "Bit 5 - Non-Secure for Channel 5"]
#[inline(always)]
pub fn channel5(&mut self) -> CHANNEL5_W {
CHANNEL5_W { w: self }
}
#[doc = "Bit 6 - Non-Secure for Channel 6"]
#[inline(always)]
pub fn channel6(&mut self) -> CHANNEL6_W {
CHANNEL6_W { w: self }
}
#[doc = "Bit 7 - Non-Secure for Channel 7"]
#[inline(always)]
pub fn channel7(&mut self) -> CHANNEL7_W {
CHANNEL7_W { w: self }
}
}