#[doc = "Register `CTYPE` reader"]
pub struct R(crate::R<CTYPE_SPEC>);
impl core::ops::Deref for R {
type Target = crate::R<CTYPE_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl From<crate::R<CTYPE_SPEC>> for R {
#[inline(always)]
fn from(reader: crate::R<CTYPE_SPEC>) -> Self {
R(reader)
}
}
#[doc = "Register `CTYPE` writer"]
pub struct W(crate::W<CTYPE_SPEC>);
impl core::ops::Deref for W {
type Target = crate::W<CTYPE_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<CTYPE_SPEC>> for W {
#[inline(always)]
fn from(writer: crate::W<CTYPE_SPEC>) -> Self {
W(writer)
}
}
#[doc = "Field `CARD0_WIDTH0` reader - Indicates if card 0 is 1-bit or 4-bit: 0 - 1-bit mode 1 - 4-bit mode 1 and 4-bit modes only work when 8-bit mode in CARD0_WIDTH1 is not enabled (bit 16 in this register is set to 0)."]
pub struct CARD0_WIDTH0_R(crate::FieldReader<bool, bool>);
impl CARD0_WIDTH0_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
CARD0_WIDTH0_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for CARD0_WIDTH0_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `CARD0_WIDTH0` writer - Indicates if card 0 is 1-bit or 4-bit: 0 - 1-bit mode 1 - 4-bit mode 1 and 4-bit modes only work when 8-bit mode in CARD0_WIDTH1 is not enabled (bit 16 in this register is set to 0)."]
pub struct CARD0_WIDTH0_W<'a> {
w: &'a mut W,
}
impl<'a> CARD0_WIDTH0_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 = "Field `CARD1_WIDTH0` reader - Indicates if card 1 is 1-bit or 4-bit: 0 - 1-bit mode 1 - 4-bit mode 1 and 4-bit modes only work when 8-bit mode in CARD1_WIDTH1 is not enabled (bit 16 in this register is set to 0)."]
pub struct CARD1_WIDTH0_R(crate::FieldReader<bool, bool>);
impl CARD1_WIDTH0_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
CARD1_WIDTH0_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for CARD1_WIDTH0_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `CARD1_WIDTH0` writer - Indicates if card 1 is 1-bit or 4-bit: 0 - 1-bit mode 1 - 4-bit mode 1 and 4-bit modes only work when 8-bit mode in CARD1_WIDTH1 is not enabled (bit 16 in this register is set to 0)."]
pub struct CARD1_WIDTH0_W<'a> {
w: &'a mut W,
}
impl<'a> CARD1_WIDTH0_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 `CARD0_WIDTH1` reader - Indicates if card 0 is 8-bit: 0 - Non 8-bit mode 1 - 8-bit mode."]
pub struct CARD0_WIDTH1_R(crate::FieldReader<bool, bool>);
impl CARD0_WIDTH1_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
CARD0_WIDTH1_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for CARD0_WIDTH1_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `CARD0_WIDTH1` writer - Indicates if card 0 is 8-bit: 0 - Non 8-bit mode 1 - 8-bit mode."]
pub struct CARD0_WIDTH1_W<'a> {
w: &'a mut W,
}
impl<'a> CARD0_WIDTH1_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 `CARD1_WIDTH1` reader - Indicates if card 1 is 8-bit: 0 - Non 8-bit mode 1 - 8-bit mode."]
pub struct CARD1_WIDTH1_R(crate::FieldReader<bool, bool>);
impl CARD1_WIDTH1_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
CARD1_WIDTH1_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for CARD1_WIDTH1_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `CARD1_WIDTH1` writer - Indicates if card 1 is 8-bit: 0 - Non 8-bit mode 1 - 8-bit mode."]
pub struct CARD1_WIDTH1_W<'a> {
w: &'a mut W,
}
impl<'a> CARD1_WIDTH1_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
}
}
impl R {
#[doc = "Bit 0 - Indicates if card 0 is 1-bit or 4-bit: 0 - 1-bit mode 1 - 4-bit mode 1 and 4-bit modes only work when 8-bit mode in CARD0_WIDTH1 is not enabled (bit 16 in this register is set to 0)."]
#[inline(always)]
pub fn card0_width0(&self) -> CARD0_WIDTH0_R {
CARD0_WIDTH0_R::new((self.bits & 0x01) != 0)
}
#[doc = "Bit 1 - Indicates if card 1 is 1-bit or 4-bit: 0 - 1-bit mode 1 - 4-bit mode 1 and 4-bit modes only work when 8-bit mode in CARD1_WIDTH1 is not enabled (bit 16 in this register is set to 0)."]
#[inline(always)]
pub fn card1_width0(&self) -> CARD1_WIDTH0_R {
CARD1_WIDTH0_R::new(((self.bits >> 1) & 0x01) != 0)
}
#[doc = "Bit 16 - Indicates if card 0 is 8-bit: 0 - Non 8-bit mode 1 - 8-bit mode."]
#[inline(always)]
pub fn card0_width1(&self) -> CARD0_WIDTH1_R {
CARD0_WIDTH1_R::new(((self.bits >> 16) & 0x01) != 0)
}
#[doc = "Bit 17 - Indicates if card 1 is 8-bit: 0 - Non 8-bit mode 1 - 8-bit mode."]
#[inline(always)]
pub fn card1_width1(&self) -> CARD1_WIDTH1_R {
CARD1_WIDTH1_R::new(((self.bits >> 17) & 0x01) != 0)
}
}
impl W {
#[doc = "Bit 0 - Indicates if card 0 is 1-bit or 4-bit: 0 - 1-bit mode 1 - 4-bit mode 1 and 4-bit modes only work when 8-bit mode in CARD0_WIDTH1 is not enabled (bit 16 in this register is set to 0)."]
#[inline(always)]
pub fn card0_width0(&mut self) -> CARD0_WIDTH0_W {
CARD0_WIDTH0_W { w: self }
}
#[doc = "Bit 1 - Indicates if card 1 is 1-bit or 4-bit: 0 - 1-bit mode 1 - 4-bit mode 1 and 4-bit modes only work when 8-bit mode in CARD1_WIDTH1 is not enabled (bit 16 in this register is set to 0)."]
#[inline(always)]
pub fn card1_width0(&mut self) -> CARD1_WIDTH0_W {
CARD1_WIDTH0_W { w: self }
}
#[doc = "Bit 16 - Indicates if card 0 is 8-bit: 0 - Non 8-bit mode 1 - 8-bit mode."]
#[inline(always)]
pub fn card0_width1(&mut self) -> CARD0_WIDTH1_W {
CARD0_WIDTH1_W { w: self }
}
#[doc = "Bit 17 - Indicates if card 1 is 8-bit: 0 - Non 8-bit mode 1 - 8-bit mode."]
#[inline(always)]
pub fn card1_width1(&mut self) -> CARD1_WIDTH1_W {
CARD1_WIDTH1_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 = "Card Type register\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 [ctype](index.html) module"]
pub struct CTYPE_SPEC;
impl crate::RegisterSpec for CTYPE_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [ctype::R](R) reader structure"]
impl crate::Readable for CTYPE_SPEC {
type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [ctype::W](W) writer structure"]
impl crate::Writable for CTYPE_SPEC {
type Writer = W;
}
#[doc = "`reset()` method sets CTYPE to value 0"]
impl crate::Resettable for CTYPE_SPEC {
#[inline(always)]
fn reset_value() -> Self::Ux {
0
}
}