pub trait Resettable: RegisterSpec {
    const RESET_VALUE: Self::Ux;

    // Provided method
    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§

source

const RESET_VALUE: Self::Ux

Reset value of the register.

Provided Methods§

source

fn reset_value() -> Self::Ux

Reset value of the register.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Resettable for COCPU_CTRL_SPEC

reset() method sets COCPU_CTRL to value 0x008a_0810

source§

const RESET_VALUE: Self::Ux = {transmute(0x008a0810): <rtc_cntl::cocpu_ctrl::COCPU_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ULP_CP_CTRL_SPEC

reset() method sets ULP_CP_CTRL to value 0x0010_0200

source§

const RESET_VALUE: Self::Ux = {transmute(0x00100200): <rtc_cntl::ulp_cp_ctrl::ULP_CP_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ULP_CP_TIMER_SPEC

reset() method sets ULP_CP_TIMER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::ulp_cp_timer::ULP_CP_TIMER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ULP_CP_TIMER_1_SPEC

reset() method sets ULP_CP_TIMER_1 to value 0xc800

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000c800): <rtc_cntl::ulp_cp_timer_1::ULP_CP_TIMER_1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMD0_SPEC

reset() method sets CMD0 to value 0x0903

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000903): <rtc_i2c::cmd0::CMD0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMD1_SPEC

reset() method sets CMD1 to value 0x1901

source§

const RESET_VALUE: Self::Ux = {transmute(0x00001901): <rtc_i2c::cmd1::CMD1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMD2_SPEC

reset() method sets CMD2 to value 0x0902

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000902): <rtc_i2c::cmd2::CMD2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMD3_SPEC

reset() method sets CMD3 to value 0x0101

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000101): <rtc_i2c::cmd3::CMD3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMD4_SPEC

reset() method sets CMD4 to value 0x0901

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000901): <rtc_i2c::cmd4::CMD4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMD5_SPEC

reset() method sets CMD5 to value 0x1701

source§

const RESET_VALUE: Self::Ux = {transmute(0x00001701): <rtc_i2c::cmd5::CMD5_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMD6_SPEC

reset() method sets CMD6 to value 0x1901

source§

const RESET_VALUE: Self::Ux = {transmute(0x00001901): <rtc_i2c::cmd6::CMD6_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMD7_SPEC

reset() method sets CMD7 to value 0x0904

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000904): <rtc_i2c::cmd7::CMD7_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMD8_SPEC

reset() method sets CMD8 to value 0x1901

source§

const RESET_VALUE: Self::Ux = {transmute(0x00001901): <rtc_i2c::cmd8::CMD8_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMD9_SPEC

reset() method sets CMD9 to value 0x0903

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000903): <rtc_i2c::cmd9::CMD9_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMD10_SPEC

reset() method sets CMD10 to value 0x0101

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000101): <rtc_i2c::cmd10::CMD10_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMD11_SPEC

reset() method sets CMD11 to value 0x0901

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000901): <rtc_i2c::cmd11::CMD11_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMD12_SPEC

reset() method sets CMD12 to value 0x1701

source§

const RESET_VALUE: Self::Ux = {transmute(0x00001701): <rtc_i2c::cmd12::CMD12_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMD13_SPEC

reset() method sets CMD13 to value 0x1901

source§

const RESET_VALUE: Self::Ux = {transmute(0x00001901): <rtc_i2c::cmd13::CMD13_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMD14_SPEC

reset() method sets CMD14 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::cmd14::CMD14_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMD15_SPEC

reset() method sets CMD15 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::cmd15::CMD15_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CTRL_SPEC

reset() method sets CTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DATA_SPEC

reset() method sets DATA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::data::DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DATE_SPEC

reset() method sets DATE to value 0x0190_5310

source§

const RESET_VALUE: Self::Ux = {transmute(0x01905310): <rtc_i2c::date::DATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for INT_CLR_SPEC

reset() method sets INT_CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::int_clr::INT_CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for INT_ENA_SPEC

reset() method sets INT_ENA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::int_ena::INT_ENA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for INT_RAW_SPEC

reset() method sets INT_RAW to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::int_raw::INT_RAW_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for INT_ST_SPEC

reset() method sets INT_ST to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::int_st::INT_ST_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCL_HIGH_SPEC

reset() method sets SCL_HIGH to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <rtc_i2c::scl_high::SCL_HIGH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCL_LOW_SPEC

reset() method sets SCL_LOW to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <rtc_i2c::scl_low::SCL_LOW_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCL_START_PERIOD_SPEC

reset() method sets SCL_START_PERIOD to value 0x08

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000008): <rtc_i2c::scl_start_period::SCL_START_PERIOD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCL_STOP_PERIOD_SPEC

reset() method sets SCL_STOP_PERIOD to value 0x08

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000008): <rtc_i2c::scl_stop_period::SCL_STOP_PERIOD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SDA_DUTY_SPEC

reset() method sets SDA_DUTY to value 0x10

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000010): <rtc_i2c::sda_duty::SDA_DUTY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SLAVE_ADDR_SPEC

reset() method sets SLAVE_ADDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::slave_addr::SLAVE_ADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STATUS_SPEC

reset() method sets STATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TO_SPEC

reset() method sets TO to value 0x0001_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x00010000): <rtc_i2c::to::TO_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EXT_WAKEUP0_SPEC

reset() method sets EXT_WAKEUP0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::ext_wakeup0::EXT_WAKEUP0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PAD_DAC1_SPEC

reset() method sets PAD_DAC1 to value 0x4000_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtc_io::pad_dac1::PAD_DAC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PAD_DAC2_SPEC

reset() method sets PAD_DAC2 to value 0x4000_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtc_io::pad_dac2::PAD_DAC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTC_DEBUG_SEL_SPEC

reset() method sets RTC_DEBUG_SEL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_debug_sel::RTC_DEBUG_SEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTC_GPIO_ENABLE_SPEC

reset() method sets RTC_GPIO_ENABLE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_enable::RTC_GPIO_ENABLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTC_GPIO_ENABLE_W1TC_SPEC

reset() method sets RTC_GPIO_ENABLE_W1TC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_enable_w1tc::RTC_GPIO_ENABLE_W1TC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTC_GPIO_ENABLE_W1TS_SPEC

reset() method sets RTC_GPIO_ENABLE_W1TS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_enable_w1ts::RTC_GPIO_ENABLE_W1TS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTC_GPIO_IN_SPEC

reset() method sets RTC_GPIO_IN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_in::RTC_GPIO_IN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTC_GPIO_OUT_SPEC

reset() method sets RTC_GPIO_OUT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_out::RTC_GPIO_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTC_GPIO_OUT_W1TC_SPEC

reset() method sets RTC_GPIO_OUT_W1TC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_out_w1tc::RTC_GPIO_OUT_W1TC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTC_GPIO_OUT_W1TS_SPEC

reset() method sets RTC_GPIO_OUT_W1TS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_out_w1ts::RTC_GPIO_OUT_W1TS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTC_GPIO_PIN_SPEC

reset() method sets RTC_GPIO_PIN%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin::RTC_GPIO_PIN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTC_GPIO_STATUS_SPEC

reset() method sets RTC_GPIO_STATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_status::RTC_GPIO_STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTC_GPIO_STATUS_W1TC_SPEC

reset() method sets RTC_GPIO_STATUS_W1TC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_status_w1tc::RTC_GPIO_STATUS_W1TC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTC_GPIO_STATUS_W1TS_SPEC

reset() method sets RTC_GPIO_STATUS_W1TS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_status_w1ts::RTC_GPIO_STATUS_W1TS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTC_IO_DATE_SPEC

reset() method sets RTC_IO_DATE to value 0x0190_3170

source§

const RESET_VALUE: Self::Ux = {transmute(0x01903170): <rtc_io::rtc_io_date::RTC_IO_DATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTC_IO_TOUCH_CTRL_SPEC

reset() method sets RTC_IO_TOUCH_CTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_io_touch_ctrl::RTC_IO_TOUCH_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTC_PAD19_SPEC

reset() method sets RTC_PAD19 to value 0x5000_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x50000000): <rtc_io::rtc_pad19::RTC_PAD19_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTC_PAD20_SPEC

reset() method sets RTC_PAD20 to value 0x5000_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x50000000): <rtc_io::rtc_pad20::RTC_PAD20_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTC_PAD21_SPEC

reset() method sets RTC_PAD21 to value 0x5000_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x50000000): <rtc_io::rtc_pad21::RTC_PAD21_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SAR_I2C_IO_SPEC

reset() method sets SAR_I2C_IO to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::sar_i2c_io::SAR_I2C_IO_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TOUCH_PAD_SPEC

reset() method sets TOUCH_PAD%s to value 0x5200_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x52000000): <rtc_io::touch_pad::TOUCH_PAD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for XTAL_32N_PAD_SPEC

reset() method sets XTAL_32N_PAD to value 0x4000_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtc_io::xtal_32n_pad::XTAL_32N_PAD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for XTAL_32P_PAD_SPEC

reset() method sets XTAL_32P_PAD to value 0x4000_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtc_io::xtal_32p_pad::XTAL_32P_PAD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for XTL_EXT_CTR_SPEC

reset() method sets XTL_EXT_CTR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::xtl_ext_ctr::XTL_EXT_CTR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SAR_COCPU_INT_CLR_SPEC

reset() method sets SAR_COCPU_INT_CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_cocpu_int_clr::SAR_COCPU_INT_CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SAR_COCPU_INT_ENA_SPEC

reset() method sets SAR_COCPU_INT_ENA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_cocpu_int_ena::SAR_COCPU_INT_ENA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SAR_COCPU_INT_RAW_SPEC

reset() method sets SAR_COCPU_INT_RAW to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_cocpu_int_raw::SAR_COCPU_INT_RAW_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SAR_COCPU_INT_ST_SPEC

reset() method sets SAR_COCPU_INT_ST to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_cocpu_int_st::SAR_COCPU_INT_ST_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SAR_I2C_CTRL_SPEC

reset() method sets SAR_I2C_CTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_i2c_ctrl::SAR_I2C_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SAR_SLAVE_ADDR1_SPEC

reset() method sets SAR_SLAVE_ADDR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_slave_addr1::SAR_SLAVE_ADDR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SAR_SLAVE_ADDR2_SPEC

reset() method sets SAR_SLAVE_ADDR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_slave_addr2::SAR_SLAVE_ADDR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SAR_SLAVE_ADDR3_SPEC

reset() method sets SAR_SLAVE_ADDR3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_slave_addr3::SAR_SLAVE_ADDR3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SAR_SLAVE_ADDR4_SPEC

reset() method sets SAR_SLAVE_ADDR4 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_slave_addr4::SAR_SLAVE_ADDR4_SPEC as generic::RegisterSpec>::Ux}