Trait esp32c2_hal::pac::generic::Resettable
pub trait Resettable: RegisterSpec {
const RESET_VALUE: <Self as RegisterSpec>::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
const RESET_VALUE: <Self as RegisterSpec>::Ux
const RESET_VALUE: <Self as RegisterSpec>::Ux
Reset value of the register.
Provided Methods
fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Implementors
impl Resettable for CLK_OUT_EN_SPEC
impl Resettable for CLK_OUT_EN_SPEC
reset()
method sets CLK_OUT_EN to value 0x07ff
const RESET_VALUE: <CLK_OUT_EN_SPEC as RegisterSpec>::Ux = {transmute(0x000007ff): <esp_hal_common::esp32c2::apb_ctrl::clk_out_en::CLK_OUT_EN_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CLKGATE_FORCE_ON_SPEC
impl Resettable for CLKGATE_FORCE_ON_SPEC
reset()
method sets CLKGATE_FORCE_ON to value 0x7f
const RESET_VALUE: <CLKGATE_FORCE_ON_SPEC as RegisterSpec>::Ux = {transmute(0x0000007f): <esp_hal_common::esp32c2::apb_ctrl::clkgate_force_on::CLKGATE_FORCE_ON_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::apb_ctrl::date::DATE_SPEC
impl Resettable for esp32c2_hal::pac::apb_ctrl::date::DATE_SPEC
reset()
method sets DATE to value 0x0210_6080
const RESET_VALUE: <DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02106080): <esp_hal_common::esp32c2::apb_ctrl::date::DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for EXT_MEM_PMS_LOCK_SPEC
impl Resettable for EXT_MEM_PMS_LOCK_SPEC
reset()
method sets EXT_MEM_PMS_LOCK to value 0
const RESET_VALUE: <EXT_MEM_PMS_LOCK_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::ext_mem_pms_lock::EXT_MEM_PMS_LOCK_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FLASH_ACE0_ADDR_SPEC
impl Resettable for FLASH_ACE0_ADDR_SPEC
reset()
method sets FLASH_ACE0_ADDR to value 0
const RESET_VALUE: <FLASH_ACE0_ADDR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::flash_ace0_addr::FLASH_ACE0_ADDR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FLASH_ACE0_ATTR_SPEC
impl Resettable for FLASH_ACE0_ATTR_SPEC
reset()
method sets FLASH_ACE0_ATTR to value 0x03
const RESET_VALUE: <FLASH_ACE0_ATTR_SPEC as RegisterSpec>::Ux = {transmute(0x00000003): <esp_hal_common::esp32c2::apb_ctrl::flash_ace0_attr::FLASH_ACE0_ATTR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FLASH_ACE0_SIZE_SPEC
impl Resettable for FLASH_ACE0_SIZE_SPEC
reset()
method sets FLASH_ACE0_SIZE to value 0x0400
const RESET_VALUE: <FLASH_ACE0_SIZE_SPEC as RegisterSpec>::Ux = {transmute(0x00000400): <esp_hal_common::esp32c2::apb_ctrl::flash_ace0_size::FLASH_ACE0_SIZE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FLASH_ACE1_ADDR_SPEC
impl Resettable for FLASH_ACE1_ADDR_SPEC
reset()
method sets FLASH_ACE1_ADDR to value 0x0040_0000
const RESET_VALUE: <FLASH_ACE1_ADDR_SPEC as RegisterSpec>::Ux = {transmute(0x00400000): <esp_hal_common::esp32c2::apb_ctrl::flash_ace1_addr::FLASH_ACE1_ADDR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FLASH_ACE1_ATTR_SPEC
impl Resettable for FLASH_ACE1_ATTR_SPEC
reset()
method sets FLASH_ACE1_ATTR to value 0x03
const RESET_VALUE: <FLASH_ACE1_ATTR_SPEC as RegisterSpec>::Ux = {transmute(0x00000003): <esp_hal_common::esp32c2::apb_ctrl::flash_ace1_attr::FLASH_ACE1_ATTR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FLASH_ACE1_SIZE_SPEC
impl Resettable for FLASH_ACE1_SIZE_SPEC
reset()
method sets FLASH_ACE1_SIZE to value 0x0400
const RESET_VALUE: <FLASH_ACE1_SIZE_SPEC as RegisterSpec>::Ux = {transmute(0x00000400): <esp_hal_common::esp32c2::apb_ctrl::flash_ace1_size::FLASH_ACE1_SIZE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FLASH_ACE2_ADDR_SPEC
impl Resettable for FLASH_ACE2_ADDR_SPEC
reset()
method sets FLASH_ACE2_ADDR to value 0x0080_0000
const RESET_VALUE: <FLASH_ACE2_ADDR_SPEC as RegisterSpec>::Ux = {transmute(0x00800000): <esp_hal_common::esp32c2::apb_ctrl::flash_ace2_addr::FLASH_ACE2_ADDR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FLASH_ACE2_ATTR_SPEC
impl Resettable for FLASH_ACE2_ATTR_SPEC
reset()
method sets FLASH_ACE2_ATTR to value 0x03
const RESET_VALUE: <FLASH_ACE2_ATTR_SPEC as RegisterSpec>::Ux = {transmute(0x00000003): <esp_hal_common::esp32c2::apb_ctrl::flash_ace2_attr::FLASH_ACE2_ATTR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FLASH_ACE2_SIZE_SPEC
impl Resettable for FLASH_ACE2_SIZE_SPEC
reset()
method sets FLASH_ACE2_SIZE to value 0x0400
const RESET_VALUE: <FLASH_ACE2_SIZE_SPEC as RegisterSpec>::Ux = {transmute(0x00000400): <esp_hal_common::esp32c2::apb_ctrl::flash_ace2_size::FLASH_ACE2_SIZE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FLASH_ACE3_ADDR_SPEC
impl Resettable for FLASH_ACE3_ADDR_SPEC
reset()
method sets FLASH_ACE3_ADDR to value 0x00c0_0000
const RESET_VALUE: <FLASH_ACE3_ADDR_SPEC as RegisterSpec>::Ux = {transmute(0x00c00000): <esp_hal_common::esp32c2::apb_ctrl::flash_ace3_addr::FLASH_ACE3_ADDR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FLASH_ACE3_ATTR_SPEC
impl Resettable for FLASH_ACE3_ATTR_SPEC
reset()
method sets FLASH_ACE3_ATTR to value 0x03
const RESET_VALUE: <FLASH_ACE3_ATTR_SPEC as RegisterSpec>::Ux = {transmute(0x00000003): <esp_hal_common::esp32c2::apb_ctrl::flash_ace3_attr::FLASH_ACE3_ATTR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FLASH_ACE3_SIZE_SPEC
impl Resettable for FLASH_ACE3_SIZE_SPEC
reset()
method sets FLASH_ACE3_SIZE to value 0x0400
const RESET_VALUE: <FLASH_ACE3_SIZE_SPEC as RegisterSpec>::Ux = {transmute(0x00000400): <esp_hal_common::esp32c2::apb_ctrl::flash_ace3_size::FLASH_ACE3_SIZE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FRONT_END_MEM_PD_SPEC
impl Resettable for FRONT_END_MEM_PD_SPEC
reset()
method sets FRONT_END_MEM_PD to value 0x55
const RESET_VALUE: <FRONT_END_MEM_PD_SPEC as RegisterSpec>::Ux = {transmute(0x00000055): <esp_hal_common::esp32c2::apb_ctrl::front_end_mem_pd::FRONT_END_MEM_PD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for HOST_INF_SEL_SPEC
impl Resettable for HOST_INF_SEL_SPEC
reset()
method sets HOST_INF_SEL to value 0
const RESET_VALUE: <HOST_INF_SEL_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::host_inf_sel::HOST_INF_SEL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for MEM_POWER_DOWN_SPEC
impl Resettable for MEM_POWER_DOWN_SPEC
reset()
method sets MEM_POWER_DOWN to value 0x7f
const RESET_VALUE: <MEM_POWER_DOWN_SPEC as RegisterSpec>::Ux = {transmute(0x0000007f): <esp_hal_common::esp32c2::apb_ctrl::mem_power_down::MEM_POWER_DOWN_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for MEM_POWER_UP_SPEC
impl Resettable for MEM_POWER_UP_SPEC
reset()
method sets MEM_POWER_UP to value 0x7f
const RESET_VALUE: <MEM_POWER_UP_SPEC as RegisterSpec>::Ux = {transmute(0x0000007f): <esp_hal_common::esp32c2::apb_ctrl::mem_power_up::MEM_POWER_UP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PERI_BACKUP_APB_ADDR_REG_SPEC
impl Resettable for PERI_BACKUP_APB_ADDR_REG_SPEC
reset()
method sets PERI_BACKUP_APB_ADDR_REG to value 0
const RESET_VALUE: <PERI_BACKUP_APB_ADDR_REG_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::peri_backup_apb_addr_reg::PERI_BACKUP_APB_ADDR_REG_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PERI_BACKUP_CONFIG_REG_SPEC
impl Resettable for PERI_BACKUP_CONFIG_REG_SPEC
reset()
method sets PERI_BACKUP_CONFIG_REG to value 0x6480
const RESET_VALUE: <PERI_BACKUP_CONFIG_REG_SPEC as RegisterSpec>::Ux = {transmute(0x00006480): <esp_hal_common::esp32c2::apb_ctrl::peri_backup_config_reg::PERI_BACKUP_CONFIG_REG_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PERI_BACKUP_INT_CLR_SPEC
impl Resettable for PERI_BACKUP_INT_CLR_SPEC
reset()
method sets PERI_BACKUP_INT_CLR to value 0
const RESET_VALUE: <PERI_BACKUP_INT_CLR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::peri_backup_int_clr::PERI_BACKUP_INT_CLR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PERI_BACKUP_INT_ENA_SPEC
impl Resettable for PERI_BACKUP_INT_ENA_SPEC
reset()
method sets PERI_BACKUP_INT_ENA to value 0
const RESET_VALUE: <PERI_BACKUP_INT_ENA_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::peri_backup_int_ena::PERI_BACKUP_INT_ENA_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PERI_BACKUP_INT_RAW_SPEC
impl Resettable for PERI_BACKUP_INT_RAW_SPEC
reset()
method sets PERI_BACKUP_INT_RAW to value 0
const RESET_VALUE: <PERI_BACKUP_INT_RAW_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::peri_backup_int_raw::PERI_BACKUP_INT_RAW_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PERI_BACKUP_INT_ST_SPEC
impl Resettable for PERI_BACKUP_INT_ST_SPEC
reset()
method sets PERI_BACKUP_INT_ST to value 0
const RESET_VALUE: <PERI_BACKUP_INT_ST_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::peri_backup_int_st::PERI_BACKUP_INT_ST_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PERI_BACKUP_MEM_ADDR_REG_SPEC
impl Resettable for PERI_BACKUP_MEM_ADDR_REG_SPEC
reset()
method sets PERI_BACKUP_MEM_ADDR_REG to value 0
const RESET_VALUE: <PERI_BACKUP_MEM_ADDR_REG_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::peri_backup_mem_addr_reg::PERI_BACKUP_MEM_ADDR_REG_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for REDCY_SIG0_REG_SPEC
impl Resettable for REDCY_SIG0_REG_SPEC
reset()
method sets REDCY_SIG0_REG to value 0
const RESET_VALUE: <REDCY_SIG0_REG_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::redcy_sig0_reg::REDCY_SIG0_REG_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for REDCY_SIG1_REG_SPEC
impl Resettable for REDCY_SIG1_REG_SPEC
reset()
method sets REDCY_SIG1_REG to value 0
const RESET_VALUE: <REDCY_SIG1_REG_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::redcy_sig1_reg::REDCY_SIG1_REG_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RETENTION_CTRL_SPEC
impl Resettable for RETENTION_CTRL_SPEC
reset()
method sets RETENTION_CTRL to value 0
const RESET_VALUE: <RETENTION_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::retention_ctrl::RETENTION_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RND_DATA_SPEC
impl Resettable for RND_DATA_SPEC
reset()
method sets RND_DATA to value 0
const RESET_VALUE: <RND_DATA_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::rnd_data::RND_DATA_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SDIO_CTRL_SPEC
impl Resettable for SDIO_CTRL_SPEC
reset()
method sets SDIO_CTRL to value 0
const RESET_VALUE: <SDIO_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::sdio_ctrl::SDIO_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SPI_MEM_PMS_CTRL_SPEC
impl Resettable for SPI_MEM_PMS_CTRL_SPEC
reset()
method sets SPI_MEM_PMS_CTRL to value 0
const RESET_VALUE: <SPI_MEM_PMS_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::spi_mem_pms_ctrl::SPI_MEM_PMS_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SPI_MEM_REJECT_ADDR_SPEC
impl Resettable for SPI_MEM_REJECT_ADDR_SPEC
reset()
method sets SPI_MEM_REJECT_ADDR to value 0
const RESET_VALUE: <SPI_MEM_REJECT_ADDR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::spi_mem_reject_addr::SPI_MEM_REJECT_ADDR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::apb_ctrl::sysclk_conf::SYSCLK_CONF_SPEC
impl Resettable for esp32c2_hal::pac::apb_ctrl::sysclk_conf::SYSCLK_CONF_SPEC
reset()
method sets SYSCLK_CONF to value 0x01
const RESET_VALUE: <SYSCLK_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::apb_ctrl::sysclk_conf::SYSCLK_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TICK_CONF_SPEC
impl Resettable for TICK_CONF_SPEC
reset()
method sets TICK_CONF to value 0x0001_0727
const RESET_VALUE: <TICK_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00010727): <esp_hal_common::esp32c2::apb_ctrl::tick_conf::TICK_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for WIFI_BB_CFG_SPEC
impl Resettable for WIFI_BB_CFG_SPEC
reset()
method sets WIFI_BB_CFG to value 0
const RESET_VALUE: <WIFI_BB_CFG_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::wifi_bb_cfg::WIFI_BB_CFG_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for WIFI_BB_CFG_2_SPEC
impl Resettable for WIFI_BB_CFG_2_SPEC
reset()
method sets WIFI_BB_CFG_2 to value 0
const RESET_VALUE: <WIFI_BB_CFG_2_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::wifi_bb_cfg_2::WIFI_BB_CFG_2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for WIFI_CLK_EN_SPEC
impl Resettable for WIFI_CLK_EN_SPEC
reset()
method sets WIFI_CLK_EN to value 0xfffc_e030
const RESET_VALUE: <WIFI_CLK_EN_SPEC as RegisterSpec>::Ux = {transmute(0xfffce030): <esp_hal_common::esp32c2::apb_ctrl::wifi_clk_en::WIFI_CLK_EN_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for WIFI_RST_EN_SPEC
impl Resettable for WIFI_RST_EN_SPEC
reset()
method sets WIFI_RST_EN to value 0
const RESET_VALUE: <WIFI_RST_EN_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_ctrl::wifi_rst_en::WIFI_RST_EN_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for APB_ADC_ARB_CTRL_SPEC
impl Resettable for APB_ADC_ARB_CTRL_SPEC
reset()
method sets APB_ADC_ARB_CTRL to value 0x0900
const RESET_VALUE: <APB_ADC_ARB_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000900): <esp_hal_common::esp32c2::apb_saradc::apb_adc_arb_ctrl::APB_ADC_ARB_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for APB_ADC_CLKM_CONF_SPEC
impl Resettable for APB_ADC_CLKM_CONF_SPEC
reset()
method sets APB_ADC_CLKM_CONF to value 0x04
const RESET_VALUE: <APB_ADC_CLKM_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000004): <esp_hal_common::esp32c2::apb_saradc::apb_adc_clkm_conf::APB_ADC_CLKM_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for APB_CTRL_DATE_SPEC
impl Resettable for APB_CTRL_DATE_SPEC
reset()
method sets APB_CTRL_DATE to value 0x0210_7210
const RESET_VALUE: <APB_CTRL_DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02107210): <esp_hal_common::esp32c2::apb_saradc::apb_ctrl_date::APB_CTRL_DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for APB_TSENS_CTRL2_SPEC
impl Resettable for APB_TSENS_CTRL2_SPEC
reset()
method sets APB_TSENS_CTRL2 to value 0x4002
const RESET_VALUE: <APB_TSENS_CTRL2_SPEC as RegisterSpec>::Ux = {transmute(0x00004002): <esp_hal_common::esp32c2::apb_saradc::apb_tsens_ctrl2::APB_TSENS_CTRL2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for APB_TSENS_CTRL_SPEC
impl Resettable for APB_TSENS_CTRL_SPEC
reset()
method sets APB_TSENS_CTRL to value 0x0001_8000
const RESET_VALUE: <APB_TSENS_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00018000): <esp_hal_common::esp32c2::apb_saradc::apb_tsens_ctrl::APB_TSENS_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CALI_SPEC
impl Resettable for CALI_SPEC
reset()
method sets CALI to value 0x8000
const RESET_VALUE: <CALI_SPEC as RegisterSpec>::Ux = {transmute(0x00008000): <esp_hal_common::esp32c2::apb_saradc::cali::CALI_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::apb_saradc::ctrl2::CTRL2_SPEC
impl Resettable for esp32c2_hal::pac::apb_saradc::ctrl2::CTRL2_SPEC
reset()
method sets CTRL2 to value 0xa1fe
const RESET_VALUE: <CTRL2_SPEC as RegisterSpec>::Ux = {transmute(0x0000a1fe): <esp_hal_common::esp32c2::apb_saradc::ctrl2::CTRL2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::apb_saradc::ctrl::CTRL_SPEC
impl Resettable for esp32c2_hal::pac::apb_saradc::ctrl::CTRL_SPEC
reset()
method sets CTRL to value 0x4003_8240
const RESET_VALUE: <CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x40038240): <esp_hal_common::esp32c2::apb_saradc::ctrl::CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::apb_saradc::dma_conf::DMA_CONF_SPEC
impl Resettable for esp32c2_hal::pac::apb_saradc::dma_conf::DMA_CONF_SPEC
reset()
method sets DMA_CONF to value 0xff
const RESET_VALUE: <DMA_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x000000ff): <esp_hal_common::esp32c2::apb_saradc::dma_conf::DMA_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FILTER_CTRL0_SPEC
impl Resettable for FILTER_CTRL0_SPEC
reset()
method sets FILTER_CTRL0 to value 0x0374_0000
const RESET_VALUE: <FILTER_CTRL0_SPEC as RegisterSpec>::Ux = {transmute(0x03740000): <esp_hal_common::esp32c2::apb_saradc::filter_ctrl0::FILTER_CTRL0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FILTER_CTRL1_SPEC
impl Resettable for FILTER_CTRL1_SPEC
reset()
method sets FILTER_CTRL1 to value 0
const RESET_VALUE: <FILTER_CTRL1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_saradc::filter_ctrl1::FILTER_CTRL1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FSM_WAIT_SPEC
impl Resettable for FSM_WAIT_SPEC
reset()
method sets FSM_WAIT to value 0x00ff_0808
const RESET_VALUE: <FSM_WAIT_SPEC as RegisterSpec>::Ux = {transmute(0x00ff0808): <esp_hal_common::esp32c2::apb_saradc::fsm_wait::FSM_WAIT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::apb_saradc::int_clr::INT_CLR_SPEC
impl Resettable for esp32c2_hal::pac::apb_saradc::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: <INT_CLR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_saradc::int_clr::INT_CLR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::apb_saradc::int_ena::INT_ENA_SPEC
impl Resettable for esp32c2_hal::pac::apb_saradc::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: <INT_ENA_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_saradc::int_ena::INT_ENA_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::apb_saradc::int_raw::INT_RAW_SPEC
impl Resettable for esp32c2_hal::pac::apb_saradc::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0
const RESET_VALUE: <INT_RAW_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_saradc::int_raw::INT_RAW_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::apb_saradc::int_st::INT_ST_SPEC
impl Resettable for esp32c2_hal::pac::apb_saradc::int_st::INT_ST_SPEC
reset()
method sets INT_ST to value 0
const RESET_VALUE: <INT_ST_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_saradc::int_st::INT_ST_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ONETIME_SAMPLE_SPEC
impl Resettable for ONETIME_SAMPLE_SPEC
reset()
method sets ONETIME_SAMPLE to value 0x1a00_0000
const RESET_VALUE: <ONETIME_SAMPLE_SPEC as RegisterSpec>::Ux = {transmute(0x1a000000): <esp_hal_common::esp32c2::apb_saradc::onetime_sample::ONETIME_SAMPLE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SAR1_STATUS_SPEC
impl Resettable for SAR1_STATUS_SPEC
reset()
method sets SAR1_STATUS to value 0
const RESET_VALUE: <SAR1_STATUS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_saradc::sar1_status::SAR1_STATUS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SAR1DATA_STATUS_SPEC
impl Resettable for SAR1DATA_STATUS_SPEC
reset()
method sets SAR1DATA_STATUS to value 0
const RESET_VALUE: <SAR1DATA_STATUS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_saradc::sar1data_status::SAR1DATA_STATUS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SAR2_STATUS_SPEC
impl Resettable for SAR2_STATUS_SPEC
reset()
method sets SAR2_STATUS to value 0
const RESET_VALUE: <SAR2_STATUS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_saradc::sar2_status::SAR2_STATUS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SAR2DATA_STATUS_SPEC
impl Resettable for SAR2DATA_STATUS_SPEC
reset()
method sets SAR2DATA_STATUS to value 0
const RESET_VALUE: <SAR2DATA_STATUS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_saradc::sar2data_status::SAR2DATA_STATUS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SAR_PATT_TAB1_SPEC
impl Resettable for SAR_PATT_TAB1_SPEC
reset()
method sets SAR_PATT_TAB1 to value 0x00ff_ffff
const RESET_VALUE: <SAR_PATT_TAB1_SPEC as RegisterSpec>::Ux = {transmute(0x00ffffff): <esp_hal_common::esp32c2::apb_saradc::sar_patt_tab1::SAR_PATT_TAB1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SAR_PATT_TAB2_SPEC
impl Resettable for SAR_PATT_TAB2_SPEC
reset()
method sets SAR_PATT_TAB2 to value 0x00ff_ffff
const RESET_VALUE: <SAR_PATT_TAB2_SPEC as RegisterSpec>::Ux = {transmute(0x00ffffff): <esp_hal_common::esp32c2::apb_saradc::sar_patt_tab2::SAR_PATT_TAB2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for THRES0_CTRL_SPEC
impl Resettable for THRES0_CTRL_SPEC
reset()
method sets THRES0_CTRL to value 0x0003_ffed
const RESET_VALUE: <THRES0_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x0003ffed): <esp_hal_common::esp32c2::apb_saradc::thres0_ctrl::THRES0_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for THRES1_CTRL_SPEC
impl Resettable for THRES1_CTRL_SPEC
reset()
method sets THRES1_CTRL to value 0x0003_ffed
const RESET_VALUE: <THRES1_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x0003ffed): <esp_hal_common::esp32c2::apb_saradc::thres1_ctrl::THRES1_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for THRES_CTRL_SPEC
impl Resettable for THRES_CTRL_SPEC
reset()
method sets THRES_CTRL to value 0
const RESET_VALUE: <THRES_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::apb_saradc::thres_ctrl::THRES_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::assist_debug::clock_gate::CLOCK_GATE_SPEC
impl Resettable for esp32c2_hal::pac::assist_debug::clock_gate::CLOCK_GATE_SPEC
reset()
method sets CLOCK_GATE to value 0x01
const RESET_VALUE: <CLOCK_GATE_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::assist_debug::clock_gate::CLOCK_GATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE_0_DEBUG_MODE_SPEC
impl Resettable for CORE_0_DEBUG_MODE_SPEC
reset()
method sets CORE_0_DEBUG_MODE to value 0
const RESET_VALUE: <CORE_0_DEBUG_MODE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::assist_debug::core_0_debug_mode::CORE_0_DEBUG_MODE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE_0_INTR_CLR_SPEC
impl Resettable for CORE_0_INTR_CLR_SPEC
reset()
method sets CORE_0_INTR_CLR to value 0
const RESET_VALUE: <CORE_0_INTR_CLR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::assist_debug::core_0_intr_clr::CORE_0_INTR_CLR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE_0_INTR_ENA_SPEC
impl Resettable for CORE_0_INTR_ENA_SPEC
reset()
method sets CORE_0_INTR_ENA to value 0
const RESET_VALUE: <CORE_0_INTR_ENA_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::assist_debug::core_0_intr_ena::CORE_0_INTR_ENA_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE_0_INTR_RAW_SPEC
impl Resettable for CORE_0_INTR_RAW_SPEC
reset()
method sets CORE_0_INTR_RAW to value 0
const RESET_VALUE: <CORE_0_INTR_RAW_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::assist_debug::core_0_intr_raw::CORE_0_INTR_RAW_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE_0_INTR_RLS_SPEC
impl Resettable for CORE_0_INTR_RLS_SPEC
reset()
method sets CORE_0_INTR_RLS to value 0
const RESET_VALUE: <CORE_0_INTR_RLS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::assist_debug::core_0_intr_rls::CORE_0_INTR_RLS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE_0_LASTPC_BEFORE_EXCEPTION_SPEC
impl Resettable for CORE_0_LASTPC_BEFORE_EXCEPTION_SPEC
reset()
method sets CORE_0_LASTPC_BEFORE_EXCEPTION to value 0
const RESET_VALUE: <CORE_0_LASTPC_BEFORE_EXCEPTION_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::assist_debug::core_0_lastpc_before_exception::CORE_0_LASTPC_BEFORE_EXCEPTION_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE_0_RCD_EN_SPEC
impl Resettable for CORE_0_RCD_EN_SPEC
reset()
method sets CORE_0_RCD_EN to value 0
const RESET_VALUE: <CORE_0_RCD_EN_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::assist_debug::core_0_rcd_en::CORE_0_RCD_EN_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE_0_RCD_PDEBUGPC_SPEC
impl Resettable for CORE_0_RCD_PDEBUGPC_SPEC
reset()
method sets CORE_0_RCD_PDEBUGPC to value 0
const RESET_VALUE: <CORE_0_RCD_PDEBUGPC_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::assist_debug::core_0_rcd_pdebugpc::CORE_0_RCD_PDEBUGPC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE_0_RCD_PDEBUGSP_SPEC
impl Resettable for CORE_0_RCD_PDEBUGSP_SPEC
reset()
method sets CORE_0_RCD_PDEBUGSP to value 0
const RESET_VALUE: <CORE_0_RCD_PDEBUGSP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::assist_debug::core_0_rcd_pdebugsp::CORE_0_RCD_PDEBUGSP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE_0_SP_MAX_SPEC
impl Resettable for CORE_0_SP_MAX_SPEC
reset()
method sets CORE_0_SP_MAX to value 0xffff_ffff
const RESET_VALUE: <CORE_0_SP_MAX_SPEC as RegisterSpec>::Ux = {transmute(0xffffffff): <esp_hal_common::esp32c2::assist_debug::core_0_sp_max::CORE_0_SP_MAX_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE_0_SP_MIN_SPEC
impl Resettable for CORE_0_SP_MIN_SPEC
reset()
method sets CORE_0_SP_MIN to value 0
const RESET_VALUE: <CORE_0_SP_MIN_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::assist_debug::core_0_sp_min::CORE_0_SP_MIN_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE_0_SP_PC_SPEC
impl Resettable for CORE_0_SP_PC_SPEC
reset()
method sets CORE_0_SP_PC to value 0
const RESET_VALUE: <CORE_0_SP_PC_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::assist_debug::core_0_sp_pc::CORE_0_SP_PC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::assist_debug::date::DATE_SPEC
impl Resettable for esp32c2_hal::pac::assist_debug::date::DATE_SPEC
reset()
method sets DATE to value 0x0210_6020
const RESET_VALUE: <DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02106020): <esp_hal_common::esp32c2::assist_debug::date::DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for AHB_TEST_SPEC
impl Resettable for AHB_TEST_SPEC
reset()
method sets AHB_TEST to value 0
const RESET_VALUE: <AHB_TEST_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::ahb_test::AHB_TEST_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::dma::date::DATE_SPEC
impl Resettable for esp32c2_hal::pac::dma::date::DATE_SPEC
reset()
method sets DATE to value 0x0210_5280
const RESET_VALUE: <DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02105280): <esp_hal_common::esp32c2::dma::date::DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for IN_CONF0_CH0_SPEC
impl Resettable for IN_CONF0_CH0_SPEC
reset()
method sets IN_CONF0_CH0 to value 0
const RESET_VALUE: <IN_CONF0_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::in_conf0_ch0::IN_CONF0_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for IN_CONF1_CH0_SPEC
impl Resettable for IN_CONF1_CH0_SPEC
reset()
method sets IN_CONF1_CH0 to value 0
const RESET_VALUE: <IN_CONF1_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::in_conf1_ch0::IN_CONF1_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for IN_DSCR_BF0_CH0_SPEC
impl Resettable for IN_DSCR_BF0_CH0_SPEC
reset()
method sets IN_DSCR_BF0_CH0 to value 0
const RESET_VALUE: <IN_DSCR_BF0_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::in_dscr_bf0_ch0::IN_DSCR_BF0_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for IN_DSCR_BF1_CH0_SPEC
impl Resettable for IN_DSCR_BF1_CH0_SPEC
reset()
method sets IN_DSCR_BF1_CH0 to value 0
const RESET_VALUE: <IN_DSCR_BF1_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::in_dscr_bf1_ch0::IN_DSCR_BF1_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for IN_DSCR_CH0_SPEC
impl Resettable for IN_DSCR_CH0_SPEC
reset()
method sets IN_DSCR_CH0 to value 0
const RESET_VALUE: <IN_DSCR_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::in_dscr_ch0::IN_DSCR_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for IN_ERR_EOF_DES_ADDR_CH0_SPEC
impl Resettable for IN_ERR_EOF_DES_ADDR_CH0_SPEC
reset()
method sets IN_ERR_EOF_DES_ADDR_CH0 to value 0
const RESET_VALUE: <IN_ERR_EOF_DES_ADDR_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::in_err_eof_des_addr_ch0::IN_ERR_EOF_DES_ADDR_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for IN_LINK_CH0_SPEC
impl Resettable for IN_LINK_CH0_SPEC
reset()
method sets IN_LINK_CH0 to value 0x0110_0000
const RESET_VALUE: <IN_LINK_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x01100000): <esp_hal_common::esp32c2::dma::in_link_ch0::IN_LINK_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for IN_PERI_SEL_CH0_SPEC
impl Resettable for IN_PERI_SEL_CH0_SPEC
reset()
method sets IN_PERI_SEL_CH0 to value 0x3f
const RESET_VALUE: <IN_PERI_SEL_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x0000003f): <esp_hal_common::esp32c2::dma::in_peri_sel_ch0::IN_PERI_SEL_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for IN_POP_CH0_SPEC
impl Resettable for IN_POP_CH0_SPEC
reset()
method sets IN_POP_CH0 to value 0x0800
const RESET_VALUE: <IN_POP_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000800): <esp_hal_common::esp32c2::dma::in_pop_ch0::IN_POP_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for IN_PRI_CH0_SPEC
impl Resettable for IN_PRI_CH0_SPEC
reset()
method sets IN_PRI_CH0 to value 0
const RESET_VALUE: <IN_PRI_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::in_pri_ch0::IN_PRI_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for IN_STATE_CH0_SPEC
impl Resettable for IN_STATE_CH0_SPEC
reset()
method sets IN_STATE_CH0 to value 0
const RESET_VALUE: <IN_STATE_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::in_state_ch0::IN_STATE_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for IN_SUC_EOF_DES_ADDR_CH0_SPEC
impl Resettable for IN_SUC_EOF_DES_ADDR_CH0_SPEC
reset()
method sets IN_SUC_EOF_DES_ADDR_CH0 to value 0
const RESET_VALUE: <IN_SUC_EOF_DES_ADDR_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::in_suc_eof_des_addr_ch0::IN_SUC_EOF_DES_ADDR_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for INFIFO_STATUS_CH0_SPEC
impl Resettable for INFIFO_STATUS_CH0_SPEC
reset()
method sets INFIFO_STATUS_CH0 to value 0x0780_0003
const RESET_VALUE: <INFIFO_STATUS_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x07800003): <esp_hal_common::esp32c2::dma::infifo_status_ch0::INFIFO_STATUS_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for INT_CLR_CH0_SPEC
impl Resettable for INT_CLR_CH0_SPEC
reset()
method sets INT_CLR_CH0 to value 0
const RESET_VALUE: <INT_CLR_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::int_clr_ch0::INT_CLR_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for INT_ENA_CH0_SPEC
impl Resettable for INT_ENA_CH0_SPEC
reset()
method sets INT_ENA_CH0 to value 0
const RESET_VALUE: <INT_ENA_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::int_ena_ch0::INT_ENA_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for INT_RAW_CH0_SPEC
impl Resettable for INT_RAW_CH0_SPEC
reset()
method sets INT_RAW_CH0 to value 0
const RESET_VALUE: <INT_RAW_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::int_raw_ch0::INT_RAW_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for INT_ST_CH0_SPEC
impl Resettable for INT_ST_CH0_SPEC
reset()
method sets INT_ST_CH0 to value 0
const RESET_VALUE: <INT_ST_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::int_st_ch0::INT_ST_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for MISC_CONF_SPEC
impl Resettable for MISC_CONF_SPEC
reset()
method sets MISC_CONF to value 0
const RESET_VALUE: <MISC_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::misc_conf::MISC_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for OUT_CONF0_CH0_SPEC
impl Resettable for OUT_CONF0_CH0_SPEC
reset()
method sets OUT_CONF0_CH0 to value 0x08
const RESET_VALUE: <OUT_CONF0_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000008): <esp_hal_common::esp32c2::dma::out_conf0_ch0::OUT_CONF0_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for OUT_CONF1_CH0_SPEC
impl Resettable for OUT_CONF1_CH0_SPEC
reset()
method sets OUT_CONF1_CH0 to value 0
const RESET_VALUE: <OUT_CONF1_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::out_conf1_ch0::OUT_CONF1_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for OUT_DSCR_BF0_CH0_SPEC
impl Resettable for OUT_DSCR_BF0_CH0_SPEC
reset()
method sets OUT_DSCR_BF0_CH0 to value 0
const RESET_VALUE: <OUT_DSCR_BF0_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::out_dscr_bf0_ch0::OUT_DSCR_BF0_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for OUT_DSCR_BF1_CH0_SPEC
impl Resettable for OUT_DSCR_BF1_CH0_SPEC
reset()
method sets OUT_DSCR_BF1_CH0 to value 0
const RESET_VALUE: <OUT_DSCR_BF1_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::out_dscr_bf1_ch0::OUT_DSCR_BF1_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for OUT_DSCR_CH0_SPEC
impl Resettable for OUT_DSCR_CH0_SPEC
reset()
method sets OUT_DSCR_CH0 to value 0
const RESET_VALUE: <OUT_DSCR_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::out_dscr_ch0::OUT_DSCR_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for OUT_EOF_BFR_DES_ADDR_CH0_SPEC
impl Resettable for OUT_EOF_BFR_DES_ADDR_CH0_SPEC
reset()
method sets OUT_EOF_BFR_DES_ADDR_CH0 to value 0
const RESET_VALUE: <OUT_EOF_BFR_DES_ADDR_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::out_eof_bfr_des_addr_ch0::OUT_EOF_BFR_DES_ADDR_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for OUT_EOF_DES_ADDR_CH0_SPEC
impl Resettable for OUT_EOF_DES_ADDR_CH0_SPEC
reset()
method sets OUT_EOF_DES_ADDR_CH0 to value 0
const RESET_VALUE: <OUT_EOF_DES_ADDR_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::out_eof_des_addr_ch0::OUT_EOF_DES_ADDR_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for OUT_LINK_CH0_SPEC
impl Resettable for OUT_LINK_CH0_SPEC
reset()
method sets OUT_LINK_CH0 to value 0x0080_0000
const RESET_VALUE: <OUT_LINK_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00800000): <esp_hal_common::esp32c2::dma::out_link_ch0::OUT_LINK_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for OUT_PERI_SEL_CH0_SPEC
impl Resettable for OUT_PERI_SEL_CH0_SPEC
reset()
method sets OUT_PERI_SEL_CH0 to value 0x3f
const RESET_VALUE: <OUT_PERI_SEL_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x0000003f): <esp_hal_common::esp32c2::dma::out_peri_sel_ch0::OUT_PERI_SEL_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for OUT_PRI_CH0_SPEC
impl Resettable for OUT_PRI_CH0_SPEC
reset()
method sets OUT_PRI_CH0 to value 0
const RESET_VALUE: <OUT_PRI_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::out_pri_ch0::OUT_PRI_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for OUT_PUSH_CH0_SPEC
impl Resettable for OUT_PUSH_CH0_SPEC
reset()
method sets OUT_PUSH_CH0 to value 0
const RESET_VALUE: <OUT_PUSH_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::out_push_ch0::OUT_PUSH_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for OUT_STATE_CH0_SPEC
impl Resettable for OUT_STATE_CH0_SPEC
reset()
method sets OUT_STATE_CH0 to value 0
const RESET_VALUE: <OUT_STATE_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::dma::out_state_ch0::OUT_STATE_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for OUTFIFO_STATUS_CH0_SPEC
impl Resettable for OUTFIFO_STATUS_CH0_SPEC
reset()
method sets OUTFIFO_STATUS_CH0 to value 0x0780_0002
const RESET_VALUE: <OUTFIFO_STATUS_CH0_SPEC as RegisterSpec>::Ux = {transmute(0x07800002): <esp_hal_common::esp32c2::dma::outfifo_status_ch0::OUTFIFO_STATUS_CH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for MULT_CONF_SPEC
impl Resettable for MULT_CONF_SPEC
reset()
method sets MULT_CONF to value 0
const RESET_VALUE: <MULT_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::ecc::mult_conf::MULT_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for MULT_DATE_SPEC
impl Resettable for MULT_DATE_SPEC
reset()
method sets MULT_DATE to value 0x0201_2230
const RESET_VALUE: <MULT_DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02012230): <esp_hal_common::esp32c2::ecc::mult_date::MULT_DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for MULT_INT_CLR_SPEC
impl Resettable for MULT_INT_CLR_SPEC
reset()
method sets MULT_INT_CLR to value 0
const RESET_VALUE: <MULT_INT_CLR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::ecc::mult_int_clr::MULT_INT_CLR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for MULT_INT_ENA_SPEC
impl Resettable for MULT_INT_ENA_SPEC
reset()
method sets MULT_INT_ENA to value 0
const RESET_VALUE: <MULT_INT_ENA_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::ecc::mult_int_ena::MULT_INT_ENA_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for MULT_INT_RAW_SPEC
impl Resettable for MULT_INT_RAW_SPEC
reset()
method sets MULT_INT_RAW to value 0
const RESET_VALUE: <MULT_INT_RAW_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::ecc::mult_int_raw::MULT_INT_RAW_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for MULT_INT_ST_SPEC
impl Resettable for MULT_INT_ST_SPEC
reset()
method sets MULT_INT_ST to value 0
const RESET_VALUE: <MULT_INT_ST_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::ecc::mult_int_st::MULT_INT_ST_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CLK_SPEC
impl Resettable for CLK_SPEC
reset()
method sets CLK to value 0x02
const RESET_VALUE: <CLK_SPEC as RegisterSpec>::Ux = {transmute(0x00000002): <esp_hal_common::esp32c2::efuse::clk::CLK_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::efuse::cmd::CMD_SPEC
impl Resettable for esp32c2_hal::pac::efuse::cmd::CMD_SPEC
reset()
method sets CMD to value 0
const RESET_VALUE: <CMD_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::cmd::CMD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::efuse::conf::CONF_SPEC
impl Resettable for esp32c2_hal::pac::efuse::conf::CONF_SPEC
reset()
method sets CONF to value 0
const RESET_VALUE: <CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::conf::CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for DAC_CONF_SPEC
impl Resettable for DAC_CONF_SPEC
reset()
method sets DAC_CONF to value 0x0001_fe1c
const RESET_VALUE: <DAC_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x0001fe1c): <esp_hal_common::esp32c2::efuse::dac_conf::DAC_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::efuse::date::DATE_SPEC
impl Resettable for esp32c2_hal::pac::efuse::date::DATE_SPEC
reset()
method sets DATE to value 0x0210_8190
const RESET_VALUE: <DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02108190): <esp_hal_common::esp32c2::efuse::date::DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::efuse::int_clr::INT_CLR_SPEC
impl Resettable for esp32c2_hal::pac::efuse::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: <INT_CLR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::int_clr::INT_CLR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::efuse::int_ena::INT_ENA_SPEC
impl Resettable for esp32c2_hal::pac::efuse::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: <INT_ENA_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::int_ena::INT_ENA_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::efuse::int_raw::INT_RAW_SPEC
impl Resettable for esp32c2_hal::pac::efuse::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0
const RESET_VALUE: <INT_RAW_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::int_raw::INT_RAW_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::efuse::int_st::INT_ST_SPEC
impl Resettable for esp32c2_hal::pac::efuse::int_st::INT_ST_SPEC
reset()
method sets INT_ST to value 0
const RESET_VALUE: <INT_ST_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::int_st::INT_ST_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PGM_CHECK_VALUE0_SPEC
impl Resettable for PGM_CHECK_VALUE0_SPEC
reset()
method sets PGM_CHECK_VALUE0 to value 0
const RESET_VALUE: <PGM_CHECK_VALUE0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::pgm_check_value0::PGM_CHECK_VALUE0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PGM_CHECK_VALUE1_SPEC
impl Resettable for PGM_CHECK_VALUE1_SPEC
reset()
method sets PGM_CHECK_VALUE1 to value 0
const RESET_VALUE: <PGM_CHECK_VALUE1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::pgm_check_value1::PGM_CHECK_VALUE1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PGM_CHECK_VALUE2_SPEC
impl Resettable for PGM_CHECK_VALUE2_SPEC
reset()
method sets PGM_CHECK_VALUE2 to value 0
const RESET_VALUE: <PGM_CHECK_VALUE2_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::pgm_check_value2::PGM_CHECK_VALUE2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PGM_DATA0_SPEC
impl Resettable for PGM_DATA0_SPEC
reset()
method sets PGM_DATA0 to value 0
const RESET_VALUE: <PGM_DATA0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::pgm_data0::PGM_DATA0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PGM_DATA1_SPEC
impl Resettable for PGM_DATA1_SPEC
reset()
method sets PGM_DATA1 to value 0
const RESET_VALUE: <PGM_DATA1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::pgm_data1::PGM_DATA1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PGM_DATA2_SPEC
impl Resettable for PGM_DATA2_SPEC
reset()
method sets PGM_DATA2 to value 0
const RESET_VALUE: <PGM_DATA2_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::pgm_data2::PGM_DATA2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PGM_DATA3_SPEC
impl Resettable for PGM_DATA3_SPEC
reset()
method sets PGM_DATA3 to value 0
const RESET_VALUE: <PGM_DATA3_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::pgm_data3::PGM_DATA3_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PGM_DATA4_SPEC
impl Resettable for PGM_DATA4_SPEC
reset()
method sets PGM_DATA4 to value 0
const RESET_VALUE: <PGM_DATA4_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::pgm_data4::PGM_DATA4_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PGM_DATA5_SPEC
impl Resettable for PGM_DATA5_SPEC
reset()
method sets PGM_DATA5 to value 0
const RESET_VALUE: <PGM_DATA5_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::pgm_data5::PGM_DATA5_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PGM_DATA6_SPEC
impl Resettable for PGM_DATA6_SPEC
reset()
method sets PGM_DATA6 to value 0
const RESET_VALUE: <PGM_DATA6_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::pgm_data6::PGM_DATA6_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PGM_DATA7_SPEC
impl Resettable for PGM_DATA7_SPEC
reset()
method sets PGM_DATA7 to value 0
const RESET_VALUE: <PGM_DATA7_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::pgm_data7::PGM_DATA7_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK1_DATA0_SPEC
impl Resettable for RD_BLK1_DATA0_SPEC
reset()
method sets RD_BLK1_DATA0 to value 0
const RESET_VALUE: <RD_BLK1_DATA0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk1_data0::RD_BLK1_DATA0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK1_DATA1_SPEC
impl Resettable for RD_BLK1_DATA1_SPEC
reset()
method sets RD_BLK1_DATA1 to value 0
const RESET_VALUE: <RD_BLK1_DATA1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk1_data1::RD_BLK1_DATA1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK1_DATA2_SPEC
impl Resettable for RD_BLK1_DATA2_SPEC
reset()
method sets RD_BLK1_DATA2 to value 0
const RESET_VALUE: <RD_BLK1_DATA2_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk1_data2::RD_BLK1_DATA2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK2_DATA0_SPEC
impl Resettable for RD_BLK2_DATA0_SPEC
reset()
method sets RD_BLK2_DATA0 to value 0
const RESET_VALUE: <RD_BLK2_DATA0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk2_data0::RD_BLK2_DATA0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK2_DATA1_SPEC
impl Resettable for RD_BLK2_DATA1_SPEC
reset()
method sets RD_BLK2_DATA1 to value 0
const RESET_VALUE: <RD_BLK2_DATA1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk2_data1::RD_BLK2_DATA1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK2_DATA2_SPEC
impl Resettable for RD_BLK2_DATA2_SPEC
reset()
method sets RD_BLK2_DATA2 to value 0
const RESET_VALUE: <RD_BLK2_DATA2_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk2_data2::RD_BLK2_DATA2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK2_DATA3_SPEC
impl Resettable for RD_BLK2_DATA3_SPEC
reset()
method sets RD_BLK2_DATA3 to value 0
const RESET_VALUE: <RD_BLK2_DATA3_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk2_data3::RD_BLK2_DATA3_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK2_DATA4_SPEC
impl Resettable for RD_BLK2_DATA4_SPEC
reset()
method sets RD_BLK2_DATA4 to value 0
const RESET_VALUE: <RD_BLK2_DATA4_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk2_data4::RD_BLK2_DATA4_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK2_DATA5_SPEC
impl Resettable for RD_BLK2_DATA5_SPEC
reset()
method sets RD_BLK2_DATA5 to value 0
const RESET_VALUE: <RD_BLK2_DATA5_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk2_data5::RD_BLK2_DATA5_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK2_DATA6_SPEC
impl Resettable for RD_BLK2_DATA6_SPEC
reset()
method sets RD_BLK2_DATA6 to value 0
const RESET_VALUE: <RD_BLK2_DATA6_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk2_data6::RD_BLK2_DATA6_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK2_DATA7_SPEC
impl Resettable for RD_BLK2_DATA7_SPEC
reset()
method sets RD_BLK2_DATA7 to value 0
const RESET_VALUE: <RD_BLK2_DATA7_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk2_data7::RD_BLK2_DATA7_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK3_DATA0_SPEC
impl Resettable for RD_BLK3_DATA0_SPEC
reset()
method sets RD_BLK3_DATA0 to value 0
const RESET_VALUE: <RD_BLK3_DATA0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk3_data0::RD_BLK3_DATA0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK3_DATA1_SPEC
impl Resettable for RD_BLK3_DATA1_SPEC
reset()
method sets RD_BLK3_DATA1 to value 0
const RESET_VALUE: <RD_BLK3_DATA1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk3_data1::RD_BLK3_DATA1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK3_DATA2_SPEC
impl Resettable for RD_BLK3_DATA2_SPEC
reset()
method sets RD_BLK3_DATA2 to value 0
const RESET_VALUE: <RD_BLK3_DATA2_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk3_data2::RD_BLK3_DATA2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK3_DATA3_SPEC
impl Resettable for RD_BLK3_DATA3_SPEC
reset()
method sets RD_BLK3_DATA3 to value 0
const RESET_VALUE: <RD_BLK3_DATA3_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk3_data3::RD_BLK3_DATA3_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK3_DATA4_SPEC
impl Resettable for RD_BLK3_DATA4_SPEC
reset()
method sets RD_BLK3_DATA4 to value 0
const RESET_VALUE: <RD_BLK3_DATA4_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk3_data4::RD_BLK3_DATA4_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK3_DATA5_SPEC
impl Resettable for RD_BLK3_DATA5_SPEC
reset()
method sets RD_BLK3_DATA5 to value 0
const RESET_VALUE: <RD_BLK3_DATA5_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk3_data5::RD_BLK3_DATA5_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK3_DATA6_SPEC
impl Resettable for RD_BLK3_DATA6_SPEC
reset()
method sets RD_BLK3_DATA6 to value 0
const RESET_VALUE: <RD_BLK3_DATA6_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk3_data6::RD_BLK3_DATA6_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_BLK3_DATA7_SPEC
impl Resettable for RD_BLK3_DATA7_SPEC
reset()
method sets RD_BLK3_DATA7 to value 0
const RESET_VALUE: <RD_BLK3_DATA7_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_blk3_data7::RD_BLK3_DATA7_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <RD_REPEAT_DATA0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_repeat_data0::RD_REPEAT_DATA0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_REPEAT_ERR_SPEC
impl Resettable for RD_REPEAT_ERR_SPEC
reset()
method sets RD_REPEAT_ERR to value 0
const RESET_VALUE: <RD_REPEAT_ERR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_repeat_err::RD_REPEAT_ERR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_RS_ERR_SPEC
impl Resettable for RD_RS_ERR_SPEC
reset()
method sets RD_RS_ERR to value 0
const RESET_VALUE: <RD_RS_ERR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_rs_err::RD_RS_ERR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RD_TIM_CONF_SPEC
impl Resettable for RD_TIM_CONF_SPEC
reset()
method sets RD_TIM_CONF to value 0x1201_0201
const RESET_VALUE: <RD_TIM_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x12010201): <esp_hal_common::esp32c2::efuse::rd_tim_conf::RD_TIM_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <RD_WR_DIS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::rd_wr_dis::RD_WR_DIS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::efuse::status::STATUS_SPEC
impl Resettable for esp32c2_hal::pac::efuse::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: <STATUS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::efuse::status::STATUS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <WR_TIM_CONF0_SPEC as RegisterSpec>::Ux = {transmute(0x00c80101): <esp_hal_common::esp32c2::efuse::wr_tim_conf0::WR_TIM_CONF0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for WR_TIM_CONF1_SPEC
impl Resettable for WR_TIM_CONF1_SPEC
reset()
method sets WR_TIM_CONF1 to value 0x0030_0001
const RESET_VALUE: <WR_TIM_CONF1_SPEC as RegisterSpec>::Ux = {transmute(0x00300001): <esp_hal_common::esp32c2::efuse::wr_tim_conf1::WR_TIM_CONF1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <WR_TIM_CONF2_SPEC as RegisterSpec>::Ux = {transmute(0x00000190): <esp_hal_common::esp32c2::efuse::wr_tim_conf2::WR_TIM_CONF2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CACHE_ACS_CNT_CLR_SPEC
impl Resettable for CACHE_ACS_CNT_CLR_SPEC
reset()
method sets CACHE_ACS_CNT_CLR to value 0
const RESET_VALUE: <CACHE_ACS_CNT_CLR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::cache_acs_cnt_clr::CACHE_ACS_CNT_CLR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CACHE_CONF_MISC_SPEC
impl Resettable for CACHE_CONF_MISC_SPEC
reset()
method sets CACHE_CONF_MISC to value 0x07
const RESET_VALUE: <CACHE_CONF_MISC_SPEC as RegisterSpec>::Ux = {transmute(0x00000007): <esp_hal_common::esp32c2::extmem::cache_conf_misc::CACHE_CONF_MISC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <CACHE_ENCRYPT_DECRYPT_CLK_FORCE_ON_SPEC as RegisterSpec>::Ux = {transmute(0x00000007): <esp_hal_common::esp32c2::extmem::cache_encrypt_decrypt_clk_force_on::CACHE_ENCRYPT_DECRYPT_CLK_FORCE_ON_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <CACHE_ENCRYPT_DECRYPT_RECORD_DISABLE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::cache_encrypt_decrypt_record_disable::CACHE_ENCRYPT_DECRYPT_RECORD_DISABLE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CACHE_ILG_INT_CLR_SPEC
impl Resettable for CACHE_ILG_INT_CLR_SPEC
reset()
method sets CACHE_ILG_INT_CLR to value 0
const RESET_VALUE: <CACHE_ILG_INT_CLR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::cache_ilg_int_clr::CACHE_ILG_INT_CLR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CACHE_ILG_INT_ENA_SPEC
impl Resettable for CACHE_ILG_INT_ENA_SPEC
reset()
method sets CACHE_ILG_INT_ENA to value 0
const RESET_VALUE: <CACHE_ILG_INT_ENA_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::cache_ilg_int_ena::CACHE_ILG_INT_ENA_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CACHE_ILG_INT_ST_SPEC
impl Resettable for CACHE_ILG_INT_ST_SPEC
reset()
method sets CACHE_ILG_INT_ST to value 0
const RESET_VALUE: <CACHE_ILG_INT_ST_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::cache_ilg_int_st::CACHE_ILG_INT_ST_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CACHE_MMU_FAULT_CONTENT_SPEC
impl Resettable for CACHE_MMU_FAULT_CONTENT_SPEC
reset()
method sets CACHE_MMU_FAULT_CONTENT to value 0
const RESET_VALUE: <CACHE_MMU_FAULT_CONTENT_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::cache_mmu_fault_content::CACHE_MMU_FAULT_CONTENT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CACHE_MMU_FAULT_VADDR_SPEC
impl Resettable for CACHE_MMU_FAULT_VADDR_SPEC
reset()
method sets CACHE_MMU_FAULT_VADDR to value 0
const RESET_VALUE: <CACHE_MMU_FAULT_VADDR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::cache_mmu_fault_vaddr::CACHE_MMU_FAULT_VADDR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CACHE_MMU_OWNER_SPEC
impl Resettable for CACHE_MMU_OWNER_SPEC
reset()
method sets CACHE_MMU_OWNER to value 0
const RESET_VALUE: <CACHE_MMU_OWNER_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::cache_mmu_owner::CACHE_MMU_OWNER_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CACHE_MMU_POWER_CTRL_SPEC
impl Resettable for CACHE_MMU_POWER_CTRL_SPEC
reset()
method sets CACHE_MMU_POWER_CTRL to value 0x05
const RESET_VALUE: <CACHE_MMU_POWER_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000005): <esp_hal_common::esp32c2::extmem::cache_mmu_power_ctrl::CACHE_MMU_POWER_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <CACHE_PRELOAD_INT_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::cache_preload_int_ctrl::CACHE_PRELOAD_INT_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CACHE_REQUEST_SPEC
impl Resettable for CACHE_REQUEST_SPEC
reset()
method sets CACHE_REQUEST to value 0
const RESET_VALUE: <CACHE_REQUEST_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::cache_request::CACHE_REQUEST_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CACHE_STATE_SPEC
impl Resettable for CACHE_STATE_SPEC
reset()
method sets CACHE_STATE to value 0x01
const RESET_VALUE: <CACHE_STATE_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::extmem::cache_state::CACHE_STATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <CACHE_SYNC_INT_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::cache_sync_int_ctrl::CACHE_SYNC_INT_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CACHE_WRAP_AROUND_CTRL_SPEC
impl Resettable for CACHE_WRAP_AROUND_CTRL_SPEC
reset()
method sets CACHE_WRAP_AROUND_CTRL to value 0
const RESET_VALUE: <CACHE_WRAP_AROUND_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::cache_wrap_around_ctrl::CACHE_WRAP_AROUND_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::extmem::clock_gate::CLOCK_GATE_SPEC
impl Resettable for esp32c2_hal::pac::extmem::clock_gate::CLOCK_GATE_SPEC
reset()
method sets CLOCK_GATE to value 0x01
const RESET_VALUE: <CLOCK_GATE_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::extmem::clock_gate::CLOCK_GATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE0_ACS_CACHE_INT_CLR_SPEC
impl Resettable for CORE0_ACS_CACHE_INT_CLR_SPEC
reset()
method sets CORE0_ACS_CACHE_INT_CLR to value 0
const RESET_VALUE: <CORE0_ACS_CACHE_INT_CLR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::core0_acs_cache_int_clr::CORE0_ACS_CACHE_INT_CLR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE0_ACS_CACHE_INT_ENA_SPEC
impl Resettable for CORE0_ACS_CACHE_INT_ENA_SPEC
reset()
method sets CORE0_ACS_CACHE_INT_ENA to value 0
const RESET_VALUE: <CORE0_ACS_CACHE_INT_ENA_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::core0_acs_cache_int_ena::CORE0_ACS_CACHE_INT_ENA_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE0_ACS_CACHE_INT_ST_SPEC
impl Resettable for CORE0_ACS_CACHE_INT_ST_SPEC
reset()
method sets CORE0_ACS_CACHE_INT_ST to value 0
const RESET_VALUE: <CORE0_ACS_CACHE_INT_ST_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::core0_acs_cache_int_st::CORE0_ACS_CACHE_INT_ST_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE0_DBUS_REJECT_ST_SPEC
impl Resettable for CORE0_DBUS_REJECT_ST_SPEC
reset()
method sets CORE0_DBUS_REJECT_ST to value 0
const RESET_VALUE: <CORE0_DBUS_REJECT_ST_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::core0_dbus_reject_st::CORE0_DBUS_REJECT_ST_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE0_DBUS_REJECT_VADDR_SPEC
impl Resettable for CORE0_DBUS_REJECT_VADDR_SPEC
reset()
method sets CORE0_DBUS_REJECT_VADDR to value 0xffff_ffff
const RESET_VALUE: <CORE0_DBUS_REJECT_VADDR_SPEC as RegisterSpec>::Ux = {transmute(0xffffffff): <esp_hal_common::esp32c2::extmem::core0_dbus_reject_vaddr::CORE0_DBUS_REJECT_VADDR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE0_IBUS_REJECT_ST_SPEC
impl Resettable for CORE0_IBUS_REJECT_ST_SPEC
reset()
method sets CORE0_IBUS_REJECT_ST to value 0
const RESET_VALUE: <CORE0_IBUS_REJECT_ST_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::core0_ibus_reject_st::CORE0_IBUS_REJECT_ST_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE0_IBUS_REJECT_VADDR_SPEC
impl Resettable for CORE0_IBUS_REJECT_VADDR_SPEC
reset()
method sets CORE0_IBUS_REJECT_VADDR to value 0xffff_ffff
const RESET_VALUE: <CORE0_IBUS_REJECT_VADDR_SPEC as RegisterSpec>::Ux = {transmute(0xffffffff): <esp_hal_common::esp32c2::extmem::core0_ibus_reject_vaddr::CORE0_IBUS_REJECT_VADDR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for DBUS_TO_FLASH_END_VADDR_SPEC
impl Resettable for DBUS_TO_FLASH_END_VADDR_SPEC
reset()
method sets DBUS_TO_FLASH_END_VADDR to value 0x3c3f_ffff
const RESET_VALUE: <DBUS_TO_FLASH_END_VADDR_SPEC as RegisterSpec>::Ux = {transmute(0x3c3fffff): <esp_hal_common::esp32c2::extmem::dbus_to_flash_end_vaddr::DBUS_TO_FLASH_END_VADDR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for DBUS_TO_FLASH_START_VADDR_SPEC
impl Resettable for DBUS_TO_FLASH_START_VADDR_SPEC
reset()
method sets DBUS_TO_FLASH_START_VADDR to value 0x3c00_0000
const RESET_VALUE: <DBUS_TO_FLASH_START_VADDR_SPEC as RegisterSpec>::Ux = {transmute(0x3c000000): <esp_hal_common::esp32c2::extmem::dbus_to_flash_start_vaddr::DBUS_TO_FLASH_START_VADDR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for IBUS_TO_FLASH_END_VADDR_SPEC
impl Resettable for IBUS_TO_FLASH_END_VADDR_SPEC
reset()
method sets IBUS_TO_FLASH_END_VADDR to value 0x423f_ffff
const RESET_VALUE: <IBUS_TO_FLASH_END_VADDR_SPEC as RegisterSpec>::Ux = {transmute(0x423fffff): <esp_hal_common::esp32c2::extmem::ibus_to_flash_end_vaddr::IBUS_TO_FLASH_END_VADDR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for IBUS_TO_FLASH_START_VADDR_SPEC
impl Resettable for IBUS_TO_FLASH_START_VADDR_SPEC
reset()
method sets IBUS_TO_FLASH_START_VADDR to value 0x4200_0000
const RESET_VALUE: <IBUS_TO_FLASH_START_VADDR_SPEC as RegisterSpec>::Ux = {transmute(0x42000000): <esp_hal_common::esp32c2::extmem::ibus_to_flash_start_vaddr::IBUS_TO_FLASH_START_VADDR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ICACHE_ATOMIC_OPERATE_ENA_SPEC
impl Resettable for ICACHE_ATOMIC_OPERATE_ENA_SPEC
reset()
method sets ICACHE_ATOMIC_OPERATE_ENA to value 0x01
const RESET_VALUE: <ICACHE_ATOMIC_OPERATE_ENA_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::extmem::icache_atomic_operate_ena::ICACHE_ATOMIC_OPERATE_ENA_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ICACHE_CTRL1_SPEC
impl Resettable for ICACHE_CTRL1_SPEC
reset()
method sets ICACHE_CTRL1 to value 0x03
const RESET_VALUE: <ICACHE_CTRL1_SPEC as RegisterSpec>::Ux = {transmute(0x00000003): <esp_hal_common::esp32c2::extmem::icache_ctrl1::ICACHE_CTRL1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ICACHE_CTRL_SPEC
impl Resettable for ICACHE_CTRL_SPEC
reset()
method sets ICACHE_CTRL to value 0
const RESET_VALUE: <ICACHE_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::icache_ctrl::ICACHE_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ICACHE_FREEZE_SPEC
impl Resettable for ICACHE_FREEZE_SPEC
reset()
method sets ICACHE_FREEZE to value 0
const RESET_VALUE: <ICACHE_FREEZE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::icache_freeze::ICACHE_FREEZE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ICACHE_SYNC_ADDR_SPEC
impl Resettable for ICACHE_SYNC_ADDR_SPEC
reset()
method sets ICACHE_SYNC_ADDR to value 0
const RESET_VALUE: <ICACHE_SYNC_ADDR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::icache_sync_addr::ICACHE_SYNC_ADDR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ICACHE_SYNC_CTRL_SPEC
impl Resettable for ICACHE_SYNC_CTRL_SPEC
reset()
method sets ICACHE_SYNC_CTRL to value 0x01
const RESET_VALUE: <ICACHE_SYNC_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::extmem::icache_sync_ctrl::ICACHE_SYNC_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ICACHE_SYNC_SIZE_SPEC
impl Resettable for ICACHE_SYNC_SIZE_SPEC
reset()
method sets ICACHE_SYNC_SIZE to value 0
const RESET_VALUE: <ICACHE_SYNC_SIZE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::extmem::icache_sync_size::ICACHE_SYNC_SIZE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ICACHE_TAG_POWER_CTRL_SPEC
impl Resettable for ICACHE_TAG_POWER_CTRL_SPEC
reset()
method sets ICACHE_TAG_POWER_CTRL to value 0x05
const RESET_VALUE: <ICACHE_TAG_POWER_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000005): <esp_hal_common::esp32c2::extmem::icache_tag_power_ctrl::ICACHE_TAG_POWER_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::extmem::reg_date::REG_DATE_SPEC
impl Resettable for esp32c2_hal::pac::extmem::reg_date::REG_DATE_SPEC
reset()
method sets REG_DATE to value 0x0210_7050
const RESET_VALUE: <REG_DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02107050): <esp_hal_common::esp32c2::extmem::reg_date::REG_DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for BT_SELECT_SPEC
impl Resettable for BT_SELECT_SPEC
reset()
method sets BT_SELECT to value 0
const RESET_VALUE: <BT_SELECT_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::bt_select::BT_SELECT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <CLOCK_GATE_REG_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::gpio::clock_gate_reg::CLOCK_GATE_REG_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPUSDIO_INT_SPEC
impl Resettable for CPUSDIO_INT_SPEC
reset()
method sets CPUSDIO_INT to value 0
const RESET_VALUE: <CPUSDIO_INT_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::cpusdio_int::CPUSDIO_INT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ENABLE_SPEC
impl Resettable for ENABLE_SPEC
reset()
method sets ENABLE to value 0
const RESET_VALUE: <ENABLE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::enable::ENABLE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ENABLE_W1TC_SPEC
impl Resettable for ENABLE_W1TC_SPEC
reset()
method sets ENABLE_W1TC to value 0
const RESET_VALUE: <ENABLE_W1TC_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::enable_w1tc::ENABLE_W1TC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ENABLE_W1TS_SPEC
impl Resettable for ENABLE_W1TS_SPEC
reset()
method sets ENABLE_W1TS to value 0
const RESET_VALUE: <ENABLE_W1TS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::enable_w1ts::ENABLE_W1TS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <FUNC_IN_SEL_CFG_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::func_in_sel_cfg::FUNC_IN_SEL_CFG_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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 0x80
const RESET_VALUE: <FUNC_OUT_SEL_CFG_SPEC as RegisterSpec>::Ux = {transmute(0x00000080): <esp_hal_common::esp32c2::gpio::func_out_sel_cfg::FUNC_OUT_SEL_CFG_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for IN_SPEC
impl Resettable for IN_SPEC
reset()
method sets IN to value 0
const RESET_VALUE: <IN_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::in_::IN_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for OUT_SPEC
impl Resettable for OUT_SPEC
reset()
method sets OUT to value 0
const RESET_VALUE: <OUT_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::out::OUT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for OUT_W1TC_SPEC
impl Resettable for OUT_W1TC_SPEC
reset()
method sets OUT_W1TC to value 0
const RESET_VALUE: <OUT_W1TC_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::out_w1tc::OUT_W1TC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for OUT_W1TS_SPEC
impl Resettable for OUT_W1TS_SPEC
reset()
method sets OUT_W1TS to value 0
const RESET_VALUE: <OUT_W1TS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::out_w1ts::OUT_W1TS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PCPU_INT_SPEC
impl Resettable for PCPU_INT_SPEC
reset()
method sets PCPU_INT to value 0
const RESET_VALUE: <PCPU_INT_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::pcpu_int::PCPU_INT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <PCPU_NMI_INT_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::pcpu_nmi_int::PCPU_NMI_INT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PIN_SPEC
impl Resettable for PIN_SPEC
reset()
method sets PIN%s to value 0
const RESET_VALUE: <PIN_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::pin::PIN_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for REG_DATE_REG_SPEC
impl Resettable for REG_DATE_REG_SPEC
reset()
method sets REG_DATE_REG to value 0x0210_6190
const RESET_VALUE: <REG_DATE_REG_SPEC as RegisterSpec>::Ux = {transmute(0x02106190): <esp_hal_common::esp32c2::gpio::reg_date_reg::REG_DATE_REG_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SDIO_SELECT_SPEC
impl Resettable for SDIO_SELECT_SPEC
reset()
method sets SDIO_SELECT to value 0
const RESET_VALUE: <SDIO_SELECT_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::sdio_select::SDIO_SELECT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::gpio::status::STATUS_SPEC
impl Resettable for esp32c2_hal::pac::gpio::status::STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: <STATUS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::status::STATUS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for STATUS_NEXT_SPEC
impl Resettable for STATUS_NEXT_SPEC
reset()
method sets STATUS_NEXT to value 0
const RESET_VALUE: <STATUS_NEXT_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::status_next::STATUS_NEXT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for STATUS_W1TC_SPEC
impl Resettable for STATUS_W1TC_SPEC
reset()
method sets STATUS_W1TC to value 0
const RESET_VALUE: <STATUS_W1TC_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::status_w1tc::STATUS_W1TC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for STATUS_W1TS_SPEC
impl Resettable for STATUS_W1TS_SPEC
reset()
method sets STATUS_W1TS to value 0
const RESET_VALUE: <STATUS_W1TS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::status_w1ts::STATUS_W1TS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for STRAP_SPEC
impl Resettable for STRAP_SPEC
reset()
method sets STRAP to value 0
const RESET_VALUE: <STRAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::strap::STRAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::i2c0::clk_conf::CLK_CONF_SPEC
impl Resettable for esp32c2_hal::pac::i2c0::clk_conf::CLK_CONF_SPEC
reset()
method sets CLK_CONF to value 0x0020_0000
const RESET_VALUE: <CLK_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00200000): <esp_hal_common::esp32c2::i2c0::clk_conf::CLK_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMD_SPEC
impl Resettable for COMD_SPEC
reset()
method sets COMD%s to value 0
const RESET_VALUE: <COMD_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::i2c0::comd::COMD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CTR_SPEC
impl Resettable for CTR_SPEC
reset()
method sets CTR to value 0x020b
const RESET_VALUE: <CTR_SPEC as RegisterSpec>::Ux = {transmute(0x0000020b): <esp_hal_common::esp32c2::i2c0::ctr::CTR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::i2c0::data::DATA_SPEC
impl Resettable for esp32c2_hal::pac::i2c0::data::DATA_SPEC
reset()
method sets DATA to value 0
const RESET_VALUE: <DATA_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::i2c0::data::DATA_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::i2c0::date::DATE_SPEC
impl Resettable for esp32c2_hal::pac::i2c0::date::DATE_SPEC
reset()
method sets DATE to value 0x0210_6243
const RESET_VALUE: <DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02106243): <esp_hal_common::esp32c2::i2c0::date::DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FIFO_CONF_SPEC
impl Resettable for FIFO_CONF_SPEC
reset()
method sets FIFO_CONF to value 0x4046
const RESET_VALUE: <FIFO_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00004046): <esp_hal_common::esp32c2::i2c0::fifo_conf::FIFO_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FIFO_ST_SPEC
impl Resettable for FIFO_ST_SPEC
reset()
method sets FIFO_ST to value 0
const RESET_VALUE: <FIFO_ST_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::i2c0::fifo_st::FIFO_ST_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FILTER_CFG_SPEC
impl Resettable for FILTER_CFG_SPEC
reset()
method sets FILTER_CFG to value 0x0300
const RESET_VALUE: <FILTER_CFG_SPEC as RegisterSpec>::Ux = {transmute(0x00000300): <esp_hal_common::esp32c2::i2c0::filter_cfg::FILTER_CFG_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::i2c0::int_clr::INT_CLR_SPEC
impl Resettable for esp32c2_hal::pac::i2c0::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: <INT_CLR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::i2c0::int_clr::INT_CLR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::i2c0::int_ena::INT_ENA_SPEC
impl Resettable for esp32c2_hal::pac::i2c0::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: <INT_ENA_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::i2c0::int_ena::INT_ENA_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::i2c0::int_raw::INT_RAW_SPEC
impl Resettable for esp32c2_hal::pac::i2c0::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0x02
const RESET_VALUE: <INT_RAW_SPEC as RegisterSpec>::Ux = {transmute(0x00000002): <esp_hal_common::esp32c2::i2c0::int_raw::INT_RAW_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for INT_STATUS_SPEC
impl Resettable for INT_STATUS_SPEC
reset()
method sets INT_STATUS to value 0
const RESET_VALUE: <INT_STATUS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::i2c0::int_status::INT_STATUS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RXFIFO_START_ADDR_SPEC
impl Resettable for RXFIFO_START_ADDR_SPEC
reset()
method sets RXFIFO_START_ADDR to value 0
const RESET_VALUE: <RXFIFO_START_ADDR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::i2c0::rxfifo_start_addr::RXFIFO_START_ADDR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <SCL_HIGH_PERIOD_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::i2c0::scl_high_period::SCL_HIGH_PERIOD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <SCL_LOW_PERIOD_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::i2c0::scl_low_period::SCL_LOW_PERIOD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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 0x10
const RESET_VALUE: <SCL_MAIN_ST_TIME_OUT_SPEC as RegisterSpec>::Ux = {transmute(0x00000010): <esp_hal_common::esp32c2::i2c0::scl_main_st_time_out::SCL_MAIN_ST_TIME_OUT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <SCL_RSTART_SETUP_SPEC as RegisterSpec>::Ux = {transmute(0x00000008): <esp_hal_common::esp32c2::i2c0::scl_rstart_setup::SCL_RSTART_SETUP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <SCL_SP_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::i2c0::scl_sp_conf::SCL_SP_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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 0x10
const RESET_VALUE: <SCL_ST_TIME_OUT_SPEC as RegisterSpec>::Ux = {transmute(0x00000010): <esp_hal_common::esp32c2::i2c0::scl_st_time_out::SCL_ST_TIME_OUT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <SCL_START_HOLD_SPEC as RegisterSpec>::Ux = {transmute(0x00000008): <esp_hal_common::esp32c2::i2c0::scl_start_hold::SCL_START_HOLD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SCL_STOP_HOLD_SPEC
impl Resettable for SCL_STOP_HOLD_SPEC
reset()
method sets SCL_STOP_HOLD to value 0x08
const RESET_VALUE: <SCL_STOP_HOLD_SPEC as RegisterSpec>::Ux = {transmute(0x00000008): <esp_hal_common::esp32c2::i2c0::scl_stop_hold::SCL_STOP_HOLD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SCL_STOP_SETUP_SPEC
impl Resettable for SCL_STOP_SETUP_SPEC
reset()
method sets SCL_STOP_SETUP to value 0x08
const RESET_VALUE: <SCL_STOP_SETUP_SPEC as RegisterSpec>::Ux = {transmute(0x00000008): <esp_hal_common::esp32c2::i2c0::scl_stop_setup::SCL_STOP_SETUP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SDA_HOLD_SPEC
impl Resettable for SDA_HOLD_SPEC
reset()
method sets SDA_HOLD to value 0
const RESET_VALUE: <SDA_HOLD_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::i2c0::sda_hold::SDA_HOLD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SDA_SAMPLE_SPEC
impl Resettable for SDA_SAMPLE_SPEC
reset()
method sets SDA_SAMPLE to value 0
const RESET_VALUE: <SDA_SAMPLE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::i2c0::sda_sample::SDA_SAMPLE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SR_SPEC
impl Resettable for SR_SPEC
reset()
method sets SR to value 0
const RESET_VALUE: <SR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::i2c0::sr::SR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TO_SPEC
impl Resettable for TO_SPEC
reset()
method sets TO to value 0x10
const RESET_VALUE: <TO_SPEC as RegisterSpec>::Ux = {transmute(0x00000010): <esp_hal_common::esp32c2::i2c0::to::TO_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TXFIFO_START_ADDR_SPEC
impl Resettable for TXFIFO_START_ADDR_SPEC
reset()
method sets TXFIFO_START_ADDR to value 0
const RESET_VALUE: <TXFIFO_START_ADDR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::i2c0::txfifo_start_addr::TXFIFO_START_ADDR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for APB_ADC_INT_MAP_SPEC
impl Resettable for APB_ADC_INT_MAP_SPEC
reset()
method sets APB_ADC_INT_MAP to value 0
const RESET_VALUE: <APB_ADC_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::apb_adc_int_map::APB_ADC_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for APB_CTRL_INTR_MAP_SPEC
impl Resettable for APB_CTRL_INTR_MAP_SPEC
reset()
method sets APB_CTRL_INTR_MAP to value 0
const RESET_VALUE: <APB_CTRL_INTR_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::apb_ctrl_intr_map::APB_CTRL_INTR_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ASSIST_DEBUG_INTR_MAP_SPEC
impl Resettable for ASSIST_DEBUG_INTR_MAP_SPEC
reset()
method sets ASSIST_DEBUG_INTR_MAP to value 0
const RESET_VALUE: <ASSIST_DEBUG_INTR_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::assist_debug_intr_map::ASSIST_DEBUG_INTR_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for BLE_SEC_INT_MAP_SPEC
impl Resettable for BLE_SEC_INT_MAP_SPEC
reset()
method sets BLE_SEC_INT_MAP to value 0
const RESET_VALUE: <BLE_SEC_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::ble_sec_int_map::BLE_SEC_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for BLE_TIMER_INT_MAP_SPEC
impl Resettable for BLE_TIMER_INT_MAP_SPEC
reset()
method sets BLE_TIMER_INT_MAP to value 0
const RESET_VALUE: <BLE_TIMER_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::ble_timer_int_map::BLE_TIMER_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for BT_BB_INT_MAP_SPEC
impl Resettable for BT_BB_INT_MAP_SPEC
reset()
method sets BT_BB_INT_MAP to value 0
const RESET_VALUE: <BT_BB_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::bt_bb_int_map::BT_BB_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for BT_BB_NMI_MAP_SPEC
impl Resettable for BT_BB_NMI_MAP_SPEC
reset()
method sets BT_BB_NMI_MAP to value 0
const RESET_VALUE: <BT_BB_NMI_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::bt_bb_nmi_map::BT_BB_NMI_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for BT_MAC_INT_MAP_SPEC
impl Resettable for BT_MAC_INT_MAP_SPEC
reset()
method sets BT_MAC_INT_MAP to value 0
const RESET_VALUE: <BT_MAC_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::bt_mac_int_map::BT_MAC_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CACHE_CORE0_ACS_INT_MAP_SPEC
impl Resettable for CACHE_CORE0_ACS_INT_MAP_SPEC
reset()
method sets CACHE_CORE0_ACS_INT_MAP to value 0
const RESET_VALUE: <CACHE_CORE0_ACS_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cache_core0_acs_int_map::CACHE_CORE0_ACS_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CACHE_IA_INT_MAP_SPEC
impl Resettable for CACHE_IA_INT_MAP_SPEC
reset()
method sets CACHE_IA_INT_MAP to value 0
const RESET_VALUE: <CACHE_IA_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cache_ia_int_map::CACHE_IA_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::interrupt_core0::clock_gate::CLOCK_GATE_SPEC
impl Resettable for esp32c2_hal::pac::interrupt_core0::clock_gate::CLOCK_GATE_SPEC
reset()
method sets CLOCK_GATE to value 0x01
const RESET_VALUE: <CLOCK_GATE_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::interrupt_core0::clock_gate::CLOCK_GATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COEX_INT_MAP_SPEC
impl Resettable for COEX_INT_MAP_SPEC
reset()
method sets COEX_INT_MAP to value 0
const RESET_VALUE: <COEX_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::coex_int_map::COEX_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE_0_PIF_PMS_MONITOR_VIOLATE_SIZE_INTR_MAP_SPEC
impl Resettable for CORE_0_PIF_PMS_MONITOR_VIOLATE_SIZE_INTR_MAP_SPEC
reset()
method sets CORE_0_PIF_PMS_MONITOR_VIOLATE_SIZE_INTR_MAP to value 0
const RESET_VALUE: <CORE_0_PIF_PMS_MONITOR_VIOLATE_SIZE_INTR_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::core_0_pif_pms_monitor_violate_size_intr_map::CORE_0_PIF_PMS_MONITOR_VIOLATE_SIZE_INTR_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_CLEAR_SPEC
impl Resettable for CPU_INT_CLEAR_SPEC
reset()
method sets CPU_INT_CLEAR to value 0
const RESET_VALUE: <CPU_INT_CLEAR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_clear::CPU_INT_CLEAR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_EIP_STATUS_SPEC
impl Resettable for CPU_INT_EIP_STATUS_SPEC
reset()
method sets CPU_INT_EIP_STATUS to value 0
const RESET_VALUE: <CPU_INT_EIP_STATUS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_eip_status::CPU_INT_EIP_STATUS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_ENABLE_SPEC
impl Resettable for CPU_INT_ENABLE_SPEC
reset()
method sets CPU_INT_ENABLE to value 0
const RESET_VALUE: <CPU_INT_ENABLE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_enable::CPU_INT_ENABLE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_0_SPEC
impl Resettable for CPU_INT_PRI_0_SPEC
reset()
method sets CPU_INT_PRI_0 to value 0
const RESET_VALUE: <CPU_INT_PRI_0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_0::CPU_INT_PRI_0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_1_SPEC
impl Resettable for CPU_INT_PRI_1_SPEC
reset()
method sets CPU_INT_PRI_1 to value 0
const RESET_VALUE: <CPU_INT_PRI_1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_1::CPU_INT_PRI_1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_2_SPEC
impl Resettable for CPU_INT_PRI_2_SPEC
reset()
method sets CPU_INT_PRI_2 to value 0
const RESET_VALUE: <CPU_INT_PRI_2_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_2::CPU_INT_PRI_2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_3_SPEC
impl Resettable for CPU_INT_PRI_3_SPEC
reset()
method sets CPU_INT_PRI_3 to value 0
const RESET_VALUE: <CPU_INT_PRI_3_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_3::CPU_INT_PRI_3_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_4_SPEC
impl Resettable for CPU_INT_PRI_4_SPEC
reset()
method sets CPU_INT_PRI_4 to value 0
const RESET_VALUE: <CPU_INT_PRI_4_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_4::CPU_INT_PRI_4_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_5_SPEC
impl Resettable for CPU_INT_PRI_5_SPEC
reset()
method sets CPU_INT_PRI_5 to value 0
const RESET_VALUE: <CPU_INT_PRI_5_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_5::CPU_INT_PRI_5_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_6_SPEC
impl Resettable for CPU_INT_PRI_6_SPEC
reset()
method sets CPU_INT_PRI_6 to value 0
const RESET_VALUE: <CPU_INT_PRI_6_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_6::CPU_INT_PRI_6_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_7_SPEC
impl Resettable for CPU_INT_PRI_7_SPEC
reset()
method sets CPU_INT_PRI_7 to value 0
const RESET_VALUE: <CPU_INT_PRI_7_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_7::CPU_INT_PRI_7_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_8_SPEC
impl Resettable for CPU_INT_PRI_8_SPEC
reset()
method sets CPU_INT_PRI_8 to value 0
const RESET_VALUE: <CPU_INT_PRI_8_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_8::CPU_INT_PRI_8_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_9_SPEC
impl Resettable for CPU_INT_PRI_9_SPEC
reset()
method sets CPU_INT_PRI_9 to value 0
const RESET_VALUE: <CPU_INT_PRI_9_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_9::CPU_INT_PRI_9_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_10_SPEC
impl Resettable for CPU_INT_PRI_10_SPEC
reset()
method sets CPU_INT_PRI_10 to value 0
const RESET_VALUE: <CPU_INT_PRI_10_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_10::CPU_INT_PRI_10_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_11_SPEC
impl Resettable for CPU_INT_PRI_11_SPEC
reset()
method sets CPU_INT_PRI_11 to value 0
const RESET_VALUE: <CPU_INT_PRI_11_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_11::CPU_INT_PRI_11_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_12_SPEC
impl Resettable for CPU_INT_PRI_12_SPEC
reset()
method sets CPU_INT_PRI_12 to value 0
const RESET_VALUE: <CPU_INT_PRI_12_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_12::CPU_INT_PRI_12_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_13_SPEC
impl Resettable for CPU_INT_PRI_13_SPEC
reset()
method sets CPU_INT_PRI_13 to value 0
const RESET_VALUE: <CPU_INT_PRI_13_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_13::CPU_INT_PRI_13_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_14_SPEC
impl Resettable for CPU_INT_PRI_14_SPEC
reset()
method sets CPU_INT_PRI_14 to value 0
const RESET_VALUE: <CPU_INT_PRI_14_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_14::CPU_INT_PRI_14_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_15_SPEC
impl Resettable for CPU_INT_PRI_15_SPEC
reset()
method sets CPU_INT_PRI_15 to value 0
const RESET_VALUE: <CPU_INT_PRI_15_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_15::CPU_INT_PRI_15_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_16_SPEC
impl Resettable for CPU_INT_PRI_16_SPEC
reset()
method sets CPU_INT_PRI_16 to value 0
const RESET_VALUE: <CPU_INT_PRI_16_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_16::CPU_INT_PRI_16_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_17_SPEC
impl Resettable for CPU_INT_PRI_17_SPEC
reset()
method sets CPU_INT_PRI_17 to value 0
const RESET_VALUE: <CPU_INT_PRI_17_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_17::CPU_INT_PRI_17_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_18_SPEC
impl Resettable for CPU_INT_PRI_18_SPEC
reset()
method sets CPU_INT_PRI_18 to value 0
const RESET_VALUE: <CPU_INT_PRI_18_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_18::CPU_INT_PRI_18_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_19_SPEC
impl Resettable for CPU_INT_PRI_19_SPEC
reset()
method sets CPU_INT_PRI_19 to value 0
const RESET_VALUE: <CPU_INT_PRI_19_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_19::CPU_INT_PRI_19_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_20_SPEC
impl Resettable for CPU_INT_PRI_20_SPEC
reset()
method sets CPU_INT_PRI_20 to value 0
const RESET_VALUE: <CPU_INT_PRI_20_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_20::CPU_INT_PRI_20_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_21_SPEC
impl Resettable for CPU_INT_PRI_21_SPEC
reset()
method sets CPU_INT_PRI_21 to value 0
const RESET_VALUE: <CPU_INT_PRI_21_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_21::CPU_INT_PRI_21_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_22_SPEC
impl Resettable for CPU_INT_PRI_22_SPEC
reset()
method sets CPU_INT_PRI_22 to value 0
const RESET_VALUE: <CPU_INT_PRI_22_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_22::CPU_INT_PRI_22_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_23_SPEC
impl Resettable for CPU_INT_PRI_23_SPEC
reset()
method sets CPU_INT_PRI_23 to value 0
const RESET_VALUE: <CPU_INT_PRI_23_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_23::CPU_INT_PRI_23_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_24_SPEC
impl Resettable for CPU_INT_PRI_24_SPEC
reset()
method sets CPU_INT_PRI_24 to value 0
const RESET_VALUE: <CPU_INT_PRI_24_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_24::CPU_INT_PRI_24_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_25_SPEC
impl Resettable for CPU_INT_PRI_25_SPEC
reset()
method sets CPU_INT_PRI_25 to value 0
const RESET_VALUE: <CPU_INT_PRI_25_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_25::CPU_INT_PRI_25_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_26_SPEC
impl Resettable for CPU_INT_PRI_26_SPEC
reset()
method sets CPU_INT_PRI_26 to value 0
const RESET_VALUE: <CPU_INT_PRI_26_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_26::CPU_INT_PRI_26_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_27_SPEC
impl Resettable for CPU_INT_PRI_27_SPEC
reset()
method sets CPU_INT_PRI_27 to value 0
const RESET_VALUE: <CPU_INT_PRI_27_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_27::CPU_INT_PRI_27_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_28_SPEC
impl Resettable for CPU_INT_PRI_28_SPEC
reset()
method sets CPU_INT_PRI_28 to value 0
const RESET_VALUE: <CPU_INT_PRI_28_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_28::CPU_INT_PRI_28_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_29_SPEC
impl Resettable for CPU_INT_PRI_29_SPEC
reset()
method sets CPU_INT_PRI_29 to value 0
const RESET_VALUE: <CPU_INT_PRI_29_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_29::CPU_INT_PRI_29_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_30_SPEC
impl Resettable for CPU_INT_PRI_30_SPEC
reset()
method sets CPU_INT_PRI_30 to value 0
const RESET_VALUE: <CPU_INT_PRI_30_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_30::CPU_INT_PRI_30_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_PRI_31_SPEC
impl Resettable for CPU_INT_PRI_31_SPEC
reset()
method sets CPU_INT_PRI_31 to value 0
const RESET_VALUE: <CPU_INT_PRI_31_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_pri_31::CPU_INT_PRI_31_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_THRESH_SPEC
impl Resettable for CPU_INT_THRESH_SPEC
reset()
method sets CPU_INT_THRESH to value 0
const RESET_VALUE: <CPU_INT_THRESH_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_thresh::CPU_INT_THRESH_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INT_TYPE_SPEC
impl Resettable for CPU_INT_TYPE_SPEC
reset()
method sets CPU_INT_TYPE to value 0
const RESET_VALUE: <CPU_INT_TYPE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_int_type::CPU_INT_TYPE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INTR_FROM_CPU_0_MAP_SPEC
impl Resettable for CPU_INTR_FROM_CPU_0_MAP_SPEC
reset()
method sets CPU_INTR_FROM_CPU_0_MAP to value 0
const RESET_VALUE: <CPU_INTR_FROM_CPU_0_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_intr_from_cpu_0_map::CPU_INTR_FROM_CPU_0_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INTR_FROM_CPU_1_MAP_SPEC
impl Resettable for CPU_INTR_FROM_CPU_1_MAP_SPEC
reset()
method sets CPU_INTR_FROM_CPU_1_MAP to value 0
const RESET_VALUE: <CPU_INTR_FROM_CPU_1_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_intr_from_cpu_1_map::CPU_INTR_FROM_CPU_1_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INTR_FROM_CPU_2_MAP_SPEC
impl Resettable for CPU_INTR_FROM_CPU_2_MAP_SPEC
reset()
method sets CPU_INTR_FROM_CPU_2_MAP to value 0
const RESET_VALUE: <CPU_INTR_FROM_CPU_2_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_intr_from_cpu_2_map::CPU_INTR_FROM_CPU_2_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CPU_INTR_FROM_CPU_3_MAP_SPEC
impl Resettable for CPU_INTR_FROM_CPU_3_MAP_SPEC
reset()
method sets CPU_INTR_FROM_CPU_3_MAP to value 0
const RESET_VALUE: <CPU_INTR_FROM_CPU_3_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::cpu_intr_from_cpu_3_map::CPU_INTR_FROM_CPU_3_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for DMA_CH0_INT_MAP_SPEC
impl Resettable for DMA_CH0_INT_MAP_SPEC
reset()
method sets DMA_CH0_INT_MAP to value 0
const RESET_VALUE: <DMA_CH0_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::dma_ch0_int_map::DMA_CH0_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ECC_INT_MAP_SPEC
impl Resettable for ECC_INT_MAP_SPEC
reset()
method sets ECC_INT_MAP to value 0
const RESET_VALUE: <ECC_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::ecc_int_map::ECC_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for EFUSE_INT_MAP_SPEC
impl Resettable for EFUSE_INT_MAP_SPEC
reset()
method sets EFUSE_INT_MAP to value 0
const RESET_VALUE: <EFUSE_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::efuse_int_map::EFUSE_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for GPIO_INTERRUPT_PRO_MAP_SPEC
impl Resettable for GPIO_INTERRUPT_PRO_MAP_SPEC
reset()
method sets GPIO_INTERRUPT_PRO_MAP to value 0
const RESET_VALUE: <GPIO_INTERRUPT_PRO_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::gpio_interrupt_pro_map::GPIO_INTERRUPT_PRO_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for GPIO_INTERRUPT_PRO_NMI_MAP_SPEC
impl Resettable for GPIO_INTERRUPT_PRO_NMI_MAP_SPEC
reset()
method sets GPIO_INTERRUPT_PRO_NMI_MAP to value 0
const RESET_VALUE: <GPIO_INTERRUPT_PRO_NMI_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::gpio_interrupt_pro_nmi_map::GPIO_INTERRUPT_PRO_NMI_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for I2C_EXT0_INTR_MAP_SPEC
impl Resettable for I2C_EXT0_INTR_MAP_SPEC
reset()
method sets I2C_EXT0_INTR_MAP to value 0
const RESET_VALUE: <I2C_EXT0_INTR_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::i2c_ext0_intr_map::I2C_EXT0_INTR_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for I2C_MST_INT_MAP_SPEC
impl Resettable for I2C_MST_INT_MAP_SPEC
reset()
method sets I2C_MST_INT_MAP to value 0
const RESET_VALUE: <I2C_MST_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::i2c_mst_int_map::I2C_MST_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ICACHE_PRELOAD_INT_MAP_SPEC
impl Resettable for ICACHE_PRELOAD_INT_MAP_SPEC
reset()
method sets ICACHE_PRELOAD_INT_MAP to value 0
const RESET_VALUE: <ICACHE_PRELOAD_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::icache_preload_int_map::ICACHE_PRELOAD_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ICACHE_SYNC_INT_MAP_SPEC
impl Resettable for ICACHE_SYNC_INT_MAP_SPEC
reset()
method sets ICACHE_SYNC_INT_MAP to value 0
const RESET_VALUE: <ICACHE_SYNC_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::icache_sync_int_map::ICACHE_SYNC_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for INTERRUPT_REG_DATE_SPEC
impl Resettable for INTERRUPT_REG_DATE_SPEC
reset()
method sets INTERRUPT_REG_DATE to value 0x0210_8190
const RESET_VALUE: <INTERRUPT_REG_DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02108190): <esp_hal_common::esp32c2::interrupt_core0::interrupt_reg_date::INTERRUPT_REG_DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for INTR_STATUS_REG_0_SPEC
impl Resettable for INTR_STATUS_REG_0_SPEC
reset()
method sets INTR_STATUS_REG_0 to value 0
const RESET_VALUE: <INTR_STATUS_REG_0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::intr_status_reg_0::INTR_STATUS_REG_0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for INTR_STATUS_REG_1_SPEC
impl Resettable for INTR_STATUS_REG_1_SPEC
reset()
method sets INTR_STATUS_REG_1 to value 0
const RESET_VALUE: <INTR_STATUS_REG_1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::intr_status_reg_1::INTR_STATUS_REG_1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for LEDC_INT_MAP_SPEC
impl Resettable for LEDC_INT_MAP_SPEC
reset()
method sets LEDC_INT_MAP to value 0
const RESET_VALUE: <LEDC_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::ledc_int_map::LEDC_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for LP_TIMER_INT_MAP_SPEC
impl Resettable for LP_TIMER_INT_MAP_SPEC
reset()
method sets LP_TIMER_INT_MAP to value 0
const RESET_VALUE: <LP_TIMER_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::lp_timer_int_map::LP_TIMER_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for MAC_INTR_MAP_SPEC
impl Resettable for MAC_INTR_MAP_SPEC
reset()
method sets MAC_INTR_MAP to value 0
const RESET_VALUE: <MAC_INTR_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::mac_intr_map::MAC_INTR_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RTC_CORE_INTR_MAP_SPEC
impl Resettable for RTC_CORE_INTR_MAP_SPEC
reset()
method sets RTC_CORE_INTR_MAP to value 0
const RESET_VALUE: <RTC_CORE_INTR_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::rtc_core_intr_map::RTC_CORE_INTR_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SHA_INT_MAP_SPEC
impl Resettable for SHA_INT_MAP_SPEC
reset()
method sets SHA_INT_MAP to value 0
const RESET_VALUE: <SHA_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::sha_int_map::SHA_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SPI_INTR_1_MAP_SPEC
impl Resettable for SPI_INTR_1_MAP_SPEC
reset()
method sets SPI_INTR_1_MAP to value 0
const RESET_VALUE: <SPI_INTR_1_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::spi_intr_1_map::SPI_INTR_1_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SPI_INTR_2_MAP_SPEC
impl Resettable for SPI_INTR_2_MAP_SPEC
reset()
method sets SPI_INTR_2_MAP to value 0
const RESET_VALUE: <SPI_INTR_2_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::spi_intr_2_map::SPI_INTR_2_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SPI_MEM_REJECT_INTR_MAP_SPEC
impl Resettable for SPI_MEM_REJECT_INTR_MAP_SPEC
reset()
method sets SPI_MEM_REJECT_INTR_MAP to value 0
const RESET_VALUE: <SPI_MEM_REJECT_INTR_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::spi_mem_reject_intr_map::SPI_MEM_REJECT_INTR_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SYSTIMER_TARGET0_INT_MAP_SPEC
impl Resettable for SYSTIMER_TARGET0_INT_MAP_SPEC
reset()
method sets SYSTIMER_TARGET0_INT_MAP to value 0
const RESET_VALUE: <SYSTIMER_TARGET0_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::systimer_target0_int_map::SYSTIMER_TARGET0_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SYSTIMER_TARGET1_INT_MAP_SPEC
impl Resettable for SYSTIMER_TARGET1_INT_MAP_SPEC
reset()
method sets SYSTIMER_TARGET1_INT_MAP to value 0
const RESET_VALUE: <SYSTIMER_TARGET1_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::systimer_target1_int_map::SYSTIMER_TARGET1_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SYSTIMER_TARGET2_INT_MAP_SPEC
impl Resettable for SYSTIMER_TARGET2_INT_MAP_SPEC
reset()
method sets SYSTIMER_TARGET2_INT_MAP to value 0
const RESET_VALUE: <SYSTIMER_TARGET2_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::systimer_target2_int_map::SYSTIMER_TARGET2_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TG_T0_INT_MAP_SPEC
impl Resettable for TG_T0_INT_MAP_SPEC
reset()
method sets TG_T0_INT_MAP to value 0
const RESET_VALUE: <TG_T0_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::tg_t0_int_map::TG_T0_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TG_WDT_INT_MAP_SPEC
impl Resettable for TG_WDT_INT_MAP_SPEC
reset()
method sets TG_WDT_INT_MAP to value 0
const RESET_VALUE: <TG_WDT_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::tg_wdt_int_map::TG_WDT_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for UART1_INTR_MAP_SPEC
impl Resettable for UART1_INTR_MAP_SPEC
reset()
method sets UART1_INTR_MAP to value 0
const RESET_VALUE: <UART1_INTR_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::uart1_intr_map::UART1_INTR_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for UART_INTR_MAP_SPEC
impl Resettable for UART_INTR_MAP_SPEC
reset()
method sets UART_INTR_MAP to value 0
const RESET_VALUE: <UART_INTR_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::uart_intr_map::UART_INTR_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for WIFI_BB_INT_MAP_SPEC
impl Resettable for WIFI_BB_INT_MAP_SPEC
reset()
method sets WIFI_BB_INT_MAP to value 0
const RESET_VALUE: <WIFI_BB_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::wifi_bb_int_map::WIFI_BB_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for WIFI_MAC_NMI_MAP_SPEC
impl Resettable for WIFI_MAC_NMI_MAP_SPEC
reset()
method sets WIFI_MAC_NMI_MAP to value 0
const RESET_VALUE: <WIFI_MAC_NMI_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::wifi_mac_nmi_map::WIFI_MAC_NMI_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for WIFI_PWR_INT_MAP_SPEC
impl Resettable for WIFI_PWR_INT_MAP_SPEC
reset()
method sets WIFI_PWR_INT_MAP to value 0
const RESET_VALUE: <WIFI_PWR_INT_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::interrupt_core0::wifi_pwr_int_map::WIFI_PWR_INT_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::io_mux::date::DATE_SPEC
impl Resettable for esp32c2_hal::pac::io_mux::date::DATE_SPEC
reset()
method sets DATE to value 0x0210_6190
const RESET_VALUE: <DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02106190): <esp_hal_common::esp32c2::io_mux::date::DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for GPIO_SPEC
impl Resettable for GPIO_SPEC
reset()
method sets GPIO%s to value 0x0b00
const RESET_VALUE: <GPIO_SPEC as RegisterSpec>::Ux = {transmute(0x00000b00): <esp_hal_common::esp32c2::io_mux::gpio::GPIO_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PIN_CTRL_SPEC
impl Resettable for PIN_CTRL_SPEC
reset()
method sets PIN_CTRL to value 0x07ff
const RESET_VALUE: <PIN_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x000007ff): <esp_hal_common::esp32c2::io_mux::pin_ctrl::PIN_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CH_CONF0_SPEC
impl Resettable for CH_CONF0_SPEC
reset()
method sets CH%s_CONF0 to value 0
const RESET_VALUE: <CH_CONF0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::ledc::ch_conf0::CH_CONF0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <CH_CONF1_SPEC as RegisterSpec>::Ux = {transmute(0x40000000): <esp_hal_common::esp32c2::ledc::ch_conf1::CH_CONF1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CH_DUTY_SPEC
impl Resettable for CH_DUTY_SPEC
reset()
method sets CH%s_DUTY to value 0
const RESET_VALUE: <CH_DUTY_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::ledc::ch_duty::CH_DUTY_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <CH_DUTY_R_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::ledc::ch_duty_r::CH_DUTY_R_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CH_HPOINT_SPEC
impl Resettable for CH_HPOINT_SPEC
reset()
method sets CH%s_HPOINT to value 0
const RESET_VALUE: <CH_HPOINT_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::ledc::ch_hpoint::CH_HPOINT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::ledc::conf::CONF_SPEC
impl Resettable for esp32c2_hal::pac::ledc::conf::CONF_SPEC
reset()
method sets CONF to value 0
const RESET_VALUE: <CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::ledc::conf::CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::ledc::date::DATE_SPEC
impl Resettable for esp32c2_hal::pac::ledc::date::DATE_SPEC
reset()
method sets DATE to value 0x1906_1700
const RESET_VALUE: <DATE_SPEC as RegisterSpec>::Ux = {transmute(0x19061700): <esp_hal_common::esp32c2::ledc::date::DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::ledc::int_clr::INT_CLR_SPEC
impl Resettable for esp32c2_hal::pac::ledc::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: <INT_CLR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::ledc::int_clr::INT_CLR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::ledc::int_ena::INT_ENA_SPEC
impl Resettable for esp32c2_hal::pac::ledc::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: <INT_ENA_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::ledc::int_ena::INT_ENA_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::ledc::int_raw::INT_RAW_SPEC
impl Resettable for esp32c2_hal::pac::ledc::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0
const RESET_VALUE: <INT_RAW_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::ledc::int_raw::INT_RAW_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::ledc::int_st::INT_ST_SPEC
impl Resettable for esp32c2_hal::pac::ledc::int_st::INT_ST_SPEC
reset()
method sets INT_ST to value 0
const RESET_VALUE: <INT_ST_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::ledc::int_st::INT_ST_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <TIMER_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00800000): <esp_hal_common::esp32c2::ledc::timer_conf::TIMER_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TIMER_VALUE_SPEC
impl Resettable for TIMER_VALUE_SPEC
reset()
method sets TIMER%s_VALUE to value 0
const RESET_VALUE: <TIMER_VALUE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::ledc::timer_value::TIMER_VALUE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::rng::data::DATA_SPEC
impl Resettable for esp32c2_hal::pac::rng::data::DATA_SPEC
reset()
method sets DATA to value 0
const RESET_VALUE: <DATA_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rng::data::DATA_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ANA_CONF_SPEC
impl Resettable for ANA_CONF_SPEC
reset()
method sets ANA_CONF to value 0x0044_0000
const RESET_VALUE: <ANA_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00440000): <esp_hal_common::esp32c2::rtc_cntl::ana_conf::ANA_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for BIAS_CONF_SPEC
impl Resettable for BIAS_CONF_SPEC
reset()
method sets BIAS_CONF to value 0x0001_0800
const RESET_VALUE: <BIAS_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00010800): <esp_hal_common::esp32c2::rtc_cntl::bias_conf::BIAS_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for BROWN_OUT_SPEC
impl Resettable for BROWN_OUT_SPEC
reset()
method sets BROWN_OUT to value 0x43ff_0010
const RESET_VALUE: <BROWN_OUT_SPEC as RegisterSpec>::Ux = {transmute(0x43ff0010): <esp_hal_common::esp32c2::rtc_cntl::brown_out::BROWN_OUT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::rtc_cntl::clk_conf::CLK_CONF_SPEC
impl Resettable for esp32c2_hal::pac::rtc_cntl::clk_conf::CLK_CONF_SPEC
reset()
method sets CLK_CONF to value 0x1158_3218
const RESET_VALUE: <CLK_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x11583218): <esp_hal_common::esp32c2::rtc_cntl::clk_conf::CLK_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CNTL_DATE_SPEC
impl Resettable for CNTL_DATE_SPEC
reset()
method sets CNTL_DATE to value 0x0210_7190
const RESET_VALUE: <CNTL_DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02107190): <esp_hal_common::esp32c2::rtc_cntl::cntl_date::CNTL_DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CNTL_DBG_MAP_SPEC
impl Resettable for CNTL_DBG_MAP_SPEC
reset()
method sets CNTL_DBG_MAP to value 0
const RESET_VALUE: <CNTL_DBG_MAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::cntl_dbg_map::CNTL_DBG_MAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CNTL_DBG_SAR_SEL_SPEC
impl Resettable for CNTL_DBG_SAR_SEL_SPEC
reset()
method sets CNTL_DBG_SAR_SEL to value 0
const RESET_VALUE: <CNTL_DBG_SAR_SEL_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::cntl_dbg_sar_sel::CNTL_DBG_SAR_SEL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CNTL_DBG_SEL_SPEC
impl Resettable for CNTL_DBG_SEL_SPEC
reset()
method sets CNTL_DBG_SEL to value 0
const RESET_VALUE: <CNTL_DBG_SEL_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::cntl_dbg_sel::CNTL_DBG_SEL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CNTL_GPIO_WAKEUP_SPEC
impl Resettable for CNTL_GPIO_WAKEUP_SPEC
reset()
method sets CNTL_GPIO_WAKEUP to value 0
const RESET_VALUE: <CNTL_GPIO_WAKEUP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::cntl_gpio_wakeup::CNTL_GPIO_WAKEUP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CNTL_RETENTION_CTRL_SPEC
impl Resettable for CNTL_RETENTION_CTRL_SPEC
reset()
method sets CNTL_RETENTION_CTRL to value 0xa0d0_0000
const RESET_VALUE: <CNTL_RETENTION_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0xa0d00000): <esp_hal_common::esp32c2::rtc_cntl::cntl_retention_ctrl::CNTL_RETENTION_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CNTL_SENSOR_CTRL_SPEC
impl Resettable for CNTL_SENSOR_CTRL_SPEC
reset()
method sets CNTL_SENSOR_CTRL to value 0
const RESET_VALUE: <CNTL_SENSOR_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::cntl_sensor_ctrl::CNTL_SENSOR_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <CPU_PERIOD_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::cpu_period_conf::CPU_PERIOD_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for DIAG0_SPEC
impl Resettable for DIAG0_SPEC
reset()
method sets DIAG0 to value 0
const RESET_VALUE: <DIAG0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::diag0::DIAG0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for DIG_ISO_SPEC
impl Resettable for DIG_ISO_SPEC
reset()
method sets DIG_ISO to value 0x8000_5080
const RESET_VALUE: <DIG_ISO_SPEC as RegisterSpec>::Ux = {transmute(0x80005080): <esp_hal_common::esp32c2::rtc_cntl::dig_iso::DIG_ISO_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <DIG_PAD_HOLD_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::dig_pad_hold::DIG_PAD_HOLD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for DIG_PWC_SPEC
impl Resettable for DIG_PWC_SPEC
reset()
method sets DIG_PWC to value 0x0010_0020
const RESET_VALUE: <DIG_PWC_SPEC as RegisterSpec>::Ux = {transmute(0x00100020): <esp_hal_common::esp32c2::rtc_cntl::dig_pwc::DIG_PWC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <EXT_WAKEUP_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::ext_wakeup_conf::EXT_WAKEUP_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for EXT_XTL_CONF_SPEC
impl Resettable for EXT_XTL_CONF_SPEC
reset()
method sets EXT_XTL_CONF to value 0
const RESET_VALUE: <EXT_XTL_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::ext_xtl_conf::EXT_XTL_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FIB_SEL_SPEC
impl Resettable for FIB_SEL_SPEC
reset()
method sets FIB_SEL to value 0x07
const RESET_VALUE: <FIB_SEL_SPEC as RegisterSpec>::Ux = {transmute(0x00000007): <esp_hal_common::esp32c2::rtc_cntl::fib_sel::FIB_SEL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <INT_CLR_RTC_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::int_clr_rtc::INT_CLR_RTC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <INT_ENA_RTC_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::int_ena_rtc::INT_ENA_RTC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for INT_ENA_RTC_W1TC_SPEC
impl Resettable for INT_ENA_RTC_W1TC_SPEC
reset()
method sets INT_ENA_RTC_W1TC to value 0
const RESET_VALUE: <INT_ENA_RTC_W1TC_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::int_ena_rtc_w1tc::INT_ENA_RTC_W1TC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for INT_ENA_RTC_W1TS_SPEC
impl Resettable for INT_ENA_RTC_W1TS_SPEC
reset()
method sets INT_ENA_RTC_W1TS to value 0
const RESET_VALUE: <INT_ENA_RTC_W1TS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::int_ena_rtc_w1ts::INT_ENA_RTC_W1TS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <INT_RAW_RTC_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::int_raw_rtc::INT_RAW_RTC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <INT_ST_RTC_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::int_st_rtc::INT_ST_RTC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <LOW_POWER_ST_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::low_power_st::LOW_POWER_ST_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for OPTION1_SPEC
impl Resettable for OPTION1_SPEC
reset()
method sets OPTION1 to value 0
const RESET_VALUE: <OPTION1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::option1::OPTION1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for OPTIONS0_SPEC
impl Resettable for OPTIONS0_SPEC
reset()
method sets OPTIONS0 to value 0x1000_a000
const RESET_VALUE: <OPTIONS0_SPEC as RegisterSpec>::Ux = {transmute(0x1000a000): <esp_hal_common::esp32c2::rtc_cntl::options0::OPTIONS0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PAD_HOLD_SPEC
impl Resettable for PAD_HOLD_SPEC
reset()
method sets PAD_HOLD to value 0
const RESET_VALUE: <PAD_HOLD_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::pad_hold::PAD_HOLD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PWC_SPEC
impl Resettable for PWC_SPEC
reset()
method sets PWC to value 0
const RESET_VALUE: <PWC_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::pwc::PWC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RESET_STATE_SPEC
impl Resettable for RESET_STATE_SPEC
reset()
method sets RESET_STATE to value 0x2000
const RESET_VALUE: <RESET_STATE_SPEC as RegisterSpec>::Ux = {transmute(0x00002000): <esp_hal_common::esp32c2::rtc_cntl::reset_state::RESET_STATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RTC_CNTL_SPEC
impl Resettable for RTC_CNTL_SPEC
reset()
method sets RTC_CNTL to value 0x8000_0000
const RESET_VALUE: <RTC_CNTL_SPEC as RegisterSpec>::Ux = {transmute(0x80000000): <esp_hal_common::esp32c2::rtc_cntl::rtc_cntl::RTC_CNTL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <SLOW_CLK_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00400000): <esp_hal_common::esp32c2::rtc_cntl::slow_clk_conf::SLOW_CLK_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <SLP_REJECT_CAUSE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::slp_reject_cause::SLP_REJECT_CAUSE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <SLP_REJECT_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::slp_reject_conf::SLP_REJECT_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SLP_TIMER0_SPEC
impl Resettable for SLP_TIMER0_SPEC
reset()
method sets SLP_TIMER0 to value 0
const RESET_VALUE: <SLP_TIMER0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::slp_timer0::SLP_TIMER0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SLP_TIMER1_SPEC
impl Resettable for SLP_TIMER1_SPEC
reset()
method sets SLP_TIMER1 to value 0
const RESET_VALUE: <SLP_TIMER1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::slp_timer1::SLP_TIMER1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <SLP_WAKEUP_CAUSE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::slp_wakeup_cause::SLP_WAKEUP_CAUSE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for STATE0_SPEC
impl Resettable for STATE0_SPEC
reset()
method sets STATE0 to value 0
const RESET_VALUE: <STATE0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::state0::STATE0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for STORE0_SPEC
impl Resettable for STORE0_SPEC
reset()
method sets STORE0 to value 0
const RESET_VALUE: <STORE0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::store0::STORE0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for STORE1_SPEC
impl Resettable for STORE1_SPEC
reset()
method sets STORE1 to value 0
const RESET_VALUE: <STORE1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::store1::STORE1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for STORE2_SPEC
impl Resettable for STORE2_SPEC
reset()
method sets STORE2 to value 0
const RESET_VALUE: <STORE2_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::store2::STORE2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for STORE3_SPEC
impl Resettable for STORE3_SPEC
reset()
method sets STORE3 to value 0
const RESET_VALUE: <STORE3_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::store3::STORE3_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for STORE4_SPEC
impl Resettable for STORE4_SPEC
reset()
method sets STORE4 to value 0
const RESET_VALUE: <STORE4_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::store4::STORE4_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for STORE5_SPEC
impl Resettable for STORE5_SPEC
reset()
method sets STORE5 to value 0
const RESET_VALUE: <STORE5_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::store5::STORE5_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for STORE6_SPEC
impl Resettable for STORE6_SPEC
reset()
method sets STORE6 to value 0
const RESET_VALUE: <STORE6_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::store6::STORE6_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for STORE7_SPEC
impl Resettable for STORE7_SPEC
reset()
method sets STORE7 to value 0
const RESET_VALUE: <STORE7_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::store7::STORE7_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <SW_CPU_STALL_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::sw_cpu_stall::SW_CPU_STALL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SWD_CONF_SPEC
impl Resettable for SWD_CONF_SPEC
reset()
method sets SWD_CONF to value 0x04b0_0000
const RESET_VALUE: <SWD_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x04b00000): <esp_hal_common::esp32c2::rtc_cntl::swd_conf::SWD_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SWD_WPROTECT_SPEC
impl Resettable for SWD_WPROTECT_SPEC
reset()
method sets SWD_WPROTECT to value 0
const RESET_VALUE: <SWD_WPROTECT_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::swd_wprotect::SWD_WPROTECT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TIME_HIGH0_SPEC
impl Resettable for TIME_HIGH0_SPEC
reset()
method sets TIME_HIGH0 to value 0
const RESET_VALUE: <TIME_HIGH0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::time_high0::TIME_HIGH0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TIME_HIGH1_SPEC
impl Resettable for TIME_HIGH1_SPEC
reset()
method sets TIME_HIGH1 to value 0
const RESET_VALUE: <TIME_HIGH1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::time_high1::TIME_HIGH1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TIME_LOW0_SPEC
impl Resettable for TIME_LOW0_SPEC
reset()
method sets TIME_LOW0 to value 0
const RESET_VALUE: <TIME_LOW0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::time_low0::TIME_LOW0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TIME_LOW1_SPEC
impl Resettable for TIME_LOW1_SPEC
reset()
method sets TIME_LOW1 to value 0
const RESET_VALUE: <TIME_LOW1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::time_low1::TIME_LOW1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TIME_UPDATE_SPEC
impl Resettable for TIME_UPDATE_SPEC
reset()
method sets TIME_UPDATE to value 0
const RESET_VALUE: <TIME_UPDATE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::time_update::TIME_UPDATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TIMER1_SPEC
impl Resettable for TIMER1_SPEC
reset()
method sets TIMER1 to value 0x2814_0403
const RESET_VALUE: <TIMER1_SPEC as RegisterSpec>::Ux = {transmute(0x28140403): <esp_hal_common::esp32c2::rtc_cntl::timer1::TIMER1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TIMER2_SPEC
impl Resettable for TIMER2_SPEC
reset()
method sets TIMER2 to value 0x0100_0000
const RESET_VALUE: <TIMER2_SPEC as RegisterSpec>::Ux = {transmute(0x01000000): <esp_hal_common::esp32c2::rtc_cntl::timer2::TIMER2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TIMER4_SPEC
impl Resettable for TIMER4_SPEC
reset()
method sets TIMER4 to value 0x1020_0000
const RESET_VALUE: <TIMER4_SPEC as RegisterSpec>::Ux = {transmute(0x10200000): <esp_hal_common::esp32c2::rtc_cntl::timer4::TIMER4_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TIMER5_SPEC
impl Resettable for TIMER5_SPEC
reset()
method sets TIMER5 to value 0x8000
const RESET_VALUE: <TIMER5_SPEC as RegisterSpec>::Ux = {transmute(0x00008000): <esp_hal_common::esp32c2::rtc_cntl::timer5::TIMER5_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <ULP_CP_TIMER_1_SPEC as RegisterSpec>::Ux = {transmute(0x0000c800): <esp_hal_common::esp32c2::rtc_cntl::ulp_cp_timer_1::ULP_CP_TIMER_1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for USB_CONF_SPEC
impl Resettable for USB_CONF_SPEC
reset()
method sets USB_CONF to value 0
const RESET_VALUE: <USB_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::usb_conf::USB_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for WAKEUP_STATE_SPEC
impl Resettable for WAKEUP_STATE_SPEC
reset()
method sets WAKEUP_STATE to value 0x0006_0000
const RESET_VALUE: <WAKEUP_STATE_SPEC as RegisterSpec>::Ux = {transmute(0x00060000): <esp_hal_common::esp32c2::rtc_cntl::wakeup_state::WAKEUP_STATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::rtc_cntl::wdtconfig0::WDTCONFIG0_SPEC
impl Resettable for esp32c2_hal::pac::rtc_cntl::wdtconfig0::WDTCONFIG0_SPEC
reset()
method sets WDTCONFIG0 to value 0x0001_3214
const RESET_VALUE: <WDTCONFIG0_SPEC as RegisterSpec>::Ux = {transmute(0x00013214): <esp_hal_common::esp32c2::rtc_cntl::wdtconfig0::WDTCONFIG0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::rtc_cntl::wdtconfig1::WDTCONFIG1_SPEC
impl Resettable for esp32c2_hal::pac::rtc_cntl::wdtconfig1::WDTCONFIG1_SPEC
reset()
method sets WDTCONFIG1 to value 0x0003_0d40
const RESET_VALUE: <WDTCONFIG1_SPEC as RegisterSpec>::Ux = {transmute(0x00030d40): <esp_hal_common::esp32c2::rtc_cntl::wdtconfig1::WDTCONFIG1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::rtc_cntl::wdtconfig2::WDTCONFIG2_SPEC
impl Resettable for esp32c2_hal::pac::rtc_cntl::wdtconfig2::WDTCONFIG2_SPEC
reset()
method sets WDTCONFIG2 to value 0x0001_3880
const RESET_VALUE: <WDTCONFIG2_SPEC as RegisterSpec>::Ux = {transmute(0x00013880): <esp_hal_common::esp32c2::rtc_cntl::wdtconfig2::WDTCONFIG2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::rtc_cntl::wdtconfig3::WDTCONFIG3_SPEC
impl Resettable for esp32c2_hal::pac::rtc_cntl::wdtconfig3::WDTCONFIG3_SPEC
reset()
method sets WDTCONFIG3 to value 0x0fff
const RESET_VALUE: <WDTCONFIG3_SPEC as RegisterSpec>::Ux = {transmute(0x00000fff): <esp_hal_common::esp32c2::rtc_cntl::wdtconfig3::WDTCONFIG3_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::rtc_cntl::wdtconfig4::WDTCONFIG4_SPEC
impl Resettable for esp32c2_hal::pac::rtc_cntl::wdtconfig4::WDTCONFIG4_SPEC
reset()
method sets WDTCONFIG4 to value 0x0fff
const RESET_VALUE: <WDTCONFIG4_SPEC as RegisterSpec>::Ux = {transmute(0x00000fff): <esp_hal_common::esp32c2::rtc_cntl::wdtconfig4::WDTCONFIG4_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::rtc_cntl::wdtfeed::WDTFEED_SPEC
impl Resettable for esp32c2_hal::pac::rtc_cntl::wdtfeed::WDTFEED_SPEC
reset()
method sets WDTFEED to value 0
const RESET_VALUE: <WDTFEED_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::wdtfeed::WDTFEED_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::rtc_cntl::wdtwprotect::WDTWPROTECT_SPEC
impl Resettable for esp32c2_hal::pac::rtc_cntl::wdtwprotect::WDTWPROTECT_SPEC
reset()
method sets WDTWPROTECT to value 0
const RESET_VALUE: <WDTWPROTECT_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::rtc_cntl::wdtwprotect::WDTWPROTECT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for APB_PERIPHERAL_ACCESS_0_SPEC
impl Resettable for APB_PERIPHERAL_ACCESS_0_SPEC
reset()
method sets APB_PERIPHERAL_ACCESS_0 to value 0
const RESET_VALUE: <APB_PERIPHERAL_ACCESS_0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sensitive::apb_peripheral_access_0::APB_PERIPHERAL_ACCESS_0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for APB_PERIPHERAL_ACCESS_1_SPEC
impl Resettable for APB_PERIPHERAL_ACCESS_1_SPEC
reset()
method sets APB_PERIPHERAL_ACCESS_1 to value 0x01
const RESET_VALUE: <APB_PERIPHERAL_ACCESS_1_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::sensitive::apb_peripheral_access_1::APB_PERIPHERAL_ACCESS_1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <CACHE_MMU_ACCESS_0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sensitive::cache_mmu_access_0::CACHE_MMU_ACCESS_0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <CACHE_MMU_ACCESS_1_SPEC as RegisterSpec>::Ux = {transmute(0x00000003): <esp_hal_common::esp32c2::sensitive::cache_mmu_access_1::CACHE_MMU_ACCESS_1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <CACHE_TAG_ACCESS_0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sensitive::cache_tag_access_0::CACHE_TAG_ACCESS_0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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 0x0f
const RESET_VALUE: <CACHE_TAG_ACCESS_1_SPEC as RegisterSpec>::Ux = {transmute(0x0000000f): <esp_hal_common::esp32c2::sensitive::cache_tag_access_1::CACHE_TAG_ACCESS_1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::sensitive::clock_gate::CLOCK_GATE_SPEC
impl Resettable for esp32c2_hal::pac::sensitive::clock_gate::CLOCK_GATE_SPEC
reset()
method sets CLOCK_GATE to value 0x01
const RESET_VALUE: <CLOCK_GATE_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::sensitive::clock_gate::CLOCK_GATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for INTERNAL_SRAM_USAGE_0_SPEC
impl Resettable for INTERNAL_SRAM_USAGE_0_SPEC
reset()
method sets INTERNAL_SRAM_USAGE_0 to value 0
const RESET_VALUE: <INTERNAL_SRAM_USAGE_0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sensitive::internal_sram_usage_0::INTERNAL_SRAM_USAGE_0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for INTERNAL_SRAM_USAGE_1_SPEC
impl Resettable for INTERNAL_SRAM_USAGE_1_SPEC
reset()
method sets INTERNAL_SRAM_USAGE_1 to value 0x0f
const RESET_VALUE: <INTERNAL_SRAM_USAGE_1_SPEC as RegisterSpec>::Ux = {transmute(0x0000000f): <esp_hal_common::esp32c2::sensitive::internal_sram_usage_1::INTERNAL_SRAM_USAGE_1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for INTERNAL_SRAM_USAGE_3_SPEC
impl Resettable for INTERNAL_SRAM_USAGE_3_SPEC
reset()
method sets INTERNAL_SRAM_USAGE_3 to value 0
const RESET_VALUE: <INTERNAL_SRAM_USAGE_3_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sensitive::internal_sram_usage_3::INTERNAL_SRAM_USAGE_3_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PIF_ACCESS_MONITOR_0_SPEC
impl Resettable for PIF_ACCESS_MONITOR_0_SPEC
reset()
method sets PIF_ACCESS_MONITOR_0 to value 0
const RESET_VALUE: <PIF_ACCESS_MONITOR_0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sensitive::pif_access_monitor_0::PIF_ACCESS_MONITOR_0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PIF_ACCESS_MONITOR_1_SPEC
impl Resettable for PIF_ACCESS_MONITOR_1_SPEC
reset()
method sets PIF_ACCESS_MONITOR_1 to value 0x03
const RESET_VALUE: <PIF_ACCESS_MONITOR_1_SPEC as RegisterSpec>::Ux = {transmute(0x00000003): <esp_hal_common::esp32c2::sensitive::pif_access_monitor_1::PIF_ACCESS_MONITOR_1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PIF_ACCESS_MONITOR_2_SPEC
impl Resettable for PIF_ACCESS_MONITOR_2_SPEC
reset()
method sets PIF_ACCESS_MONITOR_2 to value 0
const RESET_VALUE: <PIF_ACCESS_MONITOR_2_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sensitive::pif_access_monitor_2::PIF_ACCESS_MONITOR_2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PIF_ACCESS_MONITOR_3_SPEC
impl Resettable for PIF_ACCESS_MONITOR_3_SPEC
reset()
method sets PIF_ACCESS_MONITOR_3 to value 0
const RESET_VALUE: <PIF_ACCESS_MONITOR_3_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sensitive::pif_access_monitor_3::PIF_ACCESS_MONITOR_3_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ROM_TABLE_SPEC
impl Resettable for ROM_TABLE_SPEC
reset()
method sets ROM_TABLE to value 0
const RESET_VALUE: <ROM_TABLE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sensitive::rom_table::ROM_TABLE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ROM_TABLE_LOCK_SPEC
impl Resettable for ROM_TABLE_LOCK_SPEC
reset()
method sets ROM_TABLE_LOCK to value 0
const RESET_VALUE: <ROM_TABLE_LOCK_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sensitive::rom_table_lock::ROM_TABLE_LOCK_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SENSITIVE_REG_DATE_SPEC
impl Resettable for SENSITIVE_REG_DATE_SPEC
reset()
method sets SENSITIVE_REG_DATE to value 0x0210_6301
const RESET_VALUE: <SENSITIVE_REG_DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02106301): <esp_hal_common::esp32c2::sensitive::sensitive_reg_date::SENSITIVE_REG_DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for XTS_AES_KEY_UPDATE_SPEC
impl Resettable for XTS_AES_KEY_UPDATE_SPEC
reset()
method sets XTS_AES_KEY_UPDATE to value 0
const RESET_VALUE: <XTS_AES_KEY_UPDATE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sensitive::xts_aes_key_update::XTS_AES_KEY_UPDATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for BUSY_SPEC
impl Resettable for BUSY_SPEC
reset()
method sets BUSY to value 0
const RESET_VALUE: <BUSY_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sha::busy::BUSY_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CLEAR_IRQ_SPEC
impl Resettable for CLEAR_IRQ_SPEC
reset()
method sets CLEAR_IRQ to value 0
const RESET_VALUE: <CLEAR_IRQ_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sha::clear_irq::CLEAR_IRQ_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CONTINUE_SPEC
impl Resettable for CONTINUE_SPEC
reset()
method sets CONTINUE to value 0
const RESET_VALUE: <CONTINUE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sha::continue_::CONTINUE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::sha::date::DATE_SPEC
impl Resettable for esp32c2_hal::pac::sha::date::DATE_SPEC
reset()
method sets DATE to value 0x2020_0616
const RESET_VALUE: <DATE_SPEC as RegisterSpec>::Ux = {transmute(0x20200616): <esp_hal_common::esp32c2::sha::date::DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <DMA_BLOCK_NUM_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sha::dma_block_num::DMA_BLOCK_NUM_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for DMA_CONTINUE_SPEC
impl Resettable for DMA_CONTINUE_SPEC
reset()
method sets DMA_CONTINUE to value 0
const RESET_VALUE: <DMA_CONTINUE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sha::dma_continue::DMA_CONTINUE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for DMA_START_SPEC
impl Resettable for DMA_START_SPEC
reset()
method sets DMA_START to value 0
const RESET_VALUE: <DMA_START_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sha::dma_start::DMA_START_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for H_MEM_SPEC
impl Resettable for H_MEM_SPEC
reset()
method sets H_MEM[%s] to value 0
const RESET_VALUE: <H_MEM_SPEC as RegisterSpec>::Ux = {transmute(0x00): <esp_hal_common::esp32c2::sha::h_mem::H_MEM_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for IRQ_ENA_SPEC
impl Resettable for IRQ_ENA_SPEC
reset()
method sets IRQ_ENA to value 0
const RESET_VALUE: <IRQ_ENA_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sha::irq_ena::IRQ_ENA_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for M_MEM_SPEC
impl Resettable for M_MEM_SPEC
reset()
method sets M_MEM[%s] to value 0
const RESET_VALUE: <M_MEM_SPEC as RegisterSpec>::Ux = {transmute(0x00): <esp_hal_common::esp32c2::sha::m_mem::M_MEM_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for MODE_SPEC
impl Resettable for MODE_SPEC
reset()
method sets MODE to value 0
const RESET_VALUE: <MODE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sha::mode::MODE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for START_SPEC
impl Resettable for START_SPEC
reset()
method sets START to value 0
const RESET_VALUE: <START_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sha::start::START_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for T_LENGTH_SPEC
impl Resettable for T_LENGTH_SPEC
reset()
method sets T_LENGTH to value 0
const RESET_VALUE: <T_LENGTH_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sha::t_length::T_LENGTH_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for T_STRING_SPEC
impl Resettable for T_STRING_SPEC
reset()
method sets T_STRING to value 0
const RESET_VALUE: <T_STRING_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::sha::t_string::T_STRING_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi0::cache_fctrl::CACHE_FCTRL_SPEC
impl Resettable for esp32c2_hal::pac::spi0::cache_fctrl::CACHE_FCTRL_SPEC
reset()
method sets CACHE_FCTRL to value 0
const RESET_VALUE: <CACHE_FCTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi0::cache_fctrl::CACHE_FCTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi0::clock::CLOCK_SPEC
impl Resettable for esp32c2_hal::pac::spi0::clock::CLOCK_SPEC
reset()
method sets CLOCK to value 0x0003_0103
const RESET_VALUE: <CLOCK_SPEC as RegisterSpec>::Ux = {transmute(0x00030103): <esp_hal_common::esp32c2::spi0::clock::CLOCK_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi0::clock_gate::CLOCK_GATE_SPEC
impl Resettable for esp32c2_hal::pac::spi0::clock_gate::CLOCK_GATE_SPEC
reset()
method sets CLOCK_GATE to value 0x01
const RESET_VALUE: <CLOCK_GATE_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::spi0::clock_gate::CLOCK_GATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CORE_CLK_SEL_SPEC
impl Resettable for CORE_CLK_SEL_SPEC
reset()
method sets CORE_CLK_SEL to value 0
const RESET_VALUE: <CORE_CLK_SEL_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi0::core_clk_sel::CORE_CLK_SEL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi0::ctrl1::CTRL1_SPEC
impl Resettable for esp32c2_hal::pac::spi0::ctrl1::CTRL1_SPEC
reset()
method sets CTRL1 to value 0
const RESET_VALUE: <CTRL1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi0::ctrl1::CTRL1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi0::ctrl2::CTRL2_SPEC
impl Resettable for esp32c2_hal::pac::spi0::ctrl2::CTRL2_SPEC
reset()
method sets CTRL2 to value 0x21
const RESET_VALUE: <CTRL2_SPEC as RegisterSpec>::Ux = {transmute(0x00000021): <esp_hal_common::esp32c2::spi0::ctrl2::CTRL2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi0::ctrl::CTRL_SPEC
impl Resettable for esp32c2_hal::pac::spi0::ctrl::CTRL_SPEC
reset()
method sets CTRL to value 0x002c_2000
const RESET_VALUE: <CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x002c2000): <esp_hal_common::esp32c2::spi0::ctrl::CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi0::date::DATE_SPEC
impl Resettable for esp32c2_hal::pac::spi0::date::DATE_SPEC
reset()
method sets DATE to value 0x0210_6191
const RESET_VALUE: <DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02106191): <esp_hal_common::esp32c2::spi0::date::DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi0::din_mode::DIN_MODE_SPEC
impl Resettable for esp32c2_hal::pac::spi0::din_mode::DIN_MODE_SPEC
reset()
method sets DIN_MODE to value 0
const RESET_VALUE: <DIN_MODE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi0::din_mode::DIN_MODE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi0::din_num::DIN_NUM_SPEC
impl Resettable for esp32c2_hal::pac::spi0::din_num::DIN_NUM_SPEC
reset()
method sets DIN_NUM to value 0
const RESET_VALUE: <DIN_NUM_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi0::din_num::DIN_NUM_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi0::dout_mode::DOUT_MODE_SPEC
impl Resettable for esp32c2_hal::pac::spi0::dout_mode::DOUT_MODE_SPEC
reset()
method sets DOUT_MODE to value 0
const RESET_VALUE: <DOUT_MODE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi0::dout_mode::DOUT_MODE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FSM_SPEC
impl Resettable for FSM_SPEC
reset()
method sets FSM to value 0x0200
const RESET_VALUE: <FSM_SPEC as RegisterSpec>::Ux = {transmute(0x00000200): <esp_hal_common::esp32c2::spi0::fsm::FSM_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi0::misc::MISC_SPEC
impl Resettable for esp32c2_hal::pac::spi0::misc::MISC_SPEC
reset()
method sets MISC to value 0
const RESET_VALUE: <MISC_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi0::misc::MISC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi0::rd_status::RD_STATUS_SPEC
impl Resettable for esp32c2_hal::pac::spi0::rd_status::RD_STATUS_SPEC
reset()
method sets RD_STATUS to value 0
const RESET_VALUE: <RD_STATUS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi0::rd_status::RD_STATUS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi0::timing_cali::TIMING_CALI_SPEC
impl Resettable for esp32c2_hal::pac::spi0::timing_cali::TIMING_CALI_SPEC
reset()
method sets TIMING_CALI to value 0
const RESET_VALUE: <TIMING_CALI_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi0::timing_cali::TIMING_CALI_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi0::user1::USER1_SPEC
impl Resettable for esp32c2_hal::pac::spi0::user1::USER1_SPEC
reset()
method sets USER1 to value 0x5c00_0007
const RESET_VALUE: <USER1_SPEC as RegisterSpec>::Ux = {transmute(0x5c000007): <esp_hal_common::esp32c2::spi0::user1::USER1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi0::user2::USER2_SPEC
impl Resettable for esp32c2_hal::pac::spi0::user2::USER2_SPEC
reset()
method sets USER2 to value 0x7000_0000
const RESET_VALUE: <USER2_SPEC as RegisterSpec>::Ux = {transmute(0x70000000): <esp_hal_common::esp32c2::spi0::user2::USER2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi0::user::USER_SPEC
impl Resettable for esp32c2_hal::pac::spi0::user::USER_SPEC
reset()
method sets USER to value 0
const RESET_VALUE: <USER_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi0::user::USER_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::addr::ADDR_SPEC
impl Resettable for esp32c2_hal::pac::spi1::addr::ADDR_SPEC
reset()
method sets ADDR to value 0
const RESET_VALUE: <ADDR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::addr::ADDR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::cache_fctrl::CACHE_FCTRL_SPEC
impl Resettable for esp32c2_hal::pac::spi1::cache_fctrl::CACHE_FCTRL_SPEC
reset()
method sets CACHE_FCTRL to value 0
const RESET_VALUE: <CACHE_FCTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::cache_fctrl::CACHE_FCTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::clock::CLOCK_SPEC
impl Resettable for esp32c2_hal::pac::spi1::clock::CLOCK_SPEC
reset()
method sets CLOCK to value 0x0003_0103
const RESET_VALUE: <CLOCK_SPEC as RegisterSpec>::Ux = {transmute(0x00030103): <esp_hal_common::esp32c2::spi1::clock::CLOCK_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::clock_gate::CLOCK_GATE_SPEC
impl Resettable for esp32c2_hal::pac::spi1::clock_gate::CLOCK_GATE_SPEC
reset()
method sets CLOCK_GATE to value 0x01
const RESET_VALUE: <CLOCK_GATE_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::spi1::clock_gate::CLOCK_GATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::cmd::CMD_SPEC
impl Resettable for esp32c2_hal::pac::spi1::cmd::CMD_SPEC
reset()
method sets CMD to value 0
const RESET_VALUE: <CMD_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::cmd::CMD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::ctrl1::CTRL1_SPEC
impl Resettable for esp32c2_hal::pac::spi1::ctrl1::CTRL1_SPEC
reset()
method sets CTRL1 to value 0x0ffc
const RESET_VALUE: <CTRL1_SPEC as RegisterSpec>::Ux = {transmute(0x00000ffc): <esp_hal_common::esp32c2::spi1::ctrl1::CTRL1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::ctrl2::CTRL2_SPEC
impl Resettable for esp32c2_hal::pac::spi1::ctrl2::CTRL2_SPEC
reset()
method sets CTRL2 to value 0
const RESET_VALUE: <CTRL2_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::ctrl2::CTRL2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::ctrl::CTRL_SPEC
impl Resettable for esp32c2_hal::pac::spi1::ctrl::CTRL_SPEC
reset()
method sets CTRL to value 0x002c_a000
const RESET_VALUE: <CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x002ca000): <esp_hal_common::esp32c2::spi1::ctrl::CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::date::DATE_SPEC
impl Resettable for esp32c2_hal::pac::spi1::date::DATE_SPEC
reset()
method sets DATE to value 0x0210_7013
const RESET_VALUE: <DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02107013): <esp_hal_common::esp32c2::spi1::date::DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FLASH_SUS_CMD_SPEC
impl Resettable for FLASH_SUS_CMD_SPEC
reset()
method sets FLASH_SUS_CMD to value 0x0005_757a
const RESET_VALUE: <FLASH_SUS_CMD_SPEC as RegisterSpec>::Ux = {transmute(0x0005757a): <esp_hal_common::esp32c2::spi1::flash_sus_cmd::FLASH_SUS_CMD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FLASH_SUS_CTRL_SPEC
impl Resettable for FLASH_SUS_CTRL_SPEC
reset()
method sets FLASH_SUS_CTRL to value 0x0800_2000
const RESET_VALUE: <FLASH_SUS_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x08002000): <esp_hal_common::esp32c2::spi1::flash_sus_ctrl::FLASH_SUS_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FLASH_WAITI_CTRL_SPEC
impl Resettable for FLASH_WAITI_CTRL_SPEC
reset()
method sets FLASH_WAITI_CTRL to value 0x14
const RESET_VALUE: <FLASH_WAITI_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000014): <esp_hal_common::esp32c2::spi1::flash_waiti_ctrl::FLASH_WAITI_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::int_clr::INT_CLR_SPEC
impl Resettable for esp32c2_hal::pac::spi1::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: <INT_CLR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::int_clr::INT_CLR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::int_ena::INT_ENA_SPEC
impl Resettable for esp32c2_hal::pac::spi1::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: <INT_ENA_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::int_ena::INT_ENA_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::int_raw::INT_RAW_SPEC
impl Resettable for esp32c2_hal::pac::spi1::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0
const RESET_VALUE: <INT_RAW_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::int_raw::INT_RAW_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::int_st::INT_ST_SPEC
impl Resettable for esp32c2_hal::pac::spi1::int_st::INT_ST_SPEC
reset()
method sets INT_ST to value 0
const RESET_VALUE: <INT_ST_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::int_st::INT_ST_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::misc::MISC_SPEC
impl Resettable for esp32c2_hal::pac::spi1::misc::MISC_SPEC
reset()
method sets MISC to value 0x02
const RESET_VALUE: <MISC_SPEC as RegisterSpec>::Ux = {transmute(0x00000002): <esp_hal_common::esp32c2::spi1::misc::MISC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for MISO_DLEN_SPEC
impl Resettable for MISO_DLEN_SPEC
reset()
method sets MISO_DLEN to value 0
const RESET_VALUE: <MISO_DLEN_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::miso_dlen::MISO_DLEN_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for MOSI_DLEN_SPEC
impl Resettable for MOSI_DLEN_SPEC
reset()
method sets MOSI_DLEN to value 0
const RESET_VALUE: <MOSI_DLEN_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::mosi_dlen::MOSI_DLEN_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::rd_status::RD_STATUS_SPEC
impl Resettable for esp32c2_hal::pac::spi1::rd_status::RD_STATUS_SPEC
reset()
method sets RD_STATUS to value 0
const RESET_VALUE: <RD_STATUS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::rd_status::RD_STATUS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SUS_STATUS_SPEC
impl Resettable for SUS_STATUS_SPEC
reset()
method sets SUS_STATUS to value 0
const RESET_VALUE: <SUS_STATUS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::sus_status::SUS_STATUS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::timing_cali::TIMING_CALI_SPEC
impl Resettable for esp32c2_hal::pac::spi1::timing_cali::TIMING_CALI_SPEC
reset()
method sets TIMING_CALI to value 0
const RESET_VALUE: <TIMING_CALI_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::timing_cali::TIMING_CALI_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TX_CRC_SPEC
impl Resettable for TX_CRC_SPEC
reset()
method sets TX_CRC to value 0xffff_ffff
const RESET_VALUE: <TX_CRC_SPEC as RegisterSpec>::Ux = {transmute(0xffffffff): <esp_hal_common::esp32c2::spi1::tx_crc::TX_CRC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::user1::USER1_SPEC
impl Resettable for esp32c2_hal::pac::spi1::user1::USER1_SPEC
reset()
method sets USER1 to value 0x5c00_0007
const RESET_VALUE: <USER1_SPEC as RegisterSpec>::Ux = {transmute(0x5c000007): <esp_hal_common::esp32c2::spi1::user1::USER1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::user2::USER2_SPEC
impl Resettable for esp32c2_hal::pac::spi1::user2::USER2_SPEC
reset()
method sets USER2 to value 0x7000_0000
const RESET_VALUE: <USER2_SPEC as RegisterSpec>::Ux = {transmute(0x70000000): <esp_hal_common::esp32c2::spi1::user2::USER2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::user::USER_SPEC
impl Resettable for esp32c2_hal::pac::spi1::user::USER_SPEC
reset()
method sets USER to value 0x8000_0000
const RESET_VALUE: <USER_SPEC as RegisterSpec>::Ux = {transmute(0x80000000): <esp_hal_common::esp32c2::spi1::user::USER_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::w0::W0_SPEC
impl Resettable for esp32c2_hal::pac::spi1::w0::W0_SPEC
reset()
method sets W0 to value 0
const RESET_VALUE: <W0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::w0::W0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::w1::W1_SPEC
impl Resettable for esp32c2_hal::pac::spi1::w1::W1_SPEC
reset()
method sets W1 to value 0
const RESET_VALUE: <W1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::w1::W1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::w2::W2_SPEC
impl Resettable for esp32c2_hal::pac::spi1::w2::W2_SPEC
reset()
method sets W2 to value 0
const RESET_VALUE: <W2_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::w2::W2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::w3::W3_SPEC
impl Resettable for esp32c2_hal::pac::spi1::w3::W3_SPEC
reset()
method sets W3 to value 0
const RESET_VALUE: <W3_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::w3::W3_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::w4::W4_SPEC
impl Resettable for esp32c2_hal::pac::spi1::w4::W4_SPEC
reset()
method sets W4 to value 0
const RESET_VALUE: <W4_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::w4::W4_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::w5::W5_SPEC
impl Resettable for esp32c2_hal::pac::spi1::w5::W5_SPEC
reset()
method sets W5 to value 0
const RESET_VALUE: <W5_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::w5::W5_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::w6::W6_SPEC
impl Resettable for esp32c2_hal::pac::spi1::w6::W6_SPEC
reset()
method sets W6 to value 0
const RESET_VALUE: <W6_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::w6::W6_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::w7::W7_SPEC
impl Resettable for esp32c2_hal::pac::spi1::w7::W7_SPEC
reset()
method sets W7 to value 0
const RESET_VALUE: <W7_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::w7::W7_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::w8::W8_SPEC
impl Resettable for esp32c2_hal::pac::spi1::w8::W8_SPEC
reset()
method sets W8 to value 0
const RESET_VALUE: <W8_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::w8::W8_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::w9::W9_SPEC
impl Resettable for esp32c2_hal::pac::spi1::w9::W9_SPEC
reset()
method sets W9 to value 0
const RESET_VALUE: <W9_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::w9::W9_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::w10::W10_SPEC
impl Resettable for esp32c2_hal::pac::spi1::w10::W10_SPEC
reset()
method sets W10 to value 0
const RESET_VALUE: <W10_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::w10::W10_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::w11::W11_SPEC
impl Resettable for esp32c2_hal::pac::spi1::w11::W11_SPEC
reset()
method sets W11 to value 0
const RESET_VALUE: <W11_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::w11::W11_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::w12::W12_SPEC
impl Resettable for esp32c2_hal::pac::spi1::w12::W12_SPEC
reset()
method sets W12 to value 0
const RESET_VALUE: <W12_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::w12::W12_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::w13::W13_SPEC
impl Resettable for esp32c2_hal::pac::spi1::w13::W13_SPEC
reset()
method sets W13 to value 0
const RESET_VALUE: <W13_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::w13::W13_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::w14::W14_SPEC
impl Resettable for esp32c2_hal::pac::spi1::w14::W14_SPEC
reset()
method sets W14 to value 0
const RESET_VALUE: <W14_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::w14::W14_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi1::w15::W15_SPEC
impl Resettable for esp32c2_hal::pac::spi1::w15::W15_SPEC
reset()
method sets W15 to value 0
const RESET_VALUE: <W15_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi1::w15::W15_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::addr::ADDR_SPEC
impl Resettable for esp32c2_hal::pac::spi2::addr::ADDR_SPEC
reset()
method sets ADDR to value 0
const RESET_VALUE: <ADDR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::addr::ADDR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CLK_GATE_SPEC
impl Resettable for CLK_GATE_SPEC
reset()
method sets CLK_GATE to value 0
const RESET_VALUE: <CLK_GATE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::clk_gate::CLK_GATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::clock::CLOCK_SPEC
impl Resettable for esp32c2_hal::pac::spi2::clock::CLOCK_SPEC
reset()
method sets CLOCK to value 0x8000_3043
const RESET_VALUE: <CLOCK_SPEC as RegisterSpec>::Ux = {transmute(0x80003043): <esp_hal_common::esp32c2::spi2::clock::CLOCK_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::cmd::CMD_SPEC
impl Resettable for esp32c2_hal::pac::spi2::cmd::CMD_SPEC
reset()
method sets CMD to value 0
const RESET_VALUE: <CMD_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::cmd::CMD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::ctrl::CTRL_SPEC
impl Resettable for esp32c2_hal::pac::spi2::ctrl::CTRL_SPEC
reset()
method sets CTRL to value 0x003c_0000
const RESET_VALUE: <CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x003c0000): <esp_hal_common::esp32c2::spi2::ctrl::CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::date::DATE_SPEC
impl Resettable for esp32c2_hal::pac::spi2::date::DATE_SPEC
reset()
method sets DATE to value 0x0210_6070
const RESET_VALUE: <DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02106070): <esp_hal_common::esp32c2::spi2::date::DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::din_mode::DIN_MODE_SPEC
impl Resettable for esp32c2_hal::pac::spi2::din_mode::DIN_MODE_SPEC
reset()
method sets DIN_MODE to value 0
const RESET_VALUE: <DIN_MODE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::din_mode::DIN_MODE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::din_num::DIN_NUM_SPEC
impl Resettable for esp32c2_hal::pac::spi2::din_num::DIN_NUM_SPEC
reset()
method sets DIN_NUM to value 0
const RESET_VALUE: <DIN_NUM_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::din_num::DIN_NUM_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::dma_conf::DMA_CONF_SPEC
impl Resettable for esp32c2_hal::pac::spi2::dma_conf::DMA_CONF_SPEC
reset()
method sets DMA_CONF to value 0x03
const RESET_VALUE: <DMA_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000003): <esp_hal_common::esp32c2::spi2::dma_conf::DMA_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <DMA_INT_CLR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::dma_int_clr::DMA_INT_CLR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <DMA_INT_ENA_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::dma_int_ena::DMA_INT_ENA_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <DMA_INT_RAW_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::dma_int_raw::DMA_INT_RAW_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for DMA_INT_SET_SPEC
impl Resettable for DMA_INT_SET_SPEC
reset()
method sets DMA_INT_SET to value 0
const RESET_VALUE: <DMA_INT_SET_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::dma_int_set::DMA_INT_SET_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <DMA_INT_ST_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::dma_int_st::DMA_INT_ST_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::dout_mode::DOUT_MODE_SPEC
impl Resettable for esp32c2_hal::pac::spi2::dout_mode::DOUT_MODE_SPEC
reset()
method sets DOUT_MODE to value 0
const RESET_VALUE: <DOUT_MODE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::dout_mode::DOUT_MODE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::misc::MISC_SPEC
impl Resettable for esp32c2_hal::pac::spi2::misc::MISC_SPEC
reset()
method sets MISC to value 0x3e
const RESET_VALUE: <MISC_SPEC as RegisterSpec>::Ux = {transmute(0x0000003e): <esp_hal_common::esp32c2::spi2::misc::MISC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for MS_DLEN_SPEC
impl Resettable for MS_DLEN_SPEC
reset()
method sets MS_DLEN to value 0
const RESET_VALUE: <MS_DLEN_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::ms_dlen::MS_DLEN_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SLAVE1_SPEC
impl Resettable for SLAVE1_SPEC
reset()
method sets SLAVE1 to value 0
const RESET_VALUE: <SLAVE1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::slave1::SLAVE1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SLAVE_SPEC
impl Resettable for SLAVE_SPEC
reset()
method sets SLAVE to value 0x0280_0000
const RESET_VALUE: <SLAVE_SPEC as RegisterSpec>::Ux = {transmute(0x02800000): <esp_hal_common::esp32c2::spi2::slave::SLAVE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::user1::USER1_SPEC
impl Resettable for esp32c2_hal::pac::spi2::user1::USER1_SPEC
reset()
method sets USER1 to value 0xb841_0007
const RESET_VALUE: <USER1_SPEC as RegisterSpec>::Ux = {transmute(0xb8410007): <esp_hal_common::esp32c2::spi2::user1::USER1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::user2::USER2_SPEC
impl Resettable for esp32c2_hal::pac::spi2::user2::USER2_SPEC
reset()
method sets USER2 to value 0x7800_0000
const RESET_VALUE: <USER2_SPEC as RegisterSpec>::Ux = {transmute(0x78000000): <esp_hal_common::esp32c2::spi2::user2::USER2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::user::USER_SPEC
impl Resettable for esp32c2_hal::pac::spi2::user::USER_SPEC
reset()
method sets USER to value 0x8000_00c0
const RESET_VALUE: <USER_SPEC as RegisterSpec>::Ux = {transmute(0x800000c0): <esp_hal_common::esp32c2::spi2::user::USER_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::w0::W0_SPEC
impl Resettable for esp32c2_hal::pac::spi2::w0::W0_SPEC
reset()
method sets W0 to value 0
const RESET_VALUE: <W0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::w0::W0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::w1::W1_SPEC
impl Resettable for esp32c2_hal::pac::spi2::w1::W1_SPEC
reset()
method sets W1 to value 0
const RESET_VALUE: <W1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::w1::W1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::w2::W2_SPEC
impl Resettable for esp32c2_hal::pac::spi2::w2::W2_SPEC
reset()
method sets W2 to value 0
const RESET_VALUE: <W2_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::w2::W2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::w3::W3_SPEC
impl Resettable for esp32c2_hal::pac::spi2::w3::W3_SPEC
reset()
method sets W3 to value 0
const RESET_VALUE: <W3_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::w3::W3_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::w4::W4_SPEC
impl Resettable for esp32c2_hal::pac::spi2::w4::W4_SPEC
reset()
method sets W4 to value 0
const RESET_VALUE: <W4_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::w4::W4_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::w5::W5_SPEC
impl Resettable for esp32c2_hal::pac::spi2::w5::W5_SPEC
reset()
method sets W5 to value 0
const RESET_VALUE: <W5_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::w5::W5_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::w6::W6_SPEC
impl Resettable for esp32c2_hal::pac::spi2::w6::W6_SPEC
reset()
method sets W6 to value 0
const RESET_VALUE: <W6_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::w6::W6_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::w7::W7_SPEC
impl Resettable for esp32c2_hal::pac::spi2::w7::W7_SPEC
reset()
method sets W7 to value 0
const RESET_VALUE: <W7_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::w7::W7_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::w8::W8_SPEC
impl Resettable for esp32c2_hal::pac::spi2::w8::W8_SPEC
reset()
method sets W8 to value 0
const RESET_VALUE: <W8_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::w8::W8_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::w9::W9_SPEC
impl Resettable for esp32c2_hal::pac::spi2::w9::W9_SPEC
reset()
method sets W9 to value 0
const RESET_VALUE: <W9_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::w9::W9_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::w10::W10_SPEC
impl Resettable for esp32c2_hal::pac::spi2::w10::W10_SPEC
reset()
method sets W10 to value 0
const RESET_VALUE: <W10_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::w10::W10_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::w11::W11_SPEC
impl Resettable for esp32c2_hal::pac::spi2::w11::W11_SPEC
reset()
method sets W11 to value 0
const RESET_VALUE: <W11_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::w11::W11_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::w12::W12_SPEC
impl Resettable for esp32c2_hal::pac::spi2::w12::W12_SPEC
reset()
method sets W12 to value 0
const RESET_VALUE: <W12_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::w12::W12_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::w13::W13_SPEC
impl Resettable for esp32c2_hal::pac::spi2::w13::W13_SPEC
reset()
method sets W13 to value 0
const RESET_VALUE: <W13_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::w13::W13_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::w14::W14_SPEC
impl Resettable for esp32c2_hal::pac::spi2::w14::W14_SPEC
reset()
method sets W14 to value 0
const RESET_VALUE: <W14_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::w14::W14_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::spi2::w15::W15_SPEC
impl Resettable for esp32c2_hal::pac::spi2::w15::W15_SPEC
reset()
method sets W15 to value 0
const RESET_VALUE: <W15_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::spi2::w15::W15_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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_1001
const RESET_VALUE: <BT_LPCK_DIV_FRAC_SPEC as RegisterSpec>::Ux = {transmute(0x02001001): <esp_hal_common::esp32c2::system::bt_lpck_div_frac::BT_LPCK_DIV_FRAC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for BT_LPCK_DIV_INT_SPEC
impl Resettable for BT_LPCK_DIV_INT_SPEC
reset()
method sets BT_LPCK_DIV_INT to value 0xff
const RESET_VALUE: <BT_LPCK_DIV_INT_SPEC as RegisterSpec>::Ux = {transmute(0x000000ff): <esp_hal_common::esp32c2::system::bt_lpck_div_int::BT_LPCK_DIV_INT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CACHE_CONTROL_SPEC
impl Resettable for CACHE_CONTROL_SPEC
reset()
method sets CACHE_CONTROL to value 0x05
const RESET_VALUE: <CACHE_CONTROL_SPEC as RegisterSpec>::Ux = {transmute(0x00000005): <esp_hal_common::esp32c2::system::cache_control::CACHE_CONTROL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::system::clock_gate::CLOCK_GATE_SPEC
impl Resettable for esp32c2_hal::pac::system::clock_gate::CLOCK_GATE_SPEC
reset()
method sets CLOCK_GATE to value 0x01
const RESET_VALUE: <CLOCK_GATE_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::system::clock_gate::CLOCK_GATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMB_PVT_ERR_HVT_SITE0_SPEC
impl Resettable for COMB_PVT_ERR_HVT_SITE0_SPEC
reset()
method sets COMB_PVT_ERR_HVT_SITE0 to value 0
const RESET_VALUE: <COMB_PVT_ERR_HVT_SITE0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::comb_pvt_err_hvt_site0::COMB_PVT_ERR_HVT_SITE0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMB_PVT_ERR_HVT_SITE1_SPEC
impl Resettable for COMB_PVT_ERR_HVT_SITE1_SPEC
reset()
method sets COMB_PVT_ERR_HVT_SITE1 to value 0
const RESET_VALUE: <COMB_PVT_ERR_HVT_SITE1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::comb_pvt_err_hvt_site1::COMB_PVT_ERR_HVT_SITE1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMB_PVT_ERR_HVT_SITE2_SPEC
impl Resettable for COMB_PVT_ERR_HVT_SITE2_SPEC
reset()
method sets COMB_PVT_ERR_HVT_SITE2 to value 0
const RESET_VALUE: <COMB_PVT_ERR_HVT_SITE2_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::comb_pvt_err_hvt_site2::COMB_PVT_ERR_HVT_SITE2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMB_PVT_ERR_HVT_SITE3_SPEC
impl Resettable for COMB_PVT_ERR_HVT_SITE3_SPEC
reset()
method sets COMB_PVT_ERR_HVT_SITE3 to value 0
const RESET_VALUE: <COMB_PVT_ERR_HVT_SITE3_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::comb_pvt_err_hvt_site3::COMB_PVT_ERR_HVT_SITE3_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMB_PVT_ERR_LVT_SITE0_SPEC
impl Resettable for COMB_PVT_ERR_LVT_SITE0_SPEC
reset()
method sets COMB_PVT_ERR_LVT_SITE0 to value 0
const RESET_VALUE: <COMB_PVT_ERR_LVT_SITE0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::comb_pvt_err_lvt_site0::COMB_PVT_ERR_LVT_SITE0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMB_PVT_ERR_LVT_SITE1_SPEC
impl Resettable for COMB_PVT_ERR_LVT_SITE1_SPEC
reset()
method sets COMB_PVT_ERR_LVT_SITE1 to value 0
const RESET_VALUE: <COMB_PVT_ERR_LVT_SITE1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::comb_pvt_err_lvt_site1::COMB_PVT_ERR_LVT_SITE1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMB_PVT_ERR_LVT_SITE2_SPEC
impl Resettable for COMB_PVT_ERR_LVT_SITE2_SPEC
reset()
method sets COMB_PVT_ERR_LVT_SITE2 to value 0
const RESET_VALUE: <COMB_PVT_ERR_LVT_SITE2_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::comb_pvt_err_lvt_site2::COMB_PVT_ERR_LVT_SITE2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMB_PVT_ERR_LVT_SITE3_SPEC
impl Resettable for COMB_PVT_ERR_LVT_SITE3_SPEC
reset()
method sets COMB_PVT_ERR_LVT_SITE3 to value 0
const RESET_VALUE: <COMB_PVT_ERR_LVT_SITE3_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::comb_pvt_err_lvt_site3::COMB_PVT_ERR_LVT_SITE3_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMB_PVT_ERR_NVT_SITE0_SPEC
impl Resettable for COMB_PVT_ERR_NVT_SITE0_SPEC
reset()
method sets COMB_PVT_ERR_NVT_SITE0 to value 0
const RESET_VALUE: <COMB_PVT_ERR_NVT_SITE0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::comb_pvt_err_nvt_site0::COMB_PVT_ERR_NVT_SITE0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMB_PVT_ERR_NVT_SITE1_SPEC
impl Resettable for COMB_PVT_ERR_NVT_SITE1_SPEC
reset()
method sets COMB_PVT_ERR_NVT_SITE1 to value 0
const RESET_VALUE: <COMB_PVT_ERR_NVT_SITE1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::comb_pvt_err_nvt_site1::COMB_PVT_ERR_NVT_SITE1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMB_PVT_ERR_NVT_SITE2_SPEC
impl Resettable for COMB_PVT_ERR_NVT_SITE2_SPEC
reset()
method sets COMB_PVT_ERR_NVT_SITE2 to value 0
const RESET_VALUE: <COMB_PVT_ERR_NVT_SITE2_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::comb_pvt_err_nvt_site2::COMB_PVT_ERR_NVT_SITE2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMB_PVT_ERR_NVT_SITE3_SPEC
impl Resettable for COMB_PVT_ERR_NVT_SITE3_SPEC
reset()
method sets COMB_PVT_ERR_NVT_SITE3 to value 0
const RESET_VALUE: <COMB_PVT_ERR_NVT_SITE3_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::comb_pvt_err_nvt_site3::COMB_PVT_ERR_NVT_SITE3_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMB_PVT_HVT_CONF_SPEC
impl Resettable for COMB_PVT_HVT_CONF_SPEC
reset()
method sets COMB_PVT_HVT_CONF to value 0x03
const RESET_VALUE: <COMB_PVT_HVT_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000003): <esp_hal_common::esp32c2::system::comb_pvt_hvt_conf::COMB_PVT_HVT_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMB_PVT_LVT_CONF_SPEC
impl Resettable for COMB_PVT_LVT_CONF_SPEC
reset()
method sets COMB_PVT_LVT_CONF to value 0x03
const RESET_VALUE: <COMB_PVT_LVT_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000003): <esp_hal_common::esp32c2::system::comb_pvt_lvt_conf::COMB_PVT_LVT_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMB_PVT_NVT_CONF_SPEC
impl Resettable for COMB_PVT_NVT_CONF_SPEC
reset()
method sets COMB_PVT_NVT_CONF to value 0x03
const RESET_VALUE: <COMB_PVT_NVT_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000003): <esp_hal_common::esp32c2::system::comb_pvt_nvt_conf::COMB_PVT_NVT_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <CPU_INTR_FROM_CPU_0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::cpu_intr_from_cpu_0::CPU_INTR_FROM_CPU_0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <CPU_INTR_FROM_CPU_1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::cpu_intr_from_cpu_1::CPU_INTR_FROM_CPU_1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <CPU_INTR_FROM_CPU_2_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::cpu_intr_from_cpu_2::CPU_INTR_FROM_CPU_2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <CPU_INTR_FROM_CPU_3_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::cpu_intr_from_cpu_3::CPU_INTR_FROM_CPU_3_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <CPU_PER_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x0000000c): <esp_hal_common::esp32c2::system::cpu_per_conf::CPU_PER_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <CPU_PERI_CLK_EN_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::cpu_peri_clk_en::CPU_PERI_CLK_EN_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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 0xc0
const RESET_VALUE: <CPU_PERI_RST_EN_SPEC as RegisterSpec>::Ux = {transmute(0x000000c0): <esp_hal_common::esp32c2::system::cpu_peri_rst_en::CPU_PERI_RST_EN_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for EDMA_CTRL_SPEC
impl Resettable for EDMA_CTRL_SPEC
reset()
method sets EDMA_CTRL to value 0x01
const RESET_VALUE: <EDMA_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::system::edma_ctrl::EDMA_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <EXTERNAL_DEVICE_ENCRYPT_DECRYPT_CONTROL_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::external_device_encrypt_decrypt_control::EXTERNAL_DEVICE_ENCRYPT_DECRYPT_CONTROL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <MEM_PD_MASK_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::system::mem_pd_mask::MEM_PD_MASK_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for MEM_PVT_SPEC
impl Resettable for MEM_PVT_SPEC
reset()
method sets MEM_PVT to value 0x03
const RESET_VALUE: <MEM_PVT_SPEC as RegisterSpec>::Ux = {transmute(0x00000003): <esp_hal_common::esp32c2::system::mem_pvt::MEM_PVT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PERIP_CLK_EN0_SPEC
impl Resettable for PERIP_CLK_EN0_SPEC
reset()
method sets PERIP_CLK_EN0 to value 0x7100_2066
const RESET_VALUE: <PERIP_CLK_EN0_SPEC as RegisterSpec>::Ux = {transmute(0x71002066): <esp_hal_common::esp32c2::system::perip_clk_en0::PERIP_CLK_EN0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <PERIP_CLK_EN1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::perip_clk_en1::PERIP_CLK_EN1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <PERIP_RST_EN0_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::perip_rst_en0::PERIP_RST_EN0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PERIP_RST_EN1_SPEC
impl Resettable for PERIP_RST_EN1_SPEC
reset()
method sets PERIP_RST_EN1 to value 0x46
const RESET_VALUE: <PERIP_RST_EN1_SPEC as RegisterSpec>::Ux = {transmute(0x00000046): <esp_hal_common::esp32c2::system::perip_rst_en1::PERIP_RST_EN1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <REDUNDANT_ECO_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::redundant_eco_ctrl::REDUNDANT_ECO_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::system::reg_date::REG_DATE_SPEC
impl Resettable for esp32c2_hal::pac::system::reg_date::REG_DATE_SPEC
reset()
method sets REG_DATE to value 0x0210_8190
const RESET_VALUE: <REG_DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02108190): <esp_hal_common::esp32c2::system::reg_date::REG_DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <RSA_PD_CTRL_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::system::rsa_pd_ctrl::RSA_PD_CTRL_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <RTC_FASTMEM_CONFIG_SPEC as RegisterSpec>::Ux = {transmute(0x7ff00000): <esp_hal_common::esp32c2::system::rtc_fastmem_config::RTC_FASTMEM_CONFIG_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <RTC_FASTMEM_CRC_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::system::rtc_fastmem_crc::RTC_FASTMEM_CRC_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::system::sysclk_conf::SYSCLK_CONF_SPEC
impl Resettable for esp32c2_hal::pac::system::sysclk_conf::SYSCLK_CONF_SPEC
reset()
method sets SYSCLK_CONF to value 0x01
const RESET_VALUE: <SYSCLK_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::system::sysclk_conf::SYSCLK_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMP0_LOAD_SPEC
impl Resettable for COMP0_LOAD_SPEC
reset()
method sets COMP0_LOAD to value 0
const RESET_VALUE: <COMP0_LOAD_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::comp0_load::COMP0_LOAD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMP1_LOAD_SPEC
impl Resettable for COMP1_LOAD_SPEC
reset()
method sets COMP1_LOAD to value 0
const RESET_VALUE: <COMP1_LOAD_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::comp1_load::COMP1_LOAD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for COMP2_LOAD_SPEC
impl Resettable for COMP2_LOAD_SPEC
reset()
method sets COMP2_LOAD to value 0
const RESET_VALUE: <COMP2_LOAD_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::comp2_load::COMP2_LOAD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::systimer::conf::CONF_SPEC
impl Resettable for esp32c2_hal::pac::systimer::conf::CONF_SPEC
reset()
method sets CONF to value 0x4600_0000
const RESET_VALUE: <CONF_SPEC as RegisterSpec>::Ux = {transmute(0x46000000): <esp_hal_common::esp32c2::systimer::conf::CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::systimer::date::DATE_SPEC
impl Resettable for esp32c2_hal::pac::systimer::date::DATE_SPEC
reset()
method sets DATE to value 0x0201_2251
const RESET_VALUE: <DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02012251): <esp_hal_common::esp32c2::systimer::date::DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::systimer::int_clr::INT_CLR_SPEC
impl Resettable for esp32c2_hal::pac::systimer::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: <INT_CLR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::int_clr::INT_CLR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::systimer::int_ena::INT_ENA_SPEC
impl Resettable for esp32c2_hal::pac::systimer::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: <INT_ENA_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::int_ena::INT_ENA_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::systimer::int_raw::INT_RAW_SPEC
impl Resettable for esp32c2_hal::pac::systimer::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0
const RESET_VALUE: <INT_RAW_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::int_raw::INT_RAW_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::systimer::int_st::INT_ST_SPEC
impl Resettable for esp32c2_hal::pac::systimer::int_st::INT_ST_SPEC
reset()
method sets INT_ST to value 0
const RESET_VALUE: <INT_ST_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::int_st::INT_ST_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TARGET0_CONF_SPEC
impl Resettable for TARGET0_CONF_SPEC
reset()
method sets TARGET0_CONF to value 0
const RESET_VALUE: <TARGET0_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::target0_conf::TARGET0_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TARGET0_HI_SPEC
impl Resettable for TARGET0_HI_SPEC
reset()
method sets TARGET0_HI to value 0
const RESET_VALUE: <TARGET0_HI_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::target0_hi::TARGET0_HI_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TARGET0_LO_SPEC
impl Resettable for TARGET0_LO_SPEC
reset()
method sets TARGET0_LO to value 0
const RESET_VALUE: <TARGET0_LO_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::target0_lo::TARGET0_LO_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TARGET1_CONF_SPEC
impl Resettable for TARGET1_CONF_SPEC
reset()
method sets TARGET1_CONF to value 0
const RESET_VALUE: <TARGET1_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::target1_conf::TARGET1_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TARGET1_HI_SPEC
impl Resettable for TARGET1_HI_SPEC
reset()
method sets TARGET1_HI to value 0
const RESET_VALUE: <TARGET1_HI_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::target1_hi::TARGET1_HI_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TARGET1_LO_SPEC
impl Resettable for TARGET1_LO_SPEC
reset()
method sets TARGET1_LO to value 0
const RESET_VALUE: <TARGET1_LO_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::target1_lo::TARGET1_LO_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TARGET2_CONF_SPEC
impl Resettable for TARGET2_CONF_SPEC
reset()
method sets TARGET2_CONF to value 0
const RESET_VALUE: <TARGET2_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::target2_conf::TARGET2_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TARGET2_HI_SPEC
impl Resettable for TARGET2_HI_SPEC
reset()
method sets TARGET2_HI to value 0
const RESET_VALUE: <TARGET2_HI_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::target2_hi::TARGET2_HI_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TARGET2_LO_SPEC
impl Resettable for TARGET2_LO_SPEC
reset()
method sets TARGET2_LO to value 0
const RESET_VALUE: <TARGET2_LO_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::target2_lo::TARGET2_LO_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for UNIT0_LOAD_SPEC
impl Resettable for UNIT0_LOAD_SPEC
reset()
method sets UNIT0_LOAD to value 0
const RESET_VALUE: <UNIT0_LOAD_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::unit0_load::UNIT0_LOAD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for UNIT0_LOAD_HI_SPEC
impl Resettable for UNIT0_LOAD_HI_SPEC
reset()
method sets UNIT0_LOAD_HI to value 0
const RESET_VALUE: <UNIT0_LOAD_HI_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::unit0_load_hi::UNIT0_LOAD_HI_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for UNIT0_LOAD_LO_SPEC
impl Resettable for UNIT0_LOAD_LO_SPEC
reset()
method sets UNIT0_LOAD_LO to value 0
const RESET_VALUE: <UNIT0_LOAD_LO_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::unit0_load_lo::UNIT0_LOAD_LO_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for UNIT0_OP_SPEC
impl Resettable for UNIT0_OP_SPEC
reset()
method sets UNIT0_OP to value 0
const RESET_VALUE: <UNIT0_OP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::unit0_op::UNIT0_OP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <UNIT0_VALUE_HI_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::unit0_value_hi::UNIT0_VALUE_HI_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <UNIT0_VALUE_LO_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::unit0_value_lo::UNIT0_VALUE_LO_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for UNIT1_LOAD_SPEC
impl Resettable for UNIT1_LOAD_SPEC
reset()
method sets UNIT1_LOAD to value 0
const RESET_VALUE: <UNIT1_LOAD_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::unit1_load::UNIT1_LOAD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for UNIT1_LOAD_HI_SPEC
impl Resettable for UNIT1_LOAD_HI_SPEC
reset()
method sets UNIT1_LOAD_HI to value 0
const RESET_VALUE: <UNIT1_LOAD_HI_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::unit1_load_hi::UNIT1_LOAD_HI_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for UNIT1_LOAD_LO_SPEC
impl Resettable for UNIT1_LOAD_LO_SPEC
reset()
method sets UNIT1_LOAD_LO to value 0
const RESET_VALUE: <UNIT1_LOAD_LO_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::unit1_load_lo::UNIT1_LOAD_LO_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for UNIT1_OP_SPEC
impl Resettable for UNIT1_OP_SPEC
reset()
method sets UNIT1_OP to value 0
const RESET_VALUE: <UNIT1_OP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::unit1_op::UNIT1_OP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for UNIT1_VALUE_HI_SPEC
impl Resettable for UNIT1_VALUE_HI_SPEC
reset()
method sets UNIT1_VALUE_HI to value 0
const RESET_VALUE: <UNIT1_VALUE_HI_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::unit1_value_hi::UNIT1_VALUE_HI_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for UNIT1_VALUE_LO_SPEC
impl Resettable for UNIT1_VALUE_LO_SPEC
reset()
method sets UNIT1_VALUE_LO to value 0
const RESET_VALUE: <UNIT1_VALUE_LO_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::systimer::unit1_value_lo::UNIT1_VALUE_LO_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <INT_CLR_TIMERS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::timg0::int_clr_timers::INT_CLR_TIMERS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <INT_ENA_TIMERS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::timg0::int_ena_timers::INT_ENA_TIMERS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <INT_RAW_TIMERS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::timg0::int_raw_timers::INT_RAW_TIMERS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <INT_ST_TIMERS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::timg0::int_st_timers::INT_ST_TIMERS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for NTIMERS_DATE_SPEC
impl Resettable for NTIMERS_DATE_SPEC
reset()
method sets NTIMERS_DATE to value 0x0200_6191
const RESET_VALUE: <NTIMERS_DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02006191): <esp_hal_common::esp32c2::timg0::ntimers_date::NTIMERS_DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for REGCLK_SPEC
impl Resettable for REGCLK_SPEC
reset()
method sets REGCLK to value 0x6000_0000
const RESET_VALUE: <REGCLK_SPEC as RegisterSpec>::Ux = {transmute(0x60000000): <esp_hal_common::esp32c2::timg0::regclk::REGCLK_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RTCCALICFG1_SPEC
impl Resettable for RTCCALICFG1_SPEC
reset()
method sets RTCCALICFG1 to value 0
const RESET_VALUE: <RTCCALICFG1_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::timg0::rtccalicfg1::RTCCALICFG1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RTCCALICFG2_SPEC
impl Resettable for RTCCALICFG2_SPEC
reset()
method sets RTCCALICFG2 to value 0xffff_ff98
const RESET_VALUE: <RTCCALICFG2_SPEC as RegisterSpec>::Ux = {transmute(0xffffff98): <esp_hal_common::esp32c2::timg0::rtccalicfg2::RTCCALICFG2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RTCCALICFG_SPEC
impl Resettable for RTCCALICFG_SPEC
reset()
method sets RTCCALICFG to value 0x0001_3000
const RESET_VALUE: <RTCCALICFG_SPEC as RegisterSpec>::Ux = {transmute(0x00013000): <esp_hal_common::esp32c2::timg0::rtccalicfg::RTCCALICFG_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for T0ALARMHI_SPEC
impl Resettable for T0ALARMHI_SPEC
reset()
method sets T0ALARMHI to value 0
const RESET_VALUE: <T0ALARMHI_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::timg0::t0alarmhi::T0ALARMHI_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for T0ALARMLO_SPEC
impl Resettable for T0ALARMLO_SPEC
reset()
method sets T0ALARMLO to value 0
const RESET_VALUE: <T0ALARMLO_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::timg0::t0alarmlo::T0ALARMLO_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for T0CONFIG_SPEC
impl Resettable for T0CONFIG_SPEC
reset()
method sets T0CONFIG to value 0x6000_2000
const RESET_VALUE: <T0CONFIG_SPEC as RegisterSpec>::Ux = {transmute(0x60002000): <esp_hal_common::esp32c2::timg0::t0config::T0CONFIG_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for T0HI_SPEC
impl Resettable for T0HI_SPEC
reset()
method sets T0HI to value 0
const RESET_VALUE: <T0HI_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::timg0::t0hi::T0HI_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for T0LO_SPEC
impl Resettable for T0LO_SPEC
reset()
method sets T0LO to value 0
const RESET_VALUE: <T0LO_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::timg0::t0lo::T0LO_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for T0LOAD_SPEC
impl Resettable for T0LOAD_SPEC
reset()
method sets T0LOAD to value 0
const RESET_VALUE: <T0LOAD_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::timg0::t0load::T0LOAD_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for T0LOADHI_SPEC
impl Resettable for T0LOADHI_SPEC
reset()
method sets T0LOADHI to value 0
const RESET_VALUE: <T0LOADHI_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::timg0::t0loadhi::T0LOADHI_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for T0LOADLO_SPEC
impl Resettable for T0LOADLO_SPEC
reset()
method sets T0LOADLO to value 0
const RESET_VALUE: <T0LOADLO_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::timg0::t0loadlo::T0LOADLO_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for T0UPDATE_SPEC
impl Resettable for T0UPDATE_SPEC
reset()
method sets T0UPDATE to value 0
const RESET_VALUE: <T0UPDATE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::timg0::t0update::T0UPDATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::timg0::wdtconfig0::WDTCONFIG0_SPEC
impl Resettable for esp32c2_hal::pac::timg0::wdtconfig0::WDTCONFIG0_SPEC
reset()
method sets WDTCONFIG0 to value 0x0004_c000
const RESET_VALUE: <WDTCONFIG0_SPEC as RegisterSpec>::Ux = {transmute(0x0004c000): <esp_hal_common::esp32c2::timg0::wdtconfig0::WDTCONFIG0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::timg0::wdtconfig1::WDTCONFIG1_SPEC
impl Resettable for esp32c2_hal::pac::timg0::wdtconfig1::WDTCONFIG1_SPEC
reset()
method sets WDTCONFIG1 to value 0x0001_0000
const RESET_VALUE: <WDTCONFIG1_SPEC as RegisterSpec>::Ux = {transmute(0x00010000): <esp_hal_common::esp32c2::timg0::wdtconfig1::WDTCONFIG1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::timg0::wdtconfig2::WDTCONFIG2_SPEC
impl Resettable for esp32c2_hal::pac::timg0::wdtconfig2::WDTCONFIG2_SPEC
reset()
method sets WDTCONFIG2 to value 0x018c_ba80
const RESET_VALUE: <WDTCONFIG2_SPEC as RegisterSpec>::Ux = {transmute(0x018cba80): <esp_hal_common::esp32c2::timg0::wdtconfig2::WDTCONFIG2_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::timg0::wdtconfig3::WDTCONFIG3_SPEC
impl Resettable for esp32c2_hal::pac::timg0::wdtconfig3::WDTCONFIG3_SPEC
reset()
method sets WDTCONFIG3 to value 0x07ff_ffff
const RESET_VALUE: <WDTCONFIG3_SPEC as RegisterSpec>::Ux = {transmute(0x07ffffff): <esp_hal_common::esp32c2::timg0::wdtconfig3::WDTCONFIG3_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::timg0::wdtconfig4::WDTCONFIG4_SPEC
impl Resettable for esp32c2_hal::pac::timg0::wdtconfig4::WDTCONFIG4_SPEC
reset()
method sets WDTCONFIG4 to value 0x000f_ffff
const RESET_VALUE: <WDTCONFIG4_SPEC as RegisterSpec>::Ux = {transmute(0x000fffff): <esp_hal_common::esp32c2::timg0::wdtconfig4::WDTCONFIG4_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for WDTCONFIG5_SPEC
impl Resettable for WDTCONFIG5_SPEC
reset()
method sets WDTCONFIG5 to value 0x000f_ffff
const RESET_VALUE: <WDTCONFIG5_SPEC as RegisterSpec>::Ux = {transmute(0x000fffff): <esp_hal_common::esp32c2::timg0::wdtconfig5::WDTCONFIG5_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::timg0::wdtfeed::WDTFEED_SPEC
impl Resettable for esp32c2_hal::pac::timg0::wdtfeed::WDTFEED_SPEC
reset()
method sets WDTFEED to value 0
const RESET_VALUE: <WDTFEED_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::timg0::wdtfeed::WDTFEED_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::timg0::wdtwprotect::WDTWPROTECT_SPEC
impl Resettable for esp32c2_hal::pac::timg0::wdtwprotect::WDTWPROTECT_SPEC
reset()
method sets WDTWPROTECT to value 0x50d8_3aa1
const RESET_VALUE: <WDTWPROTECT_SPEC as RegisterSpec>::Ux = {transmute(0x50d83aa1): <esp_hal_common::esp32c2::timg0::wdtwprotect::WDTWPROTECT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <AT_CMD_CHAR_SPEC as RegisterSpec>::Ux = {transmute(0x0000032b): <esp_hal_common::esp32c2::uart0::at_cmd_char::AT_CMD_CHAR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <AT_CMD_GAPTOUT_SPEC as RegisterSpec>::Ux = {transmute(0x0000000b): <esp_hal_common::esp32c2::uart0::at_cmd_gaptout::AT_CMD_GAPTOUT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <AT_CMD_POSTCNT_SPEC as RegisterSpec>::Ux = {transmute(0x00000901): <esp_hal_common::esp32c2::uart0::at_cmd_postcnt::AT_CMD_POSTCNT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <AT_CMD_PRECNT_SPEC as RegisterSpec>::Ux = {transmute(0x00000901): <esp_hal_common::esp32c2::uart0::at_cmd_precnt::AT_CMD_PRECNT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::uart0::clk_conf::CLK_CONF_SPEC
impl Resettable for esp32c2_hal::pac::uart0::clk_conf::CLK_CONF_SPEC
reset()
method sets CLK_CONF to value 0x0370_1000
const RESET_VALUE: <CLK_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x03701000): <esp_hal_common::esp32c2::uart0::clk_conf::CLK_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CLKDIV_SPEC
impl Resettable for CLKDIV_SPEC
reset()
method sets CLKDIV to value 0x02b6
const RESET_VALUE: <CLKDIV_SPEC as RegisterSpec>::Ux = {transmute(0x000002b6): <esp_hal_common::esp32c2::uart0::clkdiv::CLKDIV_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CONF0_SPEC
impl Resettable for CONF0_SPEC
reset()
method sets CONF0 to value 0x1000_001c
const RESET_VALUE: <CONF0_SPEC as RegisterSpec>::Ux = {transmute(0x1000001c): <esp_hal_common::esp32c2::uart0::conf0::CONF0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for CONF1_SPEC
impl Resettable for CONF1_SPEC
reset()
method sets CONF1 to value 0xc060
const RESET_VALUE: <CONF1_SPEC as RegisterSpec>::Ux = {transmute(0x0000c060): <esp_hal_common::esp32c2::uart0::conf1::CONF1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::uart0::date::DATE_SPEC
impl Resettable for esp32c2_hal::pac::uart0::date::DATE_SPEC
reset()
method sets DATE to value 0x0200_8270
const RESET_VALUE: <DATE_SPEC as RegisterSpec>::Ux = {transmute(0x02008270): <esp_hal_common::esp32c2::uart0::date::DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FIFO_SPEC
impl Resettable for FIFO_SPEC
reset()
method sets FIFO to value 0
const RESET_VALUE: <FIFO_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::uart0::fifo::FIFO_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FLOW_CONF_SPEC
impl Resettable for FLOW_CONF_SPEC
reset()
method sets FLOW_CONF to value 0
const RESET_VALUE: <FLOW_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::uart0::flow_conf::FLOW_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for FSM_STATUS_SPEC
impl Resettable for FSM_STATUS_SPEC
reset()
method sets FSM_STATUS to value 0
const RESET_VALUE: <FSM_STATUS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::uart0::fsm_status::FSM_STATUS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for HIGHPULSE_SPEC
impl Resettable for HIGHPULSE_SPEC
reset()
method sets HIGHPULSE to value 0x0fff
const RESET_VALUE: <HIGHPULSE_SPEC as RegisterSpec>::Ux = {transmute(0x00000fff): <esp_hal_common::esp32c2::uart0::highpulse::HIGHPULSE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for ID_SPEC
impl Resettable for ID_SPEC
reset()
method sets ID to value 0x4000_0500
const RESET_VALUE: <ID_SPEC as RegisterSpec>::Ux = {transmute(0x40000500): <esp_hal_common::esp32c2::uart0::id::ID_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for IDLE_CONF_SPEC
impl Resettable for IDLE_CONF_SPEC
reset()
method sets IDLE_CONF to value 0x0004_0100
const RESET_VALUE: <IDLE_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00040100): <esp_hal_common::esp32c2::uart0::idle_conf::IDLE_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::uart0::int_clr::INT_CLR_SPEC
impl Resettable for esp32c2_hal::pac::uart0::int_clr::INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: <INT_CLR_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::uart0::int_clr::INT_CLR_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::uart0::int_ena::INT_ENA_SPEC
impl Resettable for esp32c2_hal::pac::uart0::int_ena::INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: <INT_ENA_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::uart0::int_ena::INT_ENA_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::uart0::int_raw::INT_RAW_SPEC
impl Resettable for esp32c2_hal::pac::uart0::int_raw::INT_RAW_SPEC
reset()
method sets INT_RAW to value 0x02
const RESET_VALUE: <INT_RAW_SPEC as RegisterSpec>::Ux = {transmute(0x00000002): <esp_hal_common::esp32c2::uart0::int_raw::INT_RAW_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::uart0::int_st::INT_ST_SPEC
impl Resettable for esp32c2_hal::pac::uart0::int_st::INT_ST_SPEC
reset()
method sets INT_ST to value 0
const RESET_VALUE: <INT_ST_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::uart0::int_st::INT_ST_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for LOWPULSE_SPEC
impl Resettable for LOWPULSE_SPEC
reset()
method sets LOWPULSE to value 0x0fff
const RESET_VALUE: <LOWPULSE_SPEC as RegisterSpec>::Ux = {transmute(0x00000fff): <esp_hal_common::esp32c2::uart0::lowpulse::LOWPULSE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for MEM_CONF_SPEC
impl Resettable for MEM_CONF_SPEC
reset()
method sets MEM_CONF to value 0x000a_0012
const RESET_VALUE: <MEM_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x000a0012): <esp_hal_common::esp32c2::uart0::mem_conf::MEM_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for MEM_RX_STATUS_SPEC
impl Resettable for MEM_RX_STATUS_SPEC
reset()
method sets MEM_RX_STATUS to value 0x0008_0100
const RESET_VALUE: <MEM_RX_STATUS_SPEC as RegisterSpec>::Ux = {transmute(0x00080100): <esp_hal_common::esp32c2::uart0::mem_rx_status::MEM_RX_STATUS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
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: <MEM_TX_STATUS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::uart0::mem_tx_status::MEM_TX_STATUS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for NEGPULSE_SPEC
impl Resettable for NEGPULSE_SPEC
reset()
method sets NEGPULSE to value 0x0fff
const RESET_VALUE: <NEGPULSE_SPEC as RegisterSpec>::Ux = {transmute(0x00000fff): <esp_hal_common::esp32c2::uart0::negpulse::NEGPULSE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for POSPULSE_SPEC
impl Resettable for POSPULSE_SPEC
reset()
method sets POSPULSE to value 0x0fff
const RESET_VALUE: <POSPULSE_SPEC as RegisterSpec>::Ux = {transmute(0x00000fff): <esp_hal_common::esp32c2::uart0::pospulse::POSPULSE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RS485_CONF_SPEC
impl Resettable for RS485_CONF_SPEC
reset()
method sets RS485_CONF to value 0
const RESET_VALUE: <RS485_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::uart0::rs485_conf::RS485_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RX_FILT_SPEC
impl Resettable for RX_FILT_SPEC
reset()
method sets RX_FILT to value 0x08
const RESET_VALUE: <RX_FILT_SPEC as RegisterSpec>::Ux = {transmute(0x00000008): <esp_hal_common::esp32c2::uart0::rx_filt::RX_FILT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RXD_CNT_SPEC
impl Resettable for RXD_CNT_SPEC
reset()
method sets RXD_CNT to value 0
const RESET_VALUE: <RXD_CNT_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::uart0::rxd_cnt::RXD_CNT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SLEEP_CONF_SPEC
impl Resettable for SLEEP_CONF_SPEC
reset()
method sets SLEEP_CONF to value 0xf0
const RESET_VALUE: <SLEEP_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x000000f0): <esp_hal_common::esp32c2::uart0::sleep_conf::SLEEP_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::uart0::status::STATUS_SPEC
impl Resettable for esp32c2_hal::pac::uart0::status::STATUS_SPEC
reset()
method sets STATUS to value 0xe000_c000
const RESET_VALUE: <STATUS_SPEC as RegisterSpec>::Ux = {transmute(0xe000c000): <esp_hal_common::esp32c2::uart0::status::STATUS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SWFC_CONF0_SPEC
impl Resettable for SWFC_CONF0_SPEC
reset()
method sets SWFC_CONF0 to value 0x26e0
const RESET_VALUE: <SWFC_CONF0_SPEC as RegisterSpec>::Ux = {transmute(0x000026e0): <esp_hal_common::esp32c2::uart0::swfc_conf0::SWFC_CONF0_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for SWFC_CONF1_SPEC
impl Resettable for SWFC_CONF1_SPEC
reset()
method sets SWFC_CONF1 to value 0x2200
const RESET_VALUE: <SWFC_CONF1_SPEC as RegisterSpec>::Ux = {transmute(0x00002200): <esp_hal_common::esp32c2::uart0::swfc_conf1::SWFC_CONF1_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TXBRK_CONF_SPEC
impl Resettable for TXBRK_CONF_SPEC
reset()
method sets TXBRK_CONF to value 0x0a
const RESET_VALUE: <TXBRK_CONF_SPEC as RegisterSpec>::Ux = {transmute(0x0000000a): <esp_hal_common::esp32c2::uart0::txbrk_conf::TXBRK_CONF_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for esp32c2_hal::pac::xts_aes::date::DATE_SPEC
impl Resettable for esp32c2_hal::pac::xts_aes::date::DATE_SPEC
reset()
method sets DATE to value 0x2020_0623
const RESET_VALUE: <DATE_SPEC as RegisterSpec>::Ux = {transmute(0x20200623): <esp_hal_common::esp32c2::xts_aes::date::DATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for DESTINATION_SPEC
impl Resettable for DESTINATION_SPEC
reset()
method sets DESTINATION to value 0
const RESET_VALUE: <DESTINATION_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::xts_aes::destination::DESTINATION_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for DESTROY_SPEC
impl Resettable for DESTROY_SPEC
reset()
method sets DESTROY to value 0
const RESET_VALUE: <DESTROY_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::xts_aes::destroy::DESTROY_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for LINESIZE_SPEC
impl Resettable for LINESIZE_SPEC
reset()
method sets LINESIZE to value 0
const RESET_VALUE: <LINESIZE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::xts_aes::linesize::LINESIZE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PHYSICAL_ADDRESS_SPEC
impl Resettable for PHYSICAL_ADDRESS_SPEC
reset()
method sets PHYSICAL_ADDRESS to value 0
const RESET_VALUE: <PHYSICAL_ADDRESS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::xts_aes::physical_address::PHYSICAL_ADDRESS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for PLAIN_MEM_SPEC
impl Resettable for PLAIN_MEM_SPEC
reset()
method sets PLAIN_MEM[%s] to value 0
const RESET_VALUE: <PLAIN_MEM_SPEC as RegisterSpec>::Ux = {transmute(0x00): <esp_hal_common::esp32c2::xts_aes::plain_mem::PLAIN_MEM_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for RELEASE_SPEC
impl Resettable for RELEASE_SPEC
reset()
method sets RELEASE to value 0
const RESET_VALUE: <RELEASE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::xts_aes::release::RELEASE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for STATE_SPEC
impl Resettable for STATE_SPEC
reset()
method sets STATE to value 0
const RESET_VALUE: <STATE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::xts_aes::state::STATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
impl Resettable for TRIGGER_SPEC
impl Resettable for TRIGGER_SPEC
reset()
method sets TRIGGER to value 0