#[doc = "Register `CTR` reader"]
pub struct R(crate::R<CTR_SPEC>);
impl core::ops::Deref for R {
type Target = crate::R<CTR_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl From<crate::R<CTR_SPEC>> for R {
#[inline(always)]
fn from(reader: crate::R<CTR_SPEC>) -> Self {
R(reader)
}
}
#[doc = "Register `CTR` writer"]
pub struct W(crate::W<CTR_SPEC>);
impl core::ops::Deref for W {
type Target = crate::W<CTR_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<CTR_SPEC>> for W {
#[inline(always)]
fn from(writer: crate::W<CTR_SPEC>) -> Self {
W(writer)
}
}
#[doc = "Field `SDA_FORCE_OUT` reader - reg_sda_force_out"]
pub type SDA_FORCE_OUT_R = crate::BitReader;
#[doc = "Field `SDA_FORCE_OUT` writer - reg_sda_force_out"]
pub type SDA_FORCE_OUT_W<'a, const O: u8> = crate::BitWriter<'a, CTR_SPEC, O>;
#[doc = "Field `SCL_FORCE_OUT` reader - reg_scl_force_out"]
pub type SCL_FORCE_OUT_R = crate::BitReader;
#[doc = "Field `SCL_FORCE_OUT` writer - reg_scl_force_out"]
pub type SCL_FORCE_OUT_W<'a, const O: u8> = crate::BitWriter<'a, CTR_SPEC, O>;
#[doc = "Field `SAMPLE_SCL_LEVEL` reader - reg_sample_scl_level"]
pub type SAMPLE_SCL_LEVEL_R = crate::BitReader;
#[doc = "Field `SAMPLE_SCL_LEVEL` writer - reg_sample_scl_level"]
pub type SAMPLE_SCL_LEVEL_W<'a, const O: u8> = crate::BitWriter<'a, CTR_SPEC, O>;
#[doc = "Field `RX_FULL_ACK_LEVEL` reader - reg_rx_full_ack_level"]
pub type RX_FULL_ACK_LEVEL_R = crate::BitReader;
#[doc = "Field `RX_FULL_ACK_LEVEL` writer - reg_rx_full_ack_level"]
pub type RX_FULL_ACK_LEVEL_W<'a, const O: u8> = crate::BitWriter<'a, CTR_SPEC, O>;
#[doc = "Field `MS_MODE` reader - reg_ms_mode"]
pub type MS_MODE_R = crate::BitReader;
#[doc = "Field `MS_MODE` writer - reg_ms_mode"]
pub type MS_MODE_W<'a, const O: u8> = crate::BitWriter<'a, CTR_SPEC, O>;
#[doc = "Field `TRANS_START` writer - reg_trans_start"]
pub type TRANS_START_W<'a, const O: u8> = crate::BitWriter<'a, CTR_SPEC, O>;
#[doc = "Field `TX_LSB_FIRST` reader - reg_tx_lsb_first"]
pub type TX_LSB_FIRST_R = crate::BitReader;
#[doc = "Field `TX_LSB_FIRST` writer - reg_tx_lsb_first"]
pub type TX_LSB_FIRST_W<'a, const O: u8> = crate::BitWriter<'a, CTR_SPEC, O>;
#[doc = "Field `RX_LSB_FIRST` reader - reg_rx_lsb_first"]
pub type RX_LSB_FIRST_R = crate::BitReader;
#[doc = "Field `RX_LSB_FIRST` writer - reg_rx_lsb_first"]
pub type RX_LSB_FIRST_W<'a, const O: u8> = crate::BitWriter<'a, CTR_SPEC, O>;
#[doc = "Field `CLK_EN` reader - reg_clk_en"]
pub type CLK_EN_R = crate::BitReader;
#[doc = "Field `CLK_EN` writer - reg_clk_en"]
pub type CLK_EN_W<'a, const O: u8> = crate::BitWriter<'a, CTR_SPEC, O>;
#[doc = "Field `ARBITRATION_EN` reader - reg_arbitration_en"]
pub type ARBITRATION_EN_R = crate::BitReader;
#[doc = "Field `ARBITRATION_EN` writer - reg_arbitration_en"]
pub type ARBITRATION_EN_W<'a, const O: u8> = crate::BitWriter<'a, CTR_SPEC, O>;
#[doc = "Field `FSM_RST` writer - reg_fsm_rst"]
pub type FSM_RST_W<'a, const O: u8> = crate::BitWriter<'a, CTR_SPEC, O>;
#[doc = "Field `CONF_UPGATE` writer - reg_conf_upgate"]
pub type CONF_UPGATE_W<'a, const O: u8> = crate::BitWriter<'a, CTR_SPEC, O>;
#[doc = "Field `SLV_TX_AUTO_START_EN` reader - reg_slv_tx_auto_start_en"]
pub type SLV_TX_AUTO_START_EN_R = crate::BitReader;
#[doc = "Field `SLV_TX_AUTO_START_EN` writer - reg_slv_tx_auto_start_en"]
pub type SLV_TX_AUTO_START_EN_W<'a, const O: u8> = crate::BitWriter<'a, CTR_SPEC, O>;
#[doc = "Field `ADDR_10BIT_RW_CHECK_EN` reader - reg_addr_10bit_rw_check_en"]
pub type ADDR_10BIT_RW_CHECK_EN_R = crate::BitReader;
#[doc = "Field `ADDR_10BIT_RW_CHECK_EN` writer - reg_addr_10bit_rw_check_en"]
pub type ADDR_10BIT_RW_CHECK_EN_W<'a, const O: u8> = crate::BitWriter<'a, CTR_SPEC, O>;
#[doc = "Field `ADDR_BROADCASTING_EN` reader - reg_addr_broadcasting_en"]
pub type ADDR_BROADCASTING_EN_R = crate::BitReader;
#[doc = "Field `ADDR_BROADCASTING_EN` writer - reg_addr_broadcasting_en"]
pub type ADDR_BROADCASTING_EN_W<'a, const O: u8> = crate::BitWriter<'a, CTR_SPEC, O>;
impl R {
#[doc = "Bit 0 - reg_sda_force_out"]
#[inline(always)]
pub fn sda_force_out(&self) -> SDA_FORCE_OUT_R {
SDA_FORCE_OUT_R::new((self.bits & 1) != 0)
}
#[doc = "Bit 1 - reg_scl_force_out"]
#[inline(always)]
pub fn scl_force_out(&self) -> SCL_FORCE_OUT_R {
SCL_FORCE_OUT_R::new(((self.bits >> 1) & 1) != 0)
}
#[doc = "Bit 2 - reg_sample_scl_level"]
#[inline(always)]
pub fn sample_scl_level(&self) -> SAMPLE_SCL_LEVEL_R {
SAMPLE_SCL_LEVEL_R::new(((self.bits >> 2) & 1) != 0)
}
#[doc = "Bit 3 - reg_rx_full_ack_level"]
#[inline(always)]
pub fn rx_full_ack_level(&self) -> RX_FULL_ACK_LEVEL_R {
RX_FULL_ACK_LEVEL_R::new(((self.bits >> 3) & 1) != 0)
}
#[doc = "Bit 4 - reg_ms_mode"]
#[inline(always)]
pub fn ms_mode(&self) -> MS_MODE_R {
MS_MODE_R::new(((self.bits >> 4) & 1) != 0)
}
#[doc = "Bit 6 - reg_tx_lsb_first"]
#[inline(always)]
pub fn tx_lsb_first(&self) -> TX_LSB_FIRST_R {
TX_LSB_FIRST_R::new(((self.bits >> 6) & 1) != 0)
}
#[doc = "Bit 7 - reg_rx_lsb_first"]
#[inline(always)]
pub fn rx_lsb_first(&self) -> RX_LSB_FIRST_R {
RX_LSB_FIRST_R::new(((self.bits >> 7) & 1) != 0)
}
#[doc = "Bit 8 - reg_clk_en"]
#[inline(always)]
pub fn clk_en(&self) -> CLK_EN_R {
CLK_EN_R::new(((self.bits >> 8) & 1) != 0)
}
#[doc = "Bit 9 - reg_arbitration_en"]
#[inline(always)]
pub fn arbitration_en(&self) -> ARBITRATION_EN_R {
ARBITRATION_EN_R::new(((self.bits >> 9) & 1) != 0)
}
#[doc = "Bit 12 - reg_slv_tx_auto_start_en"]
#[inline(always)]
pub fn slv_tx_auto_start_en(&self) -> SLV_TX_AUTO_START_EN_R {
SLV_TX_AUTO_START_EN_R::new(((self.bits >> 12) & 1) != 0)
}
#[doc = "Bit 13 - reg_addr_10bit_rw_check_en"]
#[inline(always)]
pub fn addr_10bit_rw_check_en(&self) -> ADDR_10BIT_RW_CHECK_EN_R {
ADDR_10BIT_RW_CHECK_EN_R::new(((self.bits >> 13) & 1) != 0)
}
#[doc = "Bit 14 - reg_addr_broadcasting_en"]
#[inline(always)]
pub fn addr_broadcasting_en(&self) -> ADDR_BROADCASTING_EN_R {
ADDR_BROADCASTING_EN_R::new(((self.bits >> 14) & 1) != 0)
}
}
#[cfg(feature = "impl-register-debug")]
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("CTR")
.field(
"sda_force_out",
&format_args!("{}", self.sda_force_out().bit()),
)
.field(
"scl_force_out",
&format_args!("{}", self.scl_force_out().bit()),
)
.field(
"sample_scl_level",
&format_args!("{}", self.sample_scl_level().bit()),
)
.field(
"rx_full_ack_level",
&format_args!("{}", self.rx_full_ack_level().bit()),
)
.field("ms_mode", &format_args!("{}", self.ms_mode().bit()))
.field(
"tx_lsb_first",
&format_args!("{}", self.tx_lsb_first().bit()),
)
.field(
"rx_lsb_first",
&format_args!("{}", self.rx_lsb_first().bit()),
)
.field("clk_en", &format_args!("{}", self.clk_en().bit()))
.field(
"arbitration_en",
&format_args!("{}", self.arbitration_en().bit()),
)
.field(
"slv_tx_auto_start_en",
&format_args!("{}", self.slv_tx_auto_start_en().bit()),
)
.field(
"addr_10bit_rw_check_en",
&format_args!("{}", self.addr_10bit_rw_check_en().bit()),
)
.field(
"addr_broadcasting_en",
&format_args!("{}", self.addr_broadcasting_en().bit()),
)
.finish()
}
}
#[cfg(feature = "impl-register-debug")]
impl core::fmt::Debug for crate::generic::Reg<CTR_SPEC> {
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
self.read().fmt(f)
}
}
impl W {
#[doc = "Bit 0 - reg_sda_force_out"]
#[inline(always)]
#[must_use]
pub fn sda_force_out(&mut self) -> SDA_FORCE_OUT_W<0> {
SDA_FORCE_OUT_W::new(self)
}
#[doc = "Bit 1 - reg_scl_force_out"]
#[inline(always)]
#[must_use]
pub fn scl_force_out(&mut self) -> SCL_FORCE_OUT_W<1> {
SCL_FORCE_OUT_W::new(self)
}
#[doc = "Bit 2 - reg_sample_scl_level"]
#[inline(always)]
#[must_use]
pub fn sample_scl_level(&mut self) -> SAMPLE_SCL_LEVEL_W<2> {
SAMPLE_SCL_LEVEL_W::new(self)
}
#[doc = "Bit 3 - reg_rx_full_ack_level"]
#[inline(always)]
#[must_use]
pub fn rx_full_ack_level(&mut self) -> RX_FULL_ACK_LEVEL_W<3> {
RX_FULL_ACK_LEVEL_W::new(self)
}
#[doc = "Bit 4 - reg_ms_mode"]
#[inline(always)]
#[must_use]
pub fn ms_mode(&mut self) -> MS_MODE_W<4> {
MS_MODE_W::new(self)
}
#[doc = "Bit 5 - reg_trans_start"]
#[inline(always)]
#[must_use]
pub fn trans_start(&mut self) -> TRANS_START_W<5> {
TRANS_START_W::new(self)
}
#[doc = "Bit 6 - reg_tx_lsb_first"]
#[inline(always)]
#[must_use]
pub fn tx_lsb_first(&mut self) -> TX_LSB_FIRST_W<6> {
TX_LSB_FIRST_W::new(self)
}
#[doc = "Bit 7 - reg_rx_lsb_first"]
#[inline(always)]
#[must_use]
pub fn rx_lsb_first(&mut self) -> RX_LSB_FIRST_W<7> {
RX_LSB_FIRST_W::new(self)
}
#[doc = "Bit 8 - reg_clk_en"]
#[inline(always)]
#[must_use]
pub fn clk_en(&mut self) -> CLK_EN_W<8> {
CLK_EN_W::new(self)
}
#[doc = "Bit 9 - reg_arbitration_en"]
#[inline(always)]
#[must_use]
pub fn arbitration_en(&mut self) -> ARBITRATION_EN_W<9> {
ARBITRATION_EN_W::new(self)
}
#[doc = "Bit 10 - reg_fsm_rst"]
#[inline(always)]
#[must_use]
pub fn fsm_rst(&mut self) -> FSM_RST_W<10> {
FSM_RST_W::new(self)
}
#[doc = "Bit 11 - reg_conf_upgate"]
#[inline(always)]
#[must_use]
pub fn conf_upgate(&mut self) -> CONF_UPGATE_W<11> {
CONF_UPGATE_W::new(self)
}
#[doc = "Bit 12 - reg_slv_tx_auto_start_en"]
#[inline(always)]
#[must_use]
pub fn slv_tx_auto_start_en(&mut self) -> SLV_TX_AUTO_START_EN_W<12> {
SLV_TX_AUTO_START_EN_W::new(self)
}
#[doc = "Bit 13 - reg_addr_10bit_rw_check_en"]
#[inline(always)]
#[must_use]
pub fn addr_10bit_rw_check_en(&mut self) -> ADDR_10BIT_RW_CHECK_EN_W<13> {
ADDR_10BIT_RW_CHECK_EN_W::new(self)
}
#[doc = "Bit 14 - reg_addr_broadcasting_en"]
#[inline(always)]
#[must_use]
pub fn addr_broadcasting_en(&mut self) -> ADDR_BROADCASTING_EN_W<14> {
ADDR_BROADCASTING_EN_W::new(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 = "I2C_CTR_REG\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 [ctr](index.html) module"]
pub struct CTR_SPEC;
impl crate::RegisterSpec for CTR_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [ctr::R](R) reader structure"]
impl crate::Readable for CTR_SPEC {
type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [ctr::W](W) writer structure"]
impl crate::Writable for CTR_SPEC {
type Writer = W;
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
}
#[doc = "`reset()` method sets CTR to value 0x020b"]
impl crate::Resettable for CTR_SPEC {
const RESET_VALUE: Self::Ux = 0x020b;
}