#[doc = "Reader of register PRESETCTRL1"]
pub type R = crate::R<u32, super::PRESETCTRL1>;
#[doc = "Writer for register PRESETCTRL1"]
pub type W = crate::W<u32, super::PRESETCTRL1>;
#[doc = "Register PRESETCTRL1 `reset()`'s with value 0"]
impl crate::ResetValue for super::PRESETCTRL1 {
type Type = u32;
#[inline(always)]
fn reset_value() -> Self::Type {
0
}
}
#[doc = "Reader of field `MRT_RST`"]
pub type MRT_RST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `MRT_RST`"]
pub struct MRT_RST_W<'a> {
w: &'a mut W,
}
impl<'a> MRT_RST_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 `SCT0_RST`"]
pub type SCT0_RST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `SCT0_RST`"]
pub struct SCT0_RST_W<'a> {
w: &'a mut W,
}
impl<'a> SCT0_RST_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 `MCAN0_RST`"]
pub type MCAN0_RST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `MCAN0_RST`"]
pub struct MCAN0_RST_W<'a> {
w: &'a mut W,
}
impl<'a> MCAN0_RST_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 = "Reader of field `MCAN1_RST`"]
pub type MCAN1_RST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `MCAN1_RST`"]
pub struct MCAN1_RST_W<'a> {
w: &'a mut W,
}
impl<'a> MCAN1_RST_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 = "Reader of field `UTICK_RST`"]
pub type UTICK_RST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `UTICK_RST`"]
pub struct UTICK_RST_W<'a> {
w: &'a mut W,
}
impl<'a> UTICK_RST_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 = "Reader of field `FC0_RST`"]
pub type FC0_RST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `FC0_RST`"]
pub struct FC0_RST_W<'a> {
w: &'a mut W,
}
impl<'a> FC0_RST_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 = "Reader of field `FC1_RST`"]
pub type FC1_RST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `FC1_RST`"]
pub struct FC1_RST_W<'a> {
w: &'a mut W,
}
impl<'a> FC1_RST_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 = "Reader of field `FC2_RST`"]
pub type FC2_RST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `FC2_RST`"]
pub struct FC2_RST_W<'a> {
w: &'a mut W,
}
impl<'a> FC2_RST_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 = "Reader of field `FC3_RST`"]
pub type FC3_RST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `FC3_RST`"]
pub struct FC3_RST_W<'a> {
w: &'a mut W,
}
impl<'a> FC3_RST_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 = "Reader of field `FC4_RST`"]
pub type FC4_RST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `FC4_RST`"]
pub struct FC4_RST_W<'a> {
w: &'a mut W,
}
impl<'a> FC4_RST_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 = "Reader of field `FC5_RST`"]
pub type FC5_RST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `FC5_RST`"]
pub struct FC5_RST_W<'a> {
w: &'a mut W,
}
impl<'a> FC5_RST_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 = "Reader of field `FC6_RST`"]
pub type FC6_RST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `FC6_RST`"]
pub struct FC6_RST_W<'a> {
w: &'a mut W,
}
impl<'a> FC6_RST_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 = "Reader of field `FC7_RST`"]
pub type FC7_RST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `FC7_RST`"]
pub struct FC7_RST_W<'a> {
w: &'a mut W,
}
impl<'a> FC7_RST_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 = "Reader of field `DMIC_RST`"]
pub type DMIC_RST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `DMIC_RST`"]
pub struct DMIC_RST_W<'a> {
w: &'a mut W,
}
impl<'a> DMIC_RST_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 = "Reader of field `CTIMER2_RST`"]
pub type CTIMER2_RST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `CTIMER2_RST`"]
pub struct CTIMER2_RST_W<'a> {
w: &'a mut W,
}
impl<'a> CTIMER2_RST_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 = "Reader of field `USB0D_RST`"]
pub type USB0D_RST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `USB0D_RST`"]
pub struct USB0D_RST_W<'a> {
w: &'a mut W,
}
impl<'a> USB0D_RST_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 = "Reader of field `CTIMER0_RST`"]
pub type CTIMER0_RST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `CTIMER0_RST`"]
pub struct CTIMER0_RST_W<'a> {
w: &'a mut W,
}
impl<'a> CTIMER0_RST_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 = "Reader of field `CTIMER1_RST`"]
pub type CTIMER1_RST_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `CTIMER1_RST`"]
pub struct CTIMER1_RST_W<'a> {
w: &'a mut W,
}
impl<'a> CTIMER1_RST_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
}
}
impl R {
#[doc = "Bit 0 - Multi-rate timer (MRT) reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn mrt_rst(&self) -> MRT_RST_R {
MRT_RST_R::new((self.bits & 0x01) != 0)
}
#[doc = "Bit 2 - State configurable timer 0 (SCT0) reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn sct0_rst(&self) -> SCT0_RST_R {
SCT0_RST_R::new(((self.bits >> 2) & 0x01) != 0)
}
#[doc = "Bit 7 - 0 = Clear reset to this function."]
#[inline(always)]
pub fn mcan0_rst(&self) -> MCAN0_RST_R {
MCAN0_RST_R::new(((self.bits >> 7) & 0x01) != 0)
}
#[doc = "Bit 8 - 0 = Clear reset to this function."]
#[inline(always)]
pub fn mcan1_rst(&self) -> MCAN1_RST_R {
MCAN1_RST_R::new(((self.bits >> 8) & 0x01) != 0)
}
#[doc = "Bit 10 - Micro-tick Timer reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn utick_rst(&self) -> UTICK_RST_R {
UTICK_RST_R::new(((self.bits >> 10) & 0x01) != 0)
}
#[doc = "Bit 11 - Flexcomm 0 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn fc0_rst(&self) -> FC0_RST_R {
FC0_RST_R::new(((self.bits >> 11) & 0x01) != 0)
}
#[doc = "Bit 12 - Flexcomm 1 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn fc1_rst(&self) -> FC1_RST_R {
FC1_RST_R::new(((self.bits >> 12) & 0x01) != 0)
}
#[doc = "Bit 13 - Flexcomm 2 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn fc2_rst(&self) -> FC2_RST_R {
FC2_RST_R::new(((self.bits >> 13) & 0x01) != 0)
}
#[doc = "Bit 14 - Flexcomm 3 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn fc3_rst(&self) -> FC3_RST_R {
FC3_RST_R::new(((self.bits >> 14) & 0x01) != 0)
}
#[doc = "Bit 15 - Flexcomm 4 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn fc4_rst(&self) -> FC4_RST_R {
FC4_RST_R::new(((self.bits >> 15) & 0x01) != 0)
}
#[doc = "Bit 16 - Flexcomm 5 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn fc5_rst(&self) -> FC5_RST_R {
FC5_RST_R::new(((self.bits >> 16) & 0x01) != 0)
}
#[doc = "Bit 17 - Flexcomm 6 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn fc6_rst(&self) -> FC6_RST_R {
FC6_RST_R::new(((self.bits >> 17) & 0x01) != 0)
}
#[doc = "Bit 18 - Flexcomm 7 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn fc7_rst(&self) -> FC7_RST_R {
FC7_RST_R::new(((self.bits >> 18) & 0x01) != 0)
}
#[doc = "Bit 19 - Digital microphone interface reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn dmic_rst(&self) -> DMIC_RST_R {
DMIC_RST_R::new(((self.bits >> 19) & 0x01) != 0)
}
#[doc = "Bit 22 - CTIMER2 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function"]
#[inline(always)]
pub fn ctimer2_rst(&self) -> CTIMER2_RST_R {
CTIMER2_RST_R::new(((self.bits >> 22) & 0x01) != 0)
}
#[doc = "Bit 25 - USB0 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn usb0d_rst(&self) -> USB0D_RST_R {
USB0D_RST_R::new(((self.bits >> 25) & 0x01) != 0)
}
#[doc = "Bit 26 - CTIMER0 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn ctimer0_rst(&self) -> CTIMER0_RST_R {
CTIMER0_RST_R::new(((self.bits >> 26) & 0x01) != 0)
}
#[doc = "Bit 27 - CTIMER1 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn ctimer1_rst(&self) -> CTIMER1_RST_R {
CTIMER1_RST_R::new(((self.bits >> 27) & 0x01) != 0)
}
}
impl W {
#[doc = "Bit 0 - Multi-rate timer (MRT) reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn mrt_rst(&mut self) -> MRT_RST_W {
MRT_RST_W { w: self }
}
#[doc = "Bit 2 - State configurable timer 0 (SCT0) reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn sct0_rst(&mut self) -> SCT0_RST_W {
SCT0_RST_W { w: self }
}
#[doc = "Bit 7 - 0 = Clear reset to this function."]
#[inline(always)]
pub fn mcan0_rst(&mut self) -> MCAN0_RST_W {
MCAN0_RST_W { w: self }
}
#[doc = "Bit 8 - 0 = Clear reset to this function."]
#[inline(always)]
pub fn mcan1_rst(&mut self) -> MCAN1_RST_W {
MCAN1_RST_W { w: self }
}
#[doc = "Bit 10 - Micro-tick Timer reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn utick_rst(&mut self) -> UTICK_RST_W {
UTICK_RST_W { w: self }
}
#[doc = "Bit 11 - Flexcomm 0 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn fc0_rst(&mut self) -> FC0_RST_W {
FC0_RST_W { w: self }
}
#[doc = "Bit 12 - Flexcomm 1 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn fc1_rst(&mut self) -> FC1_RST_W {
FC1_RST_W { w: self }
}
#[doc = "Bit 13 - Flexcomm 2 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn fc2_rst(&mut self) -> FC2_RST_W {
FC2_RST_W { w: self }
}
#[doc = "Bit 14 - Flexcomm 3 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn fc3_rst(&mut self) -> FC3_RST_W {
FC3_RST_W { w: self }
}
#[doc = "Bit 15 - Flexcomm 4 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn fc4_rst(&mut self) -> FC4_RST_W {
FC4_RST_W { w: self }
}
#[doc = "Bit 16 - Flexcomm 5 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn fc5_rst(&mut self) -> FC5_RST_W {
FC5_RST_W { w: self }
}
#[doc = "Bit 17 - Flexcomm 6 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn fc6_rst(&mut self) -> FC6_RST_W {
FC6_RST_W { w: self }
}
#[doc = "Bit 18 - Flexcomm 7 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn fc7_rst(&mut self) -> FC7_RST_W {
FC7_RST_W { w: self }
}
#[doc = "Bit 19 - Digital microphone interface reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn dmic_rst(&mut self) -> DMIC_RST_W {
DMIC_RST_W { w: self }
}
#[doc = "Bit 22 - CTIMER2 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function"]
#[inline(always)]
pub fn ctimer2_rst(&mut self) -> CTIMER2_RST_W {
CTIMER2_RST_W { w: self }
}
#[doc = "Bit 25 - USB0 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn usb0d_rst(&mut self) -> USB0D_RST_W {
USB0D_RST_W { w: self }
}
#[doc = "Bit 26 - CTIMER0 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn ctimer0_rst(&mut self) -> CTIMER0_RST_W {
CTIMER0_RST_W { w: self }
}
#[doc = "Bit 27 - CTIMER1 reset control. 0 = Clear reset to this function. 1 = Assert reset to this function."]
#[inline(always)]
pub fn ctimer1_rst(&mut self) -> CTIMER1_RST_W {
CTIMER1_RST_W { w: self }
}
}