Trait esp32s3_ulp::generic::Resettable
source · 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§
sourceconst RESET_VALUE: Self::Ux
const RESET_VALUE: Self::Ux
Reset value of the register.
Provided Methods§
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Object Safety§
Implementors§
source§impl Resettable for RTC_COCPU_CTRL_SPEC
impl Resettable for RTC_COCPU_CTRL_SPEC
reset()
method sets RTC_COCPU_CTRL to value 0x008a_0810
const RESET_VALUE: Self::Ux = {transmute(0x008a0810): <rtc_cntl::rtc_cocpu_ctrl::RTC_COCPU_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_ULP_CP_CTRL_SPEC
impl Resettable for RTC_ULP_CP_CTRL_SPEC
reset()
method sets RTC_ULP_CP_CTRL to value 0x0010_0200
const RESET_VALUE: Self::Ux = {transmute(0x00100200): <rtc_cntl::rtc_ulp_cp_ctrl::RTC_ULP_CP_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_ULP_CP_TIMER_SPEC
impl Resettable for RTC_ULP_CP_TIMER_SPEC
reset()
method sets RTC_ULP_CP_TIMER to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_cntl::rtc_ulp_cp_timer::RTC_ULP_CP_TIMER_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_ULP_CP_TIMER_1_SPEC
impl Resettable for RTC_ULP_CP_TIMER_1_SPEC
reset()
method sets RTC_ULP_CP_TIMER_1 to value 0xc800
const RESET_VALUE: Self::Ux = {transmute(0x0000c800): <rtc_cntl::rtc_ulp_cp_timer_1::RTC_ULP_CP_TIMER_1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CMD0_SPEC
impl Resettable for CMD0_SPEC
reset()
method sets CMD0 to value 0x0903
const RESET_VALUE: Self::Ux = {transmute(0x00000903): <rtc_i2c::cmd0::CMD0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CMD1_SPEC
impl Resettable for CMD1_SPEC
reset()
method sets CMD1 to value 0x1901
const RESET_VALUE: Self::Ux = {transmute(0x00001901): <rtc_i2c::cmd1::CMD1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CMD2_SPEC
impl Resettable for CMD2_SPEC
reset()
method sets CMD2 to value 0x0902
const RESET_VALUE: Self::Ux = {transmute(0x00000902): <rtc_i2c::cmd2::CMD2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CMD3_SPEC
impl Resettable for CMD3_SPEC
reset()
method sets CMD3 to value 0x0101
const RESET_VALUE: Self::Ux = {transmute(0x00000101): <rtc_i2c::cmd3::CMD3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CMD4_SPEC
impl Resettable for CMD4_SPEC
reset()
method sets CMD4 to value 0x0901
const RESET_VALUE: Self::Ux = {transmute(0x00000901): <rtc_i2c::cmd4::CMD4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CMD5_SPEC
impl Resettable for CMD5_SPEC
reset()
method sets CMD5 to value 0x1701
const RESET_VALUE: Self::Ux = {transmute(0x00001701): <rtc_i2c::cmd5::CMD5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CMD6_SPEC
impl Resettable for CMD6_SPEC
reset()
method sets CMD6 to value 0x1901
const RESET_VALUE: Self::Ux = {transmute(0x00001901): <rtc_i2c::cmd6::CMD6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CMD7_SPEC
impl Resettable for CMD7_SPEC
reset()
method sets CMD7 to value 0x0904
const RESET_VALUE: Self::Ux = {transmute(0x00000904): <rtc_i2c::cmd7::CMD7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CMD8_SPEC
impl Resettable for CMD8_SPEC
reset()
method sets CMD8 to value 0x1901
const RESET_VALUE: Self::Ux = {transmute(0x00001901): <rtc_i2c::cmd8::CMD8_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CMD9_SPEC
impl Resettable for CMD9_SPEC
reset()
method sets CMD9 to value 0x0903
const RESET_VALUE: Self::Ux = {transmute(0x00000903): <rtc_i2c::cmd9::CMD9_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CMD10_SPEC
impl Resettable for CMD10_SPEC
reset()
method sets CMD10 to value 0x0101
const RESET_VALUE: Self::Ux = {transmute(0x00000101): <rtc_i2c::cmd10::CMD10_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CMD11_SPEC
impl Resettable for CMD11_SPEC
reset()
method sets CMD11 to value 0x0901
const RESET_VALUE: Self::Ux = {transmute(0x00000901): <rtc_i2c::cmd11::CMD11_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CMD12_SPEC
impl Resettable for CMD12_SPEC
reset()
method sets CMD12 to value 0x1701
const RESET_VALUE: Self::Ux = {transmute(0x00001701): <rtc_i2c::cmd12::CMD12_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CMD13_SPEC
impl Resettable for CMD13_SPEC
reset()
method sets CMD13 to value 0x1901
const RESET_VALUE: Self::Ux = {transmute(0x00001901): <rtc_i2c::cmd13::CMD13_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CMD14_SPEC
impl Resettable for CMD14_SPEC
reset()
method sets CMD14 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::cmd14::CMD14_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CMD15_SPEC
impl Resettable for CMD15_SPEC
reset()
method sets CMD15 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::cmd15::CMD15_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for CTRL_SPEC
impl Resettable for CTRL_SPEC
reset()
method sets CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for DATA_SPEC
impl Resettable for DATA_SPEC
reset()
method sets DATA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::data::DATA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s3_ulp::rtc_i2c::date::DATE_SPEC
impl Resettable for esp32s3_ulp::rtc_i2c::date::DATE_SPEC
reset()
method sets DATE to value 0x0190_5310
const RESET_VALUE: Self::Ux = {transmute(0x01905310): <rtc_i2c::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INT_CLR_SPEC
impl Resettable for INT_CLR_SPEC
reset()
method sets INT_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::int_clr::INT_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INT_ENA_SPEC
impl Resettable for INT_ENA_SPEC
reset()
method sets INT_ENA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::int_ena::INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INT_RAW_SPEC
impl Resettable for INT_RAW_SPEC
reset()
method sets INT_RAW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::int_raw::INT_RAW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for INT_ST_SPEC
impl Resettable for INT_ST_SPEC
reset()
method sets INT_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::int_st::INT_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_HIGH_SPEC
impl Resettable for SCL_HIGH_SPEC
reset()
method sets SCL_HIGH to value 0x0100
const RESET_VALUE: Self::Ux = {transmute(0x00000100): <rtc_i2c::scl_high::SCL_HIGH_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_LOW_SPEC
impl Resettable for SCL_LOW_SPEC
reset()
method sets SCL_LOW to value 0x0100
const RESET_VALUE: Self::Ux = {transmute(0x00000100): <rtc_i2c::scl_low::SCL_LOW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_START_PERIOD_SPEC
impl Resettable for SCL_START_PERIOD_SPEC
reset()
method sets SCL_START_PERIOD to value 0x08
const RESET_VALUE: Self::Ux = {transmute(0x00000008): <rtc_i2c::scl_start_period::SCL_START_PERIOD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SCL_STOP_PERIOD_SPEC
impl Resettable for SCL_STOP_PERIOD_SPEC
reset()
method sets SCL_STOP_PERIOD to value 0x08
const RESET_VALUE: Self::Ux = {transmute(0x00000008): <rtc_i2c::scl_stop_period::SCL_STOP_PERIOD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SDA_DUTY_SPEC
impl Resettable for SDA_DUTY_SPEC
reset()
method sets SDA_DUTY to value 0x10
const RESET_VALUE: Self::Ux = {transmute(0x00000010): <rtc_i2c::sda_duty::SDA_DUTY_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SLAVE_ADDR_SPEC
impl Resettable for SLAVE_ADDR_SPEC
reset()
method sets SLAVE_ADDR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::slave_addr::SLAVE_ADDR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for STATUS_SPEC
impl Resettable for STATUS_SPEC
reset()
method sets STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_i2c::status::STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TO_SPEC
impl Resettable for TO_SPEC
reset()
method sets TO to value 0x0001_0000
const RESET_VALUE: Self::Ux = {transmute(0x00010000): <rtc_i2c::to::TO_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for esp32s3_ulp::rtc_io::date::DATE_SPEC
impl Resettable for esp32s3_ulp::rtc_io::date::DATE_SPEC
reset()
method sets DATE to value 0x0210_1180
const RESET_VALUE: Self::Ux = {transmute(0x02101180): <rtc_io::date::DATE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for EXT_WAKEUP0_SPEC
impl Resettable for EXT_WAKEUP0_SPEC
reset()
method sets EXT_WAKEUP0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::ext_wakeup0::EXT_WAKEUP0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PAD_DAC1_SPEC
impl Resettable for PAD_DAC1_SPEC
reset()
method sets PAD_DAC1 to value 0x4000_0000
const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtc_io::pad_dac1::PAD_DAC1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for PAD_DAC2_SPEC
impl Resettable for PAD_DAC2_SPEC
reset()
method sets PAD_DAC2 to value 0x4000_0000
const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtc_io::pad_dac2::PAD_DAC2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_DEBUG_SEL_SPEC
impl Resettable for RTC_DEBUG_SEL_SPEC
reset()
method sets RTC_DEBUG_SEL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_debug_sel::RTC_DEBUG_SEL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_ENABLE_SPEC
impl Resettable for RTC_GPIO_ENABLE_SPEC
reset()
method sets RTC_GPIO_ENABLE to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_enable::RTC_GPIO_ENABLE_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_ENABLE_W1TC_SPEC
impl Resettable for RTC_GPIO_ENABLE_W1TC_SPEC
reset()
method sets RTC_GPIO_ENABLE_W1TC to value 0
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
impl Resettable for RTC_GPIO_ENABLE_W1TS_SPEC
reset()
method sets RTC_GPIO_ENABLE_W1TS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_enable_w1ts::RTC_GPIO_ENABLE_W1TS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_IN_SPEC
impl Resettable for RTC_GPIO_IN_SPEC
reset()
method sets RTC_GPIO_IN to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_in::RTC_GPIO_IN_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_OUT_SPEC
impl Resettable for RTC_GPIO_OUT_SPEC
reset()
method sets RTC_GPIO_OUT to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_out::RTC_GPIO_OUT_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_OUT_W1TC_SPEC
impl Resettable for RTC_GPIO_OUT_W1TC_SPEC
reset()
method sets RTC_GPIO_OUT_W1TC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_out_w1tc::RTC_GPIO_OUT_W1TC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_OUT_W1TS_SPEC
impl Resettable for RTC_GPIO_OUT_W1TS_SPEC
reset()
method sets RTC_GPIO_OUT_W1TS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_out_w1ts::RTC_GPIO_OUT_W1TS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN0_SPEC
impl Resettable for RTC_GPIO_PIN0_SPEC
reset()
method sets RTC_GPIO_PIN0 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin0::RTC_GPIO_PIN0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN1_SPEC
impl Resettable for RTC_GPIO_PIN1_SPEC
reset()
method sets RTC_GPIO_PIN1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin1::RTC_GPIO_PIN1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN2_SPEC
impl Resettable for RTC_GPIO_PIN2_SPEC
reset()
method sets RTC_GPIO_PIN2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin2::RTC_GPIO_PIN2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN3_SPEC
impl Resettable for RTC_GPIO_PIN3_SPEC
reset()
method sets RTC_GPIO_PIN3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin3::RTC_GPIO_PIN3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN4_SPEC
impl Resettable for RTC_GPIO_PIN4_SPEC
reset()
method sets RTC_GPIO_PIN4 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin4::RTC_GPIO_PIN4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN5_SPEC
impl Resettable for RTC_GPIO_PIN5_SPEC
reset()
method sets RTC_GPIO_PIN5 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin5::RTC_GPIO_PIN5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN6_SPEC
impl Resettable for RTC_GPIO_PIN6_SPEC
reset()
method sets RTC_GPIO_PIN6 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin6::RTC_GPIO_PIN6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN7_SPEC
impl Resettable for RTC_GPIO_PIN7_SPEC
reset()
method sets RTC_GPIO_PIN7 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin7::RTC_GPIO_PIN7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN8_SPEC
impl Resettable for RTC_GPIO_PIN8_SPEC
reset()
method sets RTC_GPIO_PIN8 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin8::RTC_GPIO_PIN8_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN9_SPEC
impl Resettable for RTC_GPIO_PIN9_SPEC
reset()
method sets RTC_GPIO_PIN9 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin9::RTC_GPIO_PIN9_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN10_SPEC
impl Resettable for RTC_GPIO_PIN10_SPEC
reset()
method sets RTC_GPIO_PIN10 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin10::RTC_GPIO_PIN10_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN11_SPEC
impl Resettable for RTC_GPIO_PIN11_SPEC
reset()
method sets RTC_GPIO_PIN11 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin11::RTC_GPIO_PIN11_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN12_SPEC
impl Resettable for RTC_GPIO_PIN12_SPEC
reset()
method sets RTC_GPIO_PIN12 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin12::RTC_GPIO_PIN12_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN13_SPEC
impl Resettable for RTC_GPIO_PIN13_SPEC
reset()
method sets RTC_GPIO_PIN13 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin13::RTC_GPIO_PIN13_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN14_SPEC
impl Resettable for RTC_GPIO_PIN14_SPEC
reset()
method sets RTC_GPIO_PIN14 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin14::RTC_GPIO_PIN14_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN15_SPEC
impl Resettable for RTC_GPIO_PIN15_SPEC
reset()
method sets RTC_GPIO_PIN15 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin15::RTC_GPIO_PIN15_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN16_SPEC
impl Resettable for RTC_GPIO_PIN16_SPEC
reset()
method sets RTC_GPIO_PIN16 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin16::RTC_GPIO_PIN16_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN17_SPEC
impl Resettable for RTC_GPIO_PIN17_SPEC
reset()
method sets RTC_GPIO_PIN17 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin17::RTC_GPIO_PIN17_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN18_SPEC
impl Resettable for RTC_GPIO_PIN18_SPEC
reset()
method sets RTC_GPIO_PIN18 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin18::RTC_GPIO_PIN18_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN19_SPEC
impl Resettable for RTC_GPIO_PIN19_SPEC
reset()
method sets RTC_GPIO_PIN19 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin19::RTC_GPIO_PIN19_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN20_SPEC
impl Resettable for RTC_GPIO_PIN20_SPEC
reset()
method sets RTC_GPIO_PIN20 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin20::RTC_GPIO_PIN20_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_PIN21_SPEC
impl Resettable for RTC_GPIO_PIN21_SPEC
reset()
method sets RTC_GPIO_PIN21 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_pin21::RTC_GPIO_PIN21_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_STATUS_SPEC
impl Resettable for RTC_GPIO_STATUS_SPEC
reset()
method sets RTC_GPIO_STATUS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_status::RTC_GPIO_STATUS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_STATUS_W1TC_SPEC
impl Resettable for RTC_GPIO_STATUS_W1TC_SPEC
reset()
method sets RTC_GPIO_STATUS_W1TC to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_status_w1tc::RTC_GPIO_STATUS_W1TC_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_GPIO_STATUS_W1TS_SPEC
impl Resettable for RTC_GPIO_STATUS_W1TS_SPEC
reset()
method sets RTC_GPIO_STATUS_W1TS to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::rtc_gpio_status_w1ts::RTC_GPIO_STATUS_W1TS_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_PAD19_SPEC
impl Resettable for RTC_PAD19_SPEC
reset()
method sets RTC_PAD19 to value 0x5000_0000
const RESET_VALUE: Self::Ux = {transmute(0x50000000): <rtc_io::rtc_pad19::RTC_PAD19_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_PAD20_SPEC
impl Resettable for RTC_PAD20_SPEC
reset()
method sets RTC_PAD20 to value 0x5000_0000
const RESET_VALUE: Self::Ux = {transmute(0x50000000): <rtc_io::rtc_pad20::RTC_PAD20_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for RTC_PAD21_SPEC
impl Resettable for RTC_PAD21_SPEC
reset()
method sets RTC_PAD21 to value 0x5000_0000
const RESET_VALUE: Self::Ux = {transmute(0x50000000): <rtc_io::rtc_pad21::RTC_PAD21_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_I2C_IO_SPEC
impl Resettable for SAR_I2C_IO_SPEC
reset()
method sets SAR_I2C_IO to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::sar_i2c_io::SAR_I2C_IO_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_CTRL_SPEC
impl Resettable for TOUCH_CTRL_SPEC
reset()
method sets TOUCH_CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::touch_ctrl::TOUCH_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_PAD0_SPEC
impl Resettable for TOUCH_PAD0_SPEC
reset()
method sets TOUCH_PAD0 to value 0x5000_0000
const RESET_VALUE: Self::Ux = {transmute(0x50000000): <rtc_io::touch_pad0::TOUCH_PAD0_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_PAD1_SPEC
impl Resettable for TOUCH_PAD1_SPEC
reset()
method sets TOUCH_PAD1 to value 0x4800_0000
const RESET_VALUE: Self::Ux = {transmute(0x48000000): <rtc_io::touch_pad1::TOUCH_PAD1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_PAD2_SPEC
impl Resettable for TOUCH_PAD2_SPEC
reset()
method sets TOUCH_PAD2 to value 0x5000_0000
const RESET_VALUE: Self::Ux = {transmute(0x50000000): <rtc_io::touch_pad2::TOUCH_PAD2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_PAD3_SPEC
impl Resettable for TOUCH_PAD3_SPEC
reset()
method sets TOUCH_PAD3 to value 0x4800_0000
const RESET_VALUE: Self::Ux = {transmute(0x48000000): <rtc_io::touch_pad3::TOUCH_PAD3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_PAD4_SPEC
impl Resettable for TOUCH_PAD4_SPEC
reset()
method sets TOUCH_PAD4 to value 0x5000_0000
const RESET_VALUE: Self::Ux = {transmute(0x50000000): <rtc_io::touch_pad4::TOUCH_PAD4_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_PAD5_SPEC
impl Resettable for TOUCH_PAD5_SPEC
reset()
method sets TOUCH_PAD5 to value 0x5000_0000
const RESET_VALUE: Self::Ux = {transmute(0x50000000): <rtc_io::touch_pad5::TOUCH_PAD5_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_PAD6_SPEC
impl Resettable for TOUCH_PAD6_SPEC
reset()
method sets TOUCH_PAD6 to value 0x4800_0000
const RESET_VALUE: Self::Ux = {transmute(0x48000000): <rtc_io::touch_pad6::TOUCH_PAD6_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_PAD7_SPEC
impl Resettable for TOUCH_PAD7_SPEC
reset()
method sets TOUCH_PAD7 to value 0x4000_0000
const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtc_io::touch_pad7::TOUCH_PAD7_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_PAD8_SPEC
impl Resettable for TOUCH_PAD8_SPEC
reset()
method sets TOUCH_PAD8 to value 0x4000_0000
const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtc_io::touch_pad8::TOUCH_PAD8_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_PAD9_SPEC
impl Resettable for TOUCH_PAD9_SPEC
reset()
method sets TOUCH_PAD9 to value 0x4000_0000
const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtc_io::touch_pad9::TOUCH_PAD9_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_PAD10_SPEC
impl Resettable for TOUCH_PAD10_SPEC
reset()
method sets TOUCH_PAD10 to value 0x4000_0000
const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtc_io::touch_pad10::TOUCH_PAD10_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_PAD11_SPEC
impl Resettable for TOUCH_PAD11_SPEC
reset()
method sets TOUCH_PAD11 to value 0x4000_0000
const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtc_io::touch_pad11::TOUCH_PAD11_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_PAD12_SPEC
impl Resettable for TOUCH_PAD12_SPEC
reset()
method sets TOUCH_PAD12 to value 0x4000_0000
const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtc_io::touch_pad12::TOUCH_PAD12_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_PAD13_SPEC
impl Resettable for TOUCH_PAD13_SPEC
reset()
method sets TOUCH_PAD13 to value 0x4000_0000
const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtc_io::touch_pad13::TOUCH_PAD13_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for TOUCH_PAD14_SPEC
impl Resettable for TOUCH_PAD14_SPEC
reset()
method sets TOUCH_PAD14 to value 0x4000_0000
const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtc_io::touch_pad14::TOUCH_PAD14_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for XTAL_32N_PAD_SPEC
impl Resettable for XTAL_32N_PAD_SPEC
reset()
method sets XTAL_32N_PAD to value 0x4000_0000
const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtc_io::xtal_32n_pad::XTAL_32N_PAD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for XTAL_32P_PAD_SPEC
impl Resettable for XTAL_32P_PAD_SPEC
reset()
method sets XTAL_32P_PAD to value 0x4000_0000
const RESET_VALUE: Self::Ux = {transmute(0x40000000): <rtc_io::xtal_32p_pad::XTAL_32P_PAD_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for XTL_EXT_CTR_SPEC
impl Resettable for XTL_EXT_CTR_SPEC
reset()
method sets XTL_EXT_CTR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc_io::xtl_ext_ctr::XTL_EXT_CTR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_COCPU_INT_CLR_SPEC
impl Resettable for SAR_COCPU_INT_CLR_SPEC
reset()
method sets SAR_COCPU_INT_CLR to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_cocpu_int_clr::SAR_COCPU_INT_CLR_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_COCPU_INT_ENA_SPEC
impl Resettable for SAR_COCPU_INT_ENA_SPEC
reset()
method sets SAR_COCPU_INT_ENA to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_cocpu_int_ena::SAR_COCPU_INT_ENA_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_COCPU_INT_RAW_SPEC
impl Resettable for SAR_COCPU_INT_RAW_SPEC
reset()
method sets SAR_COCPU_INT_RAW to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_cocpu_int_raw::SAR_COCPU_INT_RAW_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_COCPU_INT_ST_SPEC
impl Resettable for SAR_COCPU_INT_ST_SPEC
reset()
method sets SAR_COCPU_INT_ST to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_cocpu_int_st::SAR_COCPU_INT_ST_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_I2C_CTRL_SPEC
impl Resettable for SAR_I2C_CTRL_SPEC
reset()
method sets SAR_I2C_CTRL to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_i2c_ctrl::SAR_I2C_CTRL_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_SLAVE_ADDR1_SPEC
impl Resettable for SAR_SLAVE_ADDR1_SPEC
reset()
method sets SAR_SLAVE_ADDR1 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_slave_addr1::SAR_SLAVE_ADDR1_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_SLAVE_ADDR2_SPEC
impl Resettable for SAR_SLAVE_ADDR2_SPEC
reset()
method sets SAR_SLAVE_ADDR2 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_slave_addr2::SAR_SLAVE_ADDR2_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_SLAVE_ADDR3_SPEC
impl Resettable for SAR_SLAVE_ADDR3_SPEC
reset()
method sets SAR_SLAVE_ADDR3 to value 0
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sens::sar_slave_addr3::SAR_SLAVE_ADDR3_SPEC as generic::RegisterSpec>::Ux}
source§impl Resettable for SAR_SLAVE_ADDR4_SPEC
impl Resettable for SAR_SLAVE_ADDR4_SPEC
reset()
method sets SAR_SLAVE_ADDR4 to value 0