Trait 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§

Source

const RESET_VALUE: Self::Ux

Reset value of the register.

Provided Methods§

Source

fn reset_value() -> Self::Ux

Reset value of the register.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl Resettable for bl61x_pac::agc::todo::TODO_SPEC

reset() method sets todo to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <agc::todo::TODO_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for ACOMP0_CTRL_SPEC

reset() method sets acomp0_ctrl to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::acomp0_ctrl::ACOMP0_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for ACOMP1_CTRL_SPEC

reset() method sets acomp1_ctrl to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::acomp1_ctrl::ACOMP1_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for ACOMP_CTRL_SPEC

reset() method sets acomp_ctrl to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::acomp_ctrl::ACOMP_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for AON_SPEC

reset() method sets aon to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::aon::AON_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for AON_COMMON_SPEC

reset() method sets aon_common to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::aon_common::AON_COMMON_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for AON_MISC_SPEC

reset() method sets aon_misc to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::aon_misc::AON_MISC_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for BG_SYS_TOP_SPEC

reset() method sets bg_sys_top to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::bg_sys_top::BG_SYS_TOP_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DCDC_TOP_0_SPEC

reset() method sets dcdc_top_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::dcdc_top_0::DCDC_TOP_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DCDC_TOP_1_SPEC

reset() method sets dcdc_top_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::dcdc_top_1::DCDC_TOP_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DCDC_TOP_2_SPEC

reset() method sets dcdc_top_2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::dcdc_top_2::DCDC_TOP_2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPADC_REG_CMD_SPEC

reset() method sets gpadc_reg_cmd to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::gpadc_reg_cmd::GPADC_REG_CMD_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPADC_REG_CONFIG1_SPEC

reset() method sets gpadc_reg_config1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::gpadc_reg_config1::GPADC_REG_CONFIG1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPADC_REG_CONFIG2_SPEC

reset() method sets gpadc_reg_config2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::gpadc_reg_config2::GPADC_REG_CONFIG2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPADC_REG_DEFINE_SPEC

reset() method sets gpadc_reg_define to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::gpadc_reg_define::GPADC_REG_DEFINE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPADC_REG_ISR_SPEC

reset() method sets gpadc_reg_isr to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::gpadc_reg_isr::GPADC_REG_ISR_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPADC_REG_RAW_RESULT_SPEC

reset() method sets gpadc_reg_raw_result to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::gpadc_reg_raw_result::GPADC_REG_RAW_RESULT_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPADC_REG_RESULT_SPEC

reset() method sets gpadc_reg_result to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::gpadc_reg_result::GPADC_REG_RESULT_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPADC_REG_STATUS_SPEC

reset() method sets gpadc_reg_status to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::gpadc_reg_status::GPADC_REG_STATUS_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for HBNCORE_RESV0_SPEC

reset() method sets hbncore_resv0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::hbncore_resv0::HBNCORE_RESV0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for HBNCORE_RESV1_SPEC

reset() method sets hbncore_resv1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::hbncore_resv1::HBNCORE_RESV1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for LDO11SOC_AND_DCTEST_SPEC

reset() method sets ldo11soc_and_dctest to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::ldo11soc_and_dctest::LDO11SOC_AND_DCTEST_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PSW_IRRCV_SPEC

reset() method sets psw_irrcv to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::psw_irrcv::PSW_IRRCV_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PSW_MISC_SPEC

reset() method sets psw_misc to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::psw_misc::PSW_MISC_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for RF_TOP_AON_SPEC

reset() method sets rf_top_aon to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::rf_top_aon::RF_TOP_AON_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TSEN_SPEC

reset() method sets tsen to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::tsen::TSEN_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for XTAL_CFG_SPEC

reset() method sets xtal_cfg to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aon::xtal_cfg::XTAL_CFG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for ANALOG_0_SPEC

reset() method sets analog_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <auadc::analog_0::ANALOG_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for ANALOG_1_SPEC

reset() method sets analog_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <auadc::analog_1::ANALOG_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::auadc::clock::CLOCK_SPEC

reset() method sets clock to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <auadc::clock::CLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for COMMAND_SPEC

reset() method sets command to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <auadc::command::COMMAND_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::auadc::fifo_control::FIFO_CONTROL_SPEC

reset() method sets fifo_control to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <auadc::fifo_control::FIFO_CONTROL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::auadc::fifo_data::FIFO_DATA_SPEC

reset() method sets fifo_data to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <auadc::fifo_data::FIFO_DATA_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::auadc::fifo_state::FIFO_STATE_SPEC

reset() method sets fifo_state to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <auadc::fifo_state::FIFO_STATE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for FINITE_IMPULSE_SPEC

reset() method sets finite_impulse to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <auadc::finite_impulse::FINITE_IMPULSE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for HIGH_PASS_SPEC

reset() method sets high_pass to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <auadc::high_pass::HIGH_PASS_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for INTERFACE_0_SPEC

reset() method sets interface_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <auadc::interface_0::INTERFACE_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for INTERFACE_1_SPEC

reset() method sets interface_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <auadc::interface_1::INTERFACE_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PULSE_WIDTH_SPEC

reset() method sets pulse_width to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <auadc::pulse_width::PULSE_WIDTH_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for SAMPLE_DATA_SPEC

reset() method sets sample_data to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <auadc::sample_data::SAMPLE_DATA_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for VOLUME_SPEC

reset() method sets volume to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <auadc::volume::VOLUME_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::audac::clock::CLOCK_SPEC

reset() method sets clock to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <audac::clock::CLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::audac::config::CONFIG_SPEC

reset() method sets config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <audac::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::audac::fifo_control::FIFO_CONTROL_SPEC

reset() method sets fifo_control to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <audac::fifo_control::FIFO_CONTROL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::audac::fifo_data::FIFO_DATA_SPEC

reset() method sets fifo_data to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <audac::fifo_data::FIFO_DATA_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::audac::fifo_state::FIFO_STATE_SPEC

reset() method sets fifo_state to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <audac::fifo_state::FIFO_STATE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for STATE_SPEC

reset() method sets state to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <audac::state::STATE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for VOLUME_0_SPEC

reset() method sets volume_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <audac::volume_0::VOLUME_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for VOLUME_1_SPEC

reset() method sets volume_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <audac::volume_1::VOLUME_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for ZERO_SIGNAL_SPEC

reset() method sets zero_signal to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <audac::zero_signal::ZERO_SIGNAL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for AUDIO_PLL_CFG0_SPEC

reset() method sets audio_pll_cfg0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <cci::audio_pll_cfg0::AUDIO_PLL_CFG0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for AUDIO_PLL_CFG1_SPEC

reset() method sets audio_pll_cfg1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <cci::audio_pll_cfg1::AUDIO_PLL_CFG1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for AUDIO_PLL_CFG2_SPEC

reset() method sets audio_pll_cfg2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <cci::audio_pll_cfg2::AUDIO_PLL_CFG2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for AUDIO_PLL_CFG3_SPEC

reset() method sets audio_pll_cfg3 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <cci::audio_pll_cfg3::AUDIO_PLL_CFG3_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for AUDIO_PLL_CFG4_SPEC

reset() method sets audio_pll_cfg4 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <cci::audio_pll_cfg4::AUDIO_PLL_CFG4_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for AUDIO_PLL_CFG5_SPEC

reset() method sets audio_pll_cfg5 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <cci::audio_pll_cfg5::AUDIO_PLL_CFG5_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for AUDIO_PLL_CFG6_SPEC

reset() method sets audio_pll_cfg6 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <cci::audio_pll_cfg6::AUDIO_PLL_CFG6_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for AUDIO_PLL_CFG7_SPEC

reset() method sets audio_pll_cfg7 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <cci::audio_pll_cfg7::AUDIO_PLL_CFG7_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for AUDIO_PLL_CFG8_SPEC

reset() method sets audio_pll_cfg8 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <cci::audio_pll_cfg8::AUDIO_PLL_CFG8_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for AUDIO_PLL_CFG9_SPEC

reset() method sets audio_pll_cfg9 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <cci::audio_pll_cfg9::AUDIO_PLL_CFG9_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for AUDIO_PLL_CFG10_SPEC

reset() method sets audio_pll_cfg10 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <cci::audio_pll_cfg10::AUDIO_PLL_CFG10_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for AUDIO_PLL_CFG11_SPEC

reset() method sets audio_pll_cfg11 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <cci::audio_pll_cfg11::AUDIO_PLL_CFG11_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CCI_ADDR_SPEC

reset() method sets cci_addr to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <cci::cci_addr::CCI_ADDR_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CCI_CFG_SPEC

reset() method sets cci_cfg to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <cci::cci_cfg::CCI_CFG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CCI_CTL_SPEC

reset() method sets cci_ctl to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <cci::cci_ctl::CCI_CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CCI_RDATA_SPEC

reset() method sets cci_rdata to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <cci::cci_rdata::CCI_RDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CCI_WDATA_SPEC

reset() method sets cci_wdata to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <cci::cci_wdata::CCI_WDATA_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::crc::config::CONFIG_SPEC

reset() method sets config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <crc::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for INPUT_SPEC

reset() method sets input to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <crc::input::INPUT_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for OUTPUT_SPEC

reset() method sets output to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <crc::output::OUTPUT_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::dbi::todo::TODO_SPEC

reset() method sets todo to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dbi::todo::TODO_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for BURST_REQUEST_SPEC

reset() method sets burst_request to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::burst_request::BURST_REQUEST_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::dma::channel::config::CONFIG_SPEC

reset() method sets config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::channel::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::dma::channel::control::CONTROL_SPEC

reset() method sets control to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::channel::control::CONTROL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DESTINATION_SPEC

reset() method sets destination to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::channel::destination::DESTINATION_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for LINKED_LIST_SPEC

reset() method sets linked_list to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::channel::linked_list::LINKED_LIST_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for SOURCE_SPEC

reset() method sets source to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::channel::source::SOURCE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CHANNEL_STATE_SPEC

reset() method sets channel_state to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::channel_state::CHANNEL_STATE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::dma::config::CONFIG_SPEC

reset() method sets config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for ERROR_CLEAR_SPEC

reset() method sets error_clear to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::error_clear::ERROR_CLEAR_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for ERROR_STATE_SPEC

reset() method sets error_state to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::error_state::ERROR_STATE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for ERROR_STATE_RAW_SPEC

reset() method sets error_state_raw to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::error_state_raw::ERROR_STATE_RAW_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::dma::interrupt_state::INTERRUPT_STATE_SPEC

reset() method sets interrupt_state to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::interrupt_state::INTERRUPT_STATE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for LAST_BURST_REQUEST_SPEC

reset() method sets last_burst_request to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::last_burst_request::LAST_BURST_REQUEST_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for LAST_SINGLE_REQUEST_SPEC

reset() method sets last_single_request to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::last_single_request::LAST_SINGLE_REQUEST_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for SINGLE_REQUEST_SPEC

reset() method sets single_request to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::single_request::SINGLE_REQUEST_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for SYNCHRONIZE_SPEC

reset() method sets synchronize to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::synchronize::SYNCHRONIZE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TERMINATE_CLEAR_SPEC

reset() method sets terminate_clear to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::terminate_clear::TERMINATE_CLEAR_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TERMINATE_STATE_SPEC

reset() method sets terminate_state to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::terminate_state::TERMINATE_STATE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TERMINATE_STATE_RAW_SPEC

reset() method sets terminate_state_raw to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dma::terminate_state_raw::TERMINATE_STATE_RAW_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::dvp::todo::TODO_SPEC

reset() method sets todo to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dvp::todo::TODO_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::efuse::todo::TODO_SPEC

reset() method sets todo to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efuse::todo::TODO_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for BACKED_GAP_SPEC

reset() method sets backed_gap to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::backed_gap::BACKED_GAP_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for COLLISION_SPEC

reset() method sets collision to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::collision::COLLISION_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CONTROL_READ_SPEC

reset() method sets control_read to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::control_read::CONTROL_READ_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CONTROL_WRITE_SPEC

reset() method sets control_write to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::control_write::CONTROL_WRITE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for FLOW_CONTROL_SPEC

reset() method sets flow_control to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::flow_control::FLOW_CONTROL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for FRAME_LENGTH_SPEC

reset() method sets frame_length to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::frame_length::FRAME_LENGTH_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for HASH_SPEC

reset() method sets hash[%s] to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::hash::HASH_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::emac::interrupt_mask::INTERRUPT_MASK_SPEC

reset() method sets interrupt_mask to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::interrupt_mask::INTERRUPT_MASK_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): <emac::interrupt_source::INTERRUPT_SOURCE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for MAC_ADDRESS_SPEC

reset() method sets mac_address[%s] to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::mac_address::MAC_ADDRESS_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for MII_ADDRESS_SPEC

reset() method sets mii_address to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::mii_address::MII_ADDRESS_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for MII_COMMAND_SPEC

reset() method sets mii_command to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::mii_command::MII_COMMAND_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for MII_MODE_SPEC

reset() method sets mii_mode to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::mii_mode::MII_MODE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for MII_STATE_SPEC

reset() method sets mii_state to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::mii_state::MII_STATE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for MODE_SPEC

reset() method sets mode to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::mode::MODE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for NON_BACKED_GAP_1_SPEC

reset() method sets non_backed_gap_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::non_backed_gap_1::NON_BACKED_GAP_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for NON_BACKED_GAP_2_SPEC

reset() method sets non_backed_gap_2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::non_backed_gap_2::NON_BACKED_GAP_2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TRANSMIT_BUFFER_SPEC

reset() method sets transmit_buffer to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::transmit_buffer::TRANSMIT_BUFFER_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TRANSMIT_CONTROL_SPEC

reset() method sets transmit_control to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <emac::transmit_control::TRANSMIT_CONTROL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::flash::todo::TODO_SPEC

reset() method sets todo to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <flash::todo::TODO_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for AUDIO_CONFIG_0_SPEC

reset() method sets audio_config_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::audio_config_0::AUDIO_CONFIG_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for AUDIO_CONFIG_1_SPEC

reset() method sets audio_config_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::audio_config_1::AUDIO_CONFIG_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for BMX_CFG0_SPEC

reset() method sets bmx_cfg0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::bmx_cfg0::BMX_CFG0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for BMX_CFG1_SPEC

reset() method sets bmx_cfg1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::bmx_cfg1::BMX_CFG1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for BMX_CFG2_SPEC

reset() method sets bmx_cfg2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::bmx_cfg2::BMX_CFG2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for BMX_CFG3_SPEC

reset() method sets bmx_cfg3 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::bmx_cfg3::BMX_CFG3_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for BMX_CFG4_SPEC

reset() method sets bmx_cfg4 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::bmx_cfg4::BMX_CFG4_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for BMX_CFG5_SPEC

reset() method sets bmx_cfg5 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::bmx_cfg5::BMX_CFG5_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for BMX_CFG6_SPEC

reset() method sets bmx_cfg6 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::bmx_cfg6::BMX_CFG6_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for BUS_CONFIG_0_SPEC

reset() method sets bus_config_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::bus_config_0::BUS_CONFIG_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CAM_CFG0_SPEC

reset() method sets cam_cfg0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::cam_cfg0::CAM_CFG0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CGEN_CFG1_SPEC

reset() method sets cgen_cfg1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::cgen_cfg1::CGEN_CFG1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CGEN_CFG2_SPEC

reset() method sets cgen_cfg2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::cgen_cfg2::CGEN_CFG2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CGEN_CFG3_SPEC

reset() method sets cgen_cfg3 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::cgen_cfg3::CGEN_CFG3_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CGEN_M_SPEC

reset() method sets cgen_m to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::cgen_m::CGEN_M_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CHIP_INFORM_SPEC

reset() method sets chip_inform to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::chip_inform::CHIP_INFORM_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CLOCK_CONFIG_0_SPEC

reset() method sets clock_config_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::clock_config_0::CLOCK_CONFIG_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CLOCK_CONFIG_1_SPEC

reset() method sets clock_config_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::clock_config_1::CLOCK_CONFIG_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CORE_CFG16_SPEC

reset() method sets core_cfg16 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::core_cfg16::CORE_CFG16_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CORE_CFG17_SPEC

reset() method sets core_cfg17 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::core_cfg17::CORE_CFG17_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CORE_CFG18_SPEC

reset() method sets core_cfg18 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::core_cfg18::CORE_CFG18_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CORE_CFG19_SPEC

reset() method sets core_cfg19 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::core_cfg19::CORE_CFG19_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CORE_CFG20_SPEC

reset() method sets core_cfg20 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::core_cfg20::CORE_CFG20_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CORE_CFG21_SPEC

reset() method sets core_cfg21 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::core_cfg21::CORE_CFG21_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DBI_CONFIG_SPEC

reset() method sets dbi_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::dbi_config::DBI_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DEBUG_CFG1_SPEC

reset() method sets debug_cfg1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::debug_cfg1::DEBUG_CFG1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DEBUG_CONFIG_0_SPEC

reset() method sets debug_config_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::debug_config_0::DEBUG_CONFIG_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DEBUG_CONFIG_1_SPEC

reset() method sets debug_config_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::debug_config_1::DEBUG_CONFIG_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DEBUG_CONFIG_2_SPEC

reset() method sets debug_config_2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::debug_config_2::DEBUG_CONFIG_2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DEBUG_CONFIG_3_SPEC

reset() method sets debug_config_3 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::debug_config_3::DEBUG_CONFIG_3_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DEBUG_CONFIG_4_SPEC

reset() method sets debug_config_4 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::debug_config_4::DEBUG_CONFIG_4_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DIGIT_CLOCK_0_SPEC

reset() method sets digit_clock_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::digit_clock_0::DIGIT_CLOCK_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DIGIT_CLOCK_1_SPEC

reset() method sets digit_clock_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::digit_clock_1::DIGIT_CLOCK_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DIGIT_CLOCK_2_SPEC

reset() method sets digit_clock_2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::digit_clock_2::DIGIT_CLOCK_2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DMA_CONFIG_0_SPEC

reset() method sets dma_config_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::dma_config_0::DMA_CONFIG_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DMA_CONFIG_1_SPEC

reset() method sets dma_config_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::dma_config_1::DMA_CONFIG_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DMA_CONFIG_2_SPEC

reset() method sets dma_config_2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::dma_config_2::DMA_CONFIG_2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for EMAC_CONFIG_SPEC

reset() method sets emac_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::emac_config::EMAC_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for FLASH_CONFIG_SPEC

reset() method sets flash_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::flash_config::FLASH_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GLB_PARM_CFG0_SPEC

reset() method sets glb_parm_cfg0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::glb_parm_cfg0::GLB_PARM_CFG0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::glb::gpadc_config::GPADC_CONFIG_SPEC

reset() method sets gpadc_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::gpadc_config::GPADC_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPDAC_CONFIG_0_SPEC

reset() method sets gpdac_config_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::gpdac_config_0::GPDAC_CONFIG_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPDAC_CONFIG_1_SPEC

reset() method sets gpdac_config_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::gpdac_config_1::GPDAC_CONFIG_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPDAC_CONFIG_2_SPEC

reset() method sets gpdac_config_2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::gpdac_config_2::GPDAC_CONFIG_2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPDAC_CONFIG_3_SPEC

reset() method sets gpdac_config_3 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::gpdac_config_3::GPDAC_CONFIG_3_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPIO_CLEAR_0_SPEC

reset() method sets gpio_clear_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::gpio_clear_0::GPIO_CLEAR_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPIO_CLEAR_1_SPEC

reset() method sets gpio_clear_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::gpio_clear_1::GPIO_CLEAR_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPIO_CONFIG_SPEC

reset() method sets gpio_config[%s] to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::gpio_config::GPIO_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPIO_INPUT_0_SPEC

reset() method sets gpio_input_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::gpio_input_0::GPIO_INPUT_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPIO_INPUT_1_SPEC

reset() method sets gpio_input_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::gpio_input_1::GPIO_INPUT_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPIO_OUTPUT_0_SPEC

reset() method sets gpio_output_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::gpio_output_0::GPIO_OUTPUT_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPIO_OUTPUT_1_SPEC

reset() method sets gpio_output_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::gpio_output_1::GPIO_OUTPUT_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPIO_SET_0_SPEC

reset() method sets gpio_set_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::gpio_set_0::GPIO_SET_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPIO_SET_1_SPEC

reset() method sets gpio_set_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::gpio_set_1::GPIO_SET_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for I2C_CONFIG_SPEC

reset() method sets i2c_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::i2c_config::I2C_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for I2S_CONFIG_SPEC

reset() method sets i2s_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::i2s_config::I2S_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::glb::interrupt_clear::INTERRUPT_CLEAR_SPEC

reset() method sets interrupt_clear[%s] to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::interrupt_clear::INTERRUPT_CLEAR_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::glb::interrupt_mask::INTERRUPT_MASK_SPEC

reset() method sets interrupt_mask[%s] to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::interrupt_mask::INTERRUPT_MASK_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::glb::interrupt_state::INTERRUPT_STATE_SPEC

reset() method sets interrupt_state[%s] to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::interrupt_state::INTERRUPT_STATE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for IR_CONFIG_0_SPEC

reset() method sets ir_config_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::ir_config_0::IR_CONFIG_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for IR_CONFIG_1_SPEC

reset() method sets ir_config_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::ir_config_1::IR_CONFIG_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for LDO18_SPEC

reset() method sets ldo18 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::ldo18::LDO18_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PERMIT_CONFIG_SPEC

reset() method sets permit_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::permit_config::PERMIT_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PIO_CFG0_SPEC

reset() method sets pio_cfg0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::pio_cfg0::PIO_CFG0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PROC_MON_SPEC

reset() method sets proc_mon to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::proc_mon::PROC_MON_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PSRAM_CONFIG_SPEC

reset() method sets psram_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::psram_config::PSRAM_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PWM_CFG0_SPEC

reset() method sets pwm_cfg0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::pwm_cfg0::PWM_CFG0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PWM_CONFIG_SPEC

reset() method sets pwm_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::pwm_config::PWM_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for RADIO_CONFIG_SPEC

reset() method sets radio_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::radio_config::RADIO_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for REG_SRAM_PARM2_SPEC

reset() method sets reg_sram_parm2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::reg_sram_parm2::REG_SRAM_PARM2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for REG_SRAM_PARM_SPEC

reset() method sets reg_sram_parm to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::reg_sram_parm::REG_SRAM_PARM_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for REG_SRAM_RET_SPEC

reset() method sets reg_sram_ret to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::reg_sram_ret::REG_SRAM_RET_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for REG_SRAM_SLP_SPEC

reset() method sets reg_sram_slp to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::reg_sram_slp::REG_SRAM_SLP_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for RESET_STS0_SPEC

reset() method sets reset_sts0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::reset_sts0::RESET_STS0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for SDH_CONFIG_SPEC

reset() method sets sdh_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::sdh_config::SDH_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for SDIO_CFG0_SPEC

reset() method sets sdio_cfg0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::sdio_cfg0::SDIO_CFG0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for SELF_TEST_0_SPEC

reset() method sets self_test_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::self_test_0::SELF_TEST_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for SELF_TEST_1_SPEC

reset() method sets self_test_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::self_test_1::SELF_TEST_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for SPI_CONFIG_SPEC

reset() method sets spi_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::spi_config::SPI_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for SRAM_CFG3_SPEC

reset() method sets sram_cfg3 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::sram_cfg3::SRAM_CFG3_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for SWRST_CFG0_SPEC

reset() method sets swrst_cfg0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::swrst_cfg0::SWRST_CFG0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for SWRST_CFG2_SPEC

reset() method sets swrst_cfg2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::swrst_cfg2::SWRST_CFG2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for SWRST_CFG3_SPEC

reset() method sets swrst_cfg3 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::swrst_cfg3::SWRST_CFG3_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for SWRST_S1_SPEC

reset() method sets swrst_s1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::swrst_s1::SWRST_S1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for UART_CONFIG_SPEC

reset() method sets uart_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::uart_config::UART_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for UART_SIGNAL_0_SPEC

reset() method sets uart_signal_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::uart_signal_0::UART_SIGNAL_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for UART_SIGNAL_1_SPEC

reset() method sets uart_signal_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::uart_signal_1::UART_SIGNAL_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for WIFI_PLL_CONFIG_0_SPEC

reset() method sets wifi_pll_config_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::wifi_pll_config_0::WIFI_PLL_CONFIG_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for WIFI_PLL_CONFIG_1_SPEC

reset() method sets wifi_pll_config_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::wifi_pll_config_1::WIFI_PLL_CONFIG_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for WIFI_PLL_CONFIG_2_SPEC

reset() method sets wifi_pll_config_2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::wifi_pll_config_2::WIFI_PLL_CONFIG_2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for WIFI_PLL_CONFIG_3_SPEC

reset() method sets wifi_pll_config_3 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::wifi_pll_config_3::WIFI_PLL_CONFIG_3_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for WIFI_PLL_CONFIG_4_SPEC

reset() method sets wifi_pll_config_4 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::wifi_pll_config_4::WIFI_PLL_CONFIG_4_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for WIFI_PLL_CONFIG_5_SPEC

reset() method sets wifi_pll_config_5 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::wifi_pll_config_5::WIFI_PLL_CONFIG_5_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for WIFI_PLL_CONFIG_6_SPEC

reset() method sets wifi_pll_config_6 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::wifi_pll_config_6::WIFI_PLL_CONFIG_6_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for WIFI_PLL_CONFIG_7_SPEC

reset() method sets wifi_pll_config_7 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::wifi_pll_config_7::WIFI_PLL_CONFIG_7_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for WIFI_PLL_CONFIG_8_SPEC

reset() method sets wifi_pll_config_8 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::wifi_pll_config_8::WIFI_PLL_CONFIG_8_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for WIFI_PLL_CONFIG_9_SPEC

reset() method sets wifi_pll_config_9 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::wifi_pll_config_9::WIFI_PLL_CONFIG_9_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for WIFI_PLL_CONFIG_10_SPEC

reset() method sets wifi_pll_config_10 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::wifi_pll_config_10::WIFI_PLL_CONFIG_10_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for WIFI_PLL_CONFIG_11_SPEC

reset() method sets wifi_pll_config_11 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::wifi_pll_config_11::WIFI_PLL_CONFIG_11_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for WIFI_PLL_CONFIG_12_SPEC

reset() method sets wifi_pll_config_12 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::wifi_pll_config_12::WIFI_PLL_CONFIG_12_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for WIFI_PLL_CONFIG_13_SPEC

reset() method sets wifi_pll_config_13 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::wifi_pll_config_13::WIFI_PLL_CONFIG_13_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for WIFI_PLL_CONFIG_14_SPEC

reset() method sets wifi_pll_config_14 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <glb::wifi_pll_config_14::WIFI_PLL_CONFIG_14_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::gpip::gpadc_config::GPADC_CONFIG_SPEC

reset() method sets gpadc_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpip::gpadc_config::GPADC_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPADC_DMA_READ_SPEC

reset() method sets gpadc_dma_read to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpip::gpadc_dma_read::GPADC_DMA_READ_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPDAC_CONFIG_SPEC

reset() method sets gpdac_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpip::gpdac_config::GPDAC_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPDAC_DMA_CONFIG_SPEC

reset() method sets gpdac_dma_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpip::gpdac_dma_config::GPDAC_DMA_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPDAC_DMA_WRITE_SPEC

reset() method sets gpdac_dma_write to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpip::gpdac_dma_write::GPDAC_DMA_WRITE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GPDAC_FIFO_STATE_SPEC

reset() method sets gpdac_fifo_state to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpip::gpdac_fifo_state::GPDAC_FIFO_STATE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::hbn::control::CONTROL_SPEC

reset() method sets control to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::control::CONTROL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for GLOBAL_SPEC

reset() method sets global to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::global::GLOBAL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for HBN_BOR_CFG_SPEC

reset() method sets HBN_BOR_CFG to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::hbn_bor_cfg::HBN_BOR_CFG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for HBN_PAD_CTRL_0_SPEC

reset() method sets HBN_PAD_CTRL_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::hbn_pad_ctrl_0::HBN_PAD_CTRL_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for HBN_PAD_CTRL_1_SPEC

reset() method sets HBN_PAD_CTRL_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::hbn_pad_ctrl_1::HBN_PAD_CTRL_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for HBN_PIR_CFG_SPEC

reset() method sets HBN_PIR_CFG to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::hbn_pir_cfg::HBN_PIR_CFG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for HBN_PIR_INTERVAL_SPEC

reset() method sets HBN_PIR_INTERVAL to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::hbn_pir_interval::HBN_PIR_INTERVAL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for HBN_PIR_VTH_SPEC

reset() method sets HBN_PIR_VTH to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::hbn_pir_vth::HBN_PIR_VTH_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for HBN_RSV0_SPEC

reset() method sets HBN_RSV0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::hbn_rsv0::HBN_RSV0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for HBN_RSV1_SPEC

reset() method sets HBN_RSV1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::hbn_rsv1::HBN_RSV1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for HBN_RSV2_SPEC

reset() method sets HBN_RSV2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::hbn_rsv2::HBN_RSV2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for HBN_RSV3_SPEC

reset() method sets HBN_RSV3 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::hbn_rsv3::HBN_RSV3_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::hbn::interrupt_clear::INTERRUPT_CLEAR_SPEC

reset() method sets interrupt_clear to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::interrupt_clear::INTERRUPT_CLEAR_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for INTERRUPT_MODE_SPEC

reset() method sets interrupt_mode to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::interrupt_mode::INTERRUPT_MODE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::hbn::interrupt_state::INTERRUPT_STATE_SPEC

reset() method sets interrupt_state to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::interrupt_state::INTERRUPT_STATE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for RC32K_SPEC

reset() method sets rc32k to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::rc32k::RC32K_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for RTC_CONTROL_0_SPEC

reset() method sets rtc_control_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::rtc_control_0::RTC_CONTROL_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for RTC_CONTROL_1_SPEC

reset() method sets rtc_control_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::rtc_control_1::RTC_CONTROL_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for RTC_TIME_HI_SPEC

reset() method sets rtc_time_hi to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::rtc_time_hi::RTC_TIME_HI_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for RTC_TIME_LO_SPEC

reset() method sets rtc_time_lo to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::rtc_time_lo::RTC_TIME_LO_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for SRAM_SPEC

reset() method sets sram to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::sram::SRAM_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TIME_HI_SPEC

reset() method sets time_hi to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::time_hi::TIME_HI_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TIME_LO_SPEC

reset() method sets time_lo to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::time_lo::TIME_LO_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for VBAT_LDO_SPEC

reset() method sets vbat_ldo to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hbn::vbat_ldo::VBAT_LDO_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for XTAL32K_SPEC

reset() method sets xtal32k to value 0

Source§

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

Source§

impl Resettable for bl61x_pac::i2c::bus_busy::BUS_BUSY_SPEC

reset() method sets bus_busy to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c::bus_busy::BUS_BUSY_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::i2c::config::CONFIG_SPEC

reset() method sets config to value 0x0a

Source§

const RESET_VALUE: Self::Ux = {transmute(0x0000000a): <i2c::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::i2c::data_read::DATA_READ_SPEC

reset() method sets data_read to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c::data_read::DATA_READ_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::i2c::data_write::DATA_WRITE_SPEC

reset() method sets data_write to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c::data_write::DATA_WRITE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::i2c::fifo_config_0::FIFO_CONFIG_0_SPEC

reset() method sets fifo_config_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c::fifo_config_0::FIFO_CONFIG_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::i2c::fifo_config_1::FIFO_CONFIG_1_SPEC

reset() method sets fifo_config_1 to value 0x02

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000002): <i2c::fifo_config_1::FIFO_CONFIG_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for INTERRUPT_SPEC

reset() method sets interrupt to value 0x3f00_3f00

Source§

const RESET_VALUE: Self::Ux = {transmute(0x3f003f00): <i2c::interrupt::INTERRUPT_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PERIOD_DATA_SPEC

reset() method sets period_data to value 0x0f0f_0f0f

Source§

const RESET_VALUE: Self::Ux = {transmute(0x0f0f0f0f): <i2c::period_data::PERIOD_DATA_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PERIOD_START_SPEC

reset() method sets period_start to value 0x0f0f_0f0f

Source§

const RESET_VALUE: Self::Ux = {transmute(0x0f0f0f0f): <i2c::period_start::PERIOD_START_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PERIOD_STOP_SPEC

reset() method sets period_stop to value 0x0f0f_0f0f

Source§

const RESET_VALUE: Self::Ux = {transmute(0x0f0f0f0f): <i2c::period_stop::PERIOD_STOP_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for SUB_ADDRESS_SPEC

reset() method sets sub_address to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2c::sub_address::SUB_ADDRESS_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for BASE_CLOCK_SPEC

reset() method sets base_clock to value 0x0001_0001

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00010001): <i2s::base_clock::BASE_CLOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::i2s::config::CONFIG_SPEC

reset() method sets config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::i2s::data_read::DATA_READ_SPEC

reset() method sets data_read to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::data_read::DATA_READ_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::i2s::data_write::DATA_WRITE_SPEC

reset() method sets data_write to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::data_write::DATA_WRITE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::i2s::fifo_config_0::FIFO_CONFIG_0_SPEC

reset() method sets fifo_config_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::fifo_config_0::FIFO_CONFIG_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::i2s::fifo_config_1::FIFO_CONFIG_1_SPEC

reset() method sets fifo_config_1 to value 0x10

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000010): <i2s::fifo_config_1::FIFO_CONFIG_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::i2s::interrupt_state::INTERRUPT_STATE_SPEC

reset() method sets interrupt_state to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::interrupt_state::INTERRUPT_STATE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for RECEIVE_BIT_COUNT_SPEC

reset() method sets receive_bit_count to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ir::receive_bit_count::RECEIVE_BIT_COUNT_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::ir::receive_config::RECEIVE_CONFIG_SPEC

reset() method sets receive_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ir::receive_config::RECEIVE_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for RECEIVE_DATA_SPEC

reset() method sets receive_data[%s] to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ir::receive_data::RECEIVE_DATA_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for RECEIVE_INTERRUPT_SPEC

reset() method sets receive_interrupt to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ir::receive_interrupt::RECEIVE_INTERRUPT_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for RECEIVE_WIDTH_SPEC

reset() method sets receive_width to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ir::receive_width::RECEIVE_WIDTH_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::ir::transmit_config::TRANSMIT_CONFIG_SPEC

reset() method sets transmit_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ir::transmit_config::TRANSMIT_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TRANSMIT_DATA_SPEC

reset() method sets transmit_data[%s] to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ir::transmit_data::TRANSMIT_DATA_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TRANSMIT_INTERRUPT_SPEC

reset() method sets transmit_interrupt to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ir::transmit_interrupt::TRANSMIT_INTERRUPT_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TRANSMIT_WIDTH_SPEC

reset() method sets transmit_width to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ir::transmit_width::TRANSMIT_WIDTH_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::iso11898::todo::TODO_SPEC

reset() method sets todo to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <iso11898::todo::TODO_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CPU_MBIST_SPEC

reset() method sets cpu_mbist to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcu_misc::cpu_mbist::CPU_MBIST_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for IROM1_MISR_DATAOUT_0_SPEC

reset() method sets irom1_misr_dataout_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcu_misc::irom1_misr_dataout_0::IROM1_MISR_DATAOUT_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for IROM1_MISR_DATAOUT_1_SPEC

reset() method sets irom1_misr_dataout_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcu_misc::irom1_misr_dataout_1::IROM1_MISR_DATAOUT_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for MCU1_LOG1_SPEC

reset() method sets mcu1_log1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcu_misc::mcu1_log1::MCU1_LOG1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for MCU1_LOG2_SPEC

reset() method sets mcu1_log2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcu_misc::mcu1_log2::MCU1_LOG2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for MCU1_LOG3_SPEC

reset() method sets mcu1_log3 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcu_misc::mcu1_log3::MCU1_LOG3_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for MCU1_LOG4_SPEC

reset() method sets mcu1_log4 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcu_misc::mcu1_log4::MCU1_LOG4_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for MCU1_LOG5_SPEC

reset() method sets mcu1_log5 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcu_misc::mcu1_log5::MCU1_LOG5_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for MCU_BUS_CFG0_SPEC

reset() method sets mcu_bus_cfg0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcu_misc::mcu_bus_cfg0::MCU_BUS_CFG0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for MCU_BUS_CFG1_SPEC

reset() method sets mcu_bus_cfg1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcu_misc::mcu_bus_cfg1::MCU_BUS_CFG1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for MCU_CFG1_SPEC

reset() method sets mcu_cfg1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcu_misc::mcu_cfg1::MCU_CFG1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for MCU_E907_RTC_SPEC

reset() method sets mcu_e907_rtc to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcu_misc::mcu_e907_rtc::MCU_E907_RTC_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::mjpeg::todo::TODO_SPEC

reset() method sets todo to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mjpeg::todo::TODO_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CPU_CORE_CFG1_SPEC

reset() method sets cpu_core_cfg1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::cpu_core_cfg1::CPU_CORE_CFG1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CPU_CORE_CFG14_SPEC

reset() method sets cpu_core_cfg14 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::cpu_core_cfg14::CPU_CORE_CFG14_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PDS_CTL2_SPEC

reset() method sets PDS_CTL2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::pds_ctl2::PDS_CTL2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PDS_CTL3_SPEC

reset() method sets PDS_CTL3 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::pds_ctl3::PDS_CTL3_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PDS_CTL4_SPEC

reset() method sets PDS_CTL4 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::pds_ctl4::PDS_CTL4_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PDS_CTL5_SPEC

reset() method sets PDS_CTL5 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::pds_ctl5::PDS_CTL5_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PDS_CTL_SPEC

reset() method sets PDS_CTL to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::pds_ctl::PDS_CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PDS_GPIO_I_SET_SPEC

reset() method sets pds_gpio_i_set to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::pds_gpio_i_set::PDS_GPIO_I_SET_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PDS_GPIO_INT_SPEC

reset() method sets pds_gpio_int to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::pds_gpio_int::PDS_GPIO_INT_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PDS_GPIO_PD_SET_SPEC

reset() method sets pds_gpio_pd_set to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::pds_gpio_pd_set::PDS_GPIO_PD_SET_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PDS_GPIO_STAT_SPEC

reset() method sets pds_gpio_stat to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::pds_gpio_stat::PDS_GPIO_STAT_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PDS_INT_SPEC

reset() method sets PDS_INT to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::pds_int::PDS_INT_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PDS_RAM1_SPEC

reset() method sets pds_ram1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::pds_ram1::PDS_RAM1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PDS_RAM2_SPEC

reset() method sets PDS_RAM2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::pds_ram2::PDS_RAM2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PDS_RAM3_SPEC

reset() method sets PDS_RAM3 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::pds_ram3::PDS_RAM3_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PDS_RAM4_SPEC

reset() method sets PDS_RAM4 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::pds_ram4::PDS_RAM4_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PDS_STAT_SPEC

reset() method sets pds_stat to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::pds_stat::PDS_STAT_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PDS_TIME1_SPEC

reset() method sets PDS_TIME1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::pds_time1::PDS_TIME1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PU_RST_CLKPLL_SPEC

reset() method sets pu_rst_clkpll to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::pu_rst_clkpll::PU_RST_CLKPLL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for RC32M_CTRL0_SPEC

reset() method sets rc32m_ctrl0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::rc32m_ctrl0::RC32M_CTRL0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for RC32M_CTRL1_SPEC

reset() method sets rc32m_ctrl1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::rc32m_ctrl1::RC32M_CTRL1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for RC32M_CTRL2_SPEC

reset() method sets rc32m_ctrl2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::rc32m_ctrl2::RC32M_CTRL2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for USB_CTL_SPEC

reset() method sets usb_ctl to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::usb_ctl::USB_CTL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for USB_PHY_CTRL_SPEC

reset() method sets usb_phy_ctrl to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pds::usb_phy_ctrl::USB_PHY_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::permit::todo::TODO_SPEC

reset() method sets todo to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <permit::todo::TODO_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::psram::todo::TODO_SPEC

reset() method sets todo to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <psram::todo::TODO_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for CHANNEL_SPEC

reset() method sets channel to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::group::channel::CHANNEL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::pwm::group::config::CONFIG_SPEC

reset() method sets config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::group::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DEAD_TIME_SPEC

reset() method sets dead_time to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::group::dead_time::DEAD_TIME_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::pwm::group::interrupt_clear::INTERRUPT_CLEAR_SPEC

reset() method sets interrupt_clear to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::group::interrupt_clear::INTERRUPT_CLEAR_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::pwm::group::interrupt_enable::INTERRUPT_ENABLE_SPEC

reset() method sets interrupt_enable to value 0x7f

Source§

const RESET_VALUE: Self::Ux = {transmute(0x0000007f): <pwm::group::interrupt_enable::INTERRUPT_ENABLE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::pwm::group::interrupt_mask::INTERRUPT_MASK_SPEC

reset() method sets interrupt_mask to value 0x7f

Source§

const RESET_VALUE: Self::Ux = {transmute(0x0000007f): <pwm::group::interrupt_mask::INTERRUPT_MASK_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::pwm::group::interrupt_state::INTERRUPT_STATE_SPEC

reset() method sets interrupt_state to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::group::interrupt_state::INTERRUPT_STATE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PERIOD_SPEC

reset() method sets period to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::group::period::PERIOD_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for THRESHOLD_SPEC

reset() method sets threshold[%s] to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::group::threshold::THRESHOLD_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for INTERRUPT_CONFIG_SPEC

reset() method sets interrupt_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::interrupt_config::INTERRUPT_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::sdh::todo::TODO_SPEC

reset() method sets todo to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sdh::todo::TODO_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::sdu::todo::TODO_SPEC

reset() method sets todo to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sdu::todo::TODO_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::sec::todo::TODO_SPEC

reset() method sets todo to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sec::todo::TODO_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::spi::bus_busy::BUS_BUSY_SPEC

reset() method sets bus_busy to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::bus_busy::BUS_BUSY_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::spi::config::CONFIG_SPEC

reset() method sets config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::spi::data_read::DATA_READ_SPEC

reset() method sets data_read to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::data_read::DATA_READ_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::spi::data_write::DATA_WRITE_SPEC

reset() method sets data_write to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::data_write::DATA_WRITE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::spi::fifo_config_0::FIFO_CONFIG_0_SPEC

reset() method sets fifo_config_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::fifo_config_0::FIFO_CONFIG_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::spi::fifo_config_1::FIFO_CONFIG_1_SPEC

reset() method sets fifo_config_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::fifo_config_1::FIFO_CONFIG_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for IGNORE_INDEX_SPEC

reset() method sets ignore_index to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::ignore_index::IGNORE_INDEX_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::spi::interrupt_state::INTERRUPT_STATE_SPEC

reset() method sets interrupt_state to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::interrupt_state::INTERRUPT_STATE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PERIOD_CONTROL_SPEC

reset() method sets period_control to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::period_control::PERIOD_CONTROL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PERIOD_INTERVAL_SPEC

reset() method sets period_interval to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::period_interval::PERIOD_INTERVAL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TIMEOUT_SPEC

reset() method sets timeout to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::timeout::TIMEOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::timer::todo::TODO_SPEC

reset() method sets todo to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <timer::todo::TODO_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_BMX_S0_SPEC

reset() method sets tzc_bmx_s0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_bmx_s0::TZC_BMX_S0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_BMX_S1_SPEC

reset() method sets tzc_bmx_s1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_bmx_s1::TZC_BMX_S1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_BMX_S1A_SPEC

reset() method sets tzc_bmx_s1a to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_bmx_s1a::TZC_BMX_S1A_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_BMX_S1A_LOCK_SPEC

reset() method sets tzc_bmx_s1a_lock to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_bmx_s1a_lock::TZC_BMX_S1A_LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_BMX_S2_SPEC

reset() method sets tzc_bmx_s2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_bmx_s2::TZC_BMX_S2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_BMX_S_LOCK_SPEC

reset() method sets tzc_bmx_s_lock to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_bmx_s_lock::TZC_BMX_S_LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_BMX_TZMID_SPEC

reset() method sets tzc_bmx_tzmid to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_bmx_tzmid::TZC_BMX_TZMID_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_BMX_TZMID_LOCK_SPEC

reset() method sets tzc_bmx_tzmid_lock to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_bmx_tzmid_lock::TZC_BMX_TZMID_LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_GLB_CTRL_0_SPEC

reset() method sets tzc_glb_ctrl_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_glb_ctrl_0::TZC_GLB_CTRL_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_GLB_CTRL_2_SPEC

reset() method sets tzc_glb_ctrl_2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_glb_ctrl_2::TZC_GLB_CTRL_2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_MM_BMX_TZMID_SPEC

reset() method sets tzc_mm_bmx_tzmid to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_mm_bmx_tzmid::TZC_MM_BMX_TZMID_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_MM_BMX_TZMID_LOCK_SPEC

reset() method sets tzc_mm_bmx_tzmid_lock to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_mm_bmx_tzmid_lock::TZC_MM_BMX_TZMID_LOCK_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_OCRAM_TZSRG_ADR_MASK_SPEC

reset() method sets tzc_ocram_tzsrg_adr_mask to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_ocram_tzsrg_adr_mask::TZC_OCRAM_TZSRG_ADR_MASK_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_OCRAM_TZSRG_CTRL_SPEC

reset() method sets tzc_ocram_tzsrg_ctrl to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_ocram_tzsrg_ctrl::TZC_OCRAM_TZSRG_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_OCRAM_TZSRG_R0_SPEC

reset() method sets tzc_ocram_tzsrg_r0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_ocram_tzsrg_r0::TZC_OCRAM_TZSRG_R0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_OCRAM_TZSRG_R1_SPEC

reset() method sets tzc_ocram_tzsrg_r1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_ocram_tzsrg_r1::TZC_OCRAM_TZSRG_R1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_OCRAM_TZSRG_R2_SPEC

reset() method sets tzc_ocram_tzsrg_r2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_ocram_tzsrg_r2::TZC_OCRAM_TZSRG_R2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_PSRAMB_TZSRG_ADR_MASK_SPEC

reset() method sets tzc_psramb_tzsrg_adr_mask to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_psramb_tzsrg_adr_mask::TZC_PSRAMB_TZSRG_ADR_MASK_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_PSRAMB_TZSRG_CTRL_SPEC

reset() method sets tzc_psramb_tzsrg_ctrl to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_psramb_tzsrg_ctrl::TZC_PSRAMB_TZSRG_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_PSRAMB_TZSRG_R0_SPEC

reset() method sets tzc_psramb_tzsrg_r0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_psramb_tzsrg_r0::TZC_PSRAMB_TZSRG_R0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_PSRAMB_TZSRG_R1_SPEC

reset() method sets tzc_psramb_tzsrg_r1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_psramb_tzsrg_r1::TZC_PSRAMB_TZSRG_R1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_PSRAMB_TZSRG_R2_SPEC

reset() method sets tzc_psramb_tzsrg_r2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_psramb_tzsrg_r2::TZC_PSRAMB_TZSRG_R2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_ROM_TZSRG_ADR_MASK_SPEC

reset() method sets tzc_rom_tzsrg_adr_mask to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_rom_tzsrg_adr_mask::TZC_ROM_TZSRG_ADR_MASK_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_ROM_TZSRG_CTRL_SPEC

reset() method sets tzc_rom_tzsrg_ctrl to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_rom_tzsrg_ctrl::TZC_ROM_TZSRG_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_ROM_TZSRG_R0_SPEC

reset() method sets tzc_rom_tzsrg_r0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_rom_tzsrg_r0::TZC_ROM_TZSRG_R0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_ROM_TZSRG_R1_SPEC

reset() method sets tzc_rom_tzsrg_r1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_rom_tzsrg_r1::TZC_ROM_TZSRG_R1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_ROM_TZSRG_R2_SPEC

reset() method sets tzc_rom_tzsrg_r2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_rom_tzsrg_r2::TZC_ROM_TZSRG_R2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_SE_CTRL_0_SPEC

reset() method sets tzc_se_ctrl_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_se_ctrl_0::TZC_SE_CTRL_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_SE_CTRL_1_SPEC

reset() method sets tzc_se_ctrl_1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_se_ctrl_1::TZC_SE_CTRL_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_SE_CTRL_2_SPEC

reset() method sets tzc_se_ctrl_2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_se_ctrl_2::TZC_SE_CTRL_2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_SF_TZSRG_ADR_MASK_SPEC

reset() method sets tzc_sf_tzsrg_adr_mask to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_sf_tzsrg_adr_mask::TZC_SF_TZSRG_ADR_MASK_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_SF_TZSRG_CTRL_SPEC

reset() method sets tzc_sf_tzsrg_ctrl to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_sf_tzsrg_ctrl::TZC_SF_TZSRG_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_SF_TZSRG_MSB_SPEC

reset() method sets tzc_sf_tzsrg_msb to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_sf_tzsrg_msb::TZC_SF_TZSRG_MSB_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_SF_TZSRG_R0_SPEC

reset() method sets tzc_sf_tzsrg_r0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_sf_tzsrg_r0::TZC_SF_TZSRG_R0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_SF_TZSRG_R1_SPEC

reset() method sets tzc_sf_tzsrg_r1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_sf_tzsrg_r1::TZC_SF_TZSRG_R1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_SF_TZSRG_R2_SPEC

reset() method sets tzc_sf_tzsrg_r2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_sf_tzsrg_r2::TZC_SF_TZSRG_R2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_SF_TZSRG_R3_SPEC

reset() method sets tzc_sf_tzsrg_r3 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_sf_tzsrg_r3::TZC_SF_TZSRG_R3_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_WIFI_DBG_SPEC

reset() method sets tzc_wifi_dbg to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_wifi_dbg::TZC_WIFI_DBG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_WRAM_TZSRG_ADR_MASK_SPEC

reset() method sets tzc_wram_tzsrg_adr_mask to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_wram_tzsrg_adr_mask::TZC_WRAM_TZSRG_ADR_MASK_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_WRAM_TZSRG_CTRL_SPEC

reset() method sets tzc_wram_tzsrg_ctrl to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_wram_tzsrg_ctrl::TZC_WRAM_TZSRG_CTRL_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_WRAM_TZSRG_R0_SPEC

reset() method sets tzc_wram_tzsrg_r0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_wram_tzsrg_r0::TZC_WRAM_TZSRG_R0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_WRAM_TZSRG_R1_SPEC

reset() method sets tzc_wram_tzsrg_r1 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_wram_tzsrg_r1::TZC_WRAM_TZSRG_R1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TZC_WRAM_TZSRG_R2_SPEC

reset() method sets tzc_wram_tzsrg_r2 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tzc_sec::tzc_wram_tzsrg_r2::TZC_WRAM_TZSRG_R2_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for AUTO_BAUDRATE_SPEC

reset() method sets auto_baudrate to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart::auto_baudrate::AUTO_BAUDRATE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for BIT_PERIOD_SPEC

reset() method sets bit_period to value 0x00ff_00ff

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00ff00ff): <uart::bit_period::BIT_PERIOD_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for BUS_STATE_SPEC

reset() method sets bus_state to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart::bus_state::BUS_STATE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for DATA_CONFIG_SPEC

reset() method sets data_config to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart::data_config::DATA_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::uart::data_read::DATA_READ_SPEC

reset() method sets data_read to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart::data_read::DATA_READ_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::uart::data_write::DATA_WRITE_SPEC

reset() method sets data_write to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart::data_write::DATA_WRITE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::uart::fifo_config_0::FIFO_CONFIG_0_SPEC

reset() method sets fifo_config_0 to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart::fifo_config_0::FIFO_CONFIG_0_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::uart::fifo_config_1::FIFO_CONFIG_1_SPEC

reset() method sets fifo_config_1 to value 0x20

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000020): <uart::fifo_config_1::FIFO_CONFIG_1_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::uart::interrupt_clear::INTERRUPT_CLEAR_SPEC

reset() method sets interrupt_clear to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart::interrupt_clear::INTERRUPT_CLEAR_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::uart::interrupt_enable::INTERRUPT_ENABLE_SPEC

reset() method sets interrupt_enable to value 0xff

Source§

const RESET_VALUE: Self::Ux = {transmute(0x000000ff): <uart::interrupt_enable::INTERRUPT_ENABLE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::uart::interrupt_mask::INTERRUPT_MASK_SPEC

reset() method sets interrupt_mask to value 0x0fff

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000fff): <uart::interrupt_mask::INTERRUPT_MASK_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::uart::interrupt_state::INTERRUPT_STATE_SPEC

reset() method sets interrupt_state to value 0x04

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000004): <uart::interrupt_state::INTERRUPT_STATE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for PULSE_TOLERANCE_SPEC

reset() method sets pulse_tolerance to value 0x03

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000003): <uart::pulse_tolerance::PULSE_TOLERANCE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::uart::receive_config::RECEIVE_CONFIG_SPEC

reset() method sets receive_config to value 0x0700

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000700): <uart::receive_config::RECEIVE_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for RECEIVE_POSITION_SPEC

reset() method sets receive_position to value 0x6f

Source§

const RESET_VALUE: Self::Ux = {transmute(0x0000006f): <uart::receive_position::RECEIVE_POSITION_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for RECEIVE_TIMEOUT_SPEC

reset() method sets receive_timeout to value 0x0f

Source§

const RESET_VALUE: Self::Ux = {transmute(0x0000000f): <uart::receive_timeout::RECEIVE_TIMEOUT_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for RS485_TRANSMIT_SPEC

reset() method sets rs485_transmit to value 0x02

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000002): <uart::rs485_transmit::RS485_TRANSMIT_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for SIGNAL_OVERRIDE_SPEC

reset() method sets signal_override to value 0

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart::signal_override::SIGNAL_OVERRIDE_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for bl61x_pac::uart::transmit_config::TRANSMIT_CONFIG_SPEC

reset() method sets transmit_config to value 0x8f00

Source§

const RESET_VALUE: Self::Ux = {transmute(0x00008f00): <uart::transmit_config::TRANSMIT_CONFIG_SPEC as generic::RegisterSpec>::Ux}

Source§

impl Resettable for TRANSMIT_POSITION_SPEC

reset() method sets transmit_position to value 0x009f_0070

Source§

const RESET_VALUE: Self::Ux = {transmute(0x009f0070): <uart::transmit_position::TRANSMIT_POSITION_SPEC as generic::RegisterSpec>::Ux}