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 BOD_MODE0_CNTL_SPEC

reset() method sets BOD_MODE0_CNTL to value 0x0ffc_0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x0ffc0100): <lp_ana_peri::bod_mode0_cntl::BOD_MODE0_CNTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BOD_MODE1_CNTL_SPEC

reset() method sets BOD_MODE1_CNTL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_ana_peri::bod_mode1_cntl::BOD_MODE1_CNTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CK_GLITCH_CNTL_SPEC

reset() method sets CK_GLITCH_CNTL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_ana_peri::ck_glitch_cntl::CK_GLITCH_CNTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_ana_peri::date::DATE_SPEC

reset() method sets DATE to value 0x0220_2260

source§

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

source§

impl Resettable for FIB_ENABLE_SPEC

reset() method sets FIB_ENABLE to value 0xffff_ffff

source§

const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <lp_ana_peri::fib_enable::FIB_ENABLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_ana_peri::int_clr::INT_CLR_SPEC

reset() method sets INT_CLR to value 0

source§

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

source§

impl Resettable for esp32c6_lp::lp_ana_peri::int_ena::INT_ENA_SPEC

reset() method sets INT_ENA to value 0

source§

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

source§

impl Resettable for esp32c6_lp::lp_ana_peri::int_raw::INT_RAW_SPEC

reset() method sets INT_RAW to value 0

source§

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

source§

impl Resettable for esp32c6_lp::lp_ana_peri::int_st::INT_ST_SPEC

reset() method sets INT_ST to value 0

source§

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

source§

impl Resettable for esp32c6_lp::lp_ana_peri::lp_int_clr::LP_INT_CLR_SPEC

reset() method sets LP_INT_CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_ana_peri::lp_int_clr::LP_INT_CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_ana_peri::lp_int_ena::LP_INT_ENA_SPEC

reset() method sets LP_INT_ENA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_ana_peri::lp_int_ena::LP_INT_ENA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_ana_peri::lp_int_raw::LP_INT_RAW_SPEC

reset() method sets LP_INT_RAW to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_ana_peri::lp_int_raw::LP_INT_RAW_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_ana_peri::lp_int_st::LP_INT_ST_SPEC

reset() method sets LP_INT_ST to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_ana_peri::lp_int_st::LP_INT_ST_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CPUCORE0_CFG_SPEC

reset() method sets CPUCORE0_CFG to value 0x4000_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x40000000): <lp_aon::cpucore0_cfg::CPUCORE0_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_aon::date::DATE_SPEC

reset() method sets DATE to value 0x0220_5280

source§

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

source§

impl Resettable for EXT_WAKEUP_CNTL_SPEC

reset() method sets EXT_WAKEUP_CNTL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::ext_wakeup_cntl::EXT_WAKEUP_CNTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GPIO_HOLD0_SPEC

reset() method sets GPIO_HOLD0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::gpio_hold0::GPIO_HOLD0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GPIO_HOLD1_SPEC

reset() method sets GPIO_HOLD1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::gpio_hold1::GPIO_HOLD1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GPIO_MUX_SPEC

reset() method sets GPIO_MUX to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::gpio_mux::GPIO_MUX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IO_MUX_SPEC

reset() method sets IO_MUX to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::io_mux::IO_MUX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LPBUS_SPEC

reset() method sets LPBUS to value 0xb020_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0xb0200000): <lp_aon::lpbus::LPBUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LPCORE_SPEC

reset() method sets LPCORE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::lpcore::LPCORE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SAR_CCT_SPEC

reset() method sets SAR_CCT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::sar_cct::SAR_CCT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SDIO_ACTIVE_SPEC

reset() method sets SDIO_ACTIVE to value 0x0280_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x02800000): <lp_aon::sdio_active::SDIO_ACTIVE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STORE0_SPEC

reset() method sets STORE0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::store0::STORE0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STORE1_SPEC

reset() method sets STORE1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::store1::STORE1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STORE2_SPEC

reset() method sets STORE2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::store2::STORE2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STORE3_SPEC

reset() method sets STORE3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::store3::STORE3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STORE4_SPEC

reset() method sets STORE4 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::store4::STORE4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STORE5_SPEC

reset() method sets STORE5 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::store5::STORE5_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STORE6_SPEC

reset() method sets STORE6 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::store6::STORE6_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STORE7_SPEC

reset() method sets STORE7 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::store7::STORE7_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STORE8_SPEC

reset() method sets STORE8 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::store8::STORE8_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STORE9_SPEC

reset() method sets STORE9 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::store9::STORE9_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SYS_CFG_SPEC

reset() method sets SYS_CFG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::sys_cfg::SYS_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for USB_SPEC

reset() method sets USB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_aon::usb::USB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_apm::clock_gate::CLOCK_GATE_SPEC

reset() method sets CLOCK_GATE to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <lp_apm::clock_gate::CLOCK_GATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_apm::date::DATE_SPEC

reset() method sets DATE to value 0x0220_5240

source§

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

source§

impl Resettable for FUNC_CTRL_SPEC

reset() method sets FUNC_CTRL to value 0x03

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000003): <lp_apm::func_ctrl::FUNC_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for INT_EN_SPEC

reset() method sets INT_EN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_apm::int_en::INT_EN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for M0_EXCEPTION_INFO0_SPEC

reset() method sets M0_EXCEPTION_INFO0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_apm::m0_exception_info0::M0_EXCEPTION_INFO0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for M0_EXCEPTION_INFO1_SPEC

reset() method sets M0_EXCEPTION_INFO1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_apm::m0_exception_info1::M0_EXCEPTION_INFO1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for M0_STATUS_SPEC

reset() method sets M0_STATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_apm::m0_status::M0_STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for M0_STATUS_CLR_SPEC

reset() method sets M0_STATUS_CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_apm::m0_status_clr::M0_STATUS_CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for M1_EXCEPTION_INFO0_SPEC

reset() method sets M1_EXCEPTION_INFO0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_apm::m1_exception_info0::M1_EXCEPTION_INFO0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for M1_EXCEPTION_INFO1_SPEC

reset() method sets M1_EXCEPTION_INFO1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_apm::m1_exception_info1::M1_EXCEPTION_INFO1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for M1_STATUS_SPEC

reset() method sets M1_STATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_apm::m1_status::M1_STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for M1_STATUS_CLR_SPEC

reset() method sets M1_STATUS_CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_apm::m1_status_clr::M1_STATUS_CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for REGION0_ADDR_END_SPEC

reset() method sets REGION0_ADDR_END to value 0xffff_ffff

source§

const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <lp_apm::region0_addr_end::REGION0_ADDR_END_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for REGION0_ADDR_START_SPEC

reset() method sets REGION0_ADDR_START to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_apm::region0_addr_start::REGION0_ADDR_START_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for REGION0_PMS_ATTR_SPEC

reset() method sets REGION0_PMS_ATTR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_apm::region0_pms_attr::REGION0_PMS_ATTR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for REGION1_ADDR_END_SPEC

reset() method sets REGION1_ADDR_END to value 0xffff_ffff

source§

const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <lp_apm::region1_addr_end::REGION1_ADDR_END_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for REGION1_ADDR_START_SPEC

reset() method sets REGION1_ADDR_START to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_apm::region1_addr_start::REGION1_ADDR_START_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for REGION1_PMS_ATTR_SPEC

reset() method sets REGION1_PMS_ATTR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_apm::region1_pms_attr::REGION1_PMS_ATTR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for REGION2_ADDR_END_SPEC

reset() method sets REGION2_ADDR_END to value 0xffff_ffff

source§

const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <lp_apm::region2_addr_end::REGION2_ADDR_END_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for REGION2_ADDR_START_SPEC

reset() method sets REGION2_ADDR_START to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_apm::region2_addr_start::REGION2_ADDR_START_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for REGION2_PMS_ATTR_SPEC

reset() method sets REGION2_PMS_ATTR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_apm::region2_pms_attr::REGION2_PMS_ATTR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for REGION3_ADDR_END_SPEC

reset() method sets REGION3_ADDR_END to value 0xffff_ffff

source§

const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <lp_apm::region3_addr_end::REGION3_ADDR_END_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for REGION3_ADDR_START_SPEC

reset() method sets REGION3_ADDR_START to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_apm::region3_addr_start::REGION3_ADDR_START_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for REGION3_PMS_ATTR_SPEC

reset() method sets REGION3_PMS_ATTR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_apm::region3_pms_attr::REGION3_PMS_ATTR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for REGION_FILTER_EN_SPEC

reset() method sets REGION_FILTER_EN to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <lp_apm::region_filter_en::REGION_FILTER_EN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CLK_TO_HP_SPEC

reset() method sets CLK_TO_HP to value 0xf000_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0xf0000000): <lp_clkrst::clk_to_hp::CLK_TO_HP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CPU_RESET_SPEC

reset() method sets CPU_RESET to value 0x0440_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x04400000): <lp_clkrst::cpu_reset::CPU_RESET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_clkrst::date::DATE_SPEC

reset() method sets DATE to value 0x0220_6090

source§

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

source§

impl Resettable for FOSC_CNTL_SPEC

reset() method sets FOSC_CNTL to value 0x2b00_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x2b000000): <lp_clkrst::fosc_cntl::FOSC_CNTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LP_CLK_CONF_SPEC

reset() method sets LP_CLK_CONF to value 0x04

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000004): <lp_clkrst::lp_clk_conf::LP_CLK_CONF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LP_CLK_EN_SPEC

reset() method sets LP_CLK_EN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_clkrst::lp_clk_en::LP_CLK_EN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LP_CLK_PO_EN_SPEC

reset() method sets LP_CLK_PO_EN to value 0x07ff

source§

const RESET_VALUE: Self::Ux = {transmute(0x000007ff): <lp_clkrst::lp_clk_po_en::LP_CLK_PO_EN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LP_RST_EN_SPEC

reset() method sets LP_RST_EN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_clkrst::lp_rst_en::LP_RST_EN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LPMEM_FORCE_SPEC

reset() method sets LPMEM_FORCE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_clkrst::lpmem_force::LPMEM_FORCE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LPPERI_SPEC

reset() method sets LPPERI to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_clkrst::lpperi::LPPERI_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RC32K_CNTL_SPEC

reset() method sets RC32K_CNTL to value 0x2b00_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x2b000000): <lp_clkrst::rc32k_cntl::RC32K_CNTL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RESET_CAUSE_SPEC

reset() method sets RESET_CAUSE to value 0x20

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000020): <lp_clkrst::reset_cause::RESET_CAUSE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for XTAL32K_SPEC

reset() method sets XTAL32K to value 0x66c0_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x66c00000): <lp_clkrst::xtal32k::XTAL32K_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_i2c::clk_conf::CLK_CONF_SPEC

reset() method sets CLK_CONF to value 0x0020_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x00200000): <lp_i2c::clk_conf::CLK_CONF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for COMD0_SPEC

reset() method sets COMD0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c::comd0::COMD0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for COMD1_SPEC

reset() method sets COMD1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c::comd1::COMD1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for COMD2_SPEC

reset() method sets COMD2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c::comd2::COMD2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for COMD3_SPEC

reset() method sets COMD3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c::comd3::COMD3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for COMD4_SPEC

reset() method sets COMD4 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c::comd4::COMD4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for COMD5_SPEC

reset() method sets COMD5 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c::comd5::COMD5_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for COMD6_SPEC

reset() method sets COMD6 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c::comd6::COMD6_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for COMD7_SPEC

reset() method sets COMD7 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c::comd7::COMD7_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CTR_SPEC

reset() method sets CTR to value 0x0208

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000208): <lp_i2c::ctr::CTR_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): <lp_i2c::data::DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_i2c::date::DATE_SPEC

reset() method sets DATE to value 0x0220_1143

source§

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

source§

impl Resettable for FIFO_CONF_SPEC

reset() method sets FIFO_CONF to value 0x4046

source§

const RESET_VALUE: Self::Ux = {transmute(0x00004046): <lp_i2c::fifo_conf::FIFO_CONF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FIFO_ST_SPEC

reset() method sets FIFO_ST to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c::fifo_st::FIFO_ST_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FILTER_CFG_SPEC

reset() method sets FILTER_CFG to value 0x0300

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000300): <lp_i2c::filter_cfg::FILTER_CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_i2c::int_clr::INT_CLR_SPEC

reset() method sets INT_CLR to value 0

source§

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

source§

impl Resettable for esp32c6_lp::lp_i2c::int_ena::INT_ENA_SPEC

reset() method sets INT_ENA to value 0

source§

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

source§

impl Resettable for esp32c6_lp::lp_i2c::int_raw::INT_RAW_SPEC

reset() method sets INT_RAW to value 0x02

source§

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

source§

impl Resettable for INT_STATUS_SPEC

reset() method sets INT_STATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c::int_status::INT_STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RXFIFO_START_ADDR_SPEC

reset() method sets RXFIFO_START_ADDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c::rxfifo_start_addr::RXFIFO_START_ADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCL_HIGH_PERIOD_SPEC

reset() method sets SCL_HIGH_PERIOD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c::scl_high_period::SCL_HIGH_PERIOD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCL_LOW_PERIOD_SPEC

reset() method sets SCL_LOW_PERIOD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c::scl_low_period::SCL_LOW_PERIOD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCL_MAIN_ST_TIME_OUT_SPEC

reset() method sets SCL_MAIN_ST_TIME_OUT to value 0x10

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000010): <lp_i2c::scl_main_st_time_out::SCL_MAIN_ST_TIME_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCL_RSTART_SETUP_SPEC

reset() method sets SCL_RSTART_SETUP to value 0x08

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000008): <lp_i2c::scl_rstart_setup::SCL_RSTART_SETUP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCL_SP_CONF_SPEC

reset() method sets SCL_SP_CONF to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c::scl_sp_conf::SCL_SP_CONF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCL_ST_TIME_OUT_SPEC

reset() method sets SCL_ST_TIME_OUT to value 0x10

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000010): <lp_i2c::scl_st_time_out::SCL_ST_TIME_OUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCL_START_HOLD_SPEC

reset() method sets SCL_START_HOLD to value 0x08

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000008): <lp_i2c::scl_start_hold::SCL_START_HOLD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCL_STOP_HOLD_SPEC

reset() method sets SCL_STOP_HOLD to value 0x08

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000008): <lp_i2c::scl_stop_hold::SCL_STOP_HOLD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCL_STOP_SETUP_SPEC

reset() method sets SCL_STOP_SETUP to value 0x08

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000008): <lp_i2c::scl_stop_setup::SCL_STOP_SETUP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SDA_HOLD_SPEC

reset() method sets SDA_HOLD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c::sda_hold::SDA_HOLD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SDA_SAMPLE_SPEC

reset() method sets SDA_SAMPLE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c::sda_sample::SDA_SAMPLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TO_SPEC

reset() method sets TO to value 0x10

source§

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

source§

impl Resettable for TXFIFO_START_ADDR_SPEC

reset() method sets TXFIFO_START_ADDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c::txfifo_start_addr::TXFIFO_START_ADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ANA_CONF1_SPEC

reset() method sets ANA_CONF1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c_ana_mst::ana_conf1::ANA_CONF1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_i2c_ana_mst::date::DATE_SPEC

reset() method sets DATE to value 0x0200_7301

source§

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

source§

impl Resettable for DEVICE_EN_SPEC

reset() method sets DEVICE_EN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c_ana_mst::device_en::DEVICE_EN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for I2C0_CONF_SPEC

reset() method sets I2C0_CONF to value 0x0700_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x07000000): <lp_i2c_ana_mst::i2c0_conf::I2C0_CONF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for I2C0_CTRL_SPEC

reset() method sets I2C0_CTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c_ana_mst::i2c0_ctrl::I2C0_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for I2C0_DATA_SPEC

reset() method sets I2C0_DATA to value 0x0900

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000900): <lp_i2c_ana_mst::i2c0_data::I2C0_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for NOUSE_SPEC

reset() method sets NOUSE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_i2c_ana_mst::nouse::NOUSE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_io::date::DATE_SPEC

reset() method sets DATE to value 0x0220_2100

source§

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

source§

impl Resettable for ENABLE_SPEC

reset() method sets ENABLE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_io::enable::ENABLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ENABLE_W1TC_SPEC

reset() method sets ENABLE_W1TC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_io::enable_w1tc::ENABLE_W1TC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ENABLE_W1TS_SPEC

reset() method sets ENABLE_W1TS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_io::enable_w1ts::ENABLE_W1TS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GPIO_SPEC

reset() method sets GPIO%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_io::gpio::GPIO_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IN_SPEC

reset() method sets IN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_io::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OUT_SPEC

reset() method sets OUT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_io::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OUT_W1TC_SPEC

reset() method sets OUT_W1TC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_io::out_w1tc::OUT_W1TC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OUT_W1TS_SPEC

reset() method sets OUT_W1TS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_io::out_w1ts::OUT_W1TS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PIN_SPEC

reset() method sets PIN%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_io::pin::PIN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_io::status::STATUS_SPEC

reset() method sets STATUS to value 0

source§

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

source§

impl Resettable for STATUS_INT_SPEC

reset() method sets STATUS_INT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_io::status_int::STATUS_INT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STATUS_W1TC_SPEC

reset() method sets STATUS_W1TC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_io::status_w1tc::STATUS_W1TC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STATUS_W1TS_SPEC

reset() method sets STATUS_W1TS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_io::status_w1ts::STATUS_W1TS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BUS_TIMEOUT_SPEC

reset() method sets BUS_TIMEOUT to value 0xbfff_c000

source§

const RESET_VALUE: Self::Ux = {transmute(0xbfffc000): <lp_peri::bus_timeout::BUS_TIMEOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BUS_TIMEOUT_ADDR_SPEC

reset() method sets BUS_TIMEOUT_ADDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_peri::bus_timeout_addr::BUS_TIMEOUT_ADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BUS_TIMEOUT_UID_SPEC

reset() method sets BUS_TIMEOUT_UID to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_peri::bus_timeout_uid::BUS_TIMEOUT_UID_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CLK_EN_SPEC

reset() method sets CLK_EN to value 0x7f80_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x7f800000): <lp_peri::clk_en::CLK_EN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CPU_SPEC

reset() method sets CPU to value 0x8000_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x80000000): <lp_peri::cpu::CPU_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_peri::date::DATE_SPEC

reset() method sets DATE to value 0x0220_6130

source§

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

source§

impl Resettable for INTERRUPT_SOURCE_SPEC

reset() method sets INTERRUPT_SOURCE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_peri::interrupt_source::INTERRUPT_SOURCE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MEM_CTRL_SPEC

reset() method sets MEM_CTRL to value 0x8000_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x80000000): <lp_peri::mem_ctrl::MEM_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RESET_EN_SPEC

reset() method sets RESET_EN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_peri::reset_en::RESET_EN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RNG_DATA_SPEC

reset() method sets RNG_DATA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_peri::rng_data::RNG_DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_tee::clock_gate::CLOCK_GATE_SPEC

reset() method sets CLOCK_GATE to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <lp_tee::clock_gate::CLOCK_GATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_tee::date::DATE_SPEC

reset() method sets DATE to value 0x0220_5270

source§

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

source§

impl Resettable for FORCE_ACC_HP_SPEC

reset() method sets FORCE_ACC_HP to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_tee::force_acc_hp::FORCE_ACC_HP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for M0_MODE_CTRL_SPEC

reset() method sets M0_MODE_CTRL to value 0x03

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000003): <lp_tee::m0_mode_ctrl::M0_MODE_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_timer::date::DATE_SPEC

reset() method sets DATE to value 0x0211_1150

source§

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

source§

impl Resettable for esp32c6_lp::lp_timer::int_clr::INT_CLR_SPEC

reset() method sets INT_CLR to value 0

source§

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

source§

impl Resettable for esp32c6_lp::lp_timer::int_ena::INT_ENA_SPEC

reset() method sets INT_ENA to value 0

source§

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

source§

impl Resettable for esp32c6_lp::lp_timer::int_raw::INT_RAW_SPEC

reset() method sets INT_RAW to value 0

source§

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

source§

impl Resettable for esp32c6_lp::lp_timer::int_st::INT_ST_SPEC

reset() method sets INT_ST to value 0

source§

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

source§

impl Resettable for esp32c6_lp::lp_timer::lp_int_clr::LP_INT_CLR_SPEC

reset() method sets LP_INT_CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_timer::lp_int_clr::LP_INT_CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_timer::lp_int_ena::LP_INT_ENA_SPEC

reset() method sets LP_INT_ENA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_timer::lp_int_ena::LP_INT_ENA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_timer::lp_int_raw::LP_INT_RAW_SPEC

reset() method sets LP_INT_RAW to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_timer::lp_int_raw::LP_INT_RAW_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_timer::lp_int_st::LP_INT_ST_SPEC

reset() method sets LP_INT_ST to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_timer::lp_int_st::LP_INT_ST_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MAIN_BUF0_HIGH_SPEC

reset() method sets MAIN_BUF0_HIGH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_timer::main_buf0_high::MAIN_BUF0_HIGH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MAIN_BUF0_LOW_SPEC

reset() method sets MAIN_BUF0_LOW to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_timer::main_buf0_low::MAIN_BUF0_LOW_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MAIN_BUF1_HIGH_SPEC

reset() method sets MAIN_BUF1_HIGH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_timer::main_buf1_high::MAIN_BUF1_HIGH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MAIN_BUF1_LOW_SPEC

reset() method sets MAIN_BUF1_LOW to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_timer::main_buf1_low::MAIN_BUF1_LOW_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MAIN_OVERFLOW_SPEC

reset() method sets MAIN_OVERFLOW to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_timer::main_overflow::MAIN_OVERFLOW_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TAR0_HIGH_SPEC

reset() method sets TAR0_HIGH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_timer::tar0_high::TAR0_HIGH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TAR0_LOW_SPEC

reset() method sets TAR0_LOW to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_timer::tar0_low::TAR0_LOW_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TAR1_HIGH_SPEC

reset() method sets TAR1_HIGH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_timer::tar1_high::TAR1_HIGH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TAR1_LOW_SPEC

reset() method sets TAR1_LOW to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_timer::tar1_low::TAR1_LOW_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPDATE_SPEC

reset() method sets UPDATE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_timer::update::UPDATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for AFIFO_STATUS_SPEC

reset() method sets AFIFO_STATUS to value 0x0a

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000000a): <lp_uart::afifo_status::AFIFO_STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for AT_CMD_CHAR_SYNC_SPEC

reset() method sets AT_CMD_CHAR_SYNC to value 0x032b

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000032b): <lp_uart::at_cmd_char_sync::AT_CMD_CHAR_SYNC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for AT_CMD_GAPTOUT_SYNC_SPEC

reset() method sets AT_CMD_GAPTOUT_SYNC to value 0x0b

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000000b): <lp_uart::at_cmd_gaptout_sync::AT_CMD_GAPTOUT_SYNC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for AT_CMD_POSTCNT_SYNC_SPEC

reset() method sets AT_CMD_POSTCNT_SYNC to value 0x0901

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000901): <lp_uart::at_cmd_postcnt_sync::AT_CMD_POSTCNT_SYNC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for AT_CMD_PRECNT_SYNC_SPEC

reset() method sets AT_CMD_PRECNT_SYNC to value 0x0901

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000901): <lp_uart::at_cmd_precnt_sync::AT_CMD_PRECNT_SYNC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_uart::clk_conf::CLK_CONF_SPEC

reset() method sets CLK_CONF to value 0x0370_1000

source§

const RESET_VALUE: Self::Ux = {transmute(0x03701000): <lp_uart::clk_conf::CLK_CONF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CLKDIV_SYNC_SPEC

reset() method sets CLKDIV_SYNC to value 0x02b6

source§

const RESET_VALUE: Self::Ux = {transmute(0x000002b6): <lp_uart::clkdiv_sync::CLKDIV_SYNC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CONF0_SYNC_SPEC

reset() method sets CONF0_SYNC to value 0x0010_001c

source§

const RESET_VALUE: Self::Ux = {transmute(0x0010001c): <lp_uart::conf0_sync::CONF0_SYNC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CONF1_SPEC

reset() method sets CONF1 to value 0x6060

source§

const RESET_VALUE: Self::Ux = {transmute(0x00006060): <lp_uart::conf1::CONF1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_uart::date::DATE_SPEC

reset() method sets DATE to value 0x0220_1260

source§

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

source§

impl Resettable for FIFO_SPEC

reset() method sets FIFO to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_uart::fifo::FIFO_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FSM_STATUS_SPEC

reset() method sets FSM_STATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_uart::fsm_status::FSM_STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HWFC_CONF_SYNC_SPEC

reset() method sets HWFC_CONF_SYNC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_uart::hwfc_conf_sync::HWFC_CONF_SYNC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ID_SPEC

reset() method sets ID to value 0x0500

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000500): <lp_uart::id::ID_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IDLE_CONF_SYNC_SPEC

reset() method sets IDLE_CONF_SYNC to value 0x0004_0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00040100): <lp_uart::idle_conf_sync::IDLE_CONF_SYNC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_uart::int_clr::INT_CLR_SPEC

reset() method sets INT_CLR to value 0

source§

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

source§

impl Resettable for esp32c6_lp::lp_uart::int_ena::INT_ENA_SPEC

reset() method sets INT_ENA to value 0

source§

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

source§

impl Resettable for esp32c6_lp::lp_uart::int_raw::INT_RAW_SPEC

reset() method sets INT_RAW to value 0x02

source§

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

source§

impl Resettable for esp32c6_lp::lp_uart::int_st::INT_ST_SPEC

reset() method sets INT_ST to value 0

source§

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

source§

impl Resettable for MEM_CONF_SPEC

reset() method sets MEM_CONF to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_uart::mem_conf::MEM_CONF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MEM_RX_STATUS_SPEC

reset() method sets MEM_RX_STATUS to value 0x0001_0080

source§

const RESET_VALUE: Self::Ux = {transmute(0x00010080): <lp_uart::mem_rx_status::MEM_RX_STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MEM_TX_STATUS_SPEC

reset() method sets MEM_TX_STATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_uart::mem_tx_status::MEM_TX_STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for REG_UPDATE_SPEC

reset() method sets REG_UPDATE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_uart::reg_update::REG_UPDATE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RS485_CONF_SYNC_SPEC

reset() method sets RS485_CONF_SYNC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_uart::rs485_conf_sync::RS485_CONF_SYNC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RX_FILT_SPEC

reset() method sets RX_FILT to value 0x08

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000008): <lp_uart::rx_filt::RX_FILT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SLEEP_CONF0_SPEC

reset() method sets SLEEP_CONF0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_uart::sleep_conf0::SLEEP_CONF0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SLEEP_CONF1_SPEC

reset() method sets SLEEP_CONF1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_uart::sleep_conf1::SLEEP_CONF1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SLEEP_CONF2_SPEC

reset() method sets SLEEP_CONF2 to value 0x0014_20f0

source§

const RESET_VALUE: Self::Ux = {transmute(0x001420f0): <lp_uart::sleep_conf2::SLEEP_CONF2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_uart::status::STATUS_SPEC

reset() method sets STATUS to value 0xe000_c000

source§

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

source§

impl Resettable for SWFC_CONF0_SYNC_SPEC

reset() method sets SWFC_CONF0_SYNC to value 0x1311

source§

const RESET_VALUE: Self::Ux = {transmute(0x00001311): <lp_uart::swfc_conf0_sync::SWFC_CONF0_SYNC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SWFC_CONF1_SPEC

reset() method sets SWFC_CONF1 to value 0x6000

source§

const RESET_VALUE: Self::Ux = {transmute(0x00006000): <lp_uart::swfc_conf1::SWFC_CONF1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TOUT_CONF_SYNC_SPEC

reset() method sets TOUT_CONF_SYNC to value 0x28

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000028): <lp_uart::tout_conf_sync::TOUT_CONF_SYNC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TXBRK_CONF_SYNC_SPEC

reset() method sets TXBRK_CONF_SYNC to value 0x0a

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000000a): <lp_uart::txbrk_conf_sync::TXBRK_CONF_SYNC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CONFIG0_SPEC

reset() method sets CONFIG0 to value 0x0001_3214

source§

const RESET_VALUE: Self::Ux = {transmute(0x00013214): <lp_wdt::config0::CONFIG0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CONFIG1_SPEC

reset() method sets CONFIG1 to value 0x0003_0d40

source§

const RESET_VALUE: Self::Ux = {transmute(0x00030d40): <lp_wdt::config1::CONFIG1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CONFIG2_SPEC

reset() method sets CONFIG2 to value 0x0001_3880

source§

const RESET_VALUE: Self::Ux = {transmute(0x00013880): <lp_wdt::config2::CONFIG2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CONFIG3_SPEC

reset() method sets CONFIG3 to value 0x0fff

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000fff): <lp_wdt::config3::CONFIG3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CONFIG4_SPEC

reset() method sets CONFIG4 to value 0x0fff

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000fff): <lp_wdt::config4::CONFIG4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_wdt::date::DATE_SPEC

reset() method sets DATE to value 0x0211_2080

source§

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

source§

impl Resettable for FEED_SPEC

reset() method sets FEED to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_wdt::feed::FEED_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for esp32c6_lp::lp_wdt::int_clr::INT_CLR_SPEC

reset() method sets INT_CLR to value 0

source§

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

source§

impl Resettable for esp32c6_lp::lp_wdt::int_ena::INT_ENA_SPEC

reset() method sets INT_ENA to value 0

source§

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

source§

impl Resettable for esp32c6_lp::lp_wdt::int_raw::INT_RAW_SPEC

reset() method sets INT_RAW to value 0

source§

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

source§

impl Resettable for esp32c6_lp::lp_wdt::int_st::INT_ST_SPEC

reset() method sets INT_ST to value 0

source§

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

source§

impl Resettable for SWD_CONFIG_SPEC

reset() method sets SWD_CONFIG to value 0x12c0_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x12c00000): <lp_wdt::swd_config::SWD_CONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SWD_WPROTECT_SPEC

reset() method sets SWD_WPROTECT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_wdt::swd_wprotect::SWD_WPROTECT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WPROTECT_SPEC

reset() method sets WPROTECT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_wdt::wprotect::WPROTECT_SPEC as generic::RegisterSpec>::Ux}