#[doc = "Register `tzc_glb_ctrl_1` reader"]
pub struct R(crate::R<TZC_GLB_CTRL_1_SPEC>);
impl core::ops::Deref for R {
type Target = crate::R<TZC_GLB_CTRL_1_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl core::convert::From<crate::R<TZC_GLB_CTRL_1_SPEC>> for R {
fn from(reader: crate::R<TZC_GLB_CTRL_1_SPEC>) -> Self {
R(reader)
}
}
#[doc = "Register `tzc_glb_ctrl_1` writer"]
pub struct W(crate::W<TZC_GLB_CTRL_1_SPEC>);
impl core::ops::Deref for W {
type Target = crate::W<TZC_GLB_CTRL_1_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 core::convert::From<crate::W<TZC_GLB_CTRL_1_SPEC>> for W {
fn from(writer: crate::W<TZC_GLB_CTRL_1_SPEC>) -> Self {
W(writer)
}
}
#[doc = "Field `tzc_glb_swrst_s1f_lock` reader - "]
pub struct TZC_GLB_SWRST_S1F_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S1F_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S1F_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S1F_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s1f_lock` writer - "]
pub struct TZC_GLB_SWRST_S1F_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S1F_LOCK_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 << 31)) | (((value as u32) & 0x01) << 31);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s1e_lock` reader - "]
pub struct TZC_GLB_SWRST_S1E_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S1E_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S1E_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S1E_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s1e_lock` writer - "]
pub struct TZC_GLB_SWRST_S1E_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S1E_LOCK_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 << 30)) | (((value as u32) & 0x01) << 30);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s1d_lock` reader - "]
pub struct TZC_GLB_SWRST_S1D_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S1D_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S1D_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S1D_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s1d_lock` writer - "]
pub struct TZC_GLB_SWRST_S1D_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S1D_LOCK_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 << 29)) | (((value as u32) & 0x01) << 29);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s1c_lock` reader - "]
pub struct TZC_GLB_SWRST_S1C_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S1C_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S1C_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S1C_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s1c_lock` writer - "]
pub struct TZC_GLB_SWRST_S1C_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S1C_LOCK_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 << 28)) | (((value as u32) & 0x01) << 28);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s1b_lock` reader - "]
pub struct TZC_GLB_SWRST_S1B_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S1B_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S1B_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S1B_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s1b_lock` writer - "]
pub struct TZC_GLB_SWRST_S1B_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S1B_LOCK_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 << 27)) | (((value as u32) & 0x01) << 27);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s1a_lock` reader - "]
pub struct TZC_GLB_SWRST_S1A_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S1A_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S1A_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S1A_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s1a_lock` writer - "]
pub struct TZC_GLB_SWRST_S1A_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S1A_LOCK_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 << 26)) | (((value as u32) & 0x01) << 26);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s19_lock` reader - "]
pub struct TZC_GLB_SWRST_S19_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S19_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S19_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S19_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s19_lock` writer - "]
pub struct TZC_GLB_SWRST_S19_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S19_LOCK_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 << 25)) | (((value as u32) & 0x01) << 25);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s18_lock` reader - "]
pub struct TZC_GLB_SWRST_S18_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S18_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S18_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S18_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s18_lock` writer - "]
pub struct TZC_GLB_SWRST_S18_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S18_LOCK_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 << 24)) | (((value as u32) & 0x01) << 24);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s17_lock` reader - "]
pub struct TZC_GLB_SWRST_S17_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S17_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S17_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S17_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s17_lock` writer - "]
pub struct TZC_GLB_SWRST_S17_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S17_LOCK_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 << 23)) | (((value as u32) & 0x01) << 23);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s16_lock` reader - "]
pub struct TZC_GLB_SWRST_S16_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S16_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S16_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S16_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s16_lock` writer - "]
pub struct TZC_GLB_SWRST_S16_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S16_LOCK_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 << 22)) | (((value as u32) & 0x01) << 22);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s15_lock` reader - "]
pub struct TZC_GLB_SWRST_S15_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S15_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S15_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S15_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s15_lock` writer - "]
pub struct TZC_GLB_SWRST_S15_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S15_LOCK_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 << 21)) | (((value as u32) & 0x01) << 21);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s14_lock` reader - "]
pub struct TZC_GLB_SWRST_S14_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S14_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S14_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S14_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s14_lock` writer - "]
pub struct TZC_GLB_SWRST_S14_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S14_LOCK_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 << 20)) | (((value as u32) & 0x01) << 20);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s13_lock` reader - "]
pub struct TZC_GLB_SWRST_S13_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S13_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S13_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S13_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s13_lock` writer - "]
pub struct TZC_GLB_SWRST_S13_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S13_LOCK_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 << 19)) | (((value as u32) & 0x01) << 19);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s12_lock` reader - "]
pub struct TZC_GLB_SWRST_S12_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S12_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S12_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S12_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s12_lock` writer - "]
pub struct TZC_GLB_SWRST_S12_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S12_LOCK_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 << 18)) | (((value as u32) & 0x01) << 18);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s11_lock` reader - "]
pub struct TZC_GLB_SWRST_S11_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S11_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S11_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S11_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s11_lock` writer - "]
pub struct TZC_GLB_SWRST_S11_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S11_LOCK_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 << 17)) | (((value as u32) & 0x01) << 17);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s10_lock` reader - "]
pub struct TZC_GLB_SWRST_S10_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S10_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S10_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S10_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s10_lock` writer - "]
pub struct TZC_GLB_SWRST_S10_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S10_LOCK_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 << 16)) | (((value as u32) & 0x01) << 16);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s2f_lock` reader - "]
pub struct TZC_GLB_SWRST_S2F_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S2F_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S2F_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S2F_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s2f_lock` writer - "]
pub struct TZC_GLB_SWRST_S2F_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S2F_LOCK_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 << 15)) | (((value as u32) & 0x01) << 15);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s2e_lock` reader - "]
pub struct TZC_GLB_SWRST_S2E_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S2E_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S2E_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S2E_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s2e_lock` writer - "]
pub struct TZC_GLB_SWRST_S2E_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S2E_LOCK_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 << 14)) | (((value as u32) & 0x01) << 14);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s2d_lock` reader - "]
pub struct TZC_GLB_SWRST_S2D_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S2D_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S2D_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S2D_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s2d_lock` writer - "]
pub struct TZC_GLB_SWRST_S2D_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S2D_LOCK_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 << 13)) | (((value as u32) & 0x01) << 13);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s2c_lock` reader - "]
pub struct TZC_GLB_SWRST_S2C_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S2C_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S2C_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S2C_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s2c_lock` writer - "]
pub struct TZC_GLB_SWRST_S2C_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S2C_LOCK_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 << 12)) | (((value as u32) & 0x01) << 12);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s2b_lock` reader - "]
pub struct TZC_GLB_SWRST_S2B_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S2B_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S2B_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S2B_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s2b_lock` writer - "]
pub struct TZC_GLB_SWRST_S2B_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S2B_LOCK_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 u32) & 0x01) << 11);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s2a_lock` reader - "]
pub struct TZC_GLB_SWRST_S2A_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S2A_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S2A_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S2A_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s2a_lock` writer - "]
pub struct TZC_GLB_SWRST_S2A_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S2A_LOCK_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 u32) & 0x01) << 10);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s29_lock` reader - "]
pub struct TZC_GLB_SWRST_S29_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S29_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S29_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S29_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s29_lock` writer - "]
pub struct TZC_GLB_SWRST_S29_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S29_LOCK_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 u32) & 0x01) << 9);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s28_lock` reader - "]
pub struct TZC_GLB_SWRST_S28_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S28_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S28_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S28_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s28_lock` writer - "]
pub struct TZC_GLB_SWRST_S28_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S28_LOCK_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 u32) & 0x01) << 8);
self.w
}
}
#[doc = "Field `tzc_glb_swrst_s27_lock` reader - "]
pub struct TZC_GLB_SWRST_S27_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S27_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S27_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S27_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s27_lock` writer - "]
pub struct TZC_GLB_SWRST_S27_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S27_LOCK_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
}
}
#[doc = "Field `tzc_glb_swrst_s26_lock` reader - "]
pub struct TZC_GLB_SWRST_S26_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S26_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S26_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S26_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s26_lock` writer - "]
pub struct TZC_GLB_SWRST_S26_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S26_LOCK_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 = "Field `tzc_glb_swrst_s25_lock` reader - "]
pub struct TZC_GLB_SWRST_S25_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S25_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S25_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S25_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s25_lock` writer - "]
pub struct TZC_GLB_SWRST_S25_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S25_LOCK_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 = "Field `tzc_glb_swrst_s24_lock` reader - "]
pub struct TZC_GLB_SWRST_S24_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S24_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S24_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S24_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s24_lock` writer - "]
pub struct TZC_GLB_SWRST_S24_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S24_LOCK_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 = "Field `tzc_glb_swrst_s23_lock` reader - "]
pub struct TZC_GLB_SWRST_S23_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S23_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S23_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S23_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s23_lock` writer - "]
pub struct TZC_GLB_SWRST_S23_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S23_LOCK_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 `tzc_glb_swrst_s22_lock` reader - "]
pub struct TZC_GLB_SWRST_S22_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S22_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S22_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S22_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s22_lock` writer - "]
pub struct TZC_GLB_SWRST_S22_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S22_LOCK_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 `tzc_glb_swrst_s21_lock` reader - "]
pub struct TZC_GLB_SWRST_S21_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S21_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S21_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S21_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s21_lock` writer - "]
pub struct TZC_GLB_SWRST_S21_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S21_LOCK_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 `tzc_glb_swrst_s20_lock` reader - "]
pub struct TZC_GLB_SWRST_S20_LOCK_R(crate::FieldReader<bool, bool>);
impl TZC_GLB_SWRST_S20_LOCK_R {
pub(crate) fn new(bits: bool) -> Self {
TZC_GLB_SWRST_S20_LOCK_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TZC_GLB_SWRST_S20_LOCK_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `tzc_glb_swrst_s20_lock` writer - "]
pub struct TZC_GLB_SWRST_S20_LOCK_W<'a> {
w: &'a mut W,
}
impl<'a> TZC_GLB_SWRST_S20_LOCK_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 31"]
#[inline(always)]
pub fn tzc_glb_swrst_s1f_lock(&self) -> TZC_GLB_SWRST_S1F_LOCK_R {
TZC_GLB_SWRST_S1F_LOCK_R::new(((self.bits >> 31) & 0x01) != 0)
}
#[doc = "Bit 30"]
#[inline(always)]
pub fn tzc_glb_swrst_s1e_lock(&self) -> TZC_GLB_SWRST_S1E_LOCK_R {
TZC_GLB_SWRST_S1E_LOCK_R::new(((self.bits >> 30) & 0x01) != 0)
}
#[doc = "Bit 29"]
#[inline(always)]
pub fn tzc_glb_swrst_s1d_lock(&self) -> TZC_GLB_SWRST_S1D_LOCK_R {
TZC_GLB_SWRST_S1D_LOCK_R::new(((self.bits >> 29) & 0x01) != 0)
}
#[doc = "Bit 28"]
#[inline(always)]
pub fn tzc_glb_swrst_s1c_lock(&self) -> TZC_GLB_SWRST_S1C_LOCK_R {
TZC_GLB_SWRST_S1C_LOCK_R::new(((self.bits >> 28) & 0x01) != 0)
}
#[doc = "Bit 27"]
#[inline(always)]
pub fn tzc_glb_swrst_s1b_lock(&self) -> TZC_GLB_SWRST_S1B_LOCK_R {
TZC_GLB_SWRST_S1B_LOCK_R::new(((self.bits >> 27) & 0x01) != 0)
}
#[doc = "Bit 26"]
#[inline(always)]
pub fn tzc_glb_swrst_s1a_lock(&self) -> TZC_GLB_SWRST_S1A_LOCK_R {
TZC_GLB_SWRST_S1A_LOCK_R::new(((self.bits >> 26) & 0x01) != 0)
}
#[doc = "Bit 25"]
#[inline(always)]
pub fn tzc_glb_swrst_s19_lock(&self) -> TZC_GLB_SWRST_S19_LOCK_R {
TZC_GLB_SWRST_S19_LOCK_R::new(((self.bits >> 25) & 0x01) != 0)
}
#[doc = "Bit 24"]
#[inline(always)]
pub fn tzc_glb_swrst_s18_lock(&self) -> TZC_GLB_SWRST_S18_LOCK_R {
TZC_GLB_SWRST_S18_LOCK_R::new(((self.bits >> 24) & 0x01) != 0)
}
#[doc = "Bit 23"]
#[inline(always)]
pub fn tzc_glb_swrst_s17_lock(&self) -> TZC_GLB_SWRST_S17_LOCK_R {
TZC_GLB_SWRST_S17_LOCK_R::new(((self.bits >> 23) & 0x01) != 0)
}
#[doc = "Bit 22"]
#[inline(always)]
pub fn tzc_glb_swrst_s16_lock(&self) -> TZC_GLB_SWRST_S16_LOCK_R {
TZC_GLB_SWRST_S16_LOCK_R::new(((self.bits >> 22) & 0x01) != 0)
}
#[doc = "Bit 21"]
#[inline(always)]
pub fn tzc_glb_swrst_s15_lock(&self) -> TZC_GLB_SWRST_S15_LOCK_R {
TZC_GLB_SWRST_S15_LOCK_R::new(((self.bits >> 21) & 0x01) != 0)
}
#[doc = "Bit 20"]
#[inline(always)]
pub fn tzc_glb_swrst_s14_lock(&self) -> TZC_GLB_SWRST_S14_LOCK_R {
TZC_GLB_SWRST_S14_LOCK_R::new(((self.bits >> 20) & 0x01) != 0)
}
#[doc = "Bit 19"]
#[inline(always)]
pub fn tzc_glb_swrst_s13_lock(&self) -> TZC_GLB_SWRST_S13_LOCK_R {
TZC_GLB_SWRST_S13_LOCK_R::new(((self.bits >> 19) & 0x01) != 0)
}
#[doc = "Bit 18"]
#[inline(always)]
pub fn tzc_glb_swrst_s12_lock(&self) -> TZC_GLB_SWRST_S12_LOCK_R {
TZC_GLB_SWRST_S12_LOCK_R::new(((self.bits >> 18) & 0x01) != 0)
}
#[doc = "Bit 17"]
#[inline(always)]
pub fn tzc_glb_swrst_s11_lock(&self) -> TZC_GLB_SWRST_S11_LOCK_R {
TZC_GLB_SWRST_S11_LOCK_R::new(((self.bits >> 17) & 0x01) != 0)
}
#[doc = "Bit 16"]
#[inline(always)]
pub fn tzc_glb_swrst_s10_lock(&self) -> TZC_GLB_SWRST_S10_LOCK_R {
TZC_GLB_SWRST_S10_LOCK_R::new(((self.bits >> 16) & 0x01) != 0)
}
#[doc = "Bit 15"]
#[inline(always)]
pub fn tzc_glb_swrst_s2f_lock(&self) -> TZC_GLB_SWRST_S2F_LOCK_R {
TZC_GLB_SWRST_S2F_LOCK_R::new(((self.bits >> 15) & 0x01) != 0)
}
#[doc = "Bit 14"]
#[inline(always)]
pub fn tzc_glb_swrst_s2e_lock(&self) -> TZC_GLB_SWRST_S2E_LOCK_R {
TZC_GLB_SWRST_S2E_LOCK_R::new(((self.bits >> 14) & 0x01) != 0)
}
#[doc = "Bit 13"]
#[inline(always)]
pub fn tzc_glb_swrst_s2d_lock(&self) -> TZC_GLB_SWRST_S2D_LOCK_R {
TZC_GLB_SWRST_S2D_LOCK_R::new(((self.bits >> 13) & 0x01) != 0)
}
#[doc = "Bit 12"]
#[inline(always)]
pub fn tzc_glb_swrst_s2c_lock(&self) -> TZC_GLB_SWRST_S2C_LOCK_R {
TZC_GLB_SWRST_S2C_LOCK_R::new(((self.bits >> 12) & 0x01) != 0)
}
#[doc = "Bit 11"]
#[inline(always)]
pub fn tzc_glb_swrst_s2b_lock(&self) -> TZC_GLB_SWRST_S2B_LOCK_R {
TZC_GLB_SWRST_S2B_LOCK_R::new(((self.bits >> 11) & 0x01) != 0)
}
#[doc = "Bit 10"]
#[inline(always)]
pub fn tzc_glb_swrst_s2a_lock(&self) -> TZC_GLB_SWRST_S2A_LOCK_R {
TZC_GLB_SWRST_S2A_LOCK_R::new(((self.bits >> 10) & 0x01) != 0)
}
#[doc = "Bit 9"]
#[inline(always)]
pub fn tzc_glb_swrst_s29_lock(&self) -> TZC_GLB_SWRST_S29_LOCK_R {
TZC_GLB_SWRST_S29_LOCK_R::new(((self.bits >> 9) & 0x01) != 0)
}
#[doc = "Bit 8"]
#[inline(always)]
pub fn tzc_glb_swrst_s28_lock(&self) -> TZC_GLB_SWRST_S28_LOCK_R {
TZC_GLB_SWRST_S28_LOCK_R::new(((self.bits >> 8) & 0x01) != 0)
}
#[doc = "Bit 7"]
#[inline(always)]
pub fn tzc_glb_swrst_s27_lock(&self) -> TZC_GLB_SWRST_S27_LOCK_R {
TZC_GLB_SWRST_S27_LOCK_R::new(((self.bits >> 7) & 0x01) != 0)
}
#[doc = "Bit 6"]
#[inline(always)]
pub fn tzc_glb_swrst_s26_lock(&self) -> TZC_GLB_SWRST_S26_LOCK_R {
TZC_GLB_SWRST_S26_LOCK_R::new(((self.bits >> 6) & 0x01) != 0)
}
#[doc = "Bit 5"]
#[inline(always)]
pub fn tzc_glb_swrst_s25_lock(&self) -> TZC_GLB_SWRST_S25_LOCK_R {
TZC_GLB_SWRST_S25_LOCK_R::new(((self.bits >> 5) & 0x01) != 0)
}
#[doc = "Bit 4"]
#[inline(always)]
pub fn tzc_glb_swrst_s24_lock(&self) -> TZC_GLB_SWRST_S24_LOCK_R {
TZC_GLB_SWRST_S24_LOCK_R::new(((self.bits >> 4) & 0x01) != 0)
}
#[doc = "Bit 3"]
#[inline(always)]
pub fn tzc_glb_swrst_s23_lock(&self) -> TZC_GLB_SWRST_S23_LOCK_R {
TZC_GLB_SWRST_S23_LOCK_R::new(((self.bits >> 3) & 0x01) != 0)
}
#[doc = "Bit 2"]
#[inline(always)]
pub fn tzc_glb_swrst_s22_lock(&self) -> TZC_GLB_SWRST_S22_LOCK_R {
TZC_GLB_SWRST_S22_LOCK_R::new(((self.bits >> 2) & 0x01) != 0)
}
#[doc = "Bit 1"]
#[inline(always)]
pub fn tzc_glb_swrst_s21_lock(&self) -> TZC_GLB_SWRST_S21_LOCK_R {
TZC_GLB_SWRST_S21_LOCK_R::new(((self.bits >> 1) & 0x01) != 0)
}
#[doc = "Bit 0"]
#[inline(always)]
pub fn tzc_glb_swrst_s20_lock(&self) -> TZC_GLB_SWRST_S20_LOCK_R {
TZC_GLB_SWRST_S20_LOCK_R::new((self.bits & 0x01) != 0)
}
}
impl W {
#[doc = "Bit 31"]
#[inline(always)]
pub fn tzc_glb_swrst_s1f_lock(&mut self) -> TZC_GLB_SWRST_S1F_LOCK_W {
TZC_GLB_SWRST_S1F_LOCK_W { w: self }
}
#[doc = "Bit 30"]
#[inline(always)]
pub fn tzc_glb_swrst_s1e_lock(&mut self) -> TZC_GLB_SWRST_S1E_LOCK_W {
TZC_GLB_SWRST_S1E_LOCK_W { w: self }
}
#[doc = "Bit 29"]
#[inline(always)]
pub fn tzc_glb_swrst_s1d_lock(&mut self) -> TZC_GLB_SWRST_S1D_LOCK_W {
TZC_GLB_SWRST_S1D_LOCK_W { w: self }
}
#[doc = "Bit 28"]
#[inline(always)]
pub fn tzc_glb_swrst_s1c_lock(&mut self) -> TZC_GLB_SWRST_S1C_LOCK_W {
TZC_GLB_SWRST_S1C_LOCK_W { w: self }
}
#[doc = "Bit 27"]
#[inline(always)]
pub fn tzc_glb_swrst_s1b_lock(&mut self) -> TZC_GLB_SWRST_S1B_LOCK_W {
TZC_GLB_SWRST_S1B_LOCK_W { w: self }
}
#[doc = "Bit 26"]
#[inline(always)]
pub fn tzc_glb_swrst_s1a_lock(&mut self) -> TZC_GLB_SWRST_S1A_LOCK_W {
TZC_GLB_SWRST_S1A_LOCK_W { w: self }
}
#[doc = "Bit 25"]
#[inline(always)]
pub fn tzc_glb_swrst_s19_lock(&mut self) -> TZC_GLB_SWRST_S19_LOCK_W {
TZC_GLB_SWRST_S19_LOCK_W { w: self }
}
#[doc = "Bit 24"]
#[inline(always)]
pub fn tzc_glb_swrst_s18_lock(&mut self) -> TZC_GLB_SWRST_S18_LOCK_W {
TZC_GLB_SWRST_S18_LOCK_W { w: self }
}
#[doc = "Bit 23"]
#[inline(always)]
pub fn tzc_glb_swrst_s17_lock(&mut self) -> TZC_GLB_SWRST_S17_LOCK_W {
TZC_GLB_SWRST_S17_LOCK_W { w: self }
}
#[doc = "Bit 22"]
#[inline(always)]
pub fn tzc_glb_swrst_s16_lock(&mut self) -> TZC_GLB_SWRST_S16_LOCK_W {
TZC_GLB_SWRST_S16_LOCK_W { w: self }
}
#[doc = "Bit 21"]
#[inline(always)]
pub fn tzc_glb_swrst_s15_lock(&mut self) -> TZC_GLB_SWRST_S15_LOCK_W {
TZC_GLB_SWRST_S15_LOCK_W { w: self }
}
#[doc = "Bit 20"]
#[inline(always)]
pub fn tzc_glb_swrst_s14_lock(&mut self) -> TZC_GLB_SWRST_S14_LOCK_W {
TZC_GLB_SWRST_S14_LOCK_W { w: self }
}
#[doc = "Bit 19"]
#[inline(always)]
pub fn tzc_glb_swrst_s13_lock(&mut self) -> TZC_GLB_SWRST_S13_LOCK_W {
TZC_GLB_SWRST_S13_LOCK_W { w: self }
}
#[doc = "Bit 18"]
#[inline(always)]
pub fn tzc_glb_swrst_s12_lock(&mut self) -> TZC_GLB_SWRST_S12_LOCK_W {
TZC_GLB_SWRST_S12_LOCK_W { w: self }
}
#[doc = "Bit 17"]
#[inline(always)]
pub fn tzc_glb_swrst_s11_lock(&mut self) -> TZC_GLB_SWRST_S11_LOCK_W {
TZC_GLB_SWRST_S11_LOCK_W { w: self }
}
#[doc = "Bit 16"]
#[inline(always)]
pub fn tzc_glb_swrst_s10_lock(&mut self) -> TZC_GLB_SWRST_S10_LOCK_W {
TZC_GLB_SWRST_S10_LOCK_W { w: self }
}
#[doc = "Bit 15"]
#[inline(always)]
pub fn tzc_glb_swrst_s2f_lock(&mut self) -> TZC_GLB_SWRST_S2F_LOCK_W {
TZC_GLB_SWRST_S2F_LOCK_W { w: self }
}
#[doc = "Bit 14"]
#[inline(always)]
pub fn tzc_glb_swrst_s2e_lock(&mut self) -> TZC_GLB_SWRST_S2E_LOCK_W {
TZC_GLB_SWRST_S2E_LOCK_W { w: self }
}
#[doc = "Bit 13"]
#[inline(always)]
pub fn tzc_glb_swrst_s2d_lock(&mut self) -> TZC_GLB_SWRST_S2D_LOCK_W {
TZC_GLB_SWRST_S2D_LOCK_W { w: self }
}
#[doc = "Bit 12"]
#[inline(always)]
pub fn tzc_glb_swrst_s2c_lock(&mut self) -> TZC_GLB_SWRST_S2C_LOCK_W {
TZC_GLB_SWRST_S2C_LOCK_W { w: self }
}
#[doc = "Bit 11"]
#[inline(always)]
pub fn tzc_glb_swrst_s2b_lock(&mut self) -> TZC_GLB_SWRST_S2B_LOCK_W {
TZC_GLB_SWRST_S2B_LOCK_W { w: self }
}
#[doc = "Bit 10"]
#[inline(always)]
pub fn tzc_glb_swrst_s2a_lock(&mut self) -> TZC_GLB_SWRST_S2A_LOCK_W {
TZC_GLB_SWRST_S2A_LOCK_W { w: self }
}
#[doc = "Bit 9"]
#[inline(always)]
pub fn tzc_glb_swrst_s29_lock(&mut self) -> TZC_GLB_SWRST_S29_LOCK_W {
TZC_GLB_SWRST_S29_LOCK_W { w: self }
}
#[doc = "Bit 8"]
#[inline(always)]
pub fn tzc_glb_swrst_s28_lock(&mut self) -> TZC_GLB_SWRST_S28_LOCK_W {
TZC_GLB_SWRST_S28_LOCK_W { w: self }
}
#[doc = "Bit 7"]
#[inline(always)]
pub fn tzc_glb_swrst_s27_lock(&mut self) -> TZC_GLB_SWRST_S27_LOCK_W {
TZC_GLB_SWRST_S27_LOCK_W { w: self }
}
#[doc = "Bit 6"]
#[inline(always)]
pub fn tzc_glb_swrst_s26_lock(&mut self) -> TZC_GLB_SWRST_S26_LOCK_W {
TZC_GLB_SWRST_S26_LOCK_W { w: self }
}
#[doc = "Bit 5"]
#[inline(always)]
pub fn tzc_glb_swrst_s25_lock(&mut self) -> TZC_GLB_SWRST_S25_LOCK_W {
TZC_GLB_SWRST_S25_LOCK_W { w: self }
}
#[doc = "Bit 4"]
#[inline(always)]
pub fn tzc_glb_swrst_s24_lock(&mut self) -> TZC_GLB_SWRST_S24_LOCK_W {
TZC_GLB_SWRST_S24_LOCK_W { w: self }
}
#[doc = "Bit 3"]
#[inline(always)]
pub fn tzc_glb_swrst_s23_lock(&mut self) -> TZC_GLB_SWRST_S23_LOCK_W {
TZC_GLB_SWRST_S23_LOCK_W { w: self }
}
#[doc = "Bit 2"]
#[inline(always)]
pub fn tzc_glb_swrst_s22_lock(&mut self) -> TZC_GLB_SWRST_S22_LOCK_W {
TZC_GLB_SWRST_S22_LOCK_W { w: self }
}
#[doc = "Bit 1"]
#[inline(always)]
pub fn tzc_glb_swrst_s21_lock(&mut self) -> TZC_GLB_SWRST_S21_LOCK_W {
TZC_GLB_SWRST_S21_LOCK_W { w: self }
}
#[doc = "Bit 0"]
#[inline(always)]
pub fn tzc_glb_swrst_s20_lock(&mut self) -> TZC_GLB_SWRST_S20_LOCK_W {
TZC_GLB_SWRST_S20_LOCK_W { w: self }
}
#[doc = "Writes raw bits to the register."]
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
self.0.bits(bits);
self
}
}
#[doc = "tzc_glb_ctrl_1.\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 [tzc_glb_ctrl_1](index.html) module"]
pub struct TZC_GLB_CTRL_1_SPEC;
impl crate::RegisterSpec for TZC_GLB_CTRL_1_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [tzc_glb_ctrl_1::R](R) reader structure"]
impl crate::Readable for TZC_GLB_CTRL_1_SPEC {
type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [tzc_glb_ctrl_1::W](W) writer structure"]
impl crate::Writable for TZC_GLB_CTRL_1_SPEC {
type Writer = W;
}
#[doc = "`reset()` method sets tzc_glb_ctrl_1 to value 0"]
impl crate::Resettable for TZC_GLB_CTRL_1_SPEC {
#[inline(always)]
fn reset_value() -> Self::Ux {
0
}
}