Trait esp32s2::generic::Resettable
source · pub trait Resettable: RegisterSpec {
const RESET_VALUE: Self::Ux;
fn reset_value() -> Self::Ux { ... }
}
Expand description
Reset value of the register.
This value is the initial value for the write
method. It can also be directly written to the
register by using the reset
method.
Required Associated Constants§
sourceconst RESET_VALUE: Self::Ux
const RESET_VALUE: Self::Ux
Reset value of the register.
Provided Methods§
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Implementors§
source§impl Resettable for AAD_BLOCK_NUM_SPEC
impl Resettable for AAD_BLOCK_NUM_SPEC
reset()
method sets AAD_BLOCK_NUM to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::aad_block_num::AAD_BLOCK_NUM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for BLOCK_MODE_SPEC
impl Resettable for BLOCK_MODE_SPEC
reset()
method sets BLOCK_MODE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::block_mode::BLOCK_MODE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for BLOCK_NUM_SPEC
impl Resettable for BLOCK_NUM_SPEC
reset()
method sets BLOCK_NUM to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::block_num::BLOCK_NUM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CONTINUE_OP_SPEC
impl Resettable for CONTINUE_OP_SPEC
reset()
method sets CONTINUE_OP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::continue_op::CONTINUE_OP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::aes::date::DATE_SPEC
impl Resettable for esp32s2::aes::date::DATE_SPEC
reset()
method sets DATE to value 0x2019_0514
const RESET_VALUE: Self::Ux = {transmute(0x20190514): <aes::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_ENABLE_SPEC
impl Resettable for DMA_ENABLE_SPEC
reset()
method sets DMA_ENABLE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::dma_enable::DMA_ENABLE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_EXIT_SPEC
impl Resettable for DMA_EXIT_SPEC
reset()
method sets DMA_EXIT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::dma_exit::DMA_EXIT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ENDIAN_SPEC
impl Resettable for ENDIAN_SPEC
reset()
method sets ENDIAN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::endian::ENDIAN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for H__SPEC
impl Resettable for H__SPEC
reset()
method sets H_%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::h_::H__SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INC_SEL_SPEC
impl Resettable for INC_SEL_SPEC
reset()
method sets INC_SEL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::inc_sel::INC_SEL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::aes::int_clr::INT_CLR_SPEC
impl Resettable for esp32s2::aes::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::int_clr::INT_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::aes::int_ena::INT_ENA_SPEC
impl Resettable for esp32s2::aes::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::int_ena::INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::aes::iv_::IV__SPEC
impl Resettable for esp32s2::aes::iv_::IV__SPEC
reset()
method sets IV_%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::iv_::IV__SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for J0__SPEC
impl Resettable for J0__SPEC
reset()
method sets J0_%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::j0_::J0__SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for KEY__SPEC
impl Resettable for KEY__SPEC
reset()
method sets KEY_%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::key_::KEY__SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::aes::mode::MODE_SPEC
impl Resettable for esp32s2::aes::mode::MODE_SPEC
reset()
method sets MODE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::mode::MODE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for REMAINDER_BIT_NUM_SPEC
impl Resettable for REMAINDER_BIT_NUM_SPEC
reset()
method sets REMAINDER_BIT_NUM to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::remainder_bit_num::REMAINDER_BIT_NUM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::aes::state::STATE_SPEC
impl Resettable for esp32s2::aes::state::STATE_SPEC
reset()
method sets STATE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::state::STATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for T0__SPEC
impl Resettable for T0__SPEC
reset()
method sets T0_%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::t0_::T0__SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TEXT_IN__SPEC
impl Resettable for TEXT_IN__SPEC
reset()
method sets TEXT_IN_%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::text_in_::TEXT_IN__SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TEXT_OUT__SPEC
impl Resettable for TEXT_OUT__SPEC
reset()
method sets TEXT_OUT_%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::text_out_::TEXT_OUT__SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::aes::trigger::TRIGGER_SPEC
impl Resettable for esp32s2::aes::trigger::TRIGGER_SPEC
reset()
method sets TRIGGER to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::trigger::TRIGGER_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for APB_CTRL_DATE_SPEC
impl Resettable for APB_CTRL_DATE_SPEC
reset()
method sets APB_CTRL_DATE to value 0x0190_7162
const RESET_VALUE: Self::Ux = {transmute(0x01907162): <apb_saradc::apb_ctrl_date::APB_CTRL_DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for APB_DAC_CTRL_SPEC
impl Resettable for APB_DAC_CTRL_SPEC
reset()
method sets APB_DAC_CTRL to value 0x2064
const RESET_VALUE: Self::Ux = {transmute(0x00002064): <apb_saradc::apb_dac_ctrl::APB_DAC_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ARB_CTRL_SPEC
impl Resettable for ARB_CTRL_SPEC
reset()
method sets ARB_CTRL to value 0x0900
const RESET_VALUE: Self::Ux = {transmute(0x00000900): <apb_saradc::arb_ctrl::ARB_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::apb_saradc::clkm_conf::CLKM_CONF_SPEC
impl Resettable for esp32s2::apb_saradc::clkm_conf::CLKM_CONF_SPEC
reset()
method sets CLKM_CONF to value 0x04
const RESET_VALUE: Self::Ux = {transmute(0x00000004): <apb_saradc::clkm_conf::CLKM_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::apb_saradc::ctrl2::CTRL2_SPEC
impl Resettable for esp32s2::apb_saradc::ctrl2::CTRL2_SPEC
reset()
method sets CTRL2 to value 0xa1fe
const RESET_VALUE: Self::Ux = {transmute(0x0000a1fe): <apb_saradc::ctrl2::CTRL2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::apb_saradc::ctrl::CTRL_SPEC
impl Resettable for esp32s2::apb_saradc::ctrl::CTRL_SPEC
reset()
method sets CTRL to value 0x407f_8240
const RESET_VALUE: Self::Ux = {transmute(0x407f8240): <apb_saradc::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::apb_saradc::dma_conf::DMA_CONF_SPEC
impl Resettable for esp32s2::apb_saradc::dma_conf::DMA_CONF_SPEC
reset()
method sets DMA_CONF to value 0xff
const RESET_VALUE: Self::Ux = {transmute(0x000000ff): <apb_saradc::dma_conf::DMA_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for FILTER_CTRL_SPEC
impl Resettable for FILTER_CTRL_SPEC
reset()
method sets FILTER_CTRL to value 0x2040_0000
const RESET_VALUE: Self::Ux = {transmute(0x20400000): <apb_saradc::filter_ctrl::FILTER_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for FILTER_STATUS_SPEC
impl Resettable for FILTER_STATUS_SPEC
reset()
method sets FILTER_STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <apb_saradc::filter_status::FILTER_STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::apb_saradc::fsm::FSM_SPEC
impl Resettable for esp32s2::apb_saradc::fsm::FSM_SPEC
reset()
method sets FSM to value 0x0200_0000
const RESET_VALUE: Self::Ux = {transmute(0x02000000): <apb_saradc::fsm::FSM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for FSM_WAIT_SPEC
impl Resettable for FSM_WAIT_SPEC
reset()
method sets FSM_WAIT to value 0x00ff_0808
const RESET_VALUE: Self::Ux = {transmute(0x00ff0808): <apb_saradc::fsm_wait::FSM_WAIT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::apb_saradc::int_clr::INT_CLR_SPEC
impl Resettable for esp32s2::apb_saradc::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <apb_saradc::int_clr::INT_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::apb_saradc::int_ena::INT_ENA_SPEC
impl Resettable for esp32s2::apb_saradc::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <apb_saradc::int_ena::INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::apb_saradc::int_raw::INT_RAW_SPEC
impl Resettable for esp32s2::apb_saradc::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <apb_saradc::int_raw::INT_RAW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::apb_saradc::int_st::INT_ST_SPEC
impl Resettable for esp32s2::apb_saradc::int_st::INT_ST_SPEC
reset()
method sets INT_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <apb_saradc::int_st::INT_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR1_PATT_TAB1_SPEC
impl Resettable for SAR1_PATT_TAB1_SPEC
reset()
method sets SAR1_PATT_TAB1 to value 0x0f0f_0f0f
const RESET_VALUE: Self::Ux = {transmute(0x0f0f0f0f): <apb_saradc::sar1_patt_tab1::SAR1_PATT_TAB1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR1_PATT_TAB2_SPEC
impl Resettable for SAR1_PATT_TAB2_SPEC
reset()
method sets SAR1_PATT_TAB2 to value 0x0f0f_0f0f
const RESET_VALUE: Self::Ux = {transmute(0x0f0f0f0f): <apb_saradc::sar1_patt_tab2::SAR1_PATT_TAB2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR1_PATT_TAB3_SPEC
impl Resettable for SAR1_PATT_TAB3_SPEC
reset()
method sets SAR1_PATT_TAB3 to value 0x0f0f_0f0f
const RESET_VALUE: Self::Ux = {transmute(0x0f0f0f0f): <apb_saradc::sar1_patt_tab3::SAR1_PATT_TAB3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR1_PATT_TAB4_SPEC
impl Resettable for SAR1_PATT_TAB4_SPEC
reset()
method sets SAR1_PATT_TAB4 to value 0x0f0f_0f0f
const RESET_VALUE: Self::Ux = {transmute(0x0f0f0f0f): <apb_saradc::sar1_patt_tab4::SAR1_PATT_TAB4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR1_STATUS_SPEC
impl Resettable for SAR1_STATUS_SPEC
reset()
method sets SAR1_STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <apb_saradc::sar1_status::SAR1_STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR2_PATT_TAB1_SPEC
impl Resettable for SAR2_PATT_TAB1_SPEC
reset()
method sets SAR2_PATT_TAB1 to value 0x0f0f_0f0f
const RESET_VALUE: Self::Ux = {transmute(0x0f0f0f0f): <apb_saradc::sar2_patt_tab1::SAR2_PATT_TAB1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR2_PATT_TAB2_SPEC
impl Resettable for SAR2_PATT_TAB2_SPEC
reset()
method sets SAR2_PATT_TAB2 to value 0x0f0f_0f0f
const RESET_VALUE: Self::Ux = {transmute(0x0f0f0f0f): <apb_saradc::sar2_patt_tab2::SAR2_PATT_TAB2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR2_PATT_TAB3_SPEC
impl Resettable for SAR2_PATT_TAB3_SPEC
reset()
method sets SAR2_PATT_TAB3 to value 0x0f0f_0f0f
const RESET_VALUE: Self::Ux = {transmute(0x0f0f0f0f): <apb_saradc::sar2_patt_tab3::SAR2_PATT_TAB3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR2_PATT_TAB4_SPEC
impl Resettable for SAR2_PATT_TAB4_SPEC
reset()
method sets SAR2_PATT_TAB4 to value 0x0f0f_0f0f
const RESET_VALUE: Self::Ux = {transmute(0x0f0f0f0f): <apb_saradc::sar2_patt_tab4::SAR2_PATT_TAB4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR2_STATUS_SPEC
impl Resettable for SAR2_STATUS_SPEC
reset()
method sets SAR2_STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <apb_saradc::sar2_status::SAR2_STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for THRES_CTRL_SPEC
impl Resettable for THRES_CTRL_SPEC
reset()
method sets THRES_CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <apb_saradc::thres_ctrl::THRES_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IN_DLY_SPEC
impl Resettable for IN_DLY_SPEC
reset()
method sets IN_DLY to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dedicated_gpio::in_dly::IN_DLY_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IN_SCAN_SPEC
impl Resettable for IN_SCAN_SPEC
reset()
method sets IN_SCAN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dedicated_gpio::in_scan::IN_SCAN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INTR_CLR_SPEC
impl Resettable for INTR_CLR_SPEC
reset()
method sets INTR_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dedicated_gpio::intr_clr::INTR_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INTR_RAW_SPEC
impl Resettable for INTR_RAW_SPEC
reset()
method sets INTR_RAW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dedicated_gpio::intr_raw::INTR_RAW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INTR_RCGN_SPEC
impl Resettable for INTR_RCGN_SPEC
reset()
method sets INTR_RCGN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dedicated_gpio::intr_rcgn::INTR_RCGN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INTR_RLS_SPEC
impl Resettable for INTR_RLS_SPEC
reset()
method sets INTR_RLS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dedicated_gpio::intr_rls::INTR_RLS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INTR_ST_SPEC
impl Resettable for INTR_ST_SPEC
reset()
method sets INTR_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dedicated_gpio::intr_st::INTR_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OUT_CPU_SPEC
impl Resettable for OUT_CPU_SPEC
reset()
method sets OUT_CPU to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dedicated_gpio::out_cpu::OUT_CPU_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OUT_DRT_SPEC
impl Resettable for OUT_DRT_SPEC
reset()
method sets OUT_DRT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dedicated_gpio::out_drt::OUT_DRT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OUT_IDV_SPEC
impl Resettable for OUT_IDV_SPEC
reset()
method sets OUT_IDV to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dedicated_gpio::out_idv::OUT_IDV_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OUT_MSK_SPEC
impl Resettable for OUT_MSK_SPEC
reset()
method sets OUT_MSK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dedicated_gpio::out_msk::OUT_MSK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OUT_SCAN_SPEC
impl Resettable for OUT_SCAN_SPEC
reset()
method sets OUT_SCAN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dedicated_gpio::out_scan::OUT_SCAN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for C_MEM_SPEC
impl Resettable for C_MEM_SPEC
reset()
method sets C_MEM[%s] to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <ds::c_mem::C_MEM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::ds::date::DATE_SPEC
impl Resettable for esp32s2::ds::date::DATE_SPEC
reset()
method sets DATE to value 0x2019_0418
const RESET_VALUE: Self::Ux = {transmute(0x20190418): <ds::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::ds::iv_::IV__SPEC
impl Resettable for esp32s2::ds::iv_::IV__SPEC
reset()
method sets IV_%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ds::iv_::IV__SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::ds::query_busy::QUERY_BUSY_SPEC
impl Resettable for esp32s2::ds::query_busy::QUERY_BUSY_SPEC
reset()
method sets QUERY_BUSY to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ds::query_busy::QUERY_BUSY_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for QUERY_CHECK_SPEC
impl Resettable for QUERY_CHECK_SPEC
reset()
method sets QUERY_CHECK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ds::query_check::QUERY_CHECK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for QUERY_KEY_WRONG_SPEC
impl Resettable for QUERY_KEY_WRONG_SPEC
reset()
method sets QUERY_KEY_WRONG to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ds::query_key_wrong::QUERY_KEY_WRONG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SET_FINISH_SPEC
impl Resettable for SET_FINISH_SPEC
reset()
method sets SET_FINISH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ds::set_finish::SET_FINISH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SET_ME_SPEC
impl Resettable for SET_ME_SPEC
reset()
method sets SET_ME to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ds::set_me::SET_ME_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::ds::set_start::SET_START_SPEC
impl Resettable for esp32s2::ds::set_start::SET_START_SPEC
reset()
method sets SET_START to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ds::set_start::SET_START_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for X_MEM_SPEC
impl Resettable for X_MEM_SPEC
reset()
method sets X_MEM[%s] to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <ds::x_mem::X_MEM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for Z_MEM_SPEC
impl Resettable for Z_MEM_SPEC
reset()
method sets Z_MEM[%s] to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00): <ds::z_mem::Z_MEM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CLK_SPEC
impl Resettable for CLK_SPEC
reset()
method sets CLK to value 0x02
const RESET_VALUE: Self::Ux = {transmute(0x00000002): <efuse::clk::CLK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::efuse::cmd::CMD_SPEC
impl Resettable for esp32s2::efuse::cmd::CMD_SPEC
reset()
method sets CMD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::efuse::conf::CONF_SPEC
impl Resettable for esp32s2::efuse::conf::CONF_SPEC
reset()
method sets CONF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::conf::CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DAC_CONF_SPEC
impl Resettable for DAC_CONF_SPEC
reset()
method sets DAC_CONF to value 0x0001_fe1c
const RESET_VALUE: Self::Ux = {transmute(0x0001fe1c): <efuse::dac_conf::DAC_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::efuse::date::DATE_SPEC
impl Resettable for esp32s2::efuse::date::DATE_SPEC
reset()
method sets DATE to value 0x1908_1100
const RESET_VALUE: Self::Ux = {transmute(0x19081100): <efuse::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::efuse::int_clr::INT_CLR_SPEC
impl Resettable for esp32s2::efuse::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::int_clr::INT_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::efuse::int_ena::INT_ENA_SPEC
impl Resettable for esp32s2::efuse::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::int_ena::INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::efuse::int_raw::INT_RAW_SPEC
impl Resettable for esp32s2::efuse::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::int_raw::INT_RAW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::efuse::int_st::INT_ST_SPEC
impl Resettable for esp32s2::efuse::int_st::INT_ST_SPEC
reset()
method sets INT_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::int_st::INT_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PGM_CHECK_VALUE_SPEC
impl Resettable for PGM_CHECK_VALUE_SPEC
reset()
method sets PGM_CHECK_VALUE%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::pgm_check_value::PGM_CHECK_VALUE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PGM_DATA_SPEC
impl Resettable for PGM_DATA_SPEC
reset()
method sets PGM_DATA%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::pgm_data::PGM_DATA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_KEY0_DATA_SPEC
impl Resettable for RD_KEY0_DATA_SPEC
reset()
method sets RD_KEY0_DATA%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_key0_data::RD_KEY0_DATA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_KEY1_DATA_SPEC
impl Resettable for RD_KEY1_DATA_SPEC
reset()
method sets RD_KEY1_DATA%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_key1_data::RD_KEY1_DATA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_KEY2_DATA_SPEC
impl Resettable for RD_KEY2_DATA_SPEC
reset()
method sets RD_KEY2_DATA%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_key2_data::RD_KEY2_DATA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_KEY3_DATA_SPEC
impl Resettable for RD_KEY3_DATA_SPEC
reset()
method sets RD_KEY3_DATA%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_key3_data::RD_KEY3_DATA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_KEY4_DATA_SPEC
impl Resettable for RD_KEY4_DATA_SPEC
reset()
method sets RD_KEY4_DATA%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_key4_data::RD_KEY4_DATA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_KEY5_DATA_SPEC
impl Resettable for RD_KEY5_DATA_SPEC
reset()
method sets RD_KEY5_DATA%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_key5_data::RD_KEY5_DATA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_MAC_SPI_SYS_0_SPEC
impl Resettable for RD_MAC_SPI_SYS_0_SPEC
reset()
method sets RD_MAC_SPI_SYS_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_mac_spi_sys_0::RD_MAC_SPI_SYS_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_MAC_SPI_SYS_1_SPEC
impl Resettable for RD_MAC_SPI_SYS_1_SPEC
reset()
method sets RD_MAC_SPI_SYS_1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_mac_spi_sys_1::RD_MAC_SPI_SYS_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_MAC_SPI_SYS_2_SPEC
impl Resettable for RD_MAC_SPI_SYS_2_SPEC
reset()
method sets RD_MAC_SPI_SYS_2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_mac_spi_sys_2::RD_MAC_SPI_SYS_2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_MAC_SPI_SYS_3_SPEC
impl Resettable for RD_MAC_SPI_SYS_3_SPEC
reset()
method sets RD_MAC_SPI_SYS_3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_mac_spi_sys_3::RD_MAC_SPI_SYS_3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_MAC_SPI_SYS_4_SPEC
impl Resettable for RD_MAC_SPI_SYS_4_SPEC
reset()
method sets RD_MAC_SPI_SYS_4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_mac_spi_sys_4::RD_MAC_SPI_SYS_4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_MAC_SPI_SYS_5_SPEC
impl Resettable for RD_MAC_SPI_SYS_5_SPEC
reset()
method sets RD_MAC_SPI_SYS_5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_mac_spi_sys_5::RD_MAC_SPI_SYS_5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_REPEAT_DATA0_SPEC
impl Resettable for RD_REPEAT_DATA0_SPEC
reset()
method sets RD_REPEAT_DATA0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_repeat_data0::RD_REPEAT_DATA0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_REPEAT_DATA1_SPEC
impl Resettable for RD_REPEAT_DATA1_SPEC
reset()
method sets RD_REPEAT_DATA1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_repeat_data1::RD_REPEAT_DATA1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_REPEAT_DATA2_SPEC
impl Resettable for RD_REPEAT_DATA2_SPEC
reset()
method sets RD_REPEAT_DATA2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_repeat_data2::RD_REPEAT_DATA2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_REPEAT_DATA3_SPEC
impl Resettable for RD_REPEAT_DATA3_SPEC
reset()
method sets RD_REPEAT_DATA3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_repeat_data3::RD_REPEAT_DATA3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_REPEAT_DATA4_SPEC
impl Resettable for RD_REPEAT_DATA4_SPEC
reset()
method sets RD_REPEAT_DATA4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_repeat_data4::RD_REPEAT_DATA4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_REPEAT_ERR0_SPEC
impl Resettable for RD_REPEAT_ERR0_SPEC
reset()
method sets RD_REPEAT_ERR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_repeat_err0::RD_REPEAT_ERR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_REPEAT_ERR1_SPEC
impl Resettable for RD_REPEAT_ERR1_SPEC
reset()
method sets RD_REPEAT_ERR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_repeat_err1::RD_REPEAT_ERR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_REPEAT_ERR2_SPEC
impl Resettable for RD_REPEAT_ERR2_SPEC
reset()
method sets RD_REPEAT_ERR2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_repeat_err2::RD_REPEAT_ERR2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_REPEAT_ERR3_SPEC
impl Resettable for RD_REPEAT_ERR3_SPEC
reset()
method sets RD_REPEAT_ERR3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_repeat_err3::RD_REPEAT_ERR3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_REPEAT_ERR4_SPEC
impl Resettable for RD_REPEAT_ERR4_SPEC
reset()
method sets RD_REPEAT_ERR4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_repeat_err4::RD_REPEAT_ERR4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_RS_ERR0_SPEC
impl Resettable for RD_RS_ERR0_SPEC
reset()
method sets RD_RS_ERR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_rs_err0::RD_RS_ERR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_RS_ERR1_SPEC
impl Resettable for RD_RS_ERR1_SPEC
reset()
method sets RD_RS_ERR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_rs_err1::RD_RS_ERR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_SYS_DATA_PART1__SPEC
impl Resettable for RD_SYS_DATA_PART1__SPEC
reset()
method sets RD_SYS_DATA_PART1_%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_sys_data_part1_::RD_SYS_DATA_PART1__SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_SYS_DATA_PART2__SPEC
impl Resettable for RD_SYS_DATA_PART2__SPEC
reset()
method sets RD_SYS_DATA_PART2_%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_sys_data_part2_::RD_SYS_DATA_PART2__SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_TIM_CONF_SPEC
impl Resettable for RD_TIM_CONF_SPEC
reset()
method sets RD_TIM_CONF to value 0x1201_0101
const RESET_VALUE: Self::Ux = {transmute(0x12010101): <efuse::rd_tim_conf::RD_TIM_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_USR_DATA_SPEC
impl Resettable for RD_USR_DATA_SPEC
reset()
method sets RD_USR_DATA%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_usr_data::RD_USR_DATA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_WR_DIS_SPEC
impl Resettable for RD_WR_DIS_SPEC
reset()
method sets RD_WR_DIS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::rd_wr_dis::RD_WR_DIS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::efuse::status::STATUS_SPEC
impl Resettable for esp32s2::efuse::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for WR_TIM_CONF0_SPEC
impl Resettable for WR_TIM_CONF0_SPEC
reset()
method sets WR_TIM_CONF0 to value 0x00c8_0101
const RESET_VALUE: Self::Ux = {transmute(0x00c80101): <efuse::wr_tim_conf0::WR_TIM_CONF0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for WR_TIM_CONF1_SPEC
impl Resettable for WR_TIM_CONF1_SPEC
reset()
method sets WR_TIM_CONF1 to value 0x0028_8001
const RESET_VALUE: Self::Ux = {transmute(0x00288001): <efuse::wr_tim_conf1::WR_TIM_CONF1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for WR_TIM_CONF2_SPEC
impl Resettable for WR_TIM_CONF2_SPEC
reset()
method sets WR_TIM_CONF2 to value 0x0190
const RESET_VALUE: Self::Ux = {transmute(0x00000190): <efuse::wr_tim_conf2::WR_TIM_CONF2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CACHE_BRIDGE_ARBITER_CTRL_SPEC
impl Resettable for CACHE_BRIDGE_ARBITER_CTRL_SPEC
reset()
method sets CACHE_BRIDGE_ARBITER_CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::cache_bridge_arbiter_ctrl::CACHE_BRIDGE_ARBITER_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CACHE_CONF_MISC_SPEC
impl Resettable for CACHE_CONF_MISC_SPEC
reset()
method sets CACHE_CONF_MISC to value 0x03
const RESET_VALUE: Self::Ux = {transmute(0x00000003): <extmem::cache_conf_misc::CACHE_CONF_MISC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CACHE_DBG_INT_CLR_SPEC
impl Resettable for CACHE_DBG_INT_CLR_SPEC
reset()
method sets CACHE_DBG_INT_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::cache_dbg_int_clr::CACHE_DBG_INT_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CACHE_DBG_INT_ENA_SPEC
impl Resettable for CACHE_DBG_INT_ENA_SPEC
reset()
method sets CACHE_DBG_INT_ENA to value 0x01
const RESET_VALUE: Self::Ux = {transmute(0x00000001): <extmem::cache_dbg_int_ena::CACHE_DBG_INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CACHE_DBG_STATUS0_SPEC
impl Resettable for CACHE_DBG_STATUS0_SPEC
reset()
method sets CACHE_DBG_STATUS0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::cache_dbg_status0::CACHE_DBG_STATUS0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CACHE_DBG_STATUS1_SPEC
impl Resettable for CACHE_DBG_STATUS1_SPEC
reset()
method sets CACHE_DBG_STATUS1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::cache_dbg_status1::CACHE_DBG_STATUS1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CACHE_ENCRYPT_DECRYPT_CLK_FORCE_ON_SPEC
impl Resettable for CACHE_ENCRYPT_DECRYPT_CLK_FORCE_ON_SPEC
reset()
method sets CACHE_ENCRYPT_DECRYPT_CLK_FORCE_ON to value 0x07
const RESET_VALUE: Self::Ux = {transmute(0x00000007): <extmem::cache_encrypt_decrypt_clk_force_on::CACHE_ENCRYPT_DECRYPT_CLK_FORCE_ON_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CACHE_ENCRYPT_DECRYPT_RECORD_DISABLE_SPEC
impl Resettable for CACHE_ENCRYPT_DECRYPT_RECORD_DISABLE_SPEC
reset()
method sets CACHE_ENCRYPT_DECRYPT_RECORD_DISABLE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::cache_encrypt_decrypt_record_disable::CACHE_ENCRYPT_DECRYPT_RECORD_DISABLE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CACHE_PRELOAD_INT_CTRL_SPEC
impl Resettable for CACHE_PRELOAD_INT_CTRL_SPEC
reset()
method sets CACHE_PRELOAD_INT_CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::cache_preload_int_ctrl::CACHE_PRELOAD_INT_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CACHE_SYNC_INT_CTRL_SPEC
impl Resettable for CACHE_SYNC_INT_CTRL_SPEC
reset()
method sets CACHE_SYNC_INT_CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::cache_sync_int_ctrl::CACHE_SYNC_INT_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::extmem::clock_gate::CLOCK_GATE_SPEC
impl Resettable for esp32s2::extmem::clock_gate::CLOCK_GATE_SPEC
reset()
method sets CLOCK_GATE to value 0x01
const RESET_VALUE: Self::Ux = {transmute(0x00000001): <extmem::clock_gate::CLOCK_GATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DBUS0_ABANDON_CNT_SPEC
impl Resettable for DBUS0_ABANDON_CNT_SPEC
reset()
method sets DBUS0_ABANDON_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::dbus0_abandon_cnt::DBUS0_ABANDON_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DBUS0_ACS_CNT_SPEC
impl Resettable for DBUS0_ACS_CNT_SPEC
reset()
method sets DBUS0_ACS_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::dbus0_acs_cnt::DBUS0_ACS_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DBUS0_ACS_MISS_CNT_SPEC
impl Resettable for DBUS0_ACS_MISS_CNT_SPEC
reset()
method sets DBUS0_ACS_MISS_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::dbus0_acs_miss_cnt::DBUS0_ACS_MISS_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DBUS0_ACS_WB_CNT_SPEC
impl Resettable for DBUS0_ACS_WB_CNT_SPEC
reset()
method sets DBUS0_ACS_WB_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::dbus0_acs_wb_cnt::DBUS0_ACS_WB_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DBUS1_ABANDON_CNT_SPEC
impl Resettable for DBUS1_ABANDON_CNT_SPEC
reset()
method sets DBUS1_ABANDON_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::dbus1_abandon_cnt::DBUS1_ABANDON_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DBUS1_ACS_CNT_SPEC
impl Resettable for DBUS1_ACS_CNT_SPEC
reset()
method sets DBUS1_ACS_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::dbus1_acs_cnt::DBUS1_ACS_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DBUS1_ACS_MISS_CNT_SPEC
impl Resettable for DBUS1_ACS_MISS_CNT_SPEC
reset()
method sets DBUS1_ACS_MISS_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::dbus1_acs_miss_cnt::DBUS1_ACS_MISS_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DBUS1_ACS_WB_CNT_SPEC
impl Resettable for DBUS1_ACS_WB_CNT_SPEC
reset()
method sets DBUS1_ACS_WB_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::dbus1_acs_wb_cnt::DBUS1_ACS_WB_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DBUS2_ABANDON_CNT_SPEC
impl Resettable for DBUS2_ABANDON_CNT_SPEC
reset()
method sets DBUS2_ABANDON_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::dbus2_abandon_cnt::DBUS2_ABANDON_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DBUS2_ACS_CNT_SPEC
impl Resettable for DBUS2_ACS_CNT_SPEC
reset()
method sets DBUS2_ACS_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::dbus2_acs_cnt::DBUS2_ACS_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DBUS2_ACS_MISS_CNT_SPEC
impl Resettable for DBUS2_ACS_MISS_CNT_SPEC
reset()
method sets DBUS2_ACS_MISS_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::dbus2_acs_miss_cnt::DBUS2_ACS_MISS_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DBUS2_ACS_WB_CNT_SPEC
impl Resettable for DBUS2_ACS_WB_CNT_SPEC
reset()
method sets DBUS2_ACS_WB_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::dbus2_acs_wb_cnt::DBUS2_ACS_WB_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DC_PRELOAD_CNT_SPEC
impl Resettable for DC_PRELOAD_CNT_SPEC
reset()
method sets DC_PRELOAD_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::dc_preload_cnt::DC_PRELOAD_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DC_PRELOAD_EVICT_CNT_SPEC
impl Resettable for DC_PRELOAD_EVICT_CNT_SPEC
reset()
method sets DC_PRELOAD_EVICT_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::dc_preload_evict_cnt::DC_PRELOAD_EVICT_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DC_PRELOAD_MISS_CNT_SPEC
impl Resettable for DC_PRELOAD_MISS_CNT_SPEC
reset()
method sets DC_PRELOAD_MISS_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::dc_preload_miss_cnt::DC_PRELOAD_MISS_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IBUS0_ABANDON_CNT_SPEC
impl Resettable for IBUS0_ABANDON_CNT_SPEC
reset()
method sets IBUS0_ABANDON_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::ibus0_abandon_cnt::IBUS0_ABANDON_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IBUS0_ACS_CNT_SPEC
impl Resettable for IBUS0_ACS_CNT_SPEC
reset()
method sets IBUS0_ACS_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::ibus0_acs_cnt::IBUS0_ACS_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IBUS0_ACS_MISS_CNT_SPEC
impl Resettable for IBUS0_ACS_MISS_CNT_SPEC
reset()
method sets IBUS0_ACS_MISS_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::ibus0_acs_miss_cnt::IBUS0_ACS_MISS_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IBUS1_ABANDON_CNT_SPEC
impl Resettable for IBUS1_ABANDON_CNT_SPEC
reset()
method sets IBUS1_ABANDON_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::ibus1_abandon_cnt::IBUS1_ABANDON_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IBUS1_ACS_CNT_SPEC
impl Resettable for IBUS1_ACS_CNT_SPEC
reset()
method sets IBUS1_ACS_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::ibus1_acs_cnt::IBUS1_ACS_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IBUS1_ACS_MISS_CNT_SPEC
impl Resettable for IBUS1_ACS_MISS_CNT_SPEC
reset()
method sets IBUS1_ACS_MISS_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::ibus1_acs_miss_cnt::IBUS1_ACS_MISS_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IBUS2_ABANDON_CNT_SPEC
impl Resettable for IBUS2_ABANDON_CNT_SPEC
reset()
method sets IBUS2_ABANDON_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::ibus2_abandon_cnt::IBUS2_ABANDON_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IBUS2_ACS_CNT_SPEC
impl Resettable for IBUS2_ACS_CNT_SPEC
reset()
method sets IBUS2_ACS_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::ibus2_acs_cnt::IBUS2_ACS_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IBUS2_ACS_MISS_CNT_SPEC
impl Resettable for IBUS2_ACS_MISS_CNT_SPEC
reset()
method sets IBUS2_ACS_MISS_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::ibus2_acs_miss_cnt::IBUS2_ACS_MISS_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IC_PRELOAD_CNT_SPEC
impl Resettable for IC_PRELOAD_CNT_SPEC
reset()
method sets IC_PRELOAD_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::ic_preload_cnt::IC_PRELOAD_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IC_PRELOAD_MISS_CNT_SPEC
impl Resettable for IC_PRELOAD_MISS_CNT_SPEC
reset()
method sets IC_PRELOAD_MISS_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::ic_preload_miss_cnt::IC_PRELOAD_MISS_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CACHE_ACS_CNT_CLR_SPEC
impl Resettable for PRO_CACHE_ACS_CNT_CLR_SPEC
reset()
method sets PRO_CACHE_ACS_CNT_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_cache_acs_cnt_clr::PRO_CACHE_ACS_CNT_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CACHE_MMU_FAULT_CONTENT_SPEC
impl Resettable for PRO_CACHE_MMU_FAULT_CONTENT_SPEC
reset()
method sets PRO_CACHE_MMU_FAULT_CONTENT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_cache_mmu_fault_content::PRO_CACHE_MMU_FAULT_CONTENT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CACHE_MMU_FAULT_VADDR_SPEC
impl Resettable for PRO_CACHE_MMU_FAULT_VADDR_SPEC
reset()
method sets PRO_CACHE_MMU_FAULT_VADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_cache_mmu_fault_vaddr::PRO_CACHE_MMU_FAULT_VADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CACHE_MMU_POWER_CTRL_SPEC
impl Resettable for PRO_CACHE_MMU_POWER_CTRL_SPEC
reset()
method sets PRO_CACHE_MMU_POWER_CTRL to value 0x05
const RESET_VALUE: Self::Ux = {transmute(0x00000005): <extmem::pro_cache_mmu_power_ctrl::PRO_CACHE_MMU_POWER_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CACHE_STATE_SPEC
impl Resettable for PRO_CACHE_STATE_SPEC
reset()
method sets PRO_CACHE_STATE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_cache_state::PRO_CACHE_STATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CACHE_WRAP_AROUND_CTRL_SPEC
impl Resettable for PRO_CACHE_WRAP_AROUND_CTRL_SPEC
reset()
method sets PRO_CACHE_WRAP_AROUND_CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_cache_wrap_around_ctrl::PRO_CACHE_WRAP_AROUND_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_AUTOLOAD_CFG_SPEC
impl Resettable for PRO_DCACHE_AUTOLOAD_CFG_SPEC
reset()
method sets PRO_DCACHE_AUTOLOAD_CFG to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_dcache_autoload_cfg::PRO_DCACHE_AUTOLOAD_CFG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_AUTOLOAD_SECTION0_ADDR_SPEC
impl Resettable for PRO_DCACHE_AUTOLOAD_SECTION0_ADDR_SPEC
reset()
method sets PRO_DCACHE_AUTOLOAD_SECTION0_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_dcache_autoload_section0_addr::PRO_DCACHE_AUTOLOAD_SECTION0_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_AUTOLOAD_SECTION0_SIZE_SPEC
impl Resettable for PRO_DCACHE_AUTOLOAD_SECTION0_SIZE_SPEC
reset()
method sets PRO_DCACHE_AUTOLOAD_SECTION0_SIZE to value 0x8000
const RESET_VALUE: Self::Ux = {transmute(0x00008000): <extmem::pro_dcache_autoload_section0_size::PRO_DCACHE_AUTOLOAD_SECTION0_SIZE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_AUTOLOAD_SECTION1_ADDR_SPEC
impl Resettable for PRO_DCACHE_AUTOLOAD_SECTION1_ADDR_SPEC
reset()
method sets PRO_DCACHE_AUTOLOAD_SECTION1_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_dcache_autoload_section1_addr::PRO_DCACHE_AUTOLOAD_SECTION1_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_AUTOLOAD_SECTION1_SIZE_SPEC
impl Resettable for PRO_DCACHE_AUTOLOAD_SECTION1_SIZE_SPEC
reset()
method sets PRO_DCACHE_AUTOLOAD_SECTION1_SIZE to value 0x8000
const RESET_VALUE: Self::Ux = {transmute(0x00008000): <extmem::pro_dcache_autoload_section1_size::PRO_DCACHE_AUTOLOAD_SECTION1_SIZE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_CTRL1_SPEC
impl Resettable for PRO_DCACHE_CTRL1_SPEC
reset()
method sets PRO_DCACHE_CTRL1 to value 0x07
const RESET_VALUE: Self::Ux = {transmute(0x00000007): <extmem::pro_dcache_ctrl1::PRO_DCACHE_CTRL1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_CTRL_SPEC
impl Resettable for PRO_DCACHE_CTRL_SPEC
reset()
method sets PRO_DCACHE_CTRL to value 0x0100
const RESET_VALUE: Self::Ux = {transmute(0x00000100): <extmem::pro_dcache_ctrl::PRO_DCACHE_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_LOCK0_ADDR_SPEC
impl Resettable for PRO_DCACHE_LOCK0_ADDR_SPEC
reset()
method sets PRO_DCACHE_LOCK0_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_dcache_lock0_addr::PRO_DCACHE_LOCK0_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_LOCK0_SIZE_SPEC
impl Resettable for PRO_DCACHE_LOCK0_SIZE_SPEC
reset()
method sets PRO_DCACHE_LOCK0_SIZE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_dcache_lock0_size::PRO_DCACHE_LOCK0_SIZE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_LOCK1_ADDR_SPEC
impl Resettable for PRO_DCACHE_LOCK1_ADDR_SPEC
reset()
method sets PRO_DCACHE_LOCK1_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_dcache_lock1_addr::PRO_DCACHE_LOCK1_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_LOCK1_SIZE_SPEC
impl Resettable for PRO_DCACHE_LOCK1_SIZE_SPEC
reset()
method sets PRO_DCACHE_LOCK1_SIZE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_dcache_lock1_size::PRO_DCACHE_LOCK1_SIZE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_MEM_SYNC0_SPEC
impl Resettable for PRO_DCACHE_MEM_SYNC0_SPEC
reset()
method sets PRO_DCACHE_MEM_SYNC0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_dcache_mem_sync0::PRO_DCACHE_MEM_SYNC0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_MEM_SYNC1_SPEC
impl Resettable for PRO_DCACHE_MEM_SYNC1_SPEC
reset()
method sets PRO_DCACHE_MEM_SYNC1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_dcache_mem_sync1::PRO_DCACHE_MEM_SYNC1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_PRELOAD_ADDR_SPEC
impl Resettable for PRO_DCACHE_PRELOAD_ADDR_SPEC
reset()
method sets PRO_DCACHE_PRELOAD_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_dcache_preload_addr::PRO_DCACHE_PRELOAD_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_PRELOAD_SIZE_SPEC
impl Resettable for PRO_DCACHE_PRELOAD_SIZE_SPEC
reset()
method sets PRO_DCACHE_PRELOAD_SIZE to value 0x0200
const RESET_VALUE: Self::Ux = {transmute(0x00000200): <extmem::pro_dcache_preload_size::PRO_DCACHE_PRELOAD_SIZE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_REJECT_ST_SPEC
impl Resettable for PRO_DCACHE_REJECT_ST_SPEC
reset()
method sets PRO_DCACHE_REJECT_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_dcache_reject_st::PRO_DCACHE_REJECT_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_REJECT_VADDR_SPEC
impl Resettable for PRO_DCACHE_REJECT_VADDR_SPEC
reset()
method sets PRO_DCACHE_REJECT_VADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_dcache_reject_vaddr::PRO_DCACHE_REJECT_VADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_TAG_POWER_CTRL_SPEC
impl Resettable for PRO_DCACHE_TAG_POWER_CTRL_SPEC
reset()
method sets PRO_DCACHE_TAG_POWER_CTRL to value 0x05
const RESET_VALUE: Self::Ux = {transmute(0x00000005): <extmem::pro_dcache_tag_power_ctrl::PRO_DCACHE_TAG_POWER_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_EXTMEM_REG_DATE_SPEC
impl Resettable for PRO_EXTMEM_REG_DATE_SPEC
reset()
method sets PRO_EXTMEM_REG_DATE to value 0x0190_4180
const RESET_VALUE: Self::Ux = {transmute(0x01904180): <extmem::pro_extmem_reg_date::PRO_EXTMEM_REG_DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_AUTOLOAD_CFG_SPEC
impl Resettable for PRO_ICACHE_AUTOLOAD_CFG_SPEC
reset()
method sets PRO_ICACHE_AUTOLOAD_CFG to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_icache_autoload_cfg::PRO_ICACHE_AUTOLOAD_CFG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_AUTOLOAD_SECTION0_ADDR_SPEC
impl Resettable for PRO_ICACHE_AUTOLOAD_SECTION0_ADDR_SPEC
reset()
method sets PRO_ICACHE_AUTOLOAD_SECTION0_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_icache_autoload_section0_addr::PRO_ICACHE_AUTOLOAD_SECTION0_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_AUTOLOAD_SECTION0_SIZE_SPEC
impl Resettable for PRO_ICACHE_AUTOLOAD_SECTION0_SIZE_SPEC
reset()
method sets PRO_ICACHE_AUTOLOAD_SECTION0_SIZE to value 0x8000
const RESET_VALUE: Self::Ux = {transmute(0x00008000): <extmem::pro_icache_autoload_section0_size::PRO_ICACHE_AUTOLOAD_SECTION0_SIZE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_AUTOLOAD_SECTION1_ADDR_SPEC
impl Resettable for PRO_ICACHE_AUTOLOAD_SECTION1_ADDR_SPEC
reset()
method sets PRO_ICACHE_AUTOLOAD_SECTION1_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_icache_autoload_section1_addr::PRO_ICACHE_AUTOLOAD_SECTION1_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_AUTOLOAD_SECTION1_SIZE_SPEC
impl Resettable for PRO_ICACHE_AUTOLOAD_SECTION1_SIZE_SPEC
reset()
method sets PRO_ICACHE_AUTOLOAD_SECTION1_SIZE to value 0x8000
const RESET_VALUE: Self::Ux = {transmute(0x00008000): <extmem::pro_icache_autoload_section1_size::PRO_ICACHE_AUTOLOAD_SECTION1_SIZE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_CTRL1_SPEC
impl Resettable for PRO_ICACHE_CTRL1_SPEC
reset()
method sets PRO_ICACHE_CTRL1 to value 0x07
const RESET_VALUE: Self::Ux = {transmute(0x00000007): <extmem::pro_icache_ctrl1::PRO_ICACHE_CTRL1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_CTRL_SPEC
impl Resettable for PRO_ICACHE_CTRL_SPEC
reset()
method sets PRO_ICACHE_CTRL to value 0x0100
const RESET_VALUE: Self::Ux = {transmute(0x00000100): <extmem::pro_icache_ctrl::PRO_ICACHE_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_LOCK0_ADDR_SPEC
impl Resettable for PRO_ICACHE_LOCK0_ADDR_SPEC
reset()
method sets PRO_ICACHE_LOCK0_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_icache_lock0_addr::PRO_ICACHE_LOCK0_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_LOCK0_SIZE_SPEC
impl Resettable for PRO_ICACHE_LOCK0_SIZE_SPEC
reset()
method sets PRO_ICACHE_LOCK0_SIZE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_icache_lock0_size::PRO_ICACHE_LOCK0_SIZE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_LOCK1_ADDR_SPEC
impl Resettable for PRO_ICACHE_LOCK1_ADDR_SPEC
reset()
method sets PRO_ICACHE_LOCK1_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_icache_lock1_addr::PRO_ICACHE_LOCK1_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_LOCK1_SIZE_SPEC
impl Resettable for PRO_ICACHE_LOCK1_SIZE_SPEC
reset()
method sets PRO_ICACHE_LOCK1_SIZE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_icache_lock1_size::PRO_ICACHE_LOCK1_SIZE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_MEM_SYNC0_SPEC
impl Resettable for PRO_ICACHE_MEM_SYNC0_SPEC
reset()
method sets PRO_ICACHE_MEM_SYNC0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_icache_mem_sync0::PRO_ICACHE_MEM_SYNC0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_MEM_SYNC1_SPEC
impl Resettable for PRO_ICACHE_MEM_SYNC1_SPEC
reset()
method sets PRO_ICACHE_MEM_SYNC1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_icache_mem_sync1::PRO_ICACHE_MEM_SYNC1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_PRELOAD_ADDR_SPEC
impl Resettable for PRO_ICACHE_PRELOAD_ADDR_SPEC
reset()
method sets PRO_ICACHE_PRELOAD_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_icache_preload_addr::PRO_ICACHE_PRELOAD_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_PRELOAD_SIZE_SPEC
impl Resettable for PRO_ICACHE_PRELOAD_SIZE_SPEC
reset()
method sets PRO_ICACHE_PRELOAD_SIZE to value 0x0200
const RESET_VALUE: Self::Ux = {transmute(0x00000200): <extmem::pro_icache_preload_size::PRO_ICACHE_PRELOAD_SIZE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_REJECT_ST_SPEC
impl Resettable for PRO_ICACHE_REJECT_ST_SPEC
reset()
method sets PRO_ICACHE_REJECT_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_icache_reject_st::PRO_ICACHE_REJECT_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_REJECT_VADDR_SPEC
impl Resettable for PRO_ICACHE_REJECT_VADDR_SPEC
reset()
method sets PRO_ICACHE_REJECT_VADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::pro_icache_reject_vaddr::PRO_ICACHE_REJECT_VADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_TAG_POWER_CTRL_SPEC
impl Resettable for PRO_ICACHE_TAG_POWER_CTRL_SPEC
reset()
method sets PRO_ICACHE_TAG_POWER_CTRL to value 0x05
const RESET_VALUE: Self::Ux = {transmute(0x00000005): <extmem::pro_icache_tag_power_ctrl::PRO_ICACHE_TAG_POWER_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for BT_SELECT_SPEC
impl Resettable for BT_SELECT_SPEC
reset()
method sets BT_SELECT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::bt_select::BT_SELECT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::gpio::clock_gate::CLOCK_GATE_SPEC
impl Resettable for esp32s2::gpio::clock_gate::CLOCK_GATE_SPEC
reset()
method sets CLOCK_GATE to value 0x01
const RESET_VALUE: Self::Ux = {transmute(0x00000001): <gpio::clock_gate::CLOCK_GATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CPUSDIO_INT1_SPEC
impl Resettable for CPUSDIO_INT1_SPEC
reset()
method sets CPUSDIO_INT1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::cpusdio_int1::CPUSDIO_INT1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CPUSDIO_INT_SPEC
impl Resettable for CPUSDIO_INT_SPEC
reset()
method sets CPUSDIO_INT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::cpusdio_int::CPUSDIO_INT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ENABLE1_SPEC
impl Resettable for ENABLE1_SPEC
reset()
method sets ENABLE1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::enable1::ENABLE1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ENABLE1_W1TC_SPEC
impl Resettable for ENABLE1_W1TC_SPEC
reset()
method sets ENABLE1_W1TC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::enable1_w1tc::ENABLE1_W1TC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ENABLE1_W1TS_SPEC
impl Resettable for ENABLE1_W1TS_SPEC
reset()
method sets ENABLE1_W1TS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::enable1_w1ts::ENABLE1_W1TS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ENABLE_SPEC
impl Resettable for ENABLE_SPEC
reset()
method sets ENABLE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::enable::ENABLE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::gpio::enable_w1tc::ENABLE_W1TC_SPEC
impl Resettable for esp32s2::gpio::enable_w1tc::ENABLE_W1TC_SPEC
reset()
method sets ENABLE_W1TC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::enable_w1tc::ENABLE_W1TC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ENABLE_W1TS_SPEC
impl Resettable for ENABLE_W1TS_SPEC
reset()
method sets ENABLE_W1TS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::enable_w1ts::ENABLE_W1TS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for FUNC_IN_SEL_CFG_SPEC
impl Resettable for FUNC_IN_SEL_CFG_SPEC
reset()
method sets FUNC%s_IN_SEL_CFG to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::func_in_sel_cfg::FUNC_IN_SEL_CFG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for FUNC_OUT_SEL_CFG_SPEC
impl Resettable for FUNC_OUT_SEL_CFG_SPEC
reset()
method sets FUNC%s_OUT_SEL_CFG to value 0x0100
const RESET_VALUE: Self::Ux = {transmute(0x00000100): <gpio::func_out_sel_cfg::FUNC_OUT_SEL_CFG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IN1_SPEC
impl Resettable for IN1_SPEC
reset()
method sets IN1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::in1::IN1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IN_SPEC
impl Resettable for IN_SPEC
reset()
method sets IN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::in_::IN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OUT1_SPEC
impl Resettable for OUT1_SPEC
reset()
method sets OUT1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::out1::OUT1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OUT1_W1TC_SPEC
impl Resettable for OUT1_W1TC_SPEC
reset()
method sets OUT1_W1TC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::out1_w1tc::OUT1_W1TC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OUT1_W1TS_SPEC
impl Resettable for OUT1_W1TS_SPEC
reset()
method sets OUT1_W1TS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::out1_w1ts::OUT1_W1TS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OUT_SPEC
impl Resettable for OUT_SPEC
reset()
method sets OUT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::out::OUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OUT_W1TC_SPEC
impl Resettable for OUT_W1TC_SPEC
reset()
method sets OUT_W1TC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::out_w1tc::OUT_W1TC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OUT_W1TS_SPEC
impl Resettable for OUT_W1TS_SPEC
reset()
method sets OUT_W1TS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::out_w1ts::OUT_W1TS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PCPU_INT1_SPEC
impl Resettable for PCPU_INT1_SPEC
reset()
method sets PCPU_INT1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pcpu_int1::PCPU_INT1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PCPU_INT_SPEC
impl Resettable for PCPU_INT_SPEC
reset()
method sets PCPU_INT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pcpu_int::PCPU_INT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PCPU_NMI_INT1_SPEC
impl Resettable for PCPU_NMI_INT1_SPEC
reset()
method sets PCPU_NMI_INT1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pcpu_nmi_int1::PCPU_NMI_INT1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PCPU_NMI_INT_SPEC
impl Resettable for PCPU_NMI_INT_SPEC
reset()
method sets PCPU_NMI_INT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pcpu_nmi_int::PCPU_NMI_INT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::gpio::pin::PIN_SPEC
impl Resettable for esp32s2::gpio::pin::PIN_SPEC
reset()
method sets PIN%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pin::PIN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::gpio::reg_date::REG_DATE_SPEC
impl Resettable for esp32s2::gpio::reg_date::REG_DATE_SPEC
reset()
method sets REG_DATE to value 0x0190_5061
const RESET_VALUE: Self::Ux = {transmute(0x01905061): <gpio::reg_date::REG_DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SDIO_SELECT_SPEC
impl Resettable for SDIO_SELECT_SPEC
reset()
method sets SDIO_SELECT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::sdio_select::SDIO_SELECT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STATUS1_SPEC
impl Resettable for STATUS1_SPEC
reset()
method sets STATUS1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::status1::STATUS1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STATUS1_W1TC_SPEC
impl Resettable for STATUS1_W1TC_SPEC
reset()
method sets STATUS1_W1TC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::status1_w1tc::STATUS1_W1TC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STATUS1_W1TS_SPEC
impl Resettable for STATUS1_W1TS_SPEC
reset()
method sets STATUS1_W1TS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::status1_w1ts::STATUS1_W1TS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::gpio::status::STATUS_SPEC
impl Resettable for esp32s2::gpio::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STATUS_NEXT1_SPEC
impl Resettable for STATUS_NEXT1_SPEC
reset()
method sets STATUS_NEXT1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::status_next1::STATUS_NEXT1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STATUS_NEXT_SPEC
impl Resettable for STATUS_NEXT_SPEC
reset()
method sets STATUS_NEXT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::status_next::STATUS_NEXT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STATUS_W1TC_SPEC
impl Resettable for STATUS_W1TC_SPEC
reset()
method sets STATUS_W1TC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::status_w1tc::STATUS_W1TC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STATUS_W1TS_SPEC
impl Resettable for STATUS_W1TS_SPEC
reset()
method sets STATUS_W1TS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::status_w1ts::STATUS_W1TS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STRAP_SPEC
impl Resettable for STRAP_SPEC
reset()
method sets STRAP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::strap::STRAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SIGMADELTA_SPEC
impl Resettable for SIGMADELTA_SPEC
reset()
method sets SIGMADELTA%s to value 0xff00
const RESET_VALUE: Self::Ux = {transmute(0x0000ff00): <gpio_sd::sigmadelta::SIGMADELTA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SIGMADELTA_CG_SPEC
impl Resettable for SIGMADELTA_CG_SPEC
reset()
method sets SIGMADELTA_CG to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio_sd::sigmadelta_cg::SIGMADELTA_CG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SIGMADELTA_MISC_SPEC
impl Resettable for SIGMADELTA_MISC_SPEC
reset()
method sets SIGMADELTA_MISC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio_sd::sigmadelta_misc::SIGMADELTA_MISC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SIGMADELTA_VERSION_SPEC
impl Resettable for SIGMADELTA_VERSION_SPEC
reset()
method sets SIGMADELTA_VERSION to value 0x0180_2260
const RESET_VALUE: Self::Ux = {transmute(0x01802260): <gpio_sd::sigmadelta_version::SIGMADELTA_VERSION_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::hmac::date::DATE_SPEC
impl Resettable for esp32s2::hmac::date::DATE_SPEC
reset()
method sets DATE to value 0x2019_0402
const RESET_VALUE: Self::Ux = {transmute(0x20190402): <hmac::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ONE_BLOCK_SPEC
impl Resettable for ONE_BLOCK_SPEC
reset()
method sets ONE_BLOCK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmac::one_block::ONE_BLOCK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::hmac::query_busy::QUERY_BUSY_SPEC
impl Resettable for esp32s2::hmac::query_busy::QUERY_BUSY_SPEC
reset()
method sets QUERY_BUSY to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmac::query_busy::QUERY_BUSY_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for QUERY_ERROR_SPEC
impl Resettable for QUERY_ERROR_SPEC
reset()
method sets QUERY_ERROR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmac::query_error::QUERY_ERROR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RD_RESULT__SPEC
impl Resettable for RD_RESULT__SPEC
reset()
method sets RD_RESULT_%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmac::rd_result_::RD_RESULT__SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SET_INVALIDATE_DS_SPEC
impl Resettable for SET_INVALIDATE_DS_SPEC
reset()
method sets SET_INVALIDATE_DS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmac::set_invalidate_ds::SET_INVALIDATE_DS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SET_INVALIDATE_JTAG_SPEC
impl Resettable for SET_INVALIDATE_JTAG_SPEC
reset()
method sets SET_INVALIDATE_JTAG to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmac::set_invalidate_jtag::SET_INVALIDATE_JTAG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SET_MESSAGE_END_SPEC
impl Resettable for SET_MESSAGE_END_SPEC
reset()
method sets SET_MESSAGE_END to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmac::set_message_end::SET_MESSAGE_END_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SET_MESSAGE_ING_SPEC
impl Resettable for SET_MESSAGE_ING_SPEC
reset()
method sets SET_MESSAGE_ING to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmac::set_message_ing::SET_MESSAGE_ING_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SET_MESSAGE_ONE_SPEC
impl Resettable for SET_MESSAGE_ONE_SPEC
reset()
method sets SET_MESSAGE_ONE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmac::set_message_one::SET_MESSAGE_ONE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SET_MESSAGE_PAD_SPEC
impl Resettable for SET_MESSAGE_PAD_SPEC
reset()
method sets SET_MESSAGE_PAD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmac::set_message_pad::SET_MESSAGE_PAD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SET_PARA_FINISH_SPEC
impl Resettable for SET_PARA_FINISH_SPEC
reset()
method sets SET_PARA_FINISH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmac::set_para_finish::SET_PARA_FINISH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SET_PARA_KEY_SPEC
impl Resettable for SET_PARA_KEY_SPEC
reset()
method sets SET_PARA_KEY to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmac::set_para_key::SET_PARA_KEY_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SET_PARA_PURPOSE_SPEC
impl Resettable for SET_PARA_PURPOSE_SPEC
reset()
method sets SET_PARA_PURPOSE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmac::set_para_purpose::SET_PARA_PURPOSE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SET_RESULT_FINISH_SPEC
impl Resettable for SET_RESULT_FINISH_SPEC
reset()
method sets SET_RESULT_FINISH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmac::set_result_finish::SET_RESULT_FINISH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::hmac::set_start::SET_START_SPEC
impl Resettable for esp32s2::hmac::set_start::SET_START_SPEC
reset()
method sets SET_START to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmac::set_start::SET_START_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for WR_MESSAGE__SPEC
impl Resettable for WR_MESSAGE__SPEC
reset()
method sets WR_MESSAGE_%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmac::wr_message_::WR_MESSAGE__SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for COMD_SPEC
impl Resettable for COMD_SPEC
reset()
method sets COMD%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c0::comd::COMD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CTR_SPEC
impl Resettable for CTR_SPEC
reset()
method sets CTR to value 0x0a0b
const RESET_VALUE: Self::Ux = {transmute(0x00000a0b): <i2c0::ctr::CTR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2c0::data::DATA_SPEC
impl Resettable for esp32s2::i2c0::data::DATA_SPEC
reset()
method sets DATA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c0::data::DATA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2c0::date::DATE_SPEC
impl Resettable for esp32s2::i2c0::date::DATE_SPEC
reset()
method sets DATE to value 0x1905_2000
const RESET_VALUE: Self::Ux = {transmute(0x19052000): <i2c0::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2c0::fifo_conf::FIFO_CONF_SPEC
impl Resettable for esp32s2::i2c0::fifo_conf::FIFO_CONF_SPEC
reset()
method sets FIFO_CONF to value 0x0555_408b
const RESET_VALUE: Self::Ux = {transmute(0x0555408b): <i2c0::fifo_conf::FIFO_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for FIFO_ST_SPEC
impl Resettable for FIFO_ST_SPEC
reset()
method sets FIFO_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c0::fifo_st::FIFO_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2c0::int_clr::INT_CLR_SPEC
impl Resettable for esp32s2::i2c0::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c0::int_clr::INT_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2c0::int_ena::INT_ENA_SPEC
impl Resettable for esp32s2::i2c0::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c0::int_ena::INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2c0::int_raw::INT_RAW_SPEC
impl Resettable for esp32s2::i2c0::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c0::int_raw::INT_RAW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INT_STATUS_SPEC
impl Resettable for INT_STATUS_SPEC
reset()
method sets INT_STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c0::int_status::INT_STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_FILTER_CFG_SPEC
impl Resettable for SCL_FILTER_CFG_SPEC
reset()
method sets SCL_FILTER_CFG to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <i2c0::scl_filter_cfg::SCL_FILTER_CFG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_HIGH_PERIOD_SPEC
impl Resettable for SCL_HIGH_PERIOD_SPEC
reset()
method sets SCL_HIGH_PERIOD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c0::scl_high_period::SCL_HIGH_PERIOD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_LOW_PERIOD_SPEC
impl Resettable for SCL_LOW_PERIOD_SPEC
reset()
method sets SCL_LOW_PERIOD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c0::scl_low_period::SCL_LOW_PERIOD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_MAIN_ST_TIME_OUT_SPEC
impl Resettable for SCL_MAIN_ST_TIME_OUT_SPEC
reset()
method sets SCL_MAIN_ST_TIME_OUT to value 0x0100
const RESET_VALUE: Self::Ux = {transmute(0x00000100): <i2c0::scl_main_st_time_out::SCL_MAIN_ST_TIME_OUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_RSTART_SETUP_SPEC
impl Resettable for SCL_RSTART_SETUP_SPEC
reset()
method sets SCL_RSTART_SETUP to value 0x08
const RESET_VALUE: Self::Ux = {transmute(0x00000008): <i2c0::scl_rstart_setup::SCL_RSTART_SETUP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_SP_CONF_SPEC
impl Resettable for SCL_SP_CONF_SPEC
reset()
method sets SCL_SP_CONF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c0::scl_sp_conf::SCL_SP_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_ST_TIME_OUT_SPEC
impl Resettable for SCL_ST_TIME_OUT_SPEC
reset()
method sets SCL_ST_TIME_OUT to value 0x0100
const RESET_VALUE: Self::Ux = {transmute(0x00000100): <i2c0::scl_st_time_out::SCL_ST_TIME_OUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_START_HOLD_SPEC
impl Resettable for SCL_START_HOLD_SPEC
reset()
method sets SCL_START_HOLD to value 0x08
const RESET_VALUE: Self::Ux = {transmute(0x00000008): <i2c0::scl_start_hold::SCL_START_HOLD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_STOP_HOLD_SPEC
impl Resettable for SCL_STOP_HOLD_SPEC
reset()
method sets SCL_STOP_HOLD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c0::scl_stop_hold::SCL_STOP_HOLD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_STOP_SETUP_SPEC
impl Resettable for SCL_STOP_SETUP_SPEC
reset()
method sets SCL_STOP_SETUP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c0::scl_stop_setup::SCL_STOP_SETUP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_STRETCH_CONF_SPEC
impl Resettable for SCL_STRETCH_CONF_SPEC
reset()
method sets SCL_STRETCH_CONF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c0::scl_stretch_conf::SCL_STRETCH_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SDA_FILTER_CFG_SPEC
impl Resettable for SDA_FILTER_CFG_SPEC
reset()
method sets SDA_FILTER_CFG to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <i2c0::sda_filter_cfg::SDA_FILTER_CFG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SDA_HOLD_SPEC
impl Resettable for SDA_HOLD_SPEC
reset()
method sets SDA_HOLD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c0::sda_hold::SDA_HOLD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SDA_SAMPLE_SPEC
impl Resettable for SDA_SAMPLE_SPEC
reset()
method sets SDA_SAMPLE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c0::sda_sample::SDA_SAMPLE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2c0::slave_addr::SLAVE_ADDR_SPEC
impl Resettable for esp32s2::i2c0::slave_addr::SLAVE_ADDR_SPEC
reset()
method sets SLAVE_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c0::slave_addr::SLAVE_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SR_SPEC
impl Resettable for SR_SPEC
reset()
method sets SR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c0::sr::SR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2c0::to::TO_SPEC
impl Resettable for esp32s2::i2c0::to::TO_SPEC
reset()
method sets TO to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c0::to::TO_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2s::clkm_conf::CLKM_CONF_SPEC
impl Resettable for esp32s2::i2s::clkm_conf::CLKM_CONF_SPEC
reset()
method sets CLKM_CONF to value 0x04
const RESET_VALUE: Self::Ux = {transmute(0x00000004): <i2s::clkm_conf::CLKM_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2s::conf1::CONF1_SPEC
impl Resettable for esp32s2::i2s::conf1::CONF1_SPEC
reset()
method sets CONF1 to value 0x89
const RESET_VALUE: Self::Ux = {transmute(0x00000089): <i2s::conf1::CONF1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CONF2_SPEC
impl Resettable for CONF2_SPEC
reset()
method sets CONF2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::conf2::CONF2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2s::conf::CONF_SPEC
impl Resettable for esp32s2::i2s::conf::CONF_SPEC
reset()
method sets CONF to value 0x000c_0300
const RESET_VALUE: Self::Ux = {transmute(0x000c0300): <i2s::conf::CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CONF_CHAN_SPEC
impl Resettable for CONF_CHAN_SPEC
reset()
method sets CONF_CHAN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::conf_chan::CONF_CHAN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CONF_SIGLE_DATA_SPEC
impl Resettable for CONF_SIGLE_DATA_SPEC
reset()
method sets CONF_SIGLE_DATA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::conf_sigle_data::CONF_SIGLE_DATA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2s::date::DATE_SPEC
impl Resettable for esp32s2::i2s::date::DATE_SPEC
reset()
method sets DATE to value 0x1905_2500
const RESET_VALUE: Self::Ux = {transmute(0x19052500): <i2s::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2s::fifo_conf::FIFO_CONF_SPEC
impl Resettable for esp32s2::i2s::fifo_conf::FIFO_CONF_SPEC
reset()
method sets FIFO_CONF to value 0x1820
const RESET_VALUE: Self::Ux = {transmute(0x00001820): <i2s::fifo_conf::FIFO_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IN_EOF_DES_ADDR_SPEC
impl Resettable for IN_EOF_DES_ADDR_SPEC
reset()
method sets IN_EOF_DES_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::in_eof_des_addr::IN_EOF_DES_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IN_LINK_SPEC
impl Resettable for IN_LINK_SPEC
reset()
method sets IN_LINK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::in_link::IN_LINK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INFIFO_POP_SPEC
impl Resettable for INFIFO_POP_SPEC
reset()
method sets INFIFO_POP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::infifo_pop::INFIFO_POP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2s::inlink_dscr::INLINK_DSCR_SPEC
impl Resettable for esp32s2::i2s::inlink_dscr::INLINK_DSCR_SPEC
reset()
method sets INLINK_DSCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::inlink_dscr::INLINK_DSCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2s::inlink_dscr_bf0::INLINK_DSCR_BF0_SPEC
impl Resettable for esp32s2::i2s::inlink_dscr_bf0::INLINK_DSCR_BF0_SPEC
reset()
method sets INLINK_DSCR_BF0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::inlink_dscr_bf0::INLINK_DSCR_BF0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2s::inlink_dscr_bf1::INLINK_DSCR_BF1_SPEC
impl Resettable for esp32s2::i2s::inlink_dscr_bf1::INLINK_DSCR_BF1_SPEC
reset()
method sets INLINK_DSCR_BF1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::inlink_dscr_bf1::INLINK_DSCR_BF1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2s::int_clr::INT_CLR_SPEC
impl Resettable for esp32s2::i2s::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::int_clr::INT_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2s::int_ena::INT_ENA_SPEC
impl Resettable for esp32s2::i2s::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::int_ena::INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2s::int_raw::INT_RAW_SPEC
impl Resettable for esp32s2::i2s::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::int_raw::INT_RAW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2s::int_st::INT_ST_SPEC
impl Resettable for esp32s2::i2s::int_st::INT_ST_SPEC
reset()
method sets INT_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::int_st::INT_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LC_CONF_SPEC
impl Resettable for LC_CONF_SPEC
reset()
method sets LC_CONF to value 0x0100
const RESET_VALUE: Self::Ux = {transmute(0x00000100): <i2s::lc_conf::LC_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LC_HUNG_CONF_SPEC
impl Resettable for LC_HUNG_CONF_SPEC
reset()
method sets LC_HUNG_CONF to value 0x0810
const RESET_VALUE: Self::Ux = {transmute(0x00000810): <i2s::lc_hung_conf::LC_HUNG_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LC_STATE0_SPEC
impl Resettable for LC_STATE0_SPEC
reset()
method sets LC_STATE0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::lc_state0::LC_STATE0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LC_STATE1_SPEC
impl Resettable for LC_STATE1_SPEC
reset()
method sets LC_STATE1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::lc_state1::LC_STATE1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2s::out_eof_bfr_des_addr::OUT_EOF_BFR_DES_ADDR_SPEC
impl Resettable for esp32s2::i2s::out_eof_bfr_des_addr::OUT_EOF_BFR_DES_ADDR_SPEC
reset()
method sets OUT_EOF_BFR_DES_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::out_eof_bfr_des_addr::OUT_EOF_BFR_DES_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2s::out_eof_des_addr::OUT_EOF_DES_ADDR_SPEC
impl Resettable for esp32s2::i2s::out_eof_des_addr::OUT_EOF_DES_ADDR_SPEC
reset()
method sets OUT_EOF_DES_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::out_eof_des_addr::OUT_EOF_DES_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OUT_LINK_SPEC
impl Resettable for OUT_LINK_SPEC
reset()
method sets OUT_LINK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::out_link::OUT_LINK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OUTFIFO_PUSH_SPEC
impl Resettable for OUTFIFO_PUSH_SPEC
reset()
method sets OUTFIFO_PUSH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::outfifo_push::OUTFIFO_PUSH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2s::outlink_dscr::OUTLINK_DSCR_SPEC
impl Resettable for esp32s2::i2s::outlink_dscr::OUTLINK_DSCR_SPEC
reset()
method sets OUTLINK_DSCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::outlink_dscr::OUTLINK_DSCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2s::outlink_dscr_bf0::OUTLINK_DSCR_BF0_SPEC
impl Resettable for esp32s2::i2s::outlink_dscr_bf0::OUTLINK_DSCR_BF0_SPEC
reset()
method sets OUTLINK_DSCR_BF0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::outlink_dscr_bf0::OUTLINK_DSCR_BF0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2s::outlink_dscr_bf1::OUTLINK_DSCR_BF1_SPEC
impl Resettable for esp32s2::i2s::outlink_dscr_bf1::OUTLINK_DSCR_BF1_SPEC
reset()
method sets OUTLINK_DSCR_BF1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::outlink_dscr_bf1::OUTLINK_DSCR_BF1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PD_CONF_SPEC
impl Resettable for PD_CONF_SPEC
reset()
method sets PD_CONF to value 0x2a
const RESET_VALUE: Self::Ux = {transmute(0x0000002a): <i2s::pd_conf::PD_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RXEOF_NUM_SPEC
impl Resettable for RXEOF_NUM_SPEC
reset()
method sets RXEOF_NUM to value 0x40
const RESET_VALUE: Self::Ux = {transmute(0x00000040): <i2s::rxeof_num::RXEOF_NUM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAMPLE_RATE_CONF_SPEC
impl Resettable for SAMPLE_RATE_CONF_SPEC
reset()
method sets SAMPLE_RATE_CONF to value 0x0041_0186
const RESET_VALUE: Self::Ux = {transmute(0x00410186): <i2s::sample_rate_conf::SAMPLE_RATE_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::i2s::state::STATE_SPEC
impl Resettable for esp32s2::i2s::state::STATE_SPEC
reset()
method sets STATE to value 0x01
const RESET_VALUE: Self::Ux = {transmute(0x00000001): <i2s::state::STATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TIMING_SPEC
impl Resettable for TIMING_SPEC
reset()
method sets TIMING to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::interrupt::clock_gate::CLOCK_GATE_SPEC
impl Resettable for esp32s2::interrupt::clock_gate::CLOCK_GATE_SPEC
reset()
method sets CLOCK_GATE to value 0x01
const RESET_VALUE: Self::Ux = {transmute(0x00000001): <interrupt::clock_gate::CLOCK_GATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_AES_INTR_MAP_SPEC
impl Resettable for PRO_AES_INTR_MAP_SPEC
reset()
method sets PRO_AES_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_aes_intr_map::PRO_AES_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_APB_ADC_INT_MAP_SPEC
impl Resettable for PRO_APB_ADC_INT_MAP_SPEC
reset()
method sets PRO_APB_ADC_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_apb_adc_int_map::PRO_APB_ADC_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_APB_PERI_ERROR_INT_MAP_SPEC
impl Resettable for PRO_APB_PERI_ERROR_INT_MAP_SPEC
reset()
method sets PRO_APB_PERI_ERROR_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_apb_peri_error_int_map::PRO_APB_PERI_ERROR_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ASSIST_DEBUG_INTR_MAP_SPEC
impl Resettable for PRO_ASSIST_DEBUG_INTR_MAP_SPEC
reset()
method sets PRO_ASSIST_DEBUG_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_assist_debug_intr_map::PRO_ASSIST_DEBUG_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_BB_INT_MAP_SPEC
impl Resettable for PRO_BB_INT_MAP_SPEC
reset()
method sets PRO_BB_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_bb_int_map::PRO_BB_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_BT_BB_INT_MAP_SPEC
impl Resettable for PRO_BT_BB_INT_MAP_SPEC
reset()
method sets PRO_BT_BB_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_bt_bb_int_map::PRO_BT_BB_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_BT_BB_NMI_MAP_SPEC
impl Resettable for PRO_BT_BB_NMI_MAP_SPEC
reset()
method sets PRO_BT_BB_NMI_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_bt_bb_nmi_map::PRO_BT_BB_NMI_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_BT_MAC_INT_MAP_SPEC
impl Resettable for PRO_BT_MAC_INT_MAP_SPEC
reset()
method sets PRO_BT_MAC_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_bt_mac_int_map::PRO_BT_MAC_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CACHE_IA_INT_MAP_SPEC
impl Resettable for PRO_CACHE_IA_INT_MAP_SPEC
reset()
method sets PRO_CACHE_IA_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_cache_ia_int_map::PRO_CACHE_IA_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CAN_INT_MAP_SPEC
impl Resettable for PRO_CAN_INT_MAP_SPEC
reset()
method sets PRO_CAN_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_can_int_map::PRO_CAN_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CPU_INTR_FROM_CPU_0_MAP_SPEC
impl Resettable for PRO_CPU_INTR_FROM_CPU_0_MAP_SPEC
reset()
method sets PRO_CPU_INTR_FROM_CPU_0_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_cpu_intr_from_cpu_0_map::PRO_CPU_INTR_FROM_CPU_0_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CPU_INTR_FROM_CPU_1_MAP_SPEC
impl Resettable for PRO_CPU_INTR_FROM_CPU_1_MAP_SPEC
reset()
method sets PRO_CPU_INTR_FROM_CPU_1_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_cpu_intr_from_cpu_1_map::PRO_CPU_INTR_FROM_CPU_1_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CPU_INTR_FROM_CPU_2_MAP_SPEC
impl Resettable for PRO_CPU_INTR_FROM_CPU_2_MAP_SPEC
reset()
method sets PRO_CPU_INTR_FROM_CPU_2_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_cpu_intr_from_cpu_2_map::PRO_CPU_INTR_FROM_CPU_2_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CPU_INTR_FROM_CPU_3_MAP_SPEC
impl Resettable for PRO_CPU_INTR_FROM_CPU_3_MAP_SPEC
reset()
method sets PRO_CPU_INTR_FROM_CPU_3_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_cpu_intr_from_cpu_3_map::PRO_CPU_INTR_FROM_CPU_3_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CPU_PERI_ERROR_INT_MAP_SPEC
impl Resettable for PRO_CPU_PERI_ERROR_INT_MAP_SPEC
reset()
method sets PRO_CPU_PERI_ERROR_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_cpu_peri_error_int_map::PRO_CPU_PERI_ERROR_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CRYPTO_DMA_INT_MAP_SPEC
impl Resettable for PRO_CRYPTO_DMA_INT_MAP_SPEC
reset()
method sets PRO_CRYPTO_DMA_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_crypto_dma_int_map::PRO_CRYPTO_DMA_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_PRELOAD_INT_MAP_SPEC
impl Resettable for PRO_DCACHE_PRELOAD_INT_MAP_SPEC
reset()
method sets PRO_DCACHE_PRELOAD_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_dcache_preload_int_map::PRO_DCACHE_PRELOAD_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DCACHE_SYNC_INT_MAP_SPEC
impl Resettable for PRO_DCACHE_SYNC_INT_MAP_SPEC
reset()
method sets PRO_DCACHE_SYNC_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_dcache_sync_int_map::PRO_DCACHE_SYNC_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DEDICATED_GPIO_IN_INTR_MAP_SPEC
impl Resettable for PRO_DEDICATED_GPIO_IN_INTR_MAP_SPEC
reset()
method sets PRO_DEDICATED_GPIO_IN_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_dedicated_gpio_in_intr_map::PRO_DEDICATED_GPIO_IN_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DMA_COPY_INTR_MAP_SPEC
impl Resettable for PRO_DMA_COPY_INTR_MAP_SPEC
reset()
method sets PRO_DMA_COPY_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_dma_copy_intr_map::PRO_DMA_COPY_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_EFUSE_INT_MAP_SPEC
impl Resettable for PRO_EFUSE_INT_MAP_SPEC
reset()
method sets PRO_EFUSE_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_efuse_int_map::PRO_EFUSE_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_GPIO_INTERRUPT_APP_MAP_SPEC
impl Resettable for PRO_GPIO_INTERRUPT_APP_MAP_SPEC
reset()
method sets PRO_GPIO_INTERRUPT_APP_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_gpio_interrupt_app_map::PRO_GPIO_INTERRUPT_APP_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_GPIO_INTERRUPT_APP_NMI_MAP_SPEC
impl Resettable for PRO_GPIO_INTERRUPT_APP_NMI_MAP_SPEC
reset()
method sets PRO_GPIO_INTERRUPT_APP_NMI_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_gpio_interrupt_app_nmi_map::PRO_GPIO_INTERRUPT_APP_NMI_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_GPIO_INTERRUPT_PRO_MAP_SPEC
impl Resettable for PRO_GPIO_INTERRUPT_PRO_MAP_SPEC
reset()
method sets PRO_GPIO_INTERRUPT_PRO_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_gpio_interrupt_pro_map::PRO_GPIO_INTERRUPT_PRO_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_GPIO_INTERRUPT_PRO_NMI_MAP_SPEC
impl Resettable for PRO_GPIO_INTERRUPT_PRO_NMI_MAP_SPEC
reset()
method sets PRO_GPIO_INTERRUPT_PRO_NMI_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_gpio_interrupt_pro_nmi_map::PRO_GPIO_INTERRUPT_PRO_NMI_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_I2C_EXT0_INTR_MAP_SPEC
impl Resettable for PRO_I2C_EXT0_INTR_MAP_SPEC
reset()
method sets PRO_I2C_EXT0_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_i2c_ext0_intr_map::PRO_I2C_EXT0_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_I2C_EXT1_INTR_MAP_SPEC
impl Resettable for PRO_I2C_EXT1_INTR_MAP_SPEC
reset()
method sets PRO_I2C_EXT1_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_i2c_ext1_intr_map::PRO_I2C_EXT1_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_I2S0_INT_MAP_SPEC
impl Resettable for PRO_I2S0_INT_MAP_SPEC
reset()
method sets PRO_I2S0_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_i2s0_int_map::PRO_I2S0_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_I2S1_INT_MAP_SPEC
impl Resettable for PRO_I2S1_INT_MAP_SPEC
reset()
method sets PRO_I2S1_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_i2s1_int_map::PRO_I2S1_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_PRELOAD_INT_MAP_SPEC
impl Resettable for PRO_ICACHE_PRELOAD_INT_MAP_SPEC
reset()
method sets PRO_ICACHE_PRELOAD_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_icache_preload_int_map::PRO_ICACHE_PRELOAD_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_ICACHE_SYNC_INT_MAP_SPEC
impl Resettable for PRO_ICACHE_SYNC_INT_MAP_SPEC
reset()
method sets PRO_ICACHE_SYNC_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_icache_sync_int_map::PRO_ICACHE_SYNC_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_INTR_STATUS_0_SPEC
impl Resettable for PRO_INTR_STATUS_0_SPEC
reset()
method sets PRO_INTR_STATUS_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <interrupt::pro_intr_status_0::PRO_INTR_STATUS_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_INTR_STATUS_1_SPEC
impl Resettable for PRO_INTR_STATUS_1_SPEC
reset()
method sets PRO_INTR_STATUS_1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <interrupt::pro_intr_status_1::PRO_INTR_STATUS_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_INTR_STATUS_2_SPEC
impl Resettable for PRO_INTR_STATUS_2_SPEC
reset()
method sets PRO_INTR_STATUS_2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <interrupt::pro_intr_status_2::PRO_INTR_STATUS_2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_LEDC_INT_MAP_SPEC
impl Resettable for PRO_LEDC_INT_MAP_SPEC
reset()
method sets PRO_LEDC_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_ledc_int_map::PRO_LEDC_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_MAC_INTR_MAP_SPEC
impl Resettable for PRO_MAC_INTR_MAP_SPEC
reset()
method sets PRO_MAC_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_mac_intr_map::PRO_MAC_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_MAC_NMI_MAP_SPEC
impl Resettable for PRO_MAC_NMI_MAP_SPEC
reset()
method sets PRO_MAC_NMI_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_mac_nmi_map::PRO_MAC_NMI_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_PCNT_INTR_MAP_SPEC
impl Resettable for PRO_PCNT_INTR_MAP_SPEC
reset()
method sets PRO_PCNT_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_pcnt_intr_map::PRO_PCNT_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_PMS_DMA_APB_I_ILG_INTR_MAP_SPEC
impl Resettable for PRO_PMS_DMA_APB_I_ILG_INTR_MAP_SPEC
reset()
method sets PRO_PMS_DMA_APB_I_ILG_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_pms_dma_apb_i_ilg_intr_map::PRO_PMS_DMA_APB_I_ILG_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_PMS_DMA_RX_I_ILG_INTR_MAP_SPEC
impl Resettable for PRO_PMS_DMA_RX_I_ILG_INTR_MAP_SPEC
reset()
method sets PRO_PMS_DMA_RX_I_ILG_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_pms_dma_rx_i_ilg_intr_map::PRO_PMS_DMA_RX_I_ILG_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_PMS_DMA_TX_I_ILG_INTR_MAP_SPEC
impl Resettable for PRO_PMS_DMA_TX_I_ILG_INTR_MAP_SPEC
reset()
method sets PRO_PMS_DMA_TX_I_ILG_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_pms_dma_tx_i_ilg_intr_map::PRO_PMS_DMA_TX_I_ILG_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_PMS_PRO_AHB_ILG_INTR_MAP_SPEC
impl Resettable for PRO_PMS_PRO_AHB_ILG_INTR_MAP_SPEC
reset()
method sets PRO_PMS_PRO_AHB_ILG_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_pms_pro_ahb_ilg_intr_map::PRO_PMS_PRO_AHB_ILG_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_PMS_PRO_CACHE_ILG_INTR_MAP_SPEC
impl Resettable for PRO_PMS_PRO_CACHE_ILG_INTR_MAP_SPEC
reset()
method sets PRO_PMS_PRO_CACHE_ILG_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_pms_pro_cache_ilg_intr_map::PRO_PMS_PRO_CACHE_ILG_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_PMS_PRO_DPORT_ILG_INTR_MAP_SPEC
impl Resettable for PRO_PMS_PRO_DPORT_ILG_INTR_MAP_SPEC
reset()
method sets PRO_PMS_PRO_DPORT_ILG_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_pms_pro_dport_ilg_intr_map::PRO_PMS_PRO_DPORT_ILG_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_PMS_PRO_DRAM0_ILG_INTR_MAP_SPEC
impl Resettable for PRO_PMS_PRO_DRAM0_ILG_INTR_MAP_SPEC
reset()
method sets PRO_PMS_PRO_DRAM0_ILG_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_pms_pro_dram0_ilg_intr_map::PRO_PMS_PRO_DRAM0_ILG_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_PMS_PRO_IRAM0_ILG_INTR_MAP_SPEC
impl Resettable for PRO_PMS_PRO_IRAM0_ILG_INTR_MAP_SPEC
reset()
method sets PRO_PMS_PRO_IRAM0_ILG_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_pms_pro_iram0_ilg_intr_map::PRO_PMS_PRO_IRAM0_ILG_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_PWM0_INTR_MAP_SPEC
impl Resettable for PRO_PWM0_INTR_MAP_SPEC
reset()
method sets PRO_PWM0_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_pwm0_intr_map::PRO_PWM0_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_PWM1_INTR_MAP_SPEC
impl Resettable for PRO_PWM1_INTR_MAP_SPEC
reset()
method sets PRO_PWM1_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_pwm1_intr_map::PRO_PWM1_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_PWM2_INTR_MAP_SPEC
impl Resettable for PRO_PWM2_INTR_MAP_SPEC
reset()
method sets PRO_PWM2_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_pwm2_intr_map::PRO_PWM2_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_PWM3_INTR_MAP_SPEC
impl Resettable for PRO_PWM3_INTR_MAP_SPEC
reset()
method sets PRO_PWM3_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_pwm3_intr_map::PRO_PWM3_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_PWR_INTR_MAP_SPEC
impl Resettable for PRO_PWR_INTR_MAP_SPEC
reset()
method sets PRO_PWR_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_pwr_intr_map::PRO_PWR_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_RMT_INTR_MAP_SPEC
impl Resettable for PRO_RMT_INTR_MAP_SPEC
reset()
method sets PRO_RMT_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_rmt_intr_map::PRO_RMT_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_RSA_INTR_MAP_SPEC
impl Resettable for PRO_RSA_INTR_MAP_SPEC
reset()
method sets PRO_RSA_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_rsa_intr_map::PRO_RSA_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_RTC_CORE_INTR_MAP_SPEC
impl Resettable for PRO_RTC_CORE_INTR_MAP_SPEC
reset()
method sets PRO_RTC_CORE_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_rtc_core_intr_map::PRO_RTC_CORE_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_RWBLE_IRQ_MAP_SPEC
impl Resettable for PRO_RWBLE_IRQ_MAP_SPEC
reset()
method sets PRO_RWBLE_IRQ_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_rwble_irq_map::PRO_RWBLE_IRQ_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_RWBLE_NMI_MAP_SPEC
impl Resettable for PRO_RWBLE_NMI_MAP_SPEC
reset()
method sets PRO_RWBLE_NMI_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_rwble_nmi_map::PRO_RWBLE_NMI_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_RWBT_IRQ_MAP_SPEC
impl Resettable for PRO_RWBT_IRQ_MAP_SPEC
reset()
method sets PRO_RWBT_IRQ_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_rwbt_irq_map::PRO_RWBT_IRQ_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_RWBT_NMI_MAP_SPEC
impl Resettable for PRO_RWBT_NMI_MAP_SPEC
reset()
method sets PRO_RWBT_NMI_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_rwbt_nmi_map::PRO_RWBT_NMI_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_SDIO_HOST_INTERRUPT_MAP_SPEC
impl Resettable for PRO_SDIO_HOST_INTERRUPT_MAP_SPEC
reset()
method sets PRO_SDIO_HOST_INTERRUPT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_sdio_host_interrupt_map::PRO_SDIO_HOST_INTERRUPT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_SHA_INTR_MAP_SPEC
impl Resettable for PRO_SHA_INTR_MAP_SPEC
reset()
method sets PRO_SHA_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_sha_intr_map::PRO_SHA_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_SLC0_INTR_MAP_SPEC
impl Resettable for PRO_SLC0_INTR_MAP_SPEC
reset()
method sets PRO_SLC0_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_slc0_intr_map::PRO_SLC0_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_SLC1_INTR_MAP_SPEC
impl Resettable for PRO_SLC1_INTR_MAP_SPEC
reset()
method sets PRO_SLC1_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_slc1_intr_map::PRO_SLC1_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_SPI2_DMA_INT_MAP_SPEC
impl Resettable for PRO_SPI2_DMA_INT_MAP_SPEC
reset()
method sets PRO_SPI2_DMA_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_spi2_dma_int_map::PRO_SPI2_DMA_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_SPI3_DMA_INT_MAP_SPEC
impl Resettable for PRO_SPI3_DMA_INT_MAP_SPEC
reset()
method sets PRO_SPI3_DMA_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_spi3_dma_int_map::PRO_SPI3_DMA_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_SPI4_DMA_INT_MAP_SPEC
impl Resettable for PRO_SPI4_DMA_INT_MAP_SPEC
reset()
method sets PRO_SPI4_DMA_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_spi4_dma_int_map::PRO_SPI4_DMA_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_SPI_INTR_1_MAP_SPEC
impl Resettable for PRO_SPI_INTR_1_MAP_SPEC
reset()
method sets PRO_SPI_INTR_1_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_spi_intr_1_map::PRO_SPI_INTR_1_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_SPI_INTR_2_MAP_SPEC
impl Resettable for PRO_SPI_INTR_2_MAP_SPEC
reset()
method sets PRO_SPI_INTR_2_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_spi_intr_2_map::PRO_SPI_INTR_2_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_SPI_INTR_3_MAP_SPEC
impl Resettable for PRO_SPI_INTR_3_MAP_SPEC
reset()
method sets PRO_SPI_INTR_3_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_spi_intr_3_map::PRO_SPI_INTR_3_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_SPI_INTR_4_MAP_SPEC
impl Resettable for PRO_SPI_INTR_4_MAP_SPEC
reset()
method sets PRO_SPI_INTR_4_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_spi_intr_4_map::PRO_SPI_INTR_4_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_SPI_MEM_REJECT_INTR_MAP_SPEC
impl Resettable for PRO_SPI_MEM_REJECT_INTR_MAP_SPEC
reset()
method sets PRO_SPI_MEM_REJECT_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_spi_mem_reject_intr_map::PRO_SPI_MEM_REJECT_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_SYSTIMER_TARGET0_INT_MAP_SPEC
impl Resettable for PRO_SYSTIMER_TARGET0_INT_MAP_SPEC
reset()
method sets PRO_SYSTIMER_TARGET0_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_systimer_target0_int_map::PRO_SYSTIMER_TARGET0_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_SYSTIMER_TARGET1_INT_MAP_SPEC
impl Resettable for PRO_SYSTIMER_TARGET1_INT_MAP_SPEC
reset()
method sets PRO_SYSTIMER_TARGET1_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_systimer_target1_int_map::PRO_SYSTIMER_TARGET1_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_SYSTIMER_TARGET2_INT_MAP_SPEC
impl Resettable for PRO_SYSTIMER_TARGET2_INT_MAP_SPEC
reset()
method sets PRO_SYSTIMER_TARGET2_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_systimer_target2_int_map::PRO_SYSTIMER_TARGET2_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TG1_LACT_EDGE_INT_MAP_SPEC
impl Resettable for PRO_TG1_LACT_EDGE_INT_MAP_SPEC
reset()
method sets PRO_TG1_LACT_EDGE_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_tg1_lact_edge_int_map::PRO_TG1_LACT_EDGE_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TG1_LACT_LEVEL_INT_MAP_SPEC
impl Resettable for PRO_TG1_LACT_LEVEL_INT_MAP_SPEC
reset()
method sets PRO_TG1_LACT_LEVEL_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_tg1_lact_level_int_map::PRO_TG1_LACT_LEVEL_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TG1_T0_EDGE_INT_MAP_SPEC
impl Resettable for PRO_TG1_T0_EDGE_INT_MAP_SPEC
reset()
method sets PRO_TG1_T0_EDGE_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_tg1_t0_edge_int_map::PRO_TG1_T0_EDGE_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TG1_T0_LEVEL_INT_MAP_SPEC
impl Resettable for PRO_TG1_T0_LEVEL_INT_MAP_SPEC
reset()
method sets PRO_TG1_T0_LEVEL_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_tg1_t0_level_int_map::PRO_TG1_T0_LEVEL_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TG1_T1_EDGE_INT_MAP_SPEC
impl Resettable for PRO_TG1_T1_EDGE_INT_MAP_SPEC
reset()
method sets PRO_TG1_T1_EDGE_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_tg1_t1_edge_int_map::PRO_TG1_T1_EDGE_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TG1_T1_LEVEL_INT_MAP_SPEC
impl Resettable for PRO_TG1_T1_LEVEL_INT_MAP_SPEC
reset()
method sets PRO_TG1_T1_LEVEL_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_tg1_t1_level_int_map::PRO_TG1_T1_LEVEL_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TG1_WDT_EDGE_INT_MAP_SPEC
impl Resettable for PRO_TG1_WDT_EDGE_INT_MAP_SPEC
reset()
method sets PRO_TG1_WDT_EDGE_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_tg1_wdt_edge_int_map::PRO_TG1_WDT_EDGE_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TG1_WDT_LEVEL_INT_MAP_SPEC
impl Resettable for PRO_TG1_WDT_LEVEL_INT_MAP_SPEC
reset()
method sets PRO_TG1_WDT_LEVEL_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_tg1_wdt_level_int_map::PRO_TG1_WDT_LEVEL_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TG_LACT_EDGE_INT_MAP_SPEC
impl Resettable for PRO_TG_LACT_EDGE_INT_MAP_SPEC
reset()
method sets PRO_TG_LACT_EDGE_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_tg_lact_edge_int_map::PRO_TG_LACT_EDGE_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TG_LACT_LEVEL_INT_MAP_SPEC
impl Resettable for PRO_TG_LACT_LEVEL_INT_MAP_SPEC
reset()
method sets PRO_TG_LACT_LEVEL_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_tg_lact_level_int_map::PRO_TG_LACT_LEVEL_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TG_T0_EDGE_INT_MAP_SPEC
impl Resettable for PRO_TG_T0_EDGE_INT_MAP_SPEC
reset()
method sets PRO_TG_T0_EDGE_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_tg_t0_edge_int_map::PRO_TG_T0_EDGE_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TG_T0_LEVEL_INT_MAP_SPEC
impl Resettable for PRO_TG_T0_LEVEL_INT_MAP_SPEC
reset()
method sets PRO_TG_T0_LEVEL_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_tg_t0_level_int_map::PRO_TG_T0_LEVEL_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TG_T1_EDGE_INT_MAP_SPEC
impl Resettable for PRO_TG_T1_EDGE_INT_MAP_SPEC
reset()
method sets PRO_TG_T1_EDGE_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_tg_t1_edge_int_map::PRO_TG_T1_EDGE_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TG_T1_LEVEL_INT_MAP_SPEC
impl Resettable for PRO_TG_T1_LEVEL_INT_MAP_SPEC
reset()
method sets PRO_TG_T1_LEVEL_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_tg_t1_level_int_map::PRO_TG_T1_LEVEL_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TG_WDT_EDGE_INT_MAP_SPEC
impl Resettable for PRO_TG_WDT_EDGE_INT_MAP_SPEC
reset()
method sets PRO_TG_WDT_EDGE_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_tg_wdt_edge_int_map::PRO_TG_WDT_EDGE_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TG_WDT_LEVEL_INT_MAP_SPEC
impl Resettable for PRO_TG_WDT_LEVEL_INT_MAP_SPEC
reset()
method sets PRO_TG_WDT_LEVEL_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_tg_wdt_level_int_map::PRO_TG_WDT_LEVEL_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TIMER_INT1_MAP_SPEC
impl Resettable for PRO_TIMER_INT1_MAP_SPEC
reset()
method sets PRO_TIMER_INT1_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_timer_int1_map::PRO_TIMER_INT1_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TIMER_INT2_MAP_SPEC
impl Resettable for PRO_TIMER_INT2_MAP_SPEC
reset()
method sets PRO_TIMER_INT2_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_timer_int2_map::PRO_TIMER_INT2_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_UART1_INTR_MAP_SPEC
impl Resettable for PRO_UART1_INTR_MAP_SPEC
reset()
method sets PRO_UART1_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_uart1_intr_map::PRO_UART1_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_UART2_INTR_MAP_SPEC
impl Resettable for PRO_UART2_INTR_MAP_SPEC
reset()
method sets PRO_UART2_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_uart2_intr_map::PRO_UART2_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_UART_INTR_MAP_SPEC
impl Resettable for PRO_UART_INTR_MAP_SPEC
reset()
method sets PRO_UART_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_uart_intr_map::PRO_UART_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_UHCI0_INTR_MAP_SPEC
impl Resettable for PRO_UHCI0_INTR_MAP_SPEC
reset()
method sets PRO_UHCI0_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_uhci0_intr_map::PRO_UHCI0_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_UHCI1_INTR_MAP_SPEC
impl Resettable for PRO_UHCI1_INTR_MAP_SPEC
reset()
method sets PRO_UHCI1_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_uhci1_intr_map::PRO_UHCI1_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_USB_INTR_MAP_SPEC
impl Resettable for PRO_USB_INTR_MAP_SPEC
reset()
method sets PRO_USB_INTR_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_usb_intr_map::PRO_USB_INTR_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_WDG_INT_MAP_SPEC
impl Resettable for PRO_WDG_INT_MAP_SPEC
reset()
method sets PRO_WDG_INT_MAP to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <interrupt::pro_wdg_int_map::PRO_WDG_INT_MAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::interrupt::reg_date::REG_DATE_SPEC
impl Resettable for esp32s2::interrupt::reg_date::REG_DATE_SPEC
reset()
method sets REG_DATE to value 0x0190_4180
const RESET_VALUE: Self::Ux = {transmute(0x01904180): <interrupt::reg_date::REG_DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::io_mux::date::DATE_SPEC
impl Resettable for esp32s2::io_mux::date::DATE_SPEC
reset()
method sets DATE to value 0x0190_7160
const RESET_VALUE: Self::Ux = {transmute(0x01907160): <io_mux::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO0_SPEC
impl Resettable for GPIO0_SPEC
reset()
method sets GPIO0 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio0::GPIO0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO1_SPEC
impl Resettable for GPIO1_SPEC
reset()
method sets GPIO1 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio1::GPIO1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO2_SPEC
impl Resettable for GPIO2_SPEC
reset()
method sets GPIO2 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio2::GPIO2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO3_SPEC
impl Resettable for GPIO3_SPEC
reset()
method sets GPIO3 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio3::GPIO3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO4_SPEC
impl Resettable for GPIO4_SPEC
reset()
method sets GPIO4 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio4::GPIO4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO5_SPEC
impl Resettable for GPIO5_SPEC
reset()
method sets GPIO5 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio5::GPIO5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO6_SPEC
impl Resettable for GPIO6_SPEC
reset()
method sets GPIO6 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio6::GPIO6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO7_SPEC
impl Resettable for GPIO7_SPEC
reset()
method sets GPIO7 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio7::GPIO7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO8_SPEC
impl Resettable for GPIO8_SPEC
reset()
method sets GPIO8 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio8::GPIO8_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO9_SPEC
impl Resettable for GPIO9_SPEC
reset()
method sets GPIO9 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio9::GPIO9_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO10_SPEC
impl Resettable for GPIO10_SPEC
reset()
method sets GPIO10 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio10::GPIO10_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO11_SPEC
impl Resettable for GPIO11_SPEC
reset()
method sets GPIO11 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio11::GPIO11_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO12_SPEC
impl Resettable for GPIO12_SPEC
reset()
method sets GPIO12 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio12::GPIO12_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO13_SPEC
impl Resettable for GPIO13_SPEC
reset()
method sets GPIO13 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio13::GPIO13_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO14_SPEC
impl Resettable for GPIO14_SPEC
reset()
method sets GPIO14 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio14::GPIO14_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO15_SPEC
impl Resettable for GPIO15_SPEC
reset()
method sets GPIO15 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio15::GPIO15_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO16_SPEC
impl Resettable for GPIO16_SPEC
reset()
method sets GPIO16 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio16::GPIO16_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO17_SPEC
impl Resettable for GPIO17_SPEC
reset()
method sets GPIO17 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio17::GPIO17_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO18_SPEC
impl Resettable for GPIO18_SPEC
reset()
method sets GPIO18 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio18::GPIO18_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO19_SPEC
impl Resettable for GPIO19_SPEC
reset()
method sets GPIO19 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio19::GPIO19_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO20_SPEC
impl Resettable for GPIO20_SPEC
reset()
method sets GPIO20 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio20::GPIO20_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO21_SPEC
impl Resettable for GPIO21_SPEC
reset()
method sets GPIO21 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio21::GPIO21_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO26_SPEC
impl Resettable for GPIO26_SPEC
reset()
method sets GPIO26 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio26::GPIO26_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO27_SPEC
impl Resettable for GPIO27_SPEC
reset()
method sets GPIO27 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio27::GPIO27_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO28_SPEC
impl Resettable for GPIO28_SPEC
reset()
method sets GPIO28 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio28::GPIO28_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO29_SPEC
impl Resettable for GPIO29_SPEC
reset()
method sets GPIO29 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio29::GPIO29_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO30_SPEC
impl Resettable for GPIO30_SPEC
reset()
method sets GPIO30 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio30::GPIO30_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO31_SPEC
impl Resettable for GPIO31_SPEC
reset()
method sets GPIO31 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio31::GPIO31_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO32_SPEC
impl Resettable for GPIO32_SPEC
reset()
method sets GPIO32 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio32::GPIO32_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO33_SPEC
impl Resettable for GPIO33_SPEC
reset()
method sets GPIO33 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio33::GPIO33_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO34_SPEC
impl Resettable for GPIO34_SPEC
reset()
method sets GPIO34 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio34::GPIO34_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO35_SPEC
impl Resettable for GPIO35_SPEC
reset()
method sets GPIO35 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio35::GPIO35_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO36_SPEC
impl Resettable for GPIO36_SPEC
reset()
method sets GPIO36 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio36::GPIO36_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO37_SPEC
impl Resettable for GPIO37_SPEC
reset()
method sets GPIO37 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio37::GPIO37_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO38_SPEC
impl Resettable for GPIO38_SPEC
reset()
method sets GPIO38 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio38::GPIO38_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO39_SPEC
impl Resettable for GPIO39_SPEC
reset()
method sets GPIO39 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio39::GPIO39_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO40_SPEC
impl Resettable for GPIO40_SPEC
reset()
method sets GPIO40 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio40::GPIO40_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO41_SPEC
impl Resettable for GPIO41_SPEC
reset()
method sets GPIO41 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio41::GPIO41_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO42_SPEC
impl Resettable for GPIO42_SPEC
reset()
method sets GPIO42 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio42::GPIO42_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO43_SPEC
impl Resettable for GPIO43_SPEC
reset()
method sets GPIO43 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio43::GPIO43_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO44_SPEC
impl Resettable for GPIO44_SPEC
reset()
method sets GPIO44 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio44::GPIO44_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO45_SPEC
impl Resettable for GPIO45_SPEC
reset()
method sets GPIO45 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio45::GPIO45_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GPIO46_SPEC
impl Resettable for GPIO46_SPEC
reset()
method sets GPIO46 to value 0x0b00
const RESET_VALUE: Self::Ux = {transmute(0x00000b00): <io_mux::gpio46::GPIO46_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PIN_CTRL_SPEC
impl Resettable for PIN_CTRL_SPEC
reset()
method sets PIN_CTRL to value 0x27ff
const RESET_VALUE: Self::Ux = {transmute(0x000027ff): <io_mux::pin_ctrl::PIN_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CH_CONF0_SPEC
impl Resettable for CH_CONF0_SPEC
reset()
method sets CH%s_CONF0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ledc::ch_conf0::CH_CONF0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CH_CONF1_SPEC
impl Resettable for CH_CONF1_SPEC
reset()
method sets CH%s_CONF1 to value 0x4000_0000
const RESET_VALUE: Self::Ux = {transmute(0x40000000): <ledc::ch_conf1::CH_CONF1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CH_DUTY_SPEC
impl Resettable for CH_DUTY_SPEC
reset()
method sets CH%s_DUTY to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ledc::ch_duty::CH_DUTY_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CH_DUTY_R_SPEC
impl Resettable for CH_DUTY_R_SPEC
reset()
method sets CH%s_DUTY_R to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ledc::ch_duty_r::CH_DUTY_R_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CH_HPOINT_SPEC
impl Resettable for CH_HPOINT_SPEC
reset()
method sets CH%s_HPOINT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ledc::ch_hpoint::CH_HPOINT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::ledc::conf::CONF_SPEC
impl Resettable for esp32s2::ledc::conf::CONF_SPEC
reset()
method sets CONF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ledc::conf::CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::ledc::date::DATE_SPEC
impl Resettable for esp32s2::ledc::date::DATE_SPEC
reset()
method sets DATE to value 0x1907_2601
const RESET_VALUE: Self::Ux = {transmute(0x19072601): <ledc::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::ledc::int_clr::INT_CLR_SPEC
impl Resettable for esp32s2::ledc::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ledc::int_clr::INT_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::ledc::int_ena::INT_ENA_SPEC
impl Resettable for esp32s2::ledc::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ledc::int_ena::INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::ledc::int_raw::INT_RAW_SPEC
impl Resettable for esp32s2::ledc::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ledc::int_raw::INT_RAW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::ledc::int_st::INT_ST_SPEC
impl Resettable for esp32s2::ledc::int_st::INT_ST_SPEC
reset()
method sets INT_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ledc::int_st::INT_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TIMER_CONF_SPEC
impl Resettable for TIMER_CONF_SPEC
reset()
method sets TIMER%s_CONF to value 0x0080_0000
const RESET_VALUE: Self::Ux = {transmute(0x00800000): <ledc::timer_conf::TIMER_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TIMER_VALUE_SPEC
impl Resettable for TIMER_VALUE_SPEC
reset()
method sets TIMER%s_VALUE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ledc::timer_value::TIMER_VALUE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::pcnt::ctrl::CTRL_SPEC
impl Resettable for esp32s2::pcnt::ctrl::CTRL_SPEC
reset()
method sets CTRL to value 0x55
const RESET_VALUE: Self::Ux = {transmute(0x00000055): <pcnt::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::pcnt::date::DATE_SPEC
impl Resettable for esp32s2::pcnt::date::DATE_SPEC
reset()
method sets DATE to value 0x1907_2601
const RESET_VALUE: Self::Ux = {transmute(0x19072601): <pcnt::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::pcnt::int_clr::INT_CLR_SPEC
impl Resettable for esp32s2::pcnt::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pcnt::int_clr::INT_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::pcnt::int_ena::INT_ENA_SPEC
impl Resettable for esp32s2::pcnt::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pcnt::int_ena::INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::pcnt::int_raw::INT_RAW_SPEC
impl Resettable for esp32s2::pcnt::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pcnt::int_raw::INT_RAW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::pcnt::int_st::INT_ST_SPEC
impl Resettable for esp32s2::pcnt::int_st::INT_ST_SPEC
reset()
method sets INT_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pcnt::int_st::INT_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for U_CNT_SPEC
impl Resettable for U_CNT_SPEC
reset()
method sets U%s_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pcnt::u_cnt::U_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for U_CONF0_SPEC
impl Resettable for U_CONF0_SPEC
reset()
method sets U%s_CONF0 to value 0x3c10
const RESET_VALUE: Self::Ux = {transmute(0x00003c10): <pcnt::u_conf0::U_CONF0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for U_CONF1_SPEC
impl Resettable for U_CONF1_SPEC
reset()
method sets U%s_CONF1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pcnt::u_conf1::U_CONF1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for U_CONF2_SPEC
impl Resettable for U_CONF2_SPEC
reset()
method sets U%s_CONF2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pcnt::u_conf2::U_CONF2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for U_STATUS_SPEC
impl Resettable for U_STATUS_SPEC
reset()
method sets U%s_STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pcnt::u_status::U_STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for APB_PERIPHERAL_0_SPEC
impl Resettable for APB_PERIPHERAL_0_SPEC
reset()
method sets APB_PERIPHERAL_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::apb_peripheral_0::APB_PERIPHERAL_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for APB_PERIPHERAL_1_SPEC
impl Resettable for APB_PERIPHERAL_1_SPEC
reset()
method sets APB_PERIPHERAL_1 to value 0x01
const RESET_VALUE: Self::Ux = {transmute(0x00000001): <pms::apb_peripheral_1::APB_PERIPHERAL_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for APB_PERIPHERAL_INTR_SPEC
impl Resettable for APB_PERIPHERAL_INTR_SPEC
reset()
method sets APB_PERIPHERAL_INTR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::apb_peripheral_intr::APB_PERIPHERAL_INTR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for APB_PERIPHERAL_STATUS_SPEC
impl Resettable for APB_PERIPHERAL_STATUS_SPEC
reset()
method sets APB_PERIPHERAL_STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::apb_peripheral_status::APB_PERIPHERAL_STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CACHE_MMU_ACCESS_0_SPEC
impl Resettable for CACHE_MMU_ACCESS_0_SPEC
reset()
method sets CACHE_MMU_ACCESS_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::cache_mmu_access_0::CACHE_MMU_ACCESS_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CACHE_MMU_ACCESS_1_SPEC
impl Resettable for CACHE_MMU_ACCESS_1_SPEC
reset()
method sets CACHE_MMU_ACCESS_1 to value 0x03
const RESET_VALUE: Self::Ux = {transmute(0x00000003): <pms::cache_mmu_access_1::CACHE_MMU_ACCESS_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CACHE_SOURCE_0_SPEC
impl Resettable for CACHE_SOURCE_0_SPEC
reset()
method sets CACHE_SOURCE_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::cache_source_0::CACHE_SOURCE_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CACHE_SOURCE_1_SPEC
impl Resettable for CACHE_SOURCE_1_SPEC
reset()
method sets CACHE_SOURCE_1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::cache_source_1::CACHE_SOURCE_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CACHE_TAG_ACCESS_0_SPEC
impl Resettable for CACHE_TAG_ACCESS_0_SPEC
reset()
method sets CACHE_TAG_ACCESS_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::cache_tag_access_0::CACHE_TAG_ACCESS_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CACHE_TAG_ACCESS_1_SPEC
impl Resettable for CACHE_TAG_ACCESS_1_SPEC
reset()
method sets CACHE_TAG_ACCESS_1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::cache_tag_access_1::CACHE_TAG_ACCESS_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CLOCK_GATE_REG_SPEC
impl Resettable for CLOCK_GATE_REG_SPEC
reset()
method sets CLOCK_GATE_REG to value 0x01
const RESET_VALUE: Self::Ux = {transmute(0x00000001): <pms::clock_gate_reg::CLOCK_GATE_REG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CPU_PERIPHERAL_INTR_SPEC
impl Resettable for CPU_PERIPHERAL_INTR_SPEC
reset()
method sets CPU_PERIPHERAL_INTR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::cpu_peripheral_intr::CPU_PERIPHERAL_INTR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CPU_PERIPHERAL_STATUS_SPEC
impl Resettable for CPU_PERIPHERAL_STATUS_SPEC
reset()
method sets CPU_PERIPHERAL_STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::cpu_peripheral_status::CPU_PERIPHERAL_STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::pms::date::DATE_SPEC
impl Resettable for esp32s2::pms::date::DATE_SPEC
reset()
method sets DATE to value 0x0190_5090
const RESET_VALUE: Self::Ux = {transmute(0x01905090): <pms::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_APB_I_0_SPEC
impl Resettable for DMA_APB_I_0_SPEC
reset()
method sets DMA_APB_I_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::dma_apb_i_0::DMA_APB_I_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_APB_I_1_SPEC
impl Resettable for DMA_APB_I_1_SPEC
reset()
method sets DMA_APB_I_1 to value 0x1e00_00ff
const RESET_VALUE: Self::Ux = {transmute(0x1e0000ff): <pms::dma_apb_i_1::DMA_APB_I_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_APB_I_2_SPEC
impl Resettable for DMA_APB_I_2_SPEC
reset()
method sets DMA_APB_I_2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::dma_apb_i_2::DMA_APB_I_2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_APB_I_3_SPEC
impl Resettable for DMA_APB_I_3_SPEC
reset()
method sets DMA_APB_I_3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::dma_apb_i_3::DMA_APB_I_3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_RX_I_0_SPEC
impl Resettable for DMA_RX_I_0_SPEC
reset()
method sets DMA_RX_I_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::dma_rx_i_0::DMA_RX_I_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_RX_I_1_SPEC
impl Resettable for DMA_RX_I_1_SPEC
reset()
method sets DMA_RX_I_1 to value 0x1e00_00ff
const RESET_VALUE: Self::Ux = {transmute(0x1e0000ff): <pms::dma_rx_i_1::DMA_RX_I_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_RX_I_2_SPEC
impl Resettable for DMA_RX_I_2_SPEC
reset()
method sets DMA_RX_I_2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::dma_rx_i_2::DMA_RX_I_2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_RX_I_3_SPEC
impl Resettable for DMA_RX_I_3_SPEC
reset()
method sets DMA_RX_I_3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::dma_rx_i_3::DMA_RX_I_3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_TX_I_0_SPEC
impl Resettable for DMA_TX_I_0_SPEC
reset()
method sets DMA_TX_I_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::dma_tx_i_0::DMA_TX_I_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_TX_I_1_SPEC
impl Resettable for DMA_TX_I_1_SPEC
reset()
method sets DMA_TX_I_1 to value 0x1e00_00ff
const RESET_VALUE: Self::Ux = {transmute(0x1e0000ff): <pms::dma_tx_i_1::DMA_TX_I_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_TX_I_2_SPEC
impl Resettable for DMA_TX_I_2_SPEC
reset()
method sets DMA_TX_I_2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::dma_tx_i_2::DMA_TX_I_2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_TX_I_3_SPEC
impl Resettable for DMA_TX_I_3_SPEC
reset()
method sets DMA_TX_I_3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::dma_tx_i_3::DMA_TX_I_3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MAC_DUMP_0_SPEC
impl Resettable for MAC_DUMP_0_SPEC
reset()
method sets MAC_DUMP_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::mac_dump_0::MAC_DUMP_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MAC_DUMP_1_SPEC
impl Resettable for MAC_DUMP_1_SPEC
reset()
method sets MAC_DUMP_1 to value 0xe4
const RESET_VALUE: Self::Ux = {transmute(0x000000e4): <pms::mac_dump_1::MAC_DUMP_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OCCUPY_0_SPEC
impl Resettable for OCCUPY_0_SPEC
reset()
method sets OCCUPY_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::occupy_0::OCCUPY_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OCCUPY_1_SPEC
impl Resettable for OCCUPY_1_SPEC
reset()
method sets OCCUPY_1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::occupy_1::OCCUPY_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OCCUPY_2_SPEC
impl Resettable for OCCUPY_2_SPEC
reset()
method sets OCCUPY_2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::occupy_2::OCCUPY_2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OCCUPY_3_SPEC
impl Resettable for OCCUPY_3_SPEC
reset()
method sets OCCUPY_3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::occupy_3::OCCUPY_3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_AHB_0_SPEC
impl Resettable for PRO_AHB_0_SPEC
reset()
method sets PRO_AHB_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_ahb_0::PRO_AHB_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_AHB_1_SPEC
impl Resettable for PRO_AHB_1_SPEC
reset()
method sets PRO_AHB_1 to value 0x0001_f800
const RESET_VALUE: Self::Ux = {transmute(0x0001f800): <pms::pro_ahb_1::PRO_AHB_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_AHB_2_SPEC
impl Resettable for PRO_AHB_2_SPEC
reset()
method sets PRO_AHB_2 to value 0x0001_f800
const RESET_VALUE: Self::Ux = {transmute(0x0001f800): <pms::pro_ahb_2::PRO_AHB_2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_AHB_3_SPEC
impl Resettable for PRO_AHB_3_SPEC
reset()
method sets PRO_AHB_3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_ahb_3::PRO_AHB_3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_AHB_4_SPEC
impl Resettable for PRO_AHB_4_SPEC
reset()
method sets PRO_AHB_4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_ahb_4::PRO_AHB_4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_BOOT_LOCATION_0_SPEC
impl Resettable for PRO_BOOT_LOCATION_0_SPEC
reset()
method sets PRO_BOOT_LOCATION_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_boot_location_0::PRO_BOOT_LOCATION_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_BOOT_LOCATION_1_SPEC
impl Resettable for PRO_BOOT_LOCATION_1_SPEC
reset()
method sets PRO_BOOT_LOCATION_1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_boot_location_1::PRO_BOOT_LOCATION_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CACHE_0_SPEC
impl Resettable for PRO_CACHE_0_SPEC
reset()
method sets PRO_CACHE_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_cache_0::PRO_CACHE_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CACHE_1_SPEC
impl Resettable for PRO_CACHE_1_SPEC
reset()
method sets PRO_CACHE_1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_cache_1::PRO_CACHE_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CACHE_2_SPEC
impl Resettable for PRO_CACHE_2_SPEC
reset()
method sets PRO_CACHE_2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_cache_2::PRO_CACHE_2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CACHE_3_SPEC
impl Resettable for PRO_CACHE_3_SPEC
reset()
method sets PRO_CACHE_3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_cache_3::PRO_CACHE_3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_CACHE_4_SPEC
impl Resettable for PRO_CACHE_4_SPEC
reset()
method sets PRO_CACHE_4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_cache_4::PRO_CACHE_4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DPORT_0_SPEC
impl Resettable for PRO_DPORT_0_SPEC
reset()
method sets PRO_DPORT_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_dport_0::PRO_DPORT_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DPORT_1_SPEC
impl Resettable for PRO_DPORT_1_SPEC
reset()
method sets PRO_DPORT_1 to value 0xf000
const RESET_VALUE: Self::Ux = {transmute(0x0000f000): <pms::pro_dport_1::PRO_DPORT_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DPORT_2_SPEC
impl Resettable for PRO_DPORT_2_SPEC
reset()
method sets PRO_DPORT_2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_dport_2::PRO_DPORT_2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DPORT_3_SPEC
impl Resettable for PRO_DPORT_3_SPEC
reset()
method sets PRO_DPORT_3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_dport_3::PRO_DPORT_3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DPORT_4_SPEC
impl Resettable for PRO_DPORT_4_SPEC
reset()
method sets PRO_DPORT_4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_dport_4::PRO_DPORT_4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DPORT_5_SPEC
impl Resettable for PRO_DPORT_5_SPEC
reset()
method sets PRO_DPORT_5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_dport_5::PRO_DPORT_5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DPORT_6_SPEC
impl Resettable for PRO_DPORT_6_SPEC
reset()
method sets PRO_DPORT_6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_dport_6::PRO_DPORT_6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DPORT_7_SPEC
impl Resettable for PRO_DPORT_7_SPEC
reset()
method sets PRO_DPORT_7 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_dport_7::PRO_DPORT_7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DRAM0_0_SPEC
impl Resettable for PRO_DRAM0_0_SPEC
reset()
method sets PRO_DRAM0_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_dram0_0::PRO_DRAM0_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DRAM0_1_SPEC
impl Resettable for PRO_DRAM0_1_SPEC
reset()
method sets PRO_DRAM0_1 to value 0x1e00_00ff
const RESET_VALUE: Self::Ux = {transmute(0x1e0000ff): <pms::pro_dram0_1::PRO_DRAM0_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DRAM0_2_SPEC
impl Resettable for PRO_DRAM0_2_SPEC
reset()
method sets PRO_DRAM0_2 to value 0x7800
const RESET_VALUE: Self::Ux = {transmute(0x00007800): <pms::pro_dram0_2::PRO_DRAM0_2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DRAM0_3_SPEC
impl Resettable for PRO_DRAM0_3_SPEC
reset()
method sets PRO_DRAM0_3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_dram0_3::PRO_DRAM0_3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_DRAM0_4_SPEC
impl Resettable for PRO_DRAM0_4_SPEC
reset()
method sets PRO_DRAM0_4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_dram0_4::PRO_DRAM0_4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_IRAM0_0_SPEC
impl Resettable for PRO_IRAM0_0_SPEC
reset()
method sets PRO_IRAM0_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_iram0_0::PRO_IRAM0_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_IRAM0_1_SPEC
impl Resettable for PRO_IRAM0_1_SPEC
reset()
method sets PRO_IRAM0_1 to value 0x0fff
const RESET_VALUE: Self::Ux = {transmute(0x00000fff): <pms::pro_iram0_1::PRO_IRAM0_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_IRAM0_2_SPEC
impl Resettable for PRO_IRAM0_2_SPEC
reset()
method sets PRO_IRAM0_2 to value 0x007e_0000
const RESET_VALUE: Self::Ux = {transmute(0x007e0000): <pms::pro_iram0_2::PRO_IRAM0_2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_IRAM0_3_SPEC
impl Resettable for PRO_IRAM0_3_SPEC
reset()
method sets PRO_IRAM0_3 to value 0x0001_f800
const RESET_VALUE: Self::Ux = {transmute(0x0001f800): <pms::pro_iram0_3::PRO_IRAM0_3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_IRAM0_4_SPEC
impl Resettable for PRO_IRAM0_4_SPEC
reset()
method sets PRO_IRAM0_4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_iram0_4::PRO_IRAM0_4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_IRAM0_5_SPEC
impl Resettable for PRO_IRAM0_5_SPEC
reset()
method sets PRO_IRAM0_5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_iram0_5::PRO_IRAM0_5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TRACE_0_SPEC
impl Resettable for PRO_TRACE_0_SPEC
reset()
method sets PRO_TRACE_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_trace_0::PRO_TRACE_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PRO_TRACE_1_SPEC
impl Resettable for PRO_TRACE_1_SPEC
reset()
method sets PRO_TRACE_1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::pro_trace_1::PRO_TRACE_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SDIO_0_SPEC
impl Resettable for SDIO_0_SPEC
reset()
method sets SDIO_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::sdio_0::SDIO_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SDIO_1_SPEC
impl Resettable for SDIO_1_SPEC
reset()
method sets SDIO_1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pms::sdio_1::SDIO_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for APB_CONF_SPEC
impl Resettable for APB_CONF_SPEC
reset()
method sets APB_CONF to value 0x04
const RESET_VALUE: Self::Ux = {transmute(0x00000004): <rmt::apb_conf::APB_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CH_RX_CARRIER_RM_SPEC
impl Resettable for CH_RX_CARRIER_RM_SPEC
reset()
method sets CH%s_RX_CARRIER_RM to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rmt::ch_rx_carrier_rm::CH_RX_CARRIER_RM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CH_TX_LIM_SPEC
impl Resettable for CH_TX_LIM_SPEC
reset()
method sets CH%s_TX_LIM to value 0x80
const RESET_VALUE: Self::Ux = {transmute(0x00000080): <rmt::ch_tx_lim::CH_TX_LIM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CHADDR_SPEC
impl Resettable for CHADDR_SPEC
reset()
method sets CH%sADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rmt::chaddr::CHADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CHCARRIER_DUTY_SPEC
impl Resettable for CHCARRIER_DUTY_SPEC
reset()
method sets CH%sCARRIER_DUTY to value 0x0040_0040
const RESET_VALUE: Self::Ux = {transmute(0x00400040): <rmt::chcarrier_duty::CHCARRIER_DUTY_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CHCONF0_SPEC
impl Resettable for CHCONF0_SPEC
reset()
method sets CH%sCONF0 to value 0x3910_0002
const RESET_VALUE: Self::Ux = {transmute(0x39100002): <rmt::chconf0::CHCONF0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CHCONF1_SPEC
impl Resettable for CHCONF1_SPEC
reset()
method sets CH%sCONF1 to value 0x0f20
const RESET_VALUE: Self::Ux = {transmute(0x00000f20): <rmt::chconf1::CHCONF1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CHDATA_SPEC
impl Resettable for CHDATA_SPEC
reset()
method sets CH%sDATA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rmt::chdata::CHDATA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CHSTATUS_SPEC
impl Resettable for CHSTATUS_SPEC
reset()
method sets CH%sSTATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rmt::chstatus::CHSTATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rmt::date::DATE_SPEC
impl Resettable for esp32s2::rmt::date::DATE_SPEC
reset()
method sets DATE to value 0x1907_2601
const RESET_VALUE: Self::Ux = {transmute(0x19072601): <rmt::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rmt::int_clr::INT_CLR_SPEC
impl Resettable for esp32s2::rmt::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rmt::int_clr::INT_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rmt::int_ena::INT_ENA_SPEC
impl Resettable for esp32s2::rmt::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rmt::int_ena::INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rmt::int_raw::INT_RAW_SPEC
impl Resettable for esp32s2::rmt::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rmt::int_raw::INT_RAW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rmt::int_st::INT_ST_SPEC
impl Resettable for esp32s2::rmt::int_st::INT_ST_SPEC
reset()
method sets INT_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rmt::int_st::INT_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for REF_CNT_RST_SPEC
impl Resettable for REF_CNT_RST_SPEC
reset()
method sets REF_CNT_RST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rmt::ref_cnt_rst::REF_CNT_RST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TX_SIM_SPEC
impl Resettable for TX_SIM_SPEC
reset()
method sets TX_SIM to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rmt::tx_sim::TX_SIM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rng::data::DATA_SPEC
impl Resettable for esp32s2::rng::data::DATA_SPEC
reset()
method sets DATA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rng::data::DATA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CLEAN_SPEC
impl Resettable for CLEAN_SPEC
reset()
method sets CLEAN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rsa::clean::CLEAN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CLEAR_INTERRUPT_SPEC
impl Resettable for CLEAR_INTERRUPT_SPEC
reset()
method sets CLEAR_INTERRUPT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rsa::clear_interrupt::CLEAR_INTERRUPT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CONSTANT_TIME_SPEC
impl Resettable for CONSTANT_TIME_SPEC
reset()
method sets CONSTANT_TIME to value 0x01
const RESET_VALUE: Self::Ux = {transmute(0x00000001): <rsa::constant_time::CONSTANT_TIME_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rsa::date::DATE_SPEC
impl Resettable for esp32s2::rsa::date::DATE_SPEC
reset()
method sets DATE to value 0x2019_0425
const RESET_VALUE: Self::Ux = {transmute(0x20190425): <rsa::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IDLE_SPEC
impl Resettable for IDLE_SPEC
reset()
method sets IDLE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rsa::idle::IDLE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INTERRUPT_ENA_SPEC
impl Resettable for INTERRUPT_ENA_SPEC
reset()
method sets INTERRUPT_ENA to value 0x01
const RESET_VALUE: Self::Ux = {transmute(0x00000001): <rsa::interrupt_ena::INTERRUPT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for M_PRIME_SPEC
impl Resettable for M_PRIME_SPEC
reset()
method sets M_PRIME to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rsa::m_prime::M_PRIME_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rsa::mode::MODE_SPEC
impl Resettable for esp32s2::rsa::mode::MODE_SPEC
reset()
method sets MODE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rsa::mode::MODE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MODEXP_START_SPEC
impl Resettable for MODEXP_START_SPEC
reset()
method sets MODEXP_START to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rsa::modexp_start::MODEXP_START_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MODMULT_START_SPEC
impl Resettable for MODMULT_START_SPEC
reset()
method sets MODMULT_START to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rsa::modmult_start::MODMULT_START_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MULT_START_SPEC
impl Resettable for MULT_START_SPEC
reset()
method sets MULT_START to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rsa::mult_start::MULT_START_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SEARCH_ENABLE_SPEC
impl Resettable for SEARCH_ENABLE_SPEC
reset()
method sets SEARCH_ENABLE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rsa::search_enable::SEARCH_ENABLE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SEARCH_POS_SPEC
impl Resettable for SEARCH_POS_SPEC
reset()
method sets SEARCH_POS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rsa::search_pos::SEARCH_POS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ANA_CONF_SPEC
impl Resettable for ANA_CONF_SPEC
reset()
method sets ANA_CONF to value 0x00a4_0000
const RESET_VALUE: Self::Ux = {transmute(0x00a40000): <rtc_cntl::ana_conf::ANA_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for BIAS_CONF_SPEC
impl Resettable for BIAS_CONF_SPEC
reset()
method sets BIAS_CONF to value 0x0001_0800
const RESET_VALUE: Self::Ux = {transmute(0x00010800): <rtc_cntl::bias_conf::BIAS_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for BROWN_OUT_SPEC
impl Resettable for BROWN_OUT_SPEC
reset()
method sets BROWN_OUT to value 0x03ff_2ff1
const RESET_VALUE: Self::Ux = {transmute(0x03ff2ff1): <rtc_cntl::brown_out::BROWN_OUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CLK_CONF_SPEC
impl Resettable for CLK_CONF_SPEC
reset()
method sets CLK_CONF to value 0x0158_3218
const RESET_VALUE: Self::Ux = {transmute(0x01583218): <rtc_cntl::clk_conf::CLK_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for COCPU_CTRL_SPEC
impl Resettable for COCPU_CTRL_SPEC
reset()
method sets COCPU_CTRL to value 0x008a_0810
const RESET_VALUE: Self::Ux = {transmute(0x008a0810): <rtc_cntl::cocpu_ctrl::COCPU_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CPU_PERIOD_CONF_SPEC
impl Resettable for CPU_PERIOD_CONF_SPEC
reset()
method sets CPU_PERIOD_CONF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::cpu_period_conf::CPU_PERIOD_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_cntl::date::DATE_SPEC
impl Resettable for esp32s2::rtc_cntl::date::DATE_SPEC
reset()
method sets DATE to value 0x0190_6191
const RESET_VALUE: Self::Ux = {transmute(0x01906191): <rtc_cntl::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIAG0_SPEC
impl Resettable for DIAG0_SPEC
reset()
method sets DIAG0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::diag0::DIAG0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIG_ISO_SPEC
impl Resettable for DIG_ISO_SPEC
reset()
method sets DIG_ISO to value 0xaaaa_5000
const RESET_VALUE: Self::Ux = {transmute(0xaaaa5000): <rtc_cntl::dig_iso::DIG_ISO_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIG_PAD_HOLD_SPEC
impl Resettable for DIG_PAD_HOLD_SPEC
reset()
method sets DIG_PAD_HOLD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::dig_pad_hold::DIG_PAD_HOLD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIG_PWC_SPEC
impl Resettable for DIG_PWC_SPEC
reset()
method sets DIG_PWC to value 0x0055_5550
const RESET_VALUE: Self::Ux = {transmute(0x00555550): <rtc_cntl::dig_pwc::DIG_PWC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for EXT_WAKEUP1_SPEC
impl Resettable for EXT_WAKEUP1_SPEC
reset()
method sets EXT_WAKEUP1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::ext_wakeup1::EXT_WAKEUP1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for EXT_WAKEUP1_STATUS_SPEC
impl Resettable for EXT_WAKEUP1_STATUS_SPEC
reset()
method sets EXT_WAKEUP1_STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::ext_wakeup1_status::EXT_WAKEUP1_STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for EXT_WAKEUP_CONF_SPEC
impl Resettable for EXT_WAKEUP_CONF_SPEC
reset()
method sets EXT_WAKEUP_CONF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::ext_wakeup_conf::EXT_WAKEUP_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for EXT_XTL_CONF_SPEC
impl Resettable for EXT_XTL_CONF_SPEC
reset()
method sets EXT_XTL_CONF to value 0x0006_6c80
const RESET_VALUE: Self::Ux = {transmute(0x00066c80): <rtc_cntl::ext_xtl_conf::EXT_XTL_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INT_CLR_RTC_SPEC
impl Resettable for INT_CLR_RTC_SPEC
reset()
method sets INT_CLR_RTC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::int_clr_rtc::INT_CLR_RTC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INT_ENA_RTC_SPEC
impl Resettable for INT_ENA_RTC_SPEC
reset()
method sets INT_ENA_RTC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::int_ena_rtc::INT_ENA_RTC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INT_RAW_RTC_SPEC
impl Resettable for INT_RAW_RTC_SPEC
reset()
method sets INT_RAW_RTC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::int_raw_rtc::INT_RAW_RTC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INT_ST_RTC_SPEC
impl Resettable for INT_ST_RTC_SPEC
reset()
method sets INT_ST_RTC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::int_st_rtc::INT_ST_RTC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LOW_POWER_ST_SPEC
impl Resettable for LOW_POWER_ST_SPEC
reset()
method sets LOW_POWER_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::low_power_st::LOW_POWER_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OPTIONS0_SPEC
impl Resettable for OPTIONS0_SPEC
reset()
method sets OPTIONS0 to value 0x1c00_2000
const RESET_VALUE: Self::Ux = {transmute(0x1c002000): <rtc_cntl::options0::OPTIONS0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OPTIONS1_SPEC
impl Resettable for OPTIONS1_SPEC
reset()
method sets OPTIONS1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::options1::OPTIONS1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PAD_HOLD_SPEC
impl Resettable for PAD_HOLD_SPEC
reset()
method sets PAD_HOLD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::pad_hold::PAD_HOLD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PWC_SPEC
impl Resettable for PWC_SPEC
reset()
method sets PWC to value 0x0001_2925
const RESET_VALUE: Self::Ux = {transmute(0x00012925): <rtc_cntl::pwc::PWC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for REG_SPEC
impl Resettable for REG_SPEC
reset()
method sets REG to value 0xa900_2400
const RESET_VALUE: Self::Ux = {transmute(0xa9002400): <rtc_cntl::reg::REG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RESET_STATE_SPEC
impl Resettable for RESET_STATE_SPEC
reset()
method sets RESET_STATE to value 0x3000
const RESET_VALUE: Self::Ux = {transmute(0x00003000): <rtc_cntl::reset_state::RESET_STATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SDIO_ACT_CONF_SPEC
impl Resettable for SDIO_ACT_CONF_SPEC
reset()
method sets SDIO_ACT_CONF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::sdio_act_conf::SDIO_ACT_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SDIO_CONF_SPEC
impl Resettable for SDIO_CONF_SPEC
reset()
method sets SDIO_CONF to value 0x02b0_be0a
const RESET_VALUE: Self::Ux = {transmute(0x02b0be0a): <rtc_cntl::sdio_conf::SDIO_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SLOW_CLK_CONF_SPEC
impl Resettable for SLOW_CLK_CONF_SPEC
reset()
method sets SLOW_CLK_CONF to value 0x0040_0000
const RESET_VALUE: Self::Ux = {transmute(0x00400000): <rtc_cntl::slow_clk_conf::SLOW_CLK_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SLP_REJECT_CAUSE_SPEC
impl Resettable for SLP_REJECT_CAUSE_SPEC
reset()
method sets SLP_REJECT_CAUSE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::slp_reject_cause::SLP_REJECT_CAUSE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SLP_REJECT_CONF_SPEC
impl Resettable for SLP_REJECT_CONF_SPEC
reset()
method sets SLP_REJECT_CONF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::slp_reject_conf::SLP_REJECT_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SLP_TIMER0_SPEC
impl Resettable for SLP_TIMER0_SPEC
reset()
method sets SLP_TIMER0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::slp_timer0::SLP_TIMER0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SLP_TIMER1_SPEC
impl Resettable for SLP_TIMER1_SPEC
reset()
method sets SLP_TIMER1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::slp_timer1::SLP_TIMER1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SLP_WAKEUP_CAUSE_SPEC
impl Resettable for SLP_WAKEUP_CAUSE_SPEC
reset()
method sets SLP_WAKEUP_CAUSE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::slp_wakeup_cause::SLP_WAKEUP_CAUSE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_cntl::state0::STATE0_SPEC
impl Resettable for esp32s2::rtc_cntl::state0::STATE0_SPEC
reset()
method sets STATE0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::state0::STATE0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STORE0_SPEC
impl Resettable for STORE0_SPEC
reset()
method sets STORE0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::store0::STORE0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STORE1_SPEC
impl Resettable for STORE1_SPEC
reset()
method sets STORE1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::store1::STORE1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STORE2_SPEC
impl Resettable for STORE2_SPEC
reset()
method sets STORE2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::store2::STORE2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STORE3_SPEC
impl Resettable for STORE3_SPEC
reset()
method sets STORE3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::store3::STORE3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STORE4_SPEC
impl Resettable for STORE4_SPEC
reset()
method sets STORE4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::store4::STORE4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STORE5_SPEC
impl Resettable for STORE5_SPEC
reset()
method sets STORE5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::store5::STORE5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STORE6_SPEC
impl Resettable for STORE6_SPEC
reset()
method sets STORE6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::store6::STORE6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STORE7_SPEC
impl Resettable for STORE7_SPEC
reset()
method sets STORE7 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::store7::STORE7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SW_CPU_STALL_SPEC
impl Resettable for SW_CPU_STALL_SPEC
reset()
method sets SW_CPU_STALL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::sw_cpu_stall::SW_CPU_STALL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SWD_CONF_SPEC
impl Resettable for SWD_CONF_SPEC
reset()
method sets SWD_CONF to value 0x04b0_0000
const RESET_VALUE: Self::Ux = {transmute(0x04b00000): <rtc_cntl::swd_conf::SWD_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SWD_WPROTECT_SPEC
impl Resettable for SWD_WPROTECT_SPEC
reset()
method sets SWD_WPROTECT to value 0x8f1d_312a
const RESET_VALUE: Self::Ux = {transmute(0x8f1d312a): <rtc_cntl::swd_wprotect::SWD_WPROTECT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TIME_HIGH0_SPEC
impl Resettable for TIME_HIGH0_SPEC
reset()
method sets TIME_HIGH0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::time_high0::TIME_HIGH0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TIME_HIGH1_SPEC
impl Resettable for TIME_HIGH1_SPEC
reset()
method sets TIME_HIGH1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::time_high1::TIME_HIGH1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TIME_LOW0_SPEC
impl Resettable for TIME_LOW0_SPEC
reset()
method sets TIME_LOW0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::time_low0::TIME_LOW0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TIME_LOW1_SPEC
impl Resettable for TIME_LOW1_SPEC
reset()
method sets TIME_LOW1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::time_low1::TIME_LOW1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TIME_UPDATE_SPEC
impl Resettable for TIME_UPDATE_SPEC
reset()
method sets TIME_UPDATE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::time_update::TIME_UPDATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TIMER1_SPEC
impl Resettable for TIMER1_SPEC
reset()
method sets TIMER1 to value 0x2814_0403
const RESET_VALUE: Self::Ux = {transmute(0x28140403): <rtc_cntl::timer1::TIMER1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TIMER2_SPEC
impl Resettable for TIMER2_SPEC
reset()
method sets TIMER2 to value 0x0108_0000
const RESET_VALUE: Self::Ux = {transmute(0x01080000): <rtc_cntl::timer2::TIMER2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TIMER3_SPEC
impl Resettable for TIMER3_SPEC
reset()
method sets TIMER3 to value 0x1416_0a08
const RESET_VALUE: Self::Ux = {transmute(0x14160a08): <rtc_cntl::timer3::TIMER3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TIMER4_SPEC
impl Resettable for TIMER4_SPEC
reset()
method sets TIMER4 to value 0x1020_0a08
const RESET_VALUE: Self::Ux = {transmute(0x10200a08): <rtc_cntl::timer4::TIMER4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TIMER5_SPEC
impl Resettable for TIMER5_SPEC
reset()
method sets TIMER5 to value 0x1214_8000
const RESET_VALUE: Self::Ux = {transmute(0x12148000): <rtc_cntl::timer5::TIMER5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TIMER6_SPEC
impl Resettable for TIMER6_SPEC
reset()
method sets TIMER6 to value 0x1020_0000
const RESET_VALUE: Self::Ux = {transmute(0x10200000): <rtc_cntl::timer6::TIMER6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_APPROACH_SPEC
impl Resettable for TOUCH_APPROACH_SPEC
reset()
method sets TOUCH_APPROACH to value 0x5000_0000
const RESET_VALUE: Self::Ux = {transmute(0x50000000): <rtc_cntl::touch_approach::TOUCH_APPROACH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_CTRL1_SPEC
impl Resettable for TOUCH_CTRL1_SPEC
reset()
method sets TOUCH_CTRL1 to value 0x1000_0100
const RESET_VALUE: Self::Ux = {transmute(0x10000100): <rtc_cntl::touch_ctrl1::TOUCH_CTRL1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_CTRL2_SPEC
impl Resettable for TOUCH_CTRL2_SPEC
reset()
method sets TOUCH_CTRL2 to value 0x0008_40cc
const RESET_VALUE: Self::Ux = {transmute(0x000840cc): <rtc_cntl::touch_ctrl2::TOUCH_CTRL2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_FILTER_CTRL_SPEC
impl Resettable for TOUCH_FILTER_CTRL_SPEC
reset()
method sets TOUCH_FILTER_CTRL to value 0x96aa_8800
const RESET_VALUE: Self::Ux = {transmute(0x96aa8800): <rtc_cntl::touch_filter_ctrl::TOUCH_FILTER_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_SCAN_CTRL_SPEC
impl Resettable for TOUCH_SCAN_CTRL_SPEC
reset()
method sets TOUCH_SCAN_CTRL to value 0xf000_0102
const RESET_VALUE: Self::Ux = {transmute(0xf0000102): <rtc_cntl::touch_scan_ctrl::TOUCH_SCAN_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_SLP_THRES_SPEC
impl Resettable for TOUCH_SLP_THRES_SPEC
reset()
method sets TOUCH_SLP_THRES to value 0x7800_0000
const RESET_VALUE: Self::Ux = {transmute(0x78000000): <rtc_cntl::touch_slp_thres::TOUCH_SLP_THRES_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_TIMEOUT_CTRL_SPEC
impl Resettable for TOUCH_TIMEOUT_CTRL_SPEC
reset()
method sets TOUCH_TIMEOUT_CTRL to value 0x007f_ffff
const RESET_VALUE: Self::Ux = {transmute(0x007fffff): <rtc_cntl::touch_timeout_ctrl::TOUCH_TIMEOUT_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ULP_CP_CTRL_SPEC
impl Resettable for ULP_CP_CTRL_SPEC
reset()
method sets ULP_CP_CTRL to value 0x0010_0200
const RESET_VALUE: Self::Ux = {transmute(0x00100200): <rtc_cntl::ulp_cp_ctrl::ULP_CP_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ULP_CP_TIMER_SPEC
impl Resettable for ULP_CP_TIMER_SPEC
reset()
method sets ULP_CP_TIMER to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::ulp_cp_timer::ULP_CP_TIMER_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ULP_CP_TIMER_1_SPEC
impl Resettable for ULP_CP_TIMER_1_SPEC
reset()
method sets ULP_CP_TIMER_1 to value 0xc800
const RESET_VALUE: Self::Ux = {transmute(0x0000c800): <rtc_cntl::ulp_cp_timer_1::ULP_CP_TIMER_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USB_CONF_SPEC
impl Resettable for USB_CONF_SPEC
reset()
method sets USB_CONF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::usb_conf::USB_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for WAKEUP_STATE_SPEC
impl Resettable for WAKEUP_STATE_SPEC
reset()
method sets WAKEUP_STATE to value 0x0006_0000
const RESET_VALUE: Self::Ux = {transmute(0x00060000): <rtc_cntl::wakeup_state::WAKEUP_STATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_cntl::wdtconfig0::WDTCONFIG0_SPEC
impl Resettable for esp32s2::rtc_cntl::wdtconfig0::WDTCONFIG0_SPEC
reset()
method sets WDTCONFIG0 to value 0x0001_3214
const RESET_VALUE: Self::Ux = {transmute(0x00013214): <rtc_cntl::wdtconfig0::WDTCONFIG0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_cntl::wdtconfig1::WDTCONFIG1_SPEC
impl Resettable for esp32s2::rtc_cntl::wdtconfig1::WDTCONFIG1_SPEC
reset()
method sets WDTCONFIG1 to value 0x0003_0d40
const RESET_VALUE: Self::Ux = {transmute(0x00030d40): <rtc_cntl::wdtconfig1::WDTCONFIG1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_cntl::wdtconfig2::WDTCONFIG2_SPEC
impl Resettable for esp32s2::rtc_cntl::wdtconfig2::WDTCONFIG2_SPEC
reset()
method sets WDTCONFIG2 to value 0x0001_3880
const RESET_VALUE: Self::Ux = {transmute(0x00013880): <rtc_cntl::wdtconfig2::WDTCONFIG2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_cntl::wdtconfig3::WDTCONFIG3_SPEC
impl Resettable for esp32s2::rtc_cntl::wdtconfig3::WDTCONFIG3_SPEC
reset()
method sets WDTCONFIG3 to value 0x0fff
const RESET_VALUE: Self::Ux = {transmute(0x00000fff): <rtc_cntl::wdtconfig3::WDTCONFIG3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_cntl::wdtconfig4::WDTCONFIG4_SPEC
impl Resettable for esp32s2::rtc_cntl::wdtconfig4::WDTCONFIG4_SPEC
reset()
method sets WDTCONFIG4 to value 0x0fff
const RESET_VALUE: Self::Ux = {transmute(0x00000fff): <rtc_cntl::wdtconfig4::WDTCONFIG4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_cntl::wdtfeed::WDTFEED_SPEC
impl Resettable for esp32s2::rtc_cntl::wdtfeed::WDTFEED_SPEC
reset()
method sets WDTFEED to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::wdtfeed::WDTFEED_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_cntl::wdtwprotect::WDTWPROTECT_SPEC
impl Resettable for esp32s2::rtc_cntl::wdtwprotect::WDTWPROTECT_SPEC
reset()
method sets WDTWPROTECT to value 0x50d8_3aa1
const RESET_VALUE: Self::Ux = {transmute(0x50d83aa1): <rtc_cntl::wdtwprotect::WDTWPROTECT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for XTAL32K_CLK_FACTOR_SPEC
impl Resettable for XTAL32K_CLK_FACTOR_SPEC
reset()
method sets XTAL32K_CLK_FACTOR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::xtal32k_clk_factor::XTAL32K_CLK_FACTOR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for XTAL32K_CONF_SPEC
impl Resettable for XTAL32K_CONF_SPEC
reset()
method sets XTAL32K_CONF to value 0x0ff0_0000
const RESET_VALUE: Self::Ux = {transmute(0x0ff00000): <rtc_cntl::xtal32k_conf::XTAL32K_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_i2c::cmd::CMD_SPEC
impl Resettable for esp32s2::rtc_i2c::cmd::CMD_SPEC
reset()
method sets CMD%s to value 0x0903
const RESET_VALUE: Self::Ux = {transmute(0x00000903): <rtc_i2c::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_i2c::ctrl::CTRL_SPEC
impl Resettable for esp32s2::rtc_i2c::ctrl::CTRL_SPEC
reset()
method sets CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_i2c::data::DATA_SPEC
impl Resettable for esp32s2::rtc_i2c::data::DATA_SPEC
reset()
method sets DATA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::data::DATA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_i2c::date::DATE_SPEC
impl Resettable for esp32s2::rtc_i2c::date::DATE_SPEC
reset()
method sets DATE to value 0x0190_5310
const RESET_VALUE: Self::Ux = {transmute(0x01905310): <rtc_i2c::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_i2c::int_clr::INT_CLR_SPEC
impl Resettable for esp32s2::rtc_i2c::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::int_clr::INT_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_i2c::int_ena::INT_ENA_SPEC
impl Resettable for esp32s2::rtc_i2c::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::int_ena::INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_i2c::int_raw::INT_RAW_SPEC
impl Resettable for esp32s2::rtc_i2c::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::int_raw::INT_RAW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_i2c::int_st::INT_ST_SPEC
impl Resettable for esp32s2::rtc_i2c::int_st::INT_ST_SPEC
reset()
method sets INT_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::int_st::INT_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_HIGH_SPEC
impl Resettable for SCL_HIGH_SPEC
reset()
method sets SCL_HIGH to value 0x0100
const RESET_VALUE: Self::Ux = {transmute(0x00000100): <rtc_i2c::scl_high::SCL_HIGH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_LOW_SPEC
impl Resettable for SCL_LOW_SPEC
reset()
method sets SCL_LOW to value 0x0100
const RESET_VALUE: Self::Ux = {transmute(0x00000100): <rtc_i2c::scl_low::SCL_LOW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_START_PERIOD_SPEC
impl Resettable for SCL_START_PERIOD_SPEC
reset()
method sets SCL_START_PERIOD to value 0x08
const RESET_VALUE: Self::Ux = {transmute(0x00000008): <rtc_i2c::scl_start_period::SCL_START_PERIOD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_STOP_PERIOD_SPEC
impl Resettable for SCL_STOP_PERIOD_SPEC
reset()
method sets SCL_STOP_PERIOD to value 0x08
const RESET_VALUE: Self::Ux = {transmute(0x00000008): <rtc_i2c::scl_stop_period::SCL_STOP_PERIOD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SDA_DUTY_SPEC
impl Resettable for SDA_DUTY_SPEC
reset()
method sets SDA_DUTY to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <rtc_i2c::sda_duty::SDA_DUTY_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_i2c::slave_addr::SLAVE_ADDR_SPEC
impl Resettable for esp32s2::rtc_i2c::slave_addr::SLAVE_ADDR_SPEC
reset()
method sets SLAVE_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::slave_addr::SLAVE_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_i2c::status::STATUS_SPEC
impl Resettable for esp32s2::rtc_i2c::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtc_i2c::to::TO_SPEC
impl Resettable for esp32s2::rtc_i2c::to::TO_SPEC
reset()
method sets TO to value 0x0001_0000
const RESET_VALUE: Self::Ux = {transmute(0x00010000): <rtc_i2c::to::TO_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtcio::enable_w1tc::ENABLE_W1TC_SPEC
impl Resettable for esp32s2::rtcio::enable_w1tc::ENABLE_W1TC_SPEC
reset()
method sets ENABLE_W1TC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtcio::enable_w1tc::ENABLE_W1TC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for EXT_WAKEUP0_SPEC
impl Resettable for EXT_WAKEUP0_SPEC
reset()
method sets EXT_WAKEUP0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtcio::ext_wakeup0::EXT_WAKEUP0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PAD_DAC1_SPEC
impl Resettable for PAD_DAC1_SPEC
reset()
method sets PAD_DAC1 to value 0x4000_0000
const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtcio::pad_dac1::PAD_DAC1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PAD_DAC2_SPEC
impl Resettable for PAD_DAC2_SPEC
reset()
method sets PAD_DAC2 to value 0x4000_0000
const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtcio::pad_dac2::PAD_DAC2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::rtcio::pin::PIN_SPEC
impl Resettable for esp32s2::rtcio::pin::PIN_SPEC
reset()
method sets PIN%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtcio::pin::PIN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_DEBUG_SEL_SPEC
impl Resettable for RTC_DEBUG_SEL_SPEC
reset()
method sets RTC_DEBUG_SEL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtcio::rtc_debug_sel::RTC_DEBUG_SEL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_ENABLE_SPEC
impl Resettable for RTC_GPIO_ENABLE_SPEC
reset()
method sets RTC_GPIO_ENABLE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtcio::rtc_gpio_enable::RTC_GPIO_ENABLE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_ENABLE_W1TS_SPEC
impl Resettable for RTC_GPIO_ENABLE_W1TS_SPEC
reset()
method sets RTC_GPIO_ENABLE_W1TS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtcio::rtc_gpio_enable_w1ts::RTC_GPIO_ENABLE_W1TS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_IN_SPEC
impl Resettable for RTC_GPIO_IN_SPEC
reset()
method sets RTC_GPIO_IN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtcio::rtc_gpio_in::RTC_GPIO_IN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_OUT_SPEC
impl Resettable for RTC_GPIO_OUT_SPEC
reset()
method sets RTC_GPIO_OUT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtcio::rtc_gpio_out::RTC_GPIO_OUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_OUT_W1TC_SPEC
impl Resettable for RTC_GPIO_OUT_W1TC_SPEC
reset()
method sets RTC_GPIO_OUT_W1TC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtcio::rtc_gpio_out_w1tc::RTC_GPIO_OUT_W1TC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_OUT_W1TS_SPEC
impl Resettable for RTC_GPIO_OUT_W1TS_SPEC
reset()
method sets RTC_GPIO_OUT_W1TS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtcio::rtc_gpio_out_w1ts::RTC_GPIO_OUT_W1TS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_STATUS_SPEC
impl Resettable for RTC_GPIO_STATUS_SPEC
reset()
method sets RTC_GPIO_STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtcio::rtc_gpio_status::RTC_GPIO_STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_STATUS_W1TC_SPEC
impl Resettable for RTC_GPIO_STATUS_W1TC_SPEC
reset()
method sets RTC_GPIO_STATUS_W1TC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtcio::rtc_gpio_status_w1tc::RTC_GPIO_STATUS_W1TC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_STATUS_W1TS_SPEC
impl Resettable for RTC_GPIO_STATUS_W1TS_SPEC
reset()
method sets RTC_GPIO_STATUS_W1TS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtcio::rtc_gpio_status_w1ts::RTC_GPIO_STATUS_W1TS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_IO_DATE_SPEC
impl Resettable for RTC_IO_DATE_SPEC
reset()
method sets RTC_IO_DATE to value 0x0190_3170
const RESET_VALUE: Self::Ux = {transmute(0x01903170): <rtcio::rtc_io_date::RTC_IO_DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_IO_TOUCH_CTRL_SPEC
impl Resettable for RTC_IO_TOUCH_CTRL_SPEC
reset()
method sets RTC_IO_TOUCH_CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtcio::rtc_io_touch_ctrl::RTC_IO_TOUCH_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_PAD19_SPEC
impl Resettable for RTC_PAD19_SPEC
reset()
method sets RTC_PAD19 to value 0x5000_0000
const RESET_VALUE: Self::Ux = {transmute(0x50000000): <rtcio::rtc_pad19::RTC_PAD19_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_PAD20_SPEC
impl Resettable for RTC_PAD20_SPEC
reset()
method sets RTC_PAD20 to value 0x5000_0000
const RESET_VALUE: Self::Ux = {transmute(0x50000000): <rtcio::rtc_pad20::RTC_PAD20_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_PAD21_SPEC
impl Resettable for RTC_PAD21_SPEC
reset()
method sets RTC_PAD21 to value 0x5000_0000
const RESET_VALUE: Self::Ux = {transmute(0x50000000): <rtcio::rtc_pad21::RTC_PAD21_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_I2C_IO_SPEC
impl Resettable for SAR_I2C_IO_SPEC
reset()
method sets SAR_I2C_IO to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtcio::sar_i2c_io::SAR_I2C_IO_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_PAD_SPEC
impl Resettable for TOUCH_PAD_SPEC
reset()
method sets TOUCH_PAD%s to value 0x5200_0000
const RESET_VALUE: Self::Ux = {transmute(0x52000000): <rtcio::touch_pad::TOUCH_PAD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for XTAL_32N_PAD_SPEC
impl Resettable for XTAL_32N_PAD_SPEC
reset()
method sets XTAL_32N_PAD to value 0x4000_0000
const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtcio::xtal_32n_pad::XTAL_32N_PAD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for XTAL_32P_PAD_SPEC
impl Resettable for XTAL_32P_PAD_SPEC
reset()
method sets XTAL_32P_PAD to value 0x4000_0000
const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtcio::xtal_32p_pad::XTAL_32P_PAD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for XTL_EXT_CTR_SPEC
impl Resettable for XTL_EXT_CTR_SPEC
reset()
method sets XTL_EXT_CTR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtcio::xtl_ext_ctr::XTL_EXT_CTR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_AMP_CTRL1_SPEC
impl Resettable for SAR_AMP_CTRL1_SPEC
reset()
method sets SAR_AMP_CTRL1 to value 0x000a_000a
const RESET_VALUE: Self::Ux = {transmute(0x000a000a): <sens::sar_amp_ctrl1::SAR_AMP_CTRL1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_AMP_CTRL2_SPEC
impl Resettable for SAR_AMP_CTRL2_SPEC
reset()
method sets SAR_AMP_CTRL2 to value 0x000a_0000
const RESET_VALUE: Self::Ux = {transmute(0x000a0000): <sens::sar_amp_ctrl2::SAR_AMP_CTRL2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_AMP_CTRL3_SPEC
impl Resettable for SAR_AMP_CTRL3_SPEC
reset()
method sets SAR_AMP_CTRL3 to value 0x0073_38f3
const RESET_VALUE: Self::Ux = {transmute(0x007338f3): <sens::sar_amp_ctrl3::SAR_AMP_CTRL3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_ATTEN1_SPEC
impl Resettable for SAR_ATTEN1_SPEC
reset()
method sets SAR_ATTEN1 to value 0xffff_ffff
const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <sens::sar_atten1::SAR_ATTEN1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_ATTEN2_SPEC
impl Resettable for SAR_ATTEN2_SPEC
reset()
method sets SAR_ATTEN2 to value 0xffff_ffff
const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <sens::sar_atten2::SAR_ATTEN2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_COCPU_DEBUG_SPEC
impl Resettable for SAR_COCPU_DEBUG_SPEC
reset()
method sets SAR_COCPU_DEBUG to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_cocpu_debug::SAR_COCPU_DEBUG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_COCPU_INT_CLR_SPEC
impl Resettable for SAR_COCPU_INT_CLR_SPEC
reset()
method sets SAR_COCPU_INT_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_cocpu_int_clr::SAR_COCPU_INT_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_COCPU_INT_ENA_SPEC
impl Resettable for SAR_COCPU_INT_ENA_SPEC
reset()
method sets SAR_COCPU_INT_ENA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_cocpu_int_ena::SAR_COCPU_INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_COCPU_INT_RAW_SPEC
impl Resettable for SAR_COCPU_INT_RAW_SPEC
reset()
method sets SAR_COCPU_INT_RAW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_cocpu_int_raw::SAR_COCPU_INT_RAW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_COCPU_INT_ST_SPEC
impl Resettable for SAR_COCPU_INT_ST_SPEC
reset()
method sets SAR_COCPU_INT_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_cocpu_int_st::SAR_COCPU_INT_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_COCPU_STATE_SPEC
impl Resettable for SAR_COCPU_STATE_SPEC
reset()
method sets SAR_COCPU_STATE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_cocpu_state::SAR_COCPU_STATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_DAC_CTRL1_SPEC
impl Resettable for SAR_DAC_CTRL1_SPEC
reset()
method sets SAR_DAC_CTRL1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_dac_ctrl1::SAR_DAC_CTRL1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_DAC_CTRL2_SPEC
impl Resettable for SAR_DAC_CTRL2_SPEC
reset()
method sets SAR_DAC_CTRL2 to value 0x0300_0000
const RESET_VALUE: Self::Ux = {transmute(0x03000000): <sens::sar_dac_ctrl2::SAR_DAC_CTRL2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_HALL_CTRL_SPEC
impl Resettable for SAR_HALL_CTRL_SPEC
reset()
method sets SAR_HALL_CTRL to value 0xa000_0000
const RESET_VALUE: Self::Ux = {transmute(0xa0000000): <sens::sar_hall_ctrl::SAR_HALL_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_I2C_CTRL_SPEC
impl Resettable for SAR_I2C_CTRL_SPEC
reset()
method sets SAR_I2C_CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_i2c_ctrl::SAR_I2C_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_IO_MUX_CONF_SPEC
impl Resettable for SAR_IO_MUX_CONF_SPEC
reset()
method sets SAR_IO_MUX_CONF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_io_mux_conf::SAR_IO_MUX_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_MEAS1_CTRL1_SPEC
impl Resettable for SAR_MEAS1_CTRL1_SPEC
reset()
method sets SAR_MEAS1_CTRL1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_meas1_ctrl1::SAR_MEAS1_CTRL1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_MEAS1_CTRL2_SPEC
impl Resettable for SAR_MEAS1_CTRL2_SPEC
reset()
method sets SAR_MEAS1_CTRL2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_meas1_ctrl2::SAR_MEAS1_CTRL2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_MEAS1_MUX_SPEC
impl Resettable for SAR_MEAS1_MUX_SPEC
reset()
method sets SAR_MEAS1_MUX to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_meas1_mux::SAR_MEAS1_MUX_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_MEAS2_CTRL1_SPEC
impl Resettable for SAR_MEAS2_CTRL1_SPEC
reset()
method sets SAR_MEAS2_CTRL1 to value 0x0702_0200
const RESET_VALUE: Self::Ux = {transmute(0x07020200): <sens::sar_meas2_ctrl1::SAR_MEAS2_CTRL1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_MEAS2_CTRL2_SPEC
impl Resettable for SAR_MEAS2_CTRL2_SPEC
reset()
method sets SAR_MEAS2_CTRL2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_meas2_ctrl2::SAR_MEAS2_CTRL2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_MEAS2_MUX_SPEC
impl Resettable for SAR_MEAS2_MUX_SPEC
reset()
method sets SAR_MEAS2_MUX to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_meas2_mux::SAR_MEAS2_MUX_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_NOUSE_SPEC
impl Resettable for SAR_NOUSE_SPEC
reset()
method sets SAR_NOUSE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_nouse::SAR_NOUSE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_POWER_XPD_SAR_SPEC
impl Resettable for SAR_POWER_XPD_SAR_SPEC
reset()
method sets SAR_POWER_XPD_SAR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_power_xpd_sar::SAR_POWER_XPD_SAR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_READER1_CTRL_SPEC
impl Resettable for SAR_READER1_CTRL_SPEC
reset()
method sets SAR_READER1_CTRL to value 0x2004_0002
const RESET_VALUE: Self::Ux = {transmute(0x20040002): <sens::sar_reader1_ctrl::SAR_READER1_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_READER1_STATUS_SPEC
impl Resettable for SAR_READER1_STATUS_SPEC
reset()
method sets SAR_READER1_STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_reader1_status::SAR_READER1_STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_READER2_CTRL_SPEC
impl Resettable for SAR_READER2_CTRL_SPEC
reset()
method sets SAR_READER2_CTRL to value 0x4005_0002
const RESET_VALUE: Self::Ux = {transmute(0x40050002): <sens::sar_reader2_ctrl::SAR_READER2_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_READER2_STATUS_SPEC
impl Resettable for SAR_READER2_STATUS_SPEC
reset()
method sets SAR_READER2_STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_reader2_status::SAR_READER2_STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_SLAVE_ADDR1_SPEC
impl Resettable for SAR_SLAVE_ADDR1_SPEC
reset()
method sets SAR_SLAVE_ADDR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_slave_addr1::SAR_SLAVE_ADDR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_SLAVE_ADDR2_SPEC
impl Resettable for SAR_SLAVE_ADDR2_SPEC
reset()
method sets SAR_SLAVE_ADDR2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_slave_addr2::SAR_SLAVE_ADDR2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_SLAVE_ADDR3_SPEC
impl Resettable for SAR_SLAVE_ADDR3_SPEC
reset()
method sets SAR_SLAVE_ADDR3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_slave_addr3::SAR_SLAVE_ADDR3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_SLAVE_ADDR4_SPEC
impl Resettable for SAR_SLAVE_ADDR4_SPEC
reset()
method sets SAR_SLAVE_ADDR4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_slave_addr4::SAR_SLAVE_ADDR4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_CHN_ST_SPEC
impl Resettable for SAR_TOUCH_CHN_ST_SPEC
reset()
method sets SAR_TOUCH_CHN_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_chn_st::SAR_TOUCH_CHN_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_CONF_SPEC
impl Resettable for SAR_TOUCH_CONF_SPEC
reset()
method sets SAR_TOUCH_CONF to value 0xfff0_7fff
const RESET_VALUE: Self::Ux = {transmute(0xfff07fff): <sens::sar_touch_conf::SAR_TOUCH_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_STATUS0_SPEC
impl Resettable for SAR_TOUCH_STATUS0_SPEC
reset()
method sets SAR_TOUCH_STATUS0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_status0::SAR_TOUCH_STATUS0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_STATUS1_SPEC
impl Resettable for SAR_TOUCH_STATUS1_SPEC
reset()
method sets SAR_TOUCH_STATUS1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_status1::SAR_TOUCH_STATUS1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_STATUS2_SPEC
impl Resettable for SAR_TOUCH_STATUS2_SPEC
reset()
method sets SAR_TOUCH_STATUS2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_status2::SAR_TOUCH_STATUS2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_STATUS3_SPEC
impl Resettable for SAR_TOUCH_STATUS3_SPEC
reset()
method sets SAR_TOUCH_STATUS3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_status3::SAR_TOUCH_STATUS3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_STATUS4_SPEC
impl Resettable for SAR_TOUCH_STATUS4_SPEC
reset()
method sets SAR_TOUCH_STATUS4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_status4::SAR_TOUCH_STATUS4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_STATUS5_SPEC
impl Resettable for SAR_TOUCH_STATUS5_SPEC
reset()
method sets SAR_TOUCH_STATUS5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_status5::SAR_TOUCH_STATUS5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_STATUS6_SPEC
impl Resettable for SAR_TOUCH_STATUS6_SPEC
reset()
method sets SAR_TOUCH_STATUS6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_status6::SAR_TOUCH_STATUS6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_STATUS7_SPEC
impl Resettable for SAR_TOUCH_STATUS7_SPEC
reset()
method sets SAR_TOUCH_STATUS7 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_status7::SAR_TOUCH_STATUS7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_STATUS8_SPEC
impl Resettable for SAR_TOUCH_STATUS8_SPEC
reset()
method sets SAR_TOUCH_STATUS8 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_status8::SAR_TOUCH_STATUS8_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_STATUS9_SPEC
impl Resettable for SAR_TOUCH_STATUS9_SPEC
reset()
method sets SAR_TOUCH_STATUS9 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_status9::SAR_TOUCH_STATUS9_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_STATUS10_SPEC
impl Resettable for SAR_TOUCH_STATUS10_SPEC
reset()
method sets SAR_TOUCH_STATUS10 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_status10::SAR_TOUCH_STATUS10_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_STATUS11_SPEC
impl Resettable for SAR_TOUCH_STATUS11_SPEC
reset()
method sets SAR_TOUCH_STATUS11 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_status11::SAR_TOUCH_STATUS11_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_STATUS12_SPEC
impl Resettable for SAR_TOUCH_STATUS12_SPEC
reset()
method sets SAR_TOUCH_STATUS12 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_status12::SAR_TOUCH_STATUS12_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_STATUS13_SPEC
impl Resettable for SAR_TOUCH_STATUS13_SPEC
reset()
method sets SAR_TOUCH_STATUS13 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_status13::SAR_TOUCH_STATUS13_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_STATUS14_SPEC
impl Resettable for SAR_TOUCH_STATUS14_SPEC
reset()
method sets SAR_TOUCH_STATUS14 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_status14::SAR_TOUCH_STATUS14_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_STATUS15_SPEC
impl Resettable for SAR_TOUCH_STATUS15_SPEC
reset()
method sets SAR_TOUCH_STATUS15 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_status15::SAR_TOUCH_STATUS15_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_STATUS16_SPEC
impl Resettable for SAR_TOUCH_STATUS16_SPEC
reset()
method sets SAR_TOUCH_STATUS16 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_status16::SAR_TOUCH_STATUS16_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_THRES1_SPEC
impl Resettable for SAR_TOUCH_THRES1_SPEC
reset()
method sets SAR_TOUCH_THRES1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_thres1::SAR_TOUCH_THRES1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_THRES2_SPEC
impl Resettable for SAR_TOUCH_THRES2_SPEC
reset()
method sets SAR_TOUCH_THRES2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_thres2::SAR_TOUCH_THRES2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_THRES3_SPEC
impl Resettable for SAR_TOUCH_THRES3_SPEC
reset()
method sets SAR_TOUCH_THRES3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_thres3::SAR_TOUCH_THRES3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_THRES4_SPEC
impl Resettable for SAR_TOUCH_THRES4_SPEC
reset()
method sets SAR_TOUCH_THRES4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_thres4::SAR_TOUCH_THRES4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_THRES5_SPEC
impl Resettable for SAR_TOUCH_THRES5_SPEC
reset()
method sets SAR_TOUCH_THRES5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_thres5::SAR_TOUCH_THRES5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_THRES6_SPEC
impl Resettable for SAR_TOUCH_THRES6_SPEC
reset()
method sets SAR_TOUCH_THRES6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_thres6::SAR_TOUCH_THRES6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_THRES7_SPEC
impl Resettable for SAR_TOUCH_THRES7_SPEC
reset()
method sets SAR_TOUCH_THRES7 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_thres7::SAR_TOUCH_THRES7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_THRES8_SPEC
impl Resettable for SAR_TOUCH_THRES8_SPEC
reset()
method sets SAR_TOUCH_THRES8 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_thres8::SAR_TOUCH_THRES8_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_THRES9_SPEC
impl Resettable for SAR_TOUCH_THRES9_SPEC
reset()
method sets SAR_TOUCH_THRES9 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_thres9::SAR_TOUCH_THRES9_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_THRES10_SPEC
impl Resettable for SAR_TOUCH_THRES10_SPEC
reset()
method sets SAR_TOUCH_THRES10 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_thres10::SAR_TOUCH_THRES10_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_THRES11_SPEC
impl Resettable for SAR_TOUCH_THRES11_SPEC
reset()
method sets SAR_TOUCH_THRES11 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_thres11::SAR_TOUCH_THRES11_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_THRES12_SPEC
impl Resettable for SAR_TOUCH_THRES12_SPEC
reset()
method sets SAR_TOUCH_THRES12 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_thres12::SAR_TOUCH_THRES12_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_THRES13_SPEC
impl Resettable for SAR_TOUCH_THRES13_SPEC
reset()
method sets SAR_TOUCH_THRES13 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_thres13::SAR_TOUCH_THRES13_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TOUCH_THRES14_SPEC
impl Resettable for SAR_TOUCH_THRES14_SPEC
reset()
method sets SAR_TOUCH_THRES14 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_touch_thres14::SAR_TOUCH_THRES14_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TSENS_CTRL2_SPEC
impl Resettable for SAR_TSENS_CTRL2_SPEC
reset()
method sets SAR_TSENS_CTRL2 to value 0x4002
const RESET_VALUE: Self::Ux = {transmute(0x00004002): <sens::sar_tsens_ctrl2::SAR_TSENS_CTRL2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_TSENS_CTRL_SPEC
impl Resettable for SAR_TSENS_CTRL_SPEC
reset()
method sets SAR_TSENS_CTRL to value 0x0001_9000
const RESET_VALUE: Self::Ux = {transmute(0x00019000): <sens::sar_tsens_ctrl::SAR_TSENS_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SARDATE_SPEC
impl Resettable for SARDATE_SPEC
reset()
method sets SARDATE to value 0x0190_6140
const RESET_VALUE: Self::Ux = {transmute(0x01906140): <sens::sardate::SARDATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for BUSY_SPEC
impl Resettable for BUSY_SPEC
reset()
method sets BUSY to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sha::busy::BUSY_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CONTINUE__SPEC
impl Resettable for CONTINUE__SPEC
reset()
method sets CONTINUE_ to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sha::continue_::CONTINUE__SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::sha::date::DATE_SPEC
impl Resettable for esp32s2::sha::date::DATE_SPEC
reset()
method sets DATE to value 0x2019_0402
const RESET_VALUE: Self::Ux = {transmute(0x20190402): <sha::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_BLOCK_NUM_SPEC
impl Resettable for DMA_BLOCK_NUM_SPEC
reset()
method sets DMA_BLOCK_NUM to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sha::dma_block_num::DMA_BLOCK_NUM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_CONTINUE_SPEC
impl Resettable for DMA_CONTINUE_SPEC
reset()
method sets DMA_CONTINUE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sha::dma_continue::DMA_CONTINUE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_START_SPEC
impl Resettable for DMA_START_SPEC
reset()
method sets DMA_START to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sha::dma_start::DMA_START_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for H_MEM_SPEC
impl Resettable for H_MEM_SPEC
reset()
method sets H_MEM%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sha::h_mem::H_MEM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INT_CLEAR_SPEC
impl Resettable for INT_CLEAR_SPEC
reset()
method sets INT_CLEAR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sha::int_clear::INT_CLEAR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::sha::int_ena::INT_ENA_SPEC
impl Resettable for esp32s2::sha::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sha::int_ena::INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for M_MEM_SPEC
impl Resettable for M_MEM_SPEC
reset()
method sets M_MEM%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sha::m_mem::M_MEM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::sha::mode::MODE_SPEC
impl Resettable for esp32s2::sha::mode::MODE_SPEC
reset()
method sets MODE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sha::mode::MODE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for START_SPEC
impl Resettable for START_SPEC
reset()
method sets START to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sha::start::START_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for T_LENGTH_SPEC
impl Resettable for T_LENGTH_SPEC
reset()
method sets T_LENGTH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sha::t_length::T_LENGTH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for T_STRING_SPEC
impl Resettable for T_STRING_SPEC
reset()
method sets T_STRING to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sha::t_string::T_STRING_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ADDR_SPEC
impl Resettable for ADDR_SPEC
reset()
method sets ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::addr::ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CLOCK_SPEC
impl Resettable for CLOCK_SPEC
reset()
method sets CLOCK to value 0x8000_3043
const RESET_VALUE: Self::Ux = {transmute(0x80003043): <spi0::clock::CLOCK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::spi0::cmd::CMD_SPEC
impl Resettable for esp32s2::spi0::cmd::CMD_SPEC
reset()
method sets CMD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CTRL1_SPEC
impl Resettable for CTRL1_SPEC
reset()
method sets CTRL1 to value 0x4010
const RESET_VALUE: Self::Ux = {transmute(0x00004010): <spi0::ctrl1::CTRL1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::spi0::ctrl2::CTRL2_SPEC
impl Resettable for esp32s2::spi0::ctrl2::CTRL2_SPEC
reset()
method sets CTRL2 to value 0x2000
const RESET_VALUE: Self::Ux = {transmute(0x00002000): <spi0::ctrl2::CTRL2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::spi0::ctrl::CTRL_SPEC
impl Resettable for esp32s2::spi0::ctrl::CTRL_SPEC
reset()
method sets CTRL to value 0x002c_0000
const RESET_VALUE: Self::Ux = {transmute(0x002c0000): <spi0::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIN_MODE_SPEC
impl Resettable for DIN_MODE_SPEC
reset()
method sets DIN_MODE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::din_mode::DIN_MODE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIN_NUM_SPEC
impl Resettable for DIN_NUM_SPEC
reset()
method sets DIN_NUM to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::din_num::DIN_NUM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::spi0::dma_conf::DMA_CONF_SPEC
impl Resettable for esp32s2::spi0::dma_conf::DMA_CONF_SPEC
reset()
method sets DMA_CONF to value 0x0200
const RESET_VALUE: Self::Ux = {transmute(0x00000200): <spi0::dma_conf::DMA_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::spi0::dma_in_link::DMA_IN_LINK_SPEC
impl Resettable for esp32s2::spi0::dma_in_link::DMA_IN_LINK_SPEC
reset()
method sets DMA_IN_LINK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::dma_in_link::DMA_IN_LINK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_INSTATUS_SPEC
impl Resettable for DMA_INSTATUS_SPEC
reset()
method sets DMA_INSTATUS to value 0x8000_0000
const RESET_VALUE: Self::Ux = {transmute(0x80000000): <spi0::dma_instatus::DMA_INSTATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_INT_CLR_SPEC
impl Resettable for DMA_INT_CLR_SPEC
reset()
method sets DMA_INT_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::dma_int_clr::DMA_INT_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_INT_ENA_SPEC
impl Resettable for DMA_INT_ENA_SPEC
reset()
method sets DMA_INT_ENA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::dma_int_ena::DMA_INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_INT_RAW_SPEC
impl Resettable for DMA_INT_RAW_SPEC
reset()
method sets DMA_INT_RAW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::dma_int_raw::DMA_INT_RAW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_INT_ST_SPEC
impl Resettable for DMA_INT_ST_SPEC
reset()
method sets DMA_INT_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::dma_int_st::DMA_INT_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::spi0::dma_out_link::DMA_OUT_LINK_SPEC
impl Resettable for esp32s2::spi0::dma_out_link::DMA_OUT_LINK_SPEC
reset()
method sets DMA_OUT_LINK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::dma_out_link::DMA_OUT_LINK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_OUTSTATUS_SPEC
impl Resettable for DMA_OUTSTATUS_SPEC
reset()
method sets DMA_OUTSTATUS to value 0x8000_0000
const RESET_VALUE: Self::Ux = {transmute(0x80000000): <spi0::dma_outstatus::DMA_OUTSTATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOUT_MODE_SPEC
impl Resettable for DOUT_MODE_SPEC
reset()
method sets DOUT_MODE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::dout_mode::DOUT_MODE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOUT_NUM_SPEC
impl Resettable for DOUT_NUM_SPEC
reset()
method sets DOUT_NUM to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::dout_num::DOUT_NUM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::spi0::fsm::FSM_SPEC
impl Resettable for esp32s2::spi0::fsm::FSM_SPEC
reset()
method sets FSM to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::fsm::FSM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HOLD_SPEC
impl Resettable for HOLD_SPEC
reset()
method sets HOLD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::hold::HOLD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IN_ERR_EOF_DES_ADDR_SPEC
impl Resettable for IN_ERR_EOF_DES_ADDR_SPEC
reset()
method sets IN_ERR_EOF_DES_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::in_err_eof_des_addr::IN_ERR_EOF_DES_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IN_SUC_EOF_DES_ADDR_SPEC
impl Resettable for IN_SUC_EOF_DES_ADDR_SPEC
reset()
method sets IN_SUC_EOF_DES_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::in_suc_eof_des_addr::IN_SUC_EOF_DES_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::spi0::inlink_dscr::INLINK_DSCR_SPEC
impl Resettable for esp32s2::spi0::inlink_dscr::INLINK_DSCR_SPEC
reset()
method sets INLINK_DSCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::inlink_dscr::INLINK_DSCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::spi0::inlink_dscr_bf0::INLINK_DSCR_BF0_SPEC
impl Resettable for esp32s2::spi0::inlink_dscr_bf0::INLINK_DSCR_BF0_SPEC
reset()
method sets INLINK_DSCR_BF0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::inlink_dscr_bf0::INLINK_DSCR_BF0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::spi0::inlink_dscr_bf1::INLINK_DSCR_BF1_SPEC
impl Resettable for esp32s2::spi0::inlink_dscr_bf1::INLINK_DSCR_BF1_SPEC
reset()
method sets INLINK_DSCR_BF1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::inlink_dscr_bf1::INLINK_DSCR_BF1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LCD_CTRL1_SPEC
impl Resettable for LCD_CTRL1_SPEC
reset()
method sets LCD_CTRL1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::lcd_ctrl1::LCD_CTRL1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LCD_CTRL2_SPEC
impl Resettable for LCD_CTRL2_SPEC
reset()
method sets LCD_CTRL2 to value 0x0001_0001
const RESET_VALUE: Self::Ux = {transmute(0x00010001): <spi0::lcd_ctrl2::LCD_CTRL2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LCD_CTRL_SPEC
impl Resettable for LCD_CTRL_SPEC
reset()
method sets LCD_CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::lcd_ctrl::LCD_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LCD_D_MODE_SPEC
impl Resettable for LCD_D_MODE_SPEC
reset()
method sets LCD_D_MODE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::lcd_d_mode::LCD_D_MODE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LCD_D_NUM_SPEC
impl Resettable for LCD_D_NUM_SPEC
reset()
method sets LCD_D_NUM to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::lcd_d_num::LCD_D_NUM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MISC_SPEC
impl Resettable for MISC_SPEC
reset()
method sets MISC to value 0x3e
const RESET_VALUE: Self::Ux = {transmute(0x0000003e): <spi0::misc::MISC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MISO_DLEN_SPEC
impl Resettable for MISO_DLEN_SPEC
reset()
method sets MISO_DLEN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::miso_dlen::MISO_DLEN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MOSI_DLEN_SPEC
impl Resettable for MOSI_DLEN_SPEC
reset()
method sets MOSI_DLEN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::mosi_dlen::MOSI_DLEN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::spi0::out_eof_bfr_des_addr::OUT_EOF_BFR_DES_ADDR_SPEC
impl Resettable for esp32s2::spi0::out_eof_bfr_des_addr::OUT_EOF_BFR_DES_ADDR_SPEC
reset()
method sets OUT_EOF_BFR_DES_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::out_eof_bfr_des_addr::OUT_EOF_BFR_DES_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::spi0::out_eof_des_addr::OUT_EOF_DES_ADDR_SPEC
impl Resettable for esp32s2::spi0::out_eof_des_addr::OUT_EOF_DES_ADDR_SPEC
reset()
method sets OUT_EOF_DES_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::out_eof_des_addr::OUT_EOF_DES_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::spi0::outlink_dscr::OUTLINK_DSCR_SPEC
impl Resettable for esp32s2::spi0::outlink_dscr::OUTLINK_DSCR_SPEC
reset()
method sets OUTLINK_DSCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::outlink_dscr::OUTLINK_DSCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::spi0::outlink_dscr_bf0::OUTLINK_DSCR_BF0_SPEC
impl Resettable for esp32s2::spi0::outlink_dscr_bf0::OUTLINK_DSCR_BF0_SPEC
reset()
method sets OUTLINK_DSCR_BF0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::outlink_dscr_bf0::OUTLINK_DSCR_BF0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::spi0::outlink_dscr_bf1::OUTLINK_DSCR_BF1_SPEC
impl Resettable for esp32s2::spi0::outlink_dscr_bf1::OUTLINK_DSCR_BF1_SPEC
reset()
method sets OUTLINK_DSCR_BF1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::outlink_dscr_bf1::OUTLINK_DSCR_BF1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::spi0::reg_date::REG_DATE_SPEC
impl Resettable for esp32s2::spi0::reg_date::REG_DATE_SPEC
reset()
method sets REG_DATE to value 0x0190_7240
const RESET_VALUE: Self::Ux = {transmute(0x01907240): <spi0::reg_date::REG_DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SLAVE1_SPEC
impl Resettable for SLAVE1_SPEC
reset()
method sets SLAVE1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::slave1::SLAVE1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SLAVE_SPEC
impl Resettable for SLAVE_SPEC
reset()
method sets SLAVE to value 0x0200
const RESET_VALUE: Self::Ux = {transmute(0x00000200): <spi0::slave::SLAVE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SLV_RD_BYTE_SPEC
impl Resettable for SLV_RD_BYTE_SPEC
reset()
method sets SLV_RD_BYTE to value 0x0a00_0000
const RESET_VALUE: Self::Ux = {transmute(0x0a000000): <spi0::slv_rd_byte::SLV_RD_BYTE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SLV_RDBUF_DLEN_SPEC
impl Resettable for SLV_RDBUF_DLEN_SPEC
reset()
method sets SLV_RDBUF_DLEN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::slv_rdbuf_dlen::SLV_RDBUF_DLEN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SLV_WRBUF_DLEN_SPEC
impl Resettable for SLV_WRBUF_DLEN_SPEC
reset()
method sets SLV_WRBUF_DLEN to value 0xd800_0000
const RESET_VALUE: Self::Ux = {transmute(0xd8000000): <spi0::slv_wrbuf_dlen::SLV_WRBUF_DLEN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USER1_SPEC
impl Resettable for USER1_SPEC
reset()
method sets USER1 to value 0xb800_0007
const RESET_VALUE: Self::Ux = {transmute(0xb8000007): <spi0::user1::USER1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USER2_SPEC
impl Resettable for USER2_SPEC
reset()
method sets USER2 to value 0x7000_0000
const RESET_VALUE: Self::Ux = {transmute(0x70000000): <spi0::user2::USER2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for USER_SPEC
impl Resettable for USER_SPEC
reset()
method sets USER to value 0x8000_00c0
const RESET_VALUE: Self::Ux = {transmute(0x800000c0): <spi0::user::USER_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for W0_SPEC
impl Resettable for W0_SPEC
reset()
method sets W0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::w0::W0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for W1_SPEC
impl Resettable for W1_SPEC
reset()
method sets W1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::w1::W1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for W2_SPEC
impl Resettable for W2_SPEC
reset()
method sets W2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::w2::W2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for W3_SPEC
impl Resettable for W3_SPEC
reset()
method sets W3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::w3::W3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for W4_SPEC
impl Resettable for W4_SPEC
reset()
method sets W4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::w4::W4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for W5_SPEC
impl Resettable for W5_SPEC
reset()
method sets W5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::w5::W5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for W6_SPEC
impl Resettable for W6_SPEC
reset()
method sets W6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::w6::W6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for W7_SPEC
impl Resettable for W7_SPEC
reset()
method sets W7 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::w7::W7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for W8_SPEC
impl Resettable for W8_SPEC
reset()
method sets W8 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::w8::W8_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for W9_SPEC
impl Resettable for W9_SPEC
reset()
method sets W9 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::w9::W9_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for W10_SPEC
impl Resettable for W10_SPEC
reset()
method sets W10 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::w10::W10_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for W11_SPEC
impl Resettable for W11_SPEC
reset()
method sets W11 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::w11::W11_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for W12_SPEC
impl Resettable for W12_SPEC
reset()
method sets W12 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::w12::W12_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for W13_SPEC
impl Resettable for W13_SPEC
reset()
method sets W13 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::w13::W13_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for W14_SPEC
impl Resettable for W14_SPEC
reset()
method sets W14 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::w14::W14_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for W15_SPEC
impl Resettable for W15_SPEC
reset()
method sets W15 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::w15::W15_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for W16_SPEC
impl Resettable for W16_SPEC
reset()
method sets W16 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::w16::W16_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for W17_SPEC
impl Resettable for W17_SPEC
reset()
method sets W17 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::w17::W17_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for BT_LPCK_DIV_FRAC_SPEC
impl Resettable for BT_LPCK_DIV_FRAC_SPEC
reset()
method sets BT_LPCK_DIV_FRAC to value 0x0200_0000
const RESET_VALUE: Self::Ux = {transmute(0x02000000): <system::bt_lpck_div_frac::BT_LPCK_DIV_FRAC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for BUSTOEXTMEM_ENA_SPEC
impl Resettable for BUSTOEXTMEM_ENA_SPEC
reset()
method sets BUSTOEXTMEM_ENA to value 0x01
const RESET_VALUE: Self::Ux = {transmute(0x00000001): <system::bustoextmem_ena::BUSTOEXTMEM_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CACHE_CONTROL_SPEC
impl Resettable for CACHE_CONTROL_SPEC
reset()
method sets CACHE_CONTROL to value 0x03
const RESET_VALUE: Self::Ux = {transmute(0x00000003): <system::cache_control::CACHE_CONTROL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::system::clock_gate::CLOCK_GATE_SPEC
impl Resettable for esp32s2::system::clock_gate::CLOCK_GATE_SPEC
reset()
method sets CLOCK_GATE to value 0x01
const RESET_VALUE: Self::Ux = {transmute(0x00000001): <system::clock_gate::CLOCK_GATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CPU_INTR_FROM_CPU_0_SPEC
impl Resettable for CPU_INTR_FROM_CPU_0_SPEC
reset()
method sets CPU_INTR_FROM_CPU_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::cpu_intr_from_cpu_0::CPU_INTR_FROM_CPU_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CPU_INTR_FROM_CPU_1_SPEC
impl Resettable for CPU_INTR_FROM_CPU_1_SPEC
reset()
method sets CPU_INTR_FROM_CPU_1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::cpu_intr_from_cpu_1::CPU_INTR_FROM_CPU_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CPU_INTR_FROM_CPU_2_SPEC
impl Resettable for CPU_INTR_FROM_CPU_2_SPEC
reset()
method sets CPU_INTR_FROM_CPU_2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::cpu_intr_from_cpu_2::CPU_INTR_FROM_CPU_2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CPU_INTR_FROM_CPU_3_SPEC
impl Resettable for CPU_INTR_FROM_CPU_3_SPEC
reset()
method sets CPU_INTR_FROM_CPU_3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::cpu_intr_from_cpu_3::CPU_INTR_FROM_CPU_3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CPU_PER_CONF_SPEC
impl Resettable for CPU_PER_CONF_SPEC
reset()
method sets CPU_PER_CONF to value 0x0c
const RESET_VALUE: Self::Ux = {transmute(0x0000000c): <system::cpu_per_conf::CPU_PER_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CPU_PERI_CLK_EN_SPEC
impl Resettable for CPU_PERI_CLK_EN_SPEC
reset()
method sets CPU_PERI_CLK_EN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::cpu_peri_clk_en::CPU_PERI_CLK_EN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CPU_PERI_RST_EN_SPEC
impl Resettable for CPU_PERI_RST_EN_SPEC
reset()
method sets CPU_PERI_RST_EN to value 0x80
const RESET_VALUE: Self::Ux = {transmute(0x00000080): <system::cpu_peri_rst_en::CPU_PERI_RST_EN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::system::date::DATE_SPEC
impl Resettable for esp32s2::system::date::DATE_SPEC
reset()
method sets DATE to value 0x0190_8020
const RESET_VALUE: Self::Ux = {transmute(0x01908020): <system::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for EXTERNAL_DEVICE_ENCRYPT_DECRYPT_CONTROL_SPEC
impl Resettable for EXTERNAL_DEVICE_ENCRYPT_DECRYPT_CONTROL_SPEC
reset()
method sets EXTERNAL_DEVICE_ENCRYPT_DECRYPT_CONTROL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::external_device_encrypt_decrypt_control::EXTERNAL_DEVICE_ENCRYPT_DECRYPT_CONTROL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for JTAG_CTRL_0_SPEC
impl Resettable for JTAG_CTRL_0_SPEC
reset()
method sets JTAG_CTRL_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::jtag_ctrl_0::JTAG_CTRL_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for JTAG_CTRL_1_SPEC
impl Resettable for JTAG_CTRL_1_SPEC
reset()
method sets JTAG_CTRL_1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::jtag_ctrl_1::JTAG_CTRL_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for JTAG_CTRL_2_SPEC
impl Resettable for JTAG_CTRL_2_SPEC
reset()
method sets JTAG_CTRL_2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::jtag_ctrl_2::JTAG_CTRL_2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for JTAG_CTRL_3_SPEC
impl Resettable for JTAG_CTRL_3_SPEC
reset()
method sets JTAG_CTRL_3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::jtag_ctrl_3::JTAG_CTRL_3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for JTAG_CTRL_4_SPEC
impl Resettable for JTAG_CTRL_4_SPEC
reset()
method sets JTAG_CTRL_4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::jtag_ctrl_4::JTAG_CTRL_4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for JTAG_CTRL_5_SPEC
impl Resettable for JTAG_CTRL_5_SPEC
reset()
method sets JTAG_CTRL_5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::jtag_ctrl_5::JTAG_CTRL_5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for JTAG_CTRL_6_SPEC
impl Resettable for JTAG_CTRL_6_SPEC
reset()
method sets JTAG_CTRL_6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::jtag_ctrl_6::JTAG_CTRL_6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for JTAG_CTRL_7_SPEC
impl Resettable for JTAG_CTRL_7_SPEC
reset()
method sets JTAG_CTRL_7 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::jtag_ctrl_7::JTAG_CTRL_7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LPCK_DIV_INT_SPEC
impl Resettable for LPCK_DIV_INT_SPEC
reset()
method sets LPCK_DIV_INT to value 0xff
const RESET_VALUE: Self::Ux = {transmute(0x000000ff): <system::lpck_div_int::LPCK_DIV_INT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MEM_PD_MASK_SPEC
impl Resettable for MEM_PD_MASK_SPEC
reset()
method sets MEM_PD_MASK to value 0x01
const RESET_VALUE: Self::Ux = {transmute(0x00000001): <system::mem_pd_mask::MEM_PD_MASK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PERIP_CLK_EN0_SPEC
impl Resettable for PERIP_CLK_EN0_SPEC
reset()
method sets PERIP_CLK_EN0 to value 0xf9c1_e06f
const RESET_VALUE: Self::Ux = {transmute(0xf9c1e06f): <system::perip_clk_en0::PERIP_CLK_EN0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PERIP_CLK_EN1_SPEC
impl Resettable for PERIP_CLK_EN1_SPEC
reset()
method sets PERIP_CLK_EN1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::perip_clk_en1::PERIP_CLK_EN1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PERIP_RST_EN0_SPEC
impl Resettable for PERIP_RST_EN0_SPEC
reset()
method sets PERIP_RST_EN0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::perip_rst_en0::PERIP_RST_EN0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PERIP_RST_EN1_SPEC
impl Resettable for PERIP_RST_EN1_SPEC
reset()
method sets PERIP_RST_EN1 to value 0x7e
const RESET_VALUE: Self::Ux = {transmute(0x0000007e): <system::perip_rst_en1::PERIP_RST_EN1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for REDUNDANT_ECO_CTRL_SPEC
impl Resettable for REDUNDANT_ECO_CTRL_SPEC
reset()
method sets Redundant_ECO_Ctrl to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::redundant_eco_ctrl::REDUNDANT_ECO_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ROM_CTRL_0_SPEC
impl Resettable for ROM_CTRL_0_SPEC
reset()
method sets ROM_CTRL_0 to value 0x03
const RESET_VALUE: Self::Ux = {transmute(0x00000003): <system::rom_ctrl_0::ROM_CTRL_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ROM_CTRL_1_SPEC
impl Resettable for ROM_CTRL_1_SPEC
reset()
method sets ROM_CTRL_1 to value 0x0c
const RESET_VALUE: Self::Ux = {transmute(0x0000000c): <system::rom_ctrl_1::ROM_CTRL_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RSA_PD_CTRL_SPEC
impl Resettable for RSA_PD_CTRL_SPEC
reset()
method sets RSA_PD_CTRL to value 0x01
const RESET_VALUE: Self::Ux = {transmute(0x00000001): <system::rsa_pd_ctrl::RSA_PD_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_FASTMEM_CONFIG_SPEC
impl Resettable for RTC_FASTMEM_CONFIG_SPEC
reset()
method sets RTC_FASTMEM_CONFIG to value 0x7ff0_0000
const RESET_VALUE: Self::Ux = {transmute(0x7ff00000): <system::rtc_fastmem_config::RTC_FASTMEM_CONFIG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_FASTMEM_CRC_SPEC
impl Resettable for RTC_FASTMEM_CRC_SPEC
reset()
method sets RTC_FASTMEM_CRC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::rtc_fastmem_crc::RTC_FASTMEM_CRC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SRAM_CTRL_0_SPEC
impl Resettable for SRAM_CTRL_0_SPEC
reset()
method sets SRAM_CTRL_0 to value 0x003f_ffff
const RESET_VALUE: Self::Ux = {transmute(0x003fffff): <system::sram_ctrl_0::SRAM_CTRL_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SRAM_CTRL_1_SPEC
impl Resettable for SRAM_CTRL_1_SPEC
reset()
method sets SRAM_CTRL_1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system::sram_ctrl_1::SRAM_CTRL_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SRAM_CTRL_2_SPEC
impl Resettable for SRAM_CTRL_2_SPEC
reset()
method sets SRAM_CTRL_2 to value 0x003f_ffff
const RESET_VALUE: Self::Ux = {transmute(0x003fffff): <system::sram_ctrl_2::SRAM_CTRL_2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SYSCLK_CONF_SPEC
impl Resettable for SYSCLK_CONF_SPEC
reset()
method sets SYSCLK_CONF to value 0x01
const RESET_VALUE: Self::Ux = {transmute(0x00000001): <system::sysclk_conf::SYSCLK_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::systimer::conf::CONF_SPEC
impl Resettable for esp32s2::systimer::conf::CONF_SPEC
reset()
method sets CONF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::conf::CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::systimer::date::DATE_SPEC
impl Resettable for esp32s2::systimer::date::DATE_SPEC
reset()
method sets DATE to value 0x0180_7160
const RESET_VALUE: Self::Ux = {transmute(0x01807160): <systimer::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::systimer::int_clr::INT_CLR_SPEC
impl Resettable for esp32s2::systimer::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::int_clr::INT_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::systimer::int_ena::INT_ENA_SPEC
impl Resettable for esp32s2::systimer::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::int_ena::INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::systimer::int_raw::INT_RAW_SPEC
impl Resettable for esp32s2::systimer::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::int_raw::INT_RAW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LOAD_SPEC
impl Resettable for LOAD_SPEC
reset()
method sets LOAD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::load::LOAD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LOAD_HI_SPEC
impl Resettable for LOAD_HI_SPEC
reset()
method sets LOAD_HI to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::load_hi::LOAD_HI_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LOAD_LO_SPEC
impl Resettable for LOAD_LO_SPEC
reset()
method sets LOAD_LO to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::load_lo::LOAD_LO_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STEP_SPEC
impl Resettable for STEP_SPEC
reset()
method sets STEP to value 0x0450
const RESET_VALUE: Self::Ux = {transmute(0x00000450): <systimer::step::STEP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TARGET0_CONF_SPEC
impl Resettable for TARGET0_CONF_SPEC
reset()
method sets TARGET0_CONF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::target0_conf::TARGET0_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TARGET0_HI_SPEC
impl Resettable for TARGET0_HI_SPEC
reset()
method sets TARGET0_HI to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::target0_hi::TARGET0_HI_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TARGET0_LO_SPEC
impl Resettable for TARGET0_LO_SPEC
reset()
method sets TARGET0_LO to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::target0_lo::TARGET0_LO_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TARGET1_CONF_SPEC
impl Resettable for TARGET1_CONF_SPEC
reset()
method sets TARGET1_CONF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::target1_conf::TARGET1_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TARGET1_HI_SPEC
impl Resettable for TARGET1_HI_SPEC
reset()
method sets TARGET1_HI to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::target1_hi::TARGET1_HI_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TARGET1_LO_SPEC
impl Resettable for TARGET1_LO_SPEC
reset()
method sets TARGET1_LO to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::target1_lo::TARGET1_LO_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TARGET2_CONF_SPEC
impl Resettable for TARGET2_CONF_SPEC
reset()
method sets TARGET2_CONF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::target2_conf::TARGET2_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TARGET2_HI_SPEC
impl Resettable for TARGET2_HI_SPEC
reset()
method sets TARGET2_HI to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::target2_hi::TARGET2_HI_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TARGET2_LO_SPEC
impl Resettable for TARGET2_LO_SPEC
reset()
method sets TARGET2_LO to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::target2_lo::TARGET2_LO_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UNIT0_OP_SPEC
impl Resettable for UNIT0_OP_SPEC
reset()
method sets UNIT0_OP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::unit0_op::UNIT0_OP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UNIT0_VALUE_HI_SPEC
impl Resettable for UNIT0_VALUE_HI_SPEC
reset()
method sets UNIT0_VALUE_HI to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::unit0_value_hi::UNIT0_VALUE_HI_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for UNIT0_VALUE_LO_SPEC
impl Resettable for UNIT0_VALUE_LO_SPEC
reset()
method sets UNIT0_VALUE_LO to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::unit0_value_lo::UNIT0_VALUE_LO_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INT_CLR_TIMERS_SPEC
impl Resettable for INT_CLR_TIMERS_SPEC
reset()
method sets INT_CLR_TIMERS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::int_clr_timers::INT_CLR_TIMERS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INT_ENA_TIMERS_SPEC
impl Resettable for INT_ENA_TIMERS_SPEC
reset()
method sets INT_ENA_TIMERS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::int_ena_timers::INT_ENA_TIMERS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INT_RAW_TIMERS_SPEC
impl Resettable for INT_RAW_TIMERS_SPEC
reset()
method sets INT_RAW_TIMERS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::int_raw_timers::INT_RAW_TIMERS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INT_ST_TIMERS_SPEC
impl Resettable for INT_ST_TIMERS_SPEC
reset()
method sets INT_ST_TIMERS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::int_st_timers::INT_ST_TIMERS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LACTALARMHI_SPEC
impl Resettable for LACTALARMHI_SPEC
reset()
method sets LACTALARMHI to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::lactalarmhi::LACTALARMHI_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LACTALARMLO_SPEC
impl Resettable for LACTALARMLO_SPEC
reset()
method sets LACTALARMLO to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::lactalarmlo::LACTALARMLO_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LACTCONFIG_SPEC
impl Resettable for LACTCONFIG_SPEC
reset()
method sets LACTCONFIG to value 0x6000_2300
const RESET_VALUE: Self::Ux = {transmute(0x60002300): <timg0::lactconfig::LACTCONFIG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LACTHI_SPEC
impl Resettable for LACTHI_SPEC
reset()
method sets LACTHI to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::lacthi::LACTHI_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LACTLO_SPEC
impl Resettable for LACTLO_SPEC
reset()
method sets LACTLO to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::lactlo::LACTLO_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LACTLOAD_SPEC
impl Resettable for LACTLOAD_SPEC
reset()
method sets LACTLOAD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::lactload::LACTLOAD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LACTLOADHI_SPEC
impl Resettable for LACTLOADHI_SPEC
reset()
method sets LACTLOADHI to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::lactloadhi::LACTLOADHI_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LACTLOADLO_SPEC
impl Resettable for LACTLOADLO_SPEC
reset()
method sets LACTLOADLO to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::lactloadlo::LACTLOADLO_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LACTRTC_SPEC
impl Resettable for LACTRTC_SPEC
reset()
method sets LACTRTC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::lactrtc::LACTRTC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LACTUPDATE_SPEC
impl Resettable for LACTUPDATE_SPEC
reset()
method sets LACTUPDATE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::lactupdate::LACTUPDATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for REGCLK_SPEC
impl Resettable for REGCLK_SPEC
reset()
method sets REGCLK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::regclk::REGCLK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTCCALICFG1_SPEC
impl Resettable for RTCCALICFG1_SPEC
reset()
method sets RTCCALICFG1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::rtccalicfg1::RTCCALICFG1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTCCALICFG2_SPEC
impl Resettable for RTCCALICFG2_SPEC
reset()
method sets RTCCALICFG2 to value 0xffff_ff98
const RESET_VALUE: Self::Ux = {transmute(0xffffff98): <timg0::rtccalicfg2::RTCCALICFG2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTCCALICFG_SPEC
impl Resettable for RTCCALICFG_SPEC
reset()
method sets RTCCALICFG to value 0x0001_3000
const RESET_VALUE: Self::Ux = {transmute(0x00013000): <timg0::rtccalicfg::RTCCALICFG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TALARMHI_SPEC
impl Resettable for TALARMHI_SPEC
reset()
method sets T%sALARMHI to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::talarmhi::TALARMHI_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TALARMLO_SPEC
impl Resettable for TALARMLO_SPEC
reset()
method sets T%sALARMLO to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::talarmlo::TALARMLO_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TCONFIG_SPEC
impl Resettable for TCONFIG_SPEC
reset()
method sets T%sCONFIG to value 0x6000_2000
const RESET_VALUE: Self::Ux = {transmute(0x60002000): <timg0::tconfig::TCONFIG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for THI_SPEC
impl Resettable for THI_SPEC
reset()
method sets T%sHI to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::thi::THI_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TIMERS_DATE_SPEC
impl Resettable for TIMERS_DATE_SPEC
reset()
method sets TIMERS_DATE to value 0x0190_7261
const RESET_VALUE: Self::Ux = {transmute(0x01907261): <timg0::timers_date::TIMERS_DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TLO_SPEC
impl Resettable for TLO_SPEC
reset()
method sets T%sLO to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::tlo::TLO_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TLOAD_SPEC
impl Resettable for TLOAD_SPEC
reset()
method sets T%sLOAD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::tload::TLOAD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TLOADHI_SPEC
impl Resettable for TLOADHI_SPEC
reset()
method sets T%sLOADHI to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::tloadhi::TLOADHI_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TLOADLO_SPEC
impl Resettable for TLOADLO_SPEC
reset()
method sets T%sLOADLO to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::tloadlo::TLOADLO_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TUPDATE_SPEC
impl Resettable for TUPDATE_SPEC
reset()
method sets T%sUPDATE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::tupdate::TUPDATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::timg0::wdtconfig0::WDTCONFIG0_SPEC
impl Resettable for esp32s2::timg0::wdtconfig0::WDTCONFIG0_SPEC
reset()
method sets WDTCONFIG0 to value 0x0004_c000
const RESET_VALUE: Self::Ux = {transmute(0x0004c000): <timg0::wdtconfig0::WDTCONFIG0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::timg0::wdtconfig1::WDTCONFIG1_SPEC
impl Resettable for esp32s2::timg0::wdtconfig1::WDTCONFIG1_SPEC
reset()
method sets WDTCONFIG1 to value 0x0001_0000
const RESET_VALUE: Self::Ux = {transmute(0x00010000): <timg0::wdtconfig1::WDTCONFIG1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::timg0::wdtconfig2::WDTCONFIG2_SPEC
impl Resettable for esp32s2::timg0::wdtconfig2::WDTCONFIG2_SPEC
reset()
method sets WDTCONFIG2 to value 0x018c_ba80
const RESET_VALUE: Self::Ux = {transmute(0x018cba80): <timg0::wdtconfig2::WDTCONFIG2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::timg0::wdtconfig3::WDTCONFIG3_SPEC
impl Resettable for esp32s2::timg0::wdtconfig3::WDTCONFIG3_SPEC
reset()
method sets WDTCONFIG3 to value 0x07ff_ffff
const RESET_VALUE: Self::Ux = {transmute(0x07ffffff): <timg0::wdtconfig3::WDTCONFIG3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::timg0::wdtconfig4::WDTCONFIG4_SPEC
impl Resettable for esp32s2::timg0::wdtconfig4::WDTCONFIG4_SPEC
reset()
method sets WDTCONFIG4 to value 0x000f_ffff
const RESET_VALUE: Self::Ux = {transmute(0x000fffff): <timg0::wdtconfig4::WDTCONFIG4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for WDTCONFIG5_SPEC
impl Resettable for WDTCONFIG5_SPEC
reset()
method sets WDTCONFIG5 to value 0x000f_ffff
const RESET_VALUE: Self::Ux = {transmute(0x000fffff): <timg0::wdtconfig5::WDTCONFIG5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::timg0::wdtfeed::WDTFEED_SPEC
impl Resettable for esp32s2::timg0::wdtfeed::WDTFEED_SPEC
reset()
method sets WDTFEED to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timg0::wdtfeed::WDTFEED_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::timg0::wdtwprotect::WDTWPROTECT_SPEC
impl Resettable for esp32s2::timg0::wdtwprotect::WDTWPROTECT_SPEC
reset()
method sets WDTWPROTECT to value 0x50d8_3aa1
const RESET_VALUE: Self::Ux = {transmute(0x50d83aa1): <timg0::wdtwprotect::WDTWPROTECT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ARB_LOST_CAP_SPEC
impl Resettable for ARB_LOST_CAP_SPEC
reset()
method sets ARB_LOST_CAP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::arb_lost_cap::ARB_LOST_CAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for BUS_TIMING_0_SPEC
impl Resettable for BUS_TIMING_0_SPEC
reset()
method sets BUS_TIMING_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::bus_timing_0::BUS_TIMING_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for BUS_TIMING_1_SPEC
impl Resettable for BUS_TIMING_1_SPEC
reset()
method sets BUS_TIMING_1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::bus_timing_1::BUS_TIMING_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CLOCK_DIVIDER_SPEC
impl Resettable for CLOCK_DIVIDER_SPEC
reset()
method sets CLOCK_DIVIDER to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::clock_divider::CLOCK_DIVIDER_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::twai::cmd::CMD_SPEC
impl Resettable for esp32s2::twai::cmd::CMD_SPEC
reset()
method sets CMD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::cmd::CMD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DATA_0_SPEC
impl Resettable for DATA_0_SPEC
reset()
method sets DATA_0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::data_0::DATA_0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DATA_1_SPEC
impl Resettable for DATA_1_SPEC
reset()
method sets DATA_1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::data_1::DATA_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DATA_2_SPEC
impl Resettable for DATA_2_SPEC
reset()
method sets DATA_2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::data_2::DATA_2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DATA_3_SPEC
impl Resettable for DATA_3_SPEC
reset()
method sets DATA_3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::data_3::DATA_3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DATA_4_SPEC
impl Resettable for DATA_4_SPEC
reset()
method sets DATA_4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::data_4::DATA_4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DATA_5_SPEC
impl Resettable for DATA_5_SPEC
reset()
method sets DATA_5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::data_5::DATA_5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DATA_6_SPEC
impl Resettable for DATA_6_SPEC
reset()
method sets DATA_6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::data_6::DATA_6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DATA_7_SPEC
impl Resettable for DATA_7_SPEC
reset()
method sets DATA_7 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::data_7::DATA_7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DATA_8_SPEC
impl Resettable for DATA_8_SPEC
reset()
method sets DATA_8 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::data_8::DATA_8_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DATA_9_SPEC
impl Resettable for DATA_9_SPEC
reset()
method sets DATA_9 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::data_9::DATA_9_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DATA_10_SPEC
impl Resettable for DATA_10_SPEC
reset()
method sets DATA_10 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::data_10::DATA_10_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DATA_11_SPEC
impl Resettable for DATA_11_SPEC
reset()
method sets DATA_11 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::data_11::DATA_11_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DATA_12_SPEC
impl Resettable for DATA_12_SPEC
reset()
method sets DATA_12 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::data_12::DATA_12_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ERR_CODE_CAP_SPEC
impl Resettable for ERR_CODE_CAP_SPEC
reset()
method sets ERR_CODE_CAP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::err_code_cap::ERR_CODE_CAP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ERR_WARNING_LIMIT_SPEC
impl Resettable for ERR_WARNING_LIMIT_SPEC
reset()
method sets ERR_WARNING_LIMIT to value 0x60
const RESET_VALUE: Self::Ux = {transmute(0x00000060): <twai::err_warning_limit::ERR_WARNING_LIMIT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::twai::int_ena::INT_ENA_SPEC
impl Resettable for esp32s2::twai::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::int_ena::INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::twai::int_raw::INT_RAW_SPEC
impl Resettable for esp32s2::twai::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::int_raw::INT_RAW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::twai::mode::MODE_SPEC
impl Resettable for esp32s2::twai::mode::MODE_SPEC
reset()
method sets MODE to value 0x01
const RESET_VALUE: Self::Ux = {transmute(0x00000001): <twai::mode::MODE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RX_ERR_CNT_SPEC
impl Resettable for RX_ERR_CNT_SPEC
reset()
method sets RX_ERR_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::rx_err_cnt::RX_ERR_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RX_MESSAGE_CNT_SPEC
impl Resettable for RX_MESSAGE_CNT_SPEC
reset()
method sets RX_MESSAGE_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::rx_message_cnt::RX_MESSAGE_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::twai::status::STATUS_SPEC
impl Resettable for esp32s2::twai::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TX_ERR_CNT_SPEC
impl Resettable for TX_ERR_CNT_SPEC
reset()
method sets TX_ERR_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twai::tx_err_cnt::TX_ERR_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for AT_CMD_CHAR_SPEC
impl Resettable for AT_CMD_CHAR_SPEC
reset()
method sets AT_CMD_CHAR to value 0x032b
const RESET_VALUE: Self::Ux = {transmute(0x0000032b): <uart0::at_cmd_char::AT_CMD_CHAR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for AT_CMD_GAPTOUT_SPEC
impl Resettable for AT_CMD_GAPTOUT_SPEC
reset()
method sets AT_CMD_GAPTOUT to value 0x0b
const RESET_VALUE: Self::Ux = {transmute(0x0000000b): <uart0::at_cmd_gaptout::AT_CMD_GAPTOUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for AT_CMD_POSTCNT_SPEC
impl Resettable for AT_CMD_POSTCNT_SPEC
reset()
method sets AT_CMD_POSTCNT to value 0x0901
const RESET_VALUE: Self::Ux = {transmute(0x00000901): <uart0::at_cmd_postcnt::AT_CMD_POSTCNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for AT_CMD_PRECNT_SPEC
impl Resettable for AT_CMD_PRECNT_SPEC
reset()
method sets AT_CMD_PRECNT to value 0x0901
const RESET_VALUE: Self::Ux = {transmute(0x00000901): <uart0::at_cmd_precnt::AT_CMD_PRECNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for AUTOBAUD_SPEC
impl Resettable for AUTOBAUD_SPEC
reset()
method sets AUTOBAUD to value 0x1000
const RESET_VALUE: Self::Ux = {transmute(0x00001000): <uart0::autobaud::AUTOBAUD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CLKDIV_SPEC
impl Resettable for CLKDIV_SPEC
reset()
method sets CLKDIV to value 0x02b6
const RESET_VALUE: Self::Ux = {transmute(0x000002b6): <uart0::clkdiv::CLKDIV_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::uart0::conf0::CONF0_SPEC
impl Resettable for esp32s2::uart0::conf0::CONF0_SPEC
reset()
method sets CONF0 to value 0x1800_001c
const RESET_VALUE: Self::Ux = {transmute(0x1800001c): <uart0::conf0::CONF0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::uart0::conf1::CONF1_SPEC
impl Resettable for esp32s2::uart0::conf1::CONF1_SPEC
reset()
method sets CONF1 to value 0xc060
const RESET_VALUE: Self::Ux = {transmute(0x0000c060): <uart0::conf1::CONF1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::uart0::date::DATE_SPEC
impl Resettable for esp32s2::uart0::date::DATE_SPEC
reset()
method sets DATE to value 0x1808_2800
const RESET_VALUE: Self::Ux = {transmute(0x18082800): <uart0::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for FIFO_SPEC
impl Resettable for FIFO_SPEC
reset()
method sets FIFO to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::fifo::FIFO_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for FLOW_CONF_SPEC
impl Resettable for FLOW_CONF_SPEC
reset()
method sets FLOW_CONF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::flow_conf::FLOW_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for FSM_STATUS_SPEC
impl Resettable for FSM_STATUS_SPEC
reset()
method sets FSM_STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::fsm_status::FSM_STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HIGHPULSE_SPEC
impl Resettable for HIGHPULSE_SPEC
reset()
method sets HIGHPULSE to value 0x000f_ffff
const RESET_VALUE: Self::Ux = {transmute(0x000fffff): <uart0::highpulse::HIGHPULSE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ID_SPEC
impl Resettable for ID_SPEC
reset()
method sets ID to value 0x0500
const RESET_VALUE: Self::Ux = {transmute(0x00000500): <uart0::id::ID_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for IDLE_CONF_SPEC
impl Resettable for IDLE_CONF_SPEC
reset()
method sets IDLE_CONF to value 0x00a4_0100
const RESET_VALUE: Self::Ux = {transmute(0x00a40100): <uart0::idle_conf::IDLE_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::uart0::int_clr::INT_CLR_SPEC
impl Resettable for esp32s2::uart0::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::int_clr::INT_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::uart0::int_ena::INT_ENA_SPEC
impl Resettable for esp32s2::uart0::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::int_ena::INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::uart0::int_raw::INT_RAW_SPEC
impl Resettable for esp32s2::uart0::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::int_raw::INT_RAW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::uart0::int_st::INT_ST_SPEC
impl Resettable for esp32s2::uart0::int_st::INT_ST_SPEC
reset()
method sets INT_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::int_st::INT_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LOWPULSE_SPEC
impl Resettable for LOWPULSE_SPEC
reset()
method sets LOWPULSE to value 0x000f_ffff
const RESET_VALUE: Self::Ux = {transmute(0x000fffff): <uart0::lowpulse::LOWPULSE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MEM_CONF_SPEC
impl Resettable for MEM_CONF_SPEC
reset()
method sets MEM_CONF to value 0x000a_0012
const RESET_VALUE: Self::Ux = {transmute(0x000a0012): <uart0::mem_conf::MEM_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MEM_RX_STATUS_SPEC
impl Resettable for MEM_RX_STATUS_SPEC
reset()
method sets MEM_RX_STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::mem_rx_status::MEM_RX_STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for MEM_TX_STATUS_SPEC
impl Resettable for MEM_TX_STATUS_SPEC
reset()
method sets MEM_TX_STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::mem_tx_status::MEM_TX_STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for NEGPULSE_SPEC
impl Resettable for NEGPULSE_SPEC
reset()
method sets NEGPULSE to value 0x000f_ffff
const RESET_VALUE: Self::Ux = {transmute(0x000fffff): <uart0::negpulse::NEGPULSE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for POSPULSE_SPEC
impl Resettable for POSPULSE_SPEC
reset()
method sets POSPULSE to value 0x000f_ffff
const RESET_VALUE: Self::Ux = {transmute(0x000fffff): <uart0::pospulse::POSPULSE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RS485_CONF_SPEC
impl Resettable for RS485_CONF_SPEC
reset()
method sets RS485_CONF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::rs485_conf::RS485_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RXD_CNT_SPEC
impl Resettable for RXD_CNT_SPEC
reset()
method sets RXD_CNT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::rxd_cnt::RXD_CNT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SLEEP_CONF_SPEC
impl Resettable for SLEEP_CONF_SPEC
reset()
method sets SLEEP_CONF to value 0xf0
const RESET_VALUE: Self::Ux = {transmute(0x000000f0): <uart0::sleep_conf::SLEEP_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::uart0::status::STATUS_SPEC
impl Resettable for esp32s2::uart0::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SWFC_CONF0_SPEC
impl Resettable for SWFC_CONF0_SPEC
reset()
method sets SWFC_CONF0 to value 0x26e0
const RESET_VALUE: Self::Ux = {transmute(0x000026e0): <uart0::swfc_conf0::SWFC_CONF0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SWFC_CONF1_SPEC
impl Resettable for SWFC_CONF1_SPEC
reset()
method sets SWFC_CONF1 to value 0x2200
const RESET_VALUE: Self::Ux = {transmute(0x00002200): <uart0::swfc_conf1::SWFC_CONF1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for AHB_TEST_SPEC
impl Resettable for AHB_TEST_SPEC
reset()
method sets AHB_TEST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::ahb_test::AHB_TEST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::uhci0::conf0::CONF0_SPEC
impl Resettable for esp32s2::uhci0::conf0::CONF0_SPEC
reset()
method sets CONF0 to value 0x0037_0100
const RESET_VALUE: Self::Ux = {transmute(0x00370100): <uhci0::conf0::CONF0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::uhci0::conf1::CONF1_SPEC
impl Resettable for esp32s2::uhci0::conf1::CONF1_SPEC
reset()
method sets CONF1 to value 0x33
const RESET_VALUE: Self::Ux = {transmute(0x00000033): <uhci0::conf1::CONF1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::uhci0::date::DATE_SPEC
impl Resettable for esp32s2::uhci0::date::DATE_SPEC
reset()
method sets DATE to value 0x1807_3001
const RESET_VALUE: Self::Ux = {transmute(0x18073001): <uhci0::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_IN_DSCR_SPEC
impl Resettable for DMA_IN_DSCR_SPEC
reset()
method sets DMA_IN_DSCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::dma_in_dscr::DMA_IN_DSCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_IN_DSCR_BF0_SPEC
impl Resettable for DMA_IN_DSCR_BF0_SPEC
reset()
method sets DMA_IN_DSCR_BF0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::dma_in_dscr_bf0::DMA_IN_DSCR_BF0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_IN_ERR_EOF_DES_ADDR_SPEC
impl Resettable for DMA_IN_ERR_EOF_DES_ADDR_SPEC
reset()
method sets DMA_IN_ERR_EOF_DES_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::dma_in_err_eof_des_addr::DMA_IN_ERR_EOF_DES_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::uhci0::dma_in_link::DMA_IN_LINK_SPEC
impl Resettable for esp32s2::uhci0::dma_in_link::DMA_IN_LINK_SPEC
reset()
method sets DMA_IN_LINK to value 0x0010_0000
const RESET_VALUE: Self::Ux = {transmute(0x00100000): <uhci0::dma_in_link::DMA_IN_LINK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_IN_POP_SPEC
impl Resettable for DMA_IN_POP_SPEC
reset()
method sets DMA_IN_POP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::dma_in_pop::DMA_IN_POP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_IN_STATUS_SPEC
impl Resettable for DMA_IN_STATUS_SPEC
reset()
method sets DMA_IN_STATUS to value 0x02
const RESET_VALUE: Self::Ux = {transmute(0x00000002): <uhci0::dma_in_status::DMA_IN_STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_IN_SUC_EOF_DES_ADDR_SPEC
impl Resettable for DMA_IN_SUC_EOF_DES_ADDR_SPEC
reset()
method sets DMA_IN_SUC_EOF_DES_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::dma_in_suc_eof_des_addr::DMA_IN_SUC_EOF_DES_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_OUT_DSCR_SPEC
impl Resettable for DMA_OUT_DSCR_SPEC
reset()
method sets DMA_OUT_DSCR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::dma_out_dscr::DMA_OUT_DSCR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_OUT_DSCR_BF0_SPEC
impl Resettable for DMA_OUT_DSCR_BF0_SPEC
reset()
method sets DMA_OUT_DSCR_BF0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::dma_out_dscr_bf0::DMA_OUT_DSCR_BF0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_OUT_EOF_BFR_DES_ADDR_SPEC
impl Resettable for DMA_OUT_EOF_BFR_DES_ADDR_SPEC
reset()
method sets DMA_OUT_EOF_BFR_DES_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::dma_out_eof_bfr_des_addr::DMA_OUT_EOF_BFR_DES_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_OUT_EOF_DES_ADDR_SPEC
impl Resettable for DMA_OUT_EOF_DES_ADDR_SPEC
reset()
method sets DMA_OUT_EOF_DES_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::dma_out_eof_des_addr::DMA_OUT_EOF_DES_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::uhci0::dma_out_link::DMA_OUT_LINK_SPEC
impl Resettable for esp32s2::uhci0::dma_out_link::DMA_OUT_LINK_SPEC
reset()
method sets DMA_OUT_LINK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::dma_out_link::DMA_OUT_LINK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_OUT_PUSH_SPEC
impl Resettable for DMA_OUT_PUSH_SPEC
reset()
method sets DMA_OUT_PUSH to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::dma_out_push::DMA_OUT_PUSH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DMA_OUT_STATUS_SPEC
impl Resettable for DMA_OUT_STATUS_SPEC
reset()
method sets DMA_OUT_STATUS to value 0x02
const RESET_VALUE: Self::Ux = {transmute(0x00000002): <uhci0::dma_out_status::DMA_OUT_STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ESC_CONF0_SPEC
impl Resettable for ESC_CONF0_SPEC
reset()
method sets ESC_CONF0 to value 0x00dc_dbc0
const RESET_VALUE: Self::Ux = {transmute(0x00dcdbc0): <uhci0::esc_conf0::ESC_CONF0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ESC_CONF1_SPEC
impl Resettable for ESC_CONF1_SPEC
reset()
method sets ESC_CONF1 to value 0x00dd_dbdb
const RESET_VALUE: Self::Ux = {transmute(0x00dddbdb): <uhci0::esc_conf1::ESC_CONF1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ESC_CONF2_SPEC
impl Resettable for ESC_CONF2_SPEC
reset()
method sets ESC_CONF2 to value 0x00de_db11
const RESET_VALUE: Self::Ux = {transmute(0x00dedb11): <uhci0::esc_conf2::ESC_CONF2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ESC_CONF3_SPEC
impl Resettable for ESC_CONF3_SPEC
reset()
method sets ESC_CONF3 to value 0x00df_db13
const RESET_VALUE: Self::Ux = {transmute(0x00dfdb13): <uhci0::esc_conf3::ESC_CONF3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for ESCAPE_CONF_SPEC
impl Resettable for ESCAPE_CONF_SPEC
reset()
method sets ESCAPE_CONF to value 0x33
const RESET_VALUE: Self::Ux = {transmute(0x00000033): <uhci0::escape_conf::ESCAPE_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HUNG_CONF_SPEC
impl Resettable for HUNG_CONF_SPEC
reset()
method sets HUNG_CONF to value 0x0081_0810
const RESET_VALUE: Self::Ux = {transmute(0x00810810): <uhci0::hung_conf::HUNG_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::uhci0::int_clr::INT_CLR_SPEC
impl Resettable for esp32s2::uhci0::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::int_clr::INT_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::uhci0::int_ena::INT_ENA_SPEC
impl Resettable for esp32s2::uhci0::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::int_ena::INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::uhci0::int_raw::INT_RAW_SPEC
impl Resettable for esp32s2::uhci0::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::int_raw::INT_RAW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::uhci0::int_st::INT_ST_SPEC
impl Resettable for esp32s2::uhci0::int_st::INT_ST_SPEC
reset()
method sets INT_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::int_st::INT_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PKT_THRES_SPEC
impl Resettable for PKT_THRES_SPEC
reset()
method sets PKT_THRES to value 0x80
const RESET_VALUE: Self::Ux = {transmute(0x00000080): <uhci0::pkt_thres::PKT_THRES_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for Q0_WORD0_SPEC
impl Resettable for Q0_WORD0_SPEC
reset()
method sets Q0_WORD0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::q0_word0::Q0_WORD0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for Q0_WORD1_SPEC
impl Resettable for Q0_WORD1_SPEC
reset()
method sets Q0_WORD1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::q0_word1::Q0_WORD1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for Q1_WORD0_SPEC
impl Resettable for Q1_WORD0_SPEC
reset()
method sets Q1_WORD0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::q1_word0::Q1_WORD0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for Q1_WORD1_SPEC
impl Resettable for Q1_WORD1_SPEC
reset()
method sets Q1_WORD1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::q1_word1::Q1_WORD1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for Q2_WORD0_SPEC
impl Resettable for Q2_WORD0_SPEC
reset()
method sets Q2_WORD0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::q2_word0::Q2_WORD0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for Q2_WORD1_SPEC
impl Resettable for Q2_WORD1_SPEC
reset()
method sets Q2_WORD1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::q2_word1::Q2_WORD1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for Q3_WORD0_SPEC
impl Resettable for Q3_WORD0_SPEC
reset()
method sets Q3_WORD0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::q3_word0::Q3_WORD0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for Q3_WORD1_SPEC
impl Resettable for Q3_WORD1_SPEC
reset()
method sets Q3_WORD1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::q3_word1::Q3_WORD1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for Q4_WORD0_SPEC
impl Resettable for Q4_WORD0_SPEC
reset()
method sets Q4_WORD0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::q4_word0::Q4_WORD0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for Q4_WORD1_SPEC
impl Resettable for Q4_WORD1_SPEC
reset()
method sets Q4_WORD1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::q4_word1::Q4_WORD1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for Q5_WORD0_SPEC
impl Resettable for Q5_WORD0_SPEC
reset()
method sets Q5_WORD0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::q5_word0::Q5_WORD0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for Q5_WORD1_SPEC
impl Resettable for Q5_WORD1_SPEC
reset()
method sets Q5_WORD1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::q5_word1::Q5_WORD1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for Q6_WORD0_SPEC
impl Resettable for Q6_WORD0_SPEC
reset()
method sets Q6_WORD0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::q6_word0::Q6_WORD0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for Q6_WORD1_SPEC
impl Resettable for Q6_WORD1_SPEC
reset()
method sets Q6_WORD1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::q6_word1::Q6_WORD1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for QUICK_SENT_SPEC
impl Resettable for QUICK_SENT_SPEC
reset()
method sets QUICK_SENT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::quick_sent::QUICK_SENT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RX_HEAD_SPEC
impl Resettable for RX_HEAD_SPEC
reset()
method sets RX_HEAD to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::rx_head::RX_HEAD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::uhci0::state0::STATE0_SPEC
impl Resettable for esp32s2::uhci0::state0::STATE0_SPEC
reset()
method sets STATE0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::state0::STATE0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STATE1_SPEC
impl Resettable for STATE1_SPEC
reset()
method sets STATE1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::state1::STATE1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DAINT_SPEC
impl Resettable for DAINT_SPEC
reset()
method sets DAINT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::daint::DAINT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DAINTMSK_SPEC
impl Resettable for DAINTMSK_SPEC
reset()
method sets DAINTMSK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::daintmsk::DAINTMSK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DCFG_SPEC
impl Resettable for DCFG_SPEC
reset()
method sets DCFG to value 0x0810_0000
const RESET_VALUE: Self::Ux = {transmute(0x08100000): <usb0::dcfg::DCFG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DCTL_SPEC
impl Resettable for DCTL_SPEC
reset()
method sets DCTL to value 0x2000
const RESET_VALUE: Self::Ux = {transmute(0x00002000): <usb0::dctl::DCTL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPCTL0_SPEC
impl Resettable for DIEPCTL0_SPEC
reset()
method sets DIEPCTL0 to value 0x8000
const RESET_VALUE: Self::Ux = {transmute(0x00008000): <usb0::diepctl0::DIEPCTL0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPCTL1_SPEC
impl Resettable for DIEPCTL1_SPEC
reset()
method sets DIEPCTL1 to value 0x8000
const RESET_VALUE: Self::Ux = {transmute(0x00008000): <usb0::diepctl1::DIEPCTL1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPCTL2_SPEC
impl Resettable for DIEPCTL2_SPEC
reset()
method sets DIEPCTL2 to value 0x8000
const RESET_VALUE: Self::Ux = {transmute(0x00008000): <usb0::diepctl2::DIEPCTL2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPCTL3_SPEC
impl Resettable for DIEPCTL3_SPEC
reset()
method sets DIEPCTL3 to value 0x8000
const RESET_VALUE: Self::Ux = {transmute(0x00008000): <usb0::diepctl3::DIEPCTL3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPCTL4_SPEC
impl Resettable for DIEPCTL4_SPEC
reset()
method sets DIEPCTL4 to value 0x8000
const RESET_VALUE: Self::Ux = {transmute(0x00008000): <usb0::diepctl4::DIEPCTL4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPCTL5_SPEC
impl Resettable for DIEPCTL5_SPEC
reset()
method sets DIEPCTL5 to value 0x8000
const RESET_VALUE: Self::Ux = {transmute(0x00008000): <usb0::diepctl5::DIEPCTL5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPCTL6_SPEC
impl Resettable for DIEPCTL6_SPEC
reset()
method sets DIEPCTL6 to value 0x8000
const RESET_VALUE: Self::Ux = {transmute(0x00008000): <usb0::diepctl6::DIEPCTL6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPDMA0_SPEC
impl Resettable for DIEPDMA0_SPEC
reset()
method sets DIEPDMA0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepdma0::DIEPDMA0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPDMA1_SPEC
impl Resettable for DIEPDMA1_SPEC
reset()
method sets DIEPDMA1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepdma1::DIEPDMA1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPDMA2_SPEC
impl Resettable for DIEPDMA2_SPEC
reset()
method sets DIEPDMA2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepdma2::DIEPDMA2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPDMA3_SPEC
impl Resettable for DIEPDMA3_SPEC
reset()
method sets DIEPDMA3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepdma3::DIEPDMA3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPDMA4_SPEC
impl Resettable for DIEPDMA4_SPEC
reset()
method sets DIEPDMA4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepdma4::DIEPDMA4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPDMA5_SPEC
impl Resettable for DIEPDMA5_SPEC
reset()
method sets DIEPDMA5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepdma5::DIEPDMA5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPDMA6_SPEC
impl Resettable for DIEPDMA6_SPEC
reset()
method sets DIEPDMA6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepdma6::DIEPDMA6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPDMAB0_SPEC
impl Resettable for DIEPDMAB0_SPEC
reset()
method sets DIEPDMAB0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepdmab0::DIEPDMAB0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPDMAB1_SPEC
impl Resettable for DIEPDMAB1_SPEC
reset()
method sets DIEPDMAB1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepdmab1::DIEPDMAB1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPDMAB2_SPEC
impl Resettable for DIEPDMAB2_SPEC
reset()
method sets DIEPDMAB2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepdmab2::DIEPDMAB2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPDMAB3_SPEC
impl Resettable for DIEPDMAB3_SPEC
reset()
method sets DIEPDMAB3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepdmab3::DIEPDMAB3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPDMAB4_SPEC
impl Resettable for DIEPDMAB4_SPEC
reset()
method sets DIEPDMAB4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepdmab4::DIEPDMAB4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPDMAB5_SPEC
impl Resettable for DIEPDMAB5_SPEC
reset()
method sets DIEPDMAB5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepdmab5::DIEPDMAB5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPDMAB6_SPEC
impl Resettable for DIEPDMAB6_SPEC
reset()
method sets DIEPDMAB6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepdmab6::DIEPDMAB6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPEMPMSK_SPEC
impl Resettable for DIEPEMPMSK_SPEC
reset()
method sets DIEPEMPMSK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepempmsk::DIEPEMPMSK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPINT0_SPEC
impl Resettable for DIEPINT0_SPEC
reset()
method sets DIEPINT0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepint0::DIEPINT0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPINT1_SPEC
impl Resettable for DIEPINT1_SPEC
reset()
method sets DIEPINT1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepint1::DIEPINT1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPINT2_SPEC
impl Resettable for DIEPINT2_SPEC
reset()
method sets DIEPINT2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepint2::DIEPINT2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPINT3_SPEC
impl Resettable for DIEPINT3_SPEC
reset()
method sets DIEPINT3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepint3::DIEPINT3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPINT4_SPEC
impl Resettable for DIEPINT4_SPEC
reset()
method sets DIEPINT4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepint4::DIEPINT4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPINT5_SPEC
impl Resettable for DIEPINT5_SPEC
reset()
method sets DIEPINT5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepint5::DIEPINT5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPINT6_SPEC
impl Resettable for DIEPINT6_SPEC
reset()
method sets DIEPINT6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepint6::DIEPINT6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPMSK_SPEC
impl Resettable for DIEPMSK_SPEC
reset()
method sets DIEPMSK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::diepmsk::DIEPMSK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPTSIZ0_SPEC
impl Resettable for DIEPTSIZ0_SPEC
reset()
method sets DIEPTSIZ0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::dieptsiz0::DIEPTSIZ0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPTSIZ1_SPEC
impl Resettable for DIEPTSIZ1_SPEC
reset()
method sets DIEPTSIZ1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::dieptsiz1::DIEPTSIZ1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPTSIZ2_SPEC
impl Resettable for DIEPTSIZ2_SPEC
reset()
method sets DIEPTSIZ2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::dieptsiz2::DIEPTSIZ2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPTSIZ3_SPEC
impl Resettable for DIEPTSIZ3_SPEC
reset()
method sets DIEPTSIZ3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::dieptsiz3::DIEPTSIZ3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPTSIZ4_SPEC
impl Resettable for DIEPTSIZ4_SPEC
reset()
method sets DIEPTSIZ4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::dieptsiz4::DIEPTSIZ4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPTSIZ5_SPEC
impl Resettable for DIEPTSIZ5_SPEC
reset()
method sets DIEPTSIZ5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::dieptsiz5::DIEPTSIZ5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPTSIZ6_SPEC
impl Resettable for DIEPTSIZ6_SPEC
reset()
method sets DIEPTSIZ6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::dieptsiz6::DIEPTSIZ6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPTXF1_SPEC
impl Resettable for DIEPTXF1_SPEC
reset()
method sets DIEPTXF1 to value 0x1000_0200
const RESET_VALUE: Self::Ux = {transmute(0x10000200): <usb0::dieptxf1::DIEPTXF1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPTXF2_SPEC
impl Resettable for DIEPTXF2_SPEC
reset()
method sets DIEPTXF2 to value 0x1000_0200
const RESET_VALUE: Self::Ux = {transmute(0x10000200): <usb0::dieptxf2::DIEPTXF2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPTXF3_SPEC
impl Resettable for DIEPTXF3_SPEC
reset()
method sets DIEPTXF3 to value 0x1000_0200
const RESET_VALUE: Self::Ux = {transmute(0x10000200): <usb0::dieptxf3::DIEPTXF3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DIEPTXF4_SPEC
impl Resettable for DIEPTXF4_SPEC
reset()
method sets DIEPTXF4 to value 0x1000_0200
const RESET_VALUE: Self::Ux = {transmute(0x10000200): <usb0::dieptxf4::DIEPTXF4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPCTL0_SPEC
impl Resettable for DOEPCTL0_SPEC
reset()
method sets DOEPCTL0 to value 0x8000
const RESET_VALUE: Self::Ux = {transmute(0x00008000): <usb0::doepctl0::DOEPCTL0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPCTL1_SPEC
impl Resettable for DOEPCTL1_SPEC
reset()
method sets DOEPCTL1 to value 0x8000
const RESET_VALUE: Self::Ux = {transmute(0x00008000): <usb0::doepctl1::DOEPCTL1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPCTL2_SPEC
impl Resettable for DOEPCTL2_SPEC
reset()
method sets DOEPCTL2 to value 0x8000
const RESET_VALUE: Self::Ux = {transmute(0x00008000): <usb0::doepctl2::DOEPCTL2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPCTL3_SPEC
impl Resettable for DOEPCTL3_SPEC
reset()
method sets DOEPCTL3 to value 0x8000
const RESET_VALUE: Self::Ux = {transmute(0x00008000): <usb0::doepctl3::DOEPCTL3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPCTL4_SPEC
impl Resettable for DOEPCTL4_SPEC
reset()
method sets DOEPCTL4 to value 0x8000
const RESET_VALUE: Self::Ux = {transmute(0x00008000): <usb0::doepctl4::DOEPCTL4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPCTL5_SPEC
impl Resettable for DOEPCTL5_SPEC
reset()
method sets DOEPCTL5 to value 0x8000
const RESET_VALUE: Self::Ux = {transmute(0x00008000): <usb0::doepctl5::DOEPCTL5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPCTL6_SPEC
impl Resettable for DOEPCTL6_SPEC
reset()
method sets DOEPCTL6 to value 0x8000
const RESET_VALUE: Self::Ux = {transmute(0x00008000): <usb0::doepctl6::DOEPCTL6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPDMA0_SPEC
impl Resettable for DOEPDMA0_SPEC
reset()
method sets DOEPDMA0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepdma0::DOEPDMA0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPDMA1_SPEC
impl Resettable for DOEPDMA1_SPEC
reset()
method sets DOEPDMA1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepdma1::DOEPDMA1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPDMA2_SPEC
impl Resettable for DOEPDMA2_SPEC
reset()
method sets DOEPDMA2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepdma2::DOEPDMA2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPDMA3_SPEC
impl Resettable for DOEPDMA3_SPEC
reset()
method sets DOEPDMA3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepdma3::DOEPDMA3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPDMA4_SPEC
impl Resettable for DOEPDMA4_SPEC
reset()
method sets DOEPDMA4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepdma4::DOEPDMA4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPDMA5_SPEC
impl Resettable for DOEPDMA5_SPEC
reset()
method sets DOEPDMA5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepdma5::DOEPDMA5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPDMA6_SPEC
impl Resettable for DOEPDMA6_SPEC
reset()
method sets DOEPDMA6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepdma6::DOEPDMA6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPDMAB0_SPEC
impl Resettable for DOEPDMAB0_SPEC
reset()
method sets DOEPDMAB0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepdmab0::DOEPDMAB0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPDMAB1_SPEC
impl Resettable for DOEPDMAB1_SPEC
reset()
method sets DOEPDMAB1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepdmab1::DOEPDMAB1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPDMAB2_SPEC
impl Resettable for DOEPDMAB2_SPEC
reset()
method sets DOEPDMAB2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepdmab2::DOEPDMAB2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPDMAB3_SPEC
impl Resettable for DOEPDMAB3_SPEC
reset()
method sets DOEPDMAB3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepdmab3::DOEPDMAB3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPDMAB4_SPEC
impl Resettable for DOEPDMAB4_SPEC
reset()
method sets DOEPDMAB4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepdmab4::DOEPDMAB4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPDMAB5_SPEC
impl Resettable for DOEPDMAB5_SPEC
reset()
method sets DOEPDMAB5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepdmab5::DOEPDMAB5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPDMAB6_SPEC
impl Resettable for DOEPDMAB6_SPEC
reset()
method sets DOEPDMAB6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepdmab6::DOEPDMAB6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPINT0_SPEC
impl Resettable for DOEPINT0_SPEC
reset()
method sets DOEPINT0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepint0::DOEPINT0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPINT1_SPEC
impl Resettable for DOEPINT1_SPEC
reset()
method sets DOEPINT1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepint1::DOEPINT1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPINT2_SPEC
impl Resettable for DOEPINT2_SPEC
reset()
method sets DOEPINT2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepint2::DOEPINT2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPINT3_SPEC
impl Resettable for DOEPINT3_SPEC
reset()
method sets DOEPINT3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepint3::DOEPINT3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPINT4_SPEC
impl Resettable for DOEPINT4_SPEC
reset()
method sets DOEPINT4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepint4::DOEPINT4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPINT5_SPEC
impl Resettable for DOEPINT5_SPEC
reset()
method sets DOEPINT5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepint5::DOEPINT5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPINT6_SPEC
impl Resettable for DOEPINT6_SPEC
reset()
method sets DOEPINT6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepint6::DOEPINT6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPMSK_SPEC
impl Resettable for DOEPMSK_SPEC
reset()
method sets DOEPMSK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doepmsk::DOEPMSK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPTSIZ0_SPEC
impl Resettable for DOEPTSIZ0_SPEC
reset()
method sets DOEPTSIZ0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doeptsiz0::DOEPTSIZ0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPTSIZ1_SPEC
impl Resettable for DOEPTSIZ1_SPEC
reset()
method sets DOEPTSIZ1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doeptsiz1::DOEPTSIZ1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPTSIZ2_SPEC
impl Resettable for DOEPTSIZ2_SPEC
reset()
method sets DOEPTSIZ2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doeptsiz2::DOEPTSIZ2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPTSIZ3_SPEC
impl Resettable for DOEPTSIZ3_SPEC
reset()
method sets DOEPTSIZ3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doeptsiz3::DOEPTSIZ3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPTSIZ4_SPEC
impl Resettable for DOEPTSIZ4_SPEC
reset()
method sets DOEPTSIZ4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doeptsiz4::DOEPTSIZ4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPTSIZ5_SPEC
impl Resettable for DOEPTSIZ5_SPEC
reset()
method sets DOEPTSIZ5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doeptsiz5::DOEPTSIZ5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DOEPTSIZ6_SPEC
impl Resettable for DOEPTSIZ6_SPEC
reset()
method sets DOEPTSIZ6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::doeptsiz6::DOEPTSIZ6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DSTS_SPEC
impl Resettable for DSTS_SPEC
reset()
method sets DSTS to value 0x02
const RESET_VALUE: Self::Ux = {transmute(0x00000002): <usb0::dsts::DSTS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DTHRCTL_SPEC
impl Resettable for DTHRCTL_SPEC
reset()
method sets DTHRCTL to value 0x0802_0020
const RESET_VALUE: Self::Ux = {transmute(0x08020020): <usb0::dthrctl::DTHRCTL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DTXFSTS0_SPEC
impl Resettable for DTXFSTS0_SPEC
reset()
method sets DTXFSTS0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::dtxfsts0::DTXFSTS0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DTXFSTS1_SPEC
impl Resettable for DTXFSTS1_SPEC
reset()
method sets DTXFSTS1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::dtxfsts1::DTXFSTS1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DTXFSTS2_SPEC
impl Resettable for DTXFSTS2_SPEC
reset()
method sets DTXFSTS2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::dtxfsts2::DTXFSTS2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DTXFSTS3_SPEC
impl Resettable for DTXFSTS3_SPEC
reset()
method sets DTXFSTS3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::dtxfsts3::DTXFSTS3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DTXFSTS4_SPEC
impl Resettable for DTXFSTS4_SPEC
reset()
method sets DTXFSTS4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::dtxfsts4::DTXFSTS4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DTXFSTS5_SPEC
impl Resettable for DTXFSTS5_SPEC
reset()
method sets DTXFSTS5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::dtxfsts5::DTXFSTS5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DTXFSTS6_SPEC
impl Resettable for DTXFSTS6_SPEC
reset()
method sets DTXFSTS6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::dtxfsts6::DTXFSTS6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DVBUSDIS_SPEC
impl Resettable for DVBUSDIS_SPEC
reset()
method sets DVBUSDIS to value 0x17d7
const RESET_VALUE: Self::Ux = {transmute(0x000017d7): <usb0::dvbusdis::DVBUSDIS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DVBUSPULSE_SPEC
impl Resettable for DVBUSPULSE_SPEC
reset()
method sets DVBUSPULSE to value 0x05b8
const RESET_VALUE: Self::Ux = {transmute(0x000005b8): <usb0::dvbuspulse::DVBUSPULSE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GAHBCFG_SPEC
impl Resettable for GAHBCFG_SPEC
reset()
method sets GAHBCFG to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::gahbcfg::GAHBCFG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GDFIFOCFG_SPEC
impl Resettable for GDFIFOCFG_SPEC
reset()
method sets GDFIFOCFG to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::gdfifocfg::GDFIFOCFG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GHWCFG1_SPEC
impl Resettable for GHWCFG1_SPEC
reset()
method sets GHWCFG1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::ghwcfg1::GHWCFG1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GHWCFG2_SPEC
impl Resettable for GHWCFG2_SPEC
reset()
method sets GHWCFG2 to value 0x224d_d930
const RESET_VALUE: Self::Ux = {transmute(0x224dd930): <usb0::ghwcfg2::GHWCFG2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GHWCFG3_SPEC
impl Resettable for GHWCFG3_SPEC
reset()
method sets GHWCFG3 to value 0x0100_04b5
const RESET_VALUE: Self::Ux = {transmute(0x010004b5): <usb0::ghwcfg3::GHWCFG3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GHWCFG4_SPEC
impl Resettable for GHWCFG4_SPEC
reset()
method sets GHWCFG4 to value 0xd3f0_a030
const RESET_VALUE: Self::Ux = {transmute(0xd3f0a030): <usb0::ghwcfg4::GHWCFG4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GINTMSK_SPEC
impl Resettable for GINTMSK_SPEC
reset()
method sets GINTMSK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::gintmsk::GINTMSK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GINTSTS_SPEC
impl Resettable for GINTSTS_SPEC
reset()
method sets GINTSTS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::gintsts::GINTSTS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GNPTXFSIZ_SPEC
impl Resettable for GNPTXFSIZ_SPEC
reset()
method sets GNPTXFSIZ to value 0x0100_0100
const RESET_VALUE: Self::Ux = {transmute(0x01000100): <usb0::gnptxfsiz::GNPTXFSIZ_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GNPTXSTS_SPEC
impl Resettable for GNPTXSTS_SPEC
reset()
method sets GNPTXSTS to value 0x0004_0100
const RESET_VALUE: Self::Ux = {transmute(0x00040100): <usb0::gnptxsts::GNPTXSTS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GOTGCTL_SPEC
impl Resettable for GOTGCTL_SPEC
reset()
method sets GOTGCTL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::gotgctl::GOTGCTL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GOTGINT_SPEC
impl Resettable for GOTGINT_SPEC
reset()
method sets GOTGINT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::gotgint::GOTGINT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GRSTCTL_SPEC
impl Resettable for GRSTCTL_SPEC
reset()
method sets GRSTCTL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::grstctl::GRSTCTL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GRXFSIZ_SPEC
impl Resettable for GRXFSIZ_SPEC
reset()
method sets GRXFSIZ to value 0x0100
const RESET_VALUE: Self::Ux = {transmute(0x00000100): <usb0::grxfsiz::GRXFSIZ_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GRXSTSP_SPEC
impl Resettable for GRXSTSP_SPEC
reset()
method sets GRXSTSP to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::grxstsp::GRXSTSP_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GRXSTSR_SPEC
impl Resettable for GRXSTSR_SPEC
reset()
method sets GRXSTSR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::grxstsr::GRXSTSR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GSNPSID_SPEC
impl Resettable for GSNPSID_SPEC
reset()
method sets GSNPSID to value 0x4f54_400a
const RESET_VALUE: Self::Ux = {transmute(0x4f54400a): <usb0::gsnpsid::GSNPSID_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for GUSBCFG_SPEC
impl Resettable for GUSBCFG_SPEC
reset()
method sets GUSBCFG to value 0x1440
const RESET_VALUE: Self::Ux = {transmute(0x00001440): <usb0::gusbcfg::GUSBCFG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HAINT_SPEC
impl Resettable for HAINT_SPEC
reset()
method sets HAINT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::haint::HAINT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HAINTMSK_SPEC
impl Resettable for HAINTMSK_SPEC
reset()
method sets HAINTMSK to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::haintmsk::HAINTMSK_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCCHAR0_SPEC
impl Resettable for HCCHAR0_SPEC
reset()
method sets HCCHAR0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcchar0::HCCHAR0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCCHAR1_SPEC
impl Resettable for HCCHAR1_SPEC
reset()
method sets HCCHAR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcchar1::HCCHAR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCCHAR2_SPEC
impl Resettable for HCCHAR2_SPEC
reset()
method sets HCCHAR2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcchar2::HCCHAR2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCCHAR3_SPEC
impl Resettable for HCCHAR3_SPEC
reset()
method sets HCCHAR3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcchar3::HCCHAR3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCCHAR4_SPEC
impl Resettable for HCCHAR4_SPEC
reset()
method sets HCCHAR4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcchar4::HCCHAR4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCCHAR5_SPEC
impl Resettable for HCCHAR5_SPEC
reset()
method sets HCCHAR5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcchar5::HCCHAR5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCCHAR6_SPEC
impl Resettable for HCCHAR6_SPEC
reset()
method sets HCCHAR6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcchar6::HCCHAR6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCCHAR7_SPEC
impl Resettable for HCCHAR7_SPEC
reset()
method sets HCCHAR7 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcchar7::HCCHAR7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCDMA0_SPEC
impl Resettable for HCDMA0_SPEC
reset()
method sets HCDMA0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcdma0::HCDMA0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCDMA1_SPEC
impl Resettable for HCDMA1_SPEC
reset()
method sets HCDMA1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcdma1::HCDMA1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCDMA2_SPEC
impl Resettable for HCDMA2_SPEC
reset()
method sets HCDMA2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcdma2::HCDMA2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCDMA3_SPEC
impl Resettable for HCDMA3_SPEC
reset()
method sets HCDMA3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcdma3::HCDMA3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCDMA4_SPEC
impl Resettable for HCDMA4_SPEC
reset()
method sets HCDMA4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcdma4::HCDMA4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCDMA5_SPEC
impl Resettable for HCDMA5_SPEC
reset()
method sets HCDMA5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcdma5::HCDMA5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCDMA6_SPEC
impl Resettable for HCDMA6_SPEC
reset()
method sets HCDMA6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcdma6::HCDMA6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCDMA7_SPEC
impl Resettable for HCDMA7_SPEC
reset()
method sets HCDMA7 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcdma7::HCDMA7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCDMAB0_SPEC
impl Resettable for HCDMAB0_SPEC
reset()
method sets HCDMAB0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcdmab0::HCDMAB0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCDMAB1_SPEC
impl Resettable for HCDMAB1_SPEC
reset()
method sets HCDMAB1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcdmab1::HCDMAB1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCDMAB2_SPEC
impl Resettable for HCDMAB2_SPEC
reset()
method sets HCDMAB2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcdmab2::HCDMAB2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCDMAB3_SPEC
impl Resettable for HCDMAB3_SPEC
reset()
method sets HCDMAB3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcdmab3::HCDMAB3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCDMAB4_SPEC
impl Resettable for HCDMAB4_SPEC
reset()
method sets HCDMAB4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcdmab4::HCDMAB4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCDMAB5_SPEC
impl Resettable for HCDMAB5_SPEC
reset()
method sets HCDMAB5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcdmab5::HCDMAB5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCDMAB6_SPEC
impl Resettable for HCDMAB6_SPEC
reset()
method sets HCDMAB6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcdmab6::HCDMAB6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCDMAB7_SPEC
impl Resettable for HCDMAB7_SPEC
reset()
method sets HCDMAB7 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcdmab7::HCDMAB7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCFG_SPEC
impl Resettable for HCFG_SPEC
reset()
method sets HCFG to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcfg::HCFG_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCINT0_SPEC
impl Resettable for HCINT0_SPEC
reset()
method sets HCINT0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcint0::HCINT0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCINT1_SPEC
impl Resettable for HCINT1_SPEC
reset()
method sets HCINT1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcint1::HCINT1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCINT2_SPEC
impl Resettable for HCINT2_SPEC
reset()
method sets HCINT2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcint2::HCINT2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCINT3_SPEC
impl Resettable for HCINT3_SPEC
reset()
method sets HCINT3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcint3::HCINT3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCINT4_SPEC
impl Resettable for HCINT4_SPEC
reset()
method sets HCINT4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcint4::HCINT4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCINT5_SPEC
impl Resettable for HCINT5_SPEC
reset()
method sets HCINT5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcint5::HCINT5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCINT6_SPEC
impl Resettable for HCINT6_SPEC
reset()
method sets HCINT6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcint6::HCINT6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCINT7_SPEC
impl Resettable for HCINT7_SPEC
reset()
method sets HCINT7 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcint7::HCINT7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCINTMSK0_SPEC
impl Resettable for HCINTMSK0_SPEC
reset()
method sets HCINTMSK0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcintmsk0::HCINTMSK0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCINTMSK1_SPEC
impl Resettable for HCINTMSK1_SPEC
reset()
method sets HCINTMSK1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcintmsk1::HCINTMSK1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCINTMSK2_SPEC
impl Resettable for HCINTMSK2_SPEC
reset()
method sets HCINTMSK2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcintmsk2::HCINTMSK2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCINTMSK3_SPEC
impl Resettable for HCINTMSK3_SPEC
reset()
method sets HCINTMSK3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcintmsk3::HCINTMSK3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCINTMSK4_SPEC
impl Resettable for HCINTMSK4_SPEC
reset()
method sets HCINTMSK4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcintmsk4::HCINTMSK4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCINTMSK5_SPEC
impl Resettable for HCINTMSK5_SPEC
reset()
method sets HCINTMSK5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcintmsk5::HCINTMSK5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCINTMSK6_SPEC
impl Resettable for HCINTMSK6_SPEC
reset()
method sets HCINTMSK6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcintmsk6::HCINTMSK6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCINTMSK7_SPEC
impl Resettable for HCINTMSK7_SPEC
reset()
method sets HCINTMSK7 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hcintmsk7::HCINTMSK7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCTSIZ0_SPEC
impl Resettable for HCTSIZ0_SPEC
reset()
method sets HCTSIZ0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hctsiz0::HCTSIZ0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCTSIZ1_SPEC
impl Resettable for HCTSIZ1_SPEC
reset()
method sets HCTSIZ1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hctsiz1::HCTSIZ1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCTSIZ2_SPEC
impl Resettable for HCTSIZ2_SPEC
reset()
method sets HCTSIZ2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hctsiz2::HCTSIZ2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCTSIZ3_SPEC
impl Resettable for HCTSIZ3_SPEC
reset()
method sets HCTSIZ3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hctsiz3::HCTSIZ3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCTSIZ4_SPEC
impl Resettable for HCTSIZ4_SPEC
reset()
method sets HCTSIZ4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hctsiz4::HCTSIZ4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCTSIZ5_SPEC
impl Resettable for HCTSIZ5_SPEC
reset()
method sets HCTSIZ5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hctsiz5::HCTSIZ5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCTSIZ6_SPEC
impl Resettable for HCTSIZ6_SPEC
reset()
method sets HCTSIZ6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hctsiz6::HCTSIZ6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HCTSIZ7_SPEC
impl Resettable for HCTSIZ7_SPEC
reset()
method sets HCTSIZ7 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hctsiz7::HCTSIZ7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HFIR_SPEC
impl Resettable for HFIR_SPEC
reset()
method sets HFIR to value 0x17d7
const RESET_VALUE: Self::Ux = {transmute(0x000017d7): <usb0::hfir::HFIR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HFLBADDR_SPEC
impl Resettable for HFLBADDR_SPEC
reset()
method sets HFLBADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hflbaddr::HFLBADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HFNUM_SPEC
impl Resettable for HFNUM_SPEC
reset()
method sets HFNUM to value 0x3fff
const RESET_VALUE: Self::Ux = {transmute(0x00003fff): <usb0::hfnum::HFNUM_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HPRT_SPEC
impl Resettable for HPRT_SPEC
reset()
method sets HPRT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::hprt::HPRT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HPTXFSIZ_SPEC
impl Resettable for HPTXFSIZ_SPEC
reset()
method sets HPTXFSIZ to value 0x1000_0200
const RESET_VALUE: Self::Ux = {transmute(0x10000200): <usb0::hptxfsiz::HPTXFSIZ_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for HPTXSTS_SPEC
impl Resettable for HPTXSTS_SPEC
reset()
method sets HPTXSTS to value 0x0008_0100
const RESET_VALUE: Self::Ux = {transmute(0x00080100): <usb0::hptxsts::HPTXSTS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PCGCCTL_SPEC
impl Resettable for PCGCCTL_SPEC
reset()
method sets PCGCCTL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb0::pcgcctl::PCGCCTL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::usb_wrap::date::DATE_SPEC
impl Resettable for esp32s2::usb_wrap::date::DATE_SPEC
reset()
method sets DATE to value 0x0210_2010
const RESET_VALUE: Self::Ux = {transmute(0x02102010): <usb_wrap::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for OTG_CONF_SPEC
impl Resettable for OTG_CONF_SPEC
reset()
method sets OTG_CONF to value 0x001c_0000
const RESET_VALUE: Self::Ux = {transmute(0x001c0000): <usb_wrap::otg_conf::OTG_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TEST_CONF_SPEC
impl Resettable for TEST_CONF_SPEC
reset()
method sets TEST_CONF to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb_wrap::test_conf::TEST_CONF_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::xts_aes::date::DATE_SPEC
impl Resettable for esp32s2::xts_aes::date::DATE_SPEC
reset()
method sets DATE to value 0x2019_0514
const RESET_VALUE: Self::Ux = {transmute(0x20190514): <xts_aes::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DESTINATION_SPEC
impl Resettable for DESTINATION_SPEC
reset()
method sets DESTINATION to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xts_aes::destination::DESTINATION_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DESTROY_SPEC
impl Resettable for DESTROY_SPEC
reset()
method sets DESTROY to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xts_aes::destroy::DESTROY_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for LINESIZE_SPEC
impl Resettable for LINESIZE_SPEC
reset()
method sets LINESIZE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xts_aes::linesize::LINESIZE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PHYSICAL_ADDRESS_SPEC
impl Resettable for PHYSICAL_ADDRESS_SPEC
reset()
method sets PHYSICAL_ADDRESS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xts_aes::physical_address::PHYSICAL_ADDRESS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PLAIN__SPEC
impl Resettable for PLAIN__SPEC
reset()
method sets PLAIN_%s to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xts_aes::plain_::PLAIN__SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RELEASE_SPEC
impl Resettable for RELEASE_SPEC
reset()
method sets RELEASE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xts_aes::release::RELEASE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::xts_aes::state::STATE_SPEC
impl Resettable for esp32s2::xts_aes::state::STATE_SPEC
reset()
method sets STATE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xts_aes::state::STATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s2::xts_aes::trigger::TRIGGER_SPEC
impl Resettable for esp32s2::xts_aes::trigger::TRIGGER_SPEC
reset()
method sets TRIGGER to value 0