Trait rp2040_pac::generic::Resettable

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

    // Provided method
    fn reset_value() -> Self::Ux { ... }
}
Expand description

Reset value of the register.

This value is the initial value for the write method. It can also be directly written to the register by using the reset method.

Required Associated Constants§

source

const RESET_VALUE: Self::Ux

Reset value of the register.

Provided Methods§

source

fn reset_value() -> Self::Ux

Reset value of the register.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Resettable for rp2040_pac::adc::cs::CS_SPEC

reset() method sets CS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::adc::div::DIV_SPEC

reset() method sets DIV to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FCS_SPEC

reset() method sets FCS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FIFO_SPEC

reset() method sets FIFO to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::adc::inte::INTE_SPEC

reset() method sets INTE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::adc::intf::INTF_SPEC

reset() method sets INTF to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::adc::intr::INTR_SPEC

reset() method sets INTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::adc::ints::INTS_SPEC

reset() method sets INTS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for RESULT_SPEC

reset() method sets RESULT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for BUS_PRIORITY_SPEC

reset() method sets BUS_PRIORITY to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for BUS_PRIORITY_ACK_SPEC

reset() method sets BUS_PRIORITY_ACK to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PERFCTR0_SPEC

reset() method sets PERFCTR0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PERFCTR1_SPEC

reset() method sets PERFCTR1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PERFCTR2_SPEC

reset() method sets PERFCTR2 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PERFCTR3_SPEC

reset() method sets PERFCTR3 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PERFSEL0_SPEC

reset() method sets PERFSEL0 to value 0x1f

source§

const RESET_VALUE: u32 = 31u32

source§

impl Resettable for PERFSEL1_SPEC

reset() method sets PERFSEL1 to value 0x1f

source§

const RESET_VALUE: u32 = 31u32

source§

impl Resettable for PERFSEL2_SPEC

reset() method sets PERFSEL2 to value 0x1f

source§

const RESET_VALUE: u32 = 31u32

source§

impl Resettable for PERFSEL3_SPEC

reset() method sets PERFSEL3 to value 0x1f

source§

const RESET_VALUE: u32 = 31u32

source§

impl Resettable for CLK_ADC_CTRL_SPEC

reset() method sets CLK_ADC_CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CLK_ADC_DIV_SPEC

reset() method sets CLK_ADC_DIV to value 0x0100

source§

const RESET_VALUE: u32 = 256u32

source§

impl Resettable for CLK_ADC_SELECTED_SPEC

reset() method sets CLK_ADC_SELECTED to value 0x01

source§

const RESET_VALUE: u32 = 1u32

source§

impl Resettable for CLK_GPOUT0_CTRL_SPEC

reset() method sets CLK_GPOUT0_CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CLK_GPOUT0_DIV_SPEC

reset() method sets CLK_GPOUT0_DIV to value 0x0100

source§

const RESET_VALUE: u32 = 256u32

source§

impl Resettable for CLK_GPOUT0_SELECTED_SPEC

reset() method sets CLK_GPOUT0_SELECTED to value 0x01

source§

const RESET_VALUE: u32 = 1u32

source§

impl Resettable for CLK_GPOUT1_CTRL_SPEC

reset() method sets CLK_GPOUT1_CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CLK_GPOUT1_DIV_SPEC

reset() method sets CLK_GPOUT1_DIV to value 0x0100

source§

const RESET_VALUE: u32 = 256u32

source§

impl Resettable for CLK_GPOUT1_SELECTED_SPEC

reset() method sets CLK_GPOUT1_SELECTED to value 0x01

source§

const RESET_VALUE: u32 = 1u32

source§

impl Resettable for CLK_GPOUT2_CTRL_SPEC

reset() method sets CLK_GPOUT2_CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CLK_GPOUT2_DIV_SPEC

reset() method sets CLK_GPOUT2_DIV to value 0x0100

source§

const RESET_VALUE: u32 = 256u32

source§

impl Resettable for CLK_GPOUT2_SELECTED_SPEC

reset() method sets CLK_GPOUT2_SELECTED to value 0x01

source§

const RESET_VALUE: u32 = 1u32

source§

impl Resettable for CLK_GPOUT3_CTRL_SPEC

reset() method sets CLK_GPOUT3_CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CLK_GPOUT3_DIV_SPEC

reset() method sets CLK_GPOUT3_DIV to value 0x0100

source§

const RESET_VALUE: u32 = 256u32

source§

impl Resettable for CLK_GPOUT3_SELECTED_SPEC

reset() method sets CLK_GPOUT3_SELECTED to value 0x01

source§

const RESET_VALUE: u32 = 1u32

source§

impl Resettable for CLK_PERI_CTRL_SPEC

reset() method sets CLK_PERI_CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CLK_PERI_SELECTED_SPEC

reset() method sets CLK_PERI_SELECTED to value 0x01

source§

const RESET_VALUE: u32 = 1u32

source§

impl Resettable for CLK_REF_CTRL_SPEC

reset() method sets CLK_REF_CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CLK_REF_DIV_SPEC

reset() method sets CLK_REF_DIV to value 0x0100

source§

const RESET_VALUE: u32 = 256u32

source§

impl Resettable for CLK_REF_SELECTED_SPEC

reset() method sets CLK_REF_SELECTED to value 0x01

source§

const RESET_VALUE: u32 = 1u32

source§

impl Resettable for CLK_RTC_CTRL_SPEC

reset() method sets CLK_RTC_CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CLK_RTC_DIV_SPEC

reset() method sets CLK_RTC_DIV to value 0x0100

source§

const RESET_VALUE: u32 = 256u32

source§

impl Resettable for CLK_RTC_SELECTED_SPEC

reset() method sets CLK_RTC_SELECTED to value 0x01

source§

const RESET_VALUE: u32 = 1u32

source§

impl Resettable for CLK_SYS_CTRL_SPEC

reset() method sets CLK_SYS_CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CLK_SYS_DIV_SPEC

reset() method sets CLK_SYS_DIV to value 0x0100

source§

const RESET_VALUE: u32 = 256u32

source§

impl Resettable for CLK_SYS_RESUS_CTRL_SPEC

reset() method sets CLK_SYS_RESUS_CTRL to value 0xff

source§

const RESET_VALUE: u32 = 255u32

source§

impl Resettable for CLK_SYS_RESUS_STATUS_SPEC

reset() method sets CLK_SYS_RESUS_STATUS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CLK_SYS_SELECTED_SPEC

reset() method sets CLK_SYS_SELECTED to value 0x01

source§

const RESET_VALUE: u32 = 1u32

source§

impl Resettable for CLK_USB_CTRL_SPEC

reset() method sets CLK_USB_CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CLK_USB_DIV_SPEC

reset() method sets CLK_USB_DIV to value 0x0100

source§

const RESET_VALUE: u32 = 256u32

source§

impl Resettable for CLK_USB_SELECTED_SPEC

reset() method sets CLK_USB_SELECTED to value 0x01

source§

const RESET_VALUE: u32 = 1u32

source§

impl Resettable for ENABLED0_SPEC

reset() method sets ENABLED0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ENABLED1_SPEC

reset() method sets ENABLED1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FC0_DELAY_SPEC

reset() method sets FC0_DELAY to value 0x01

source§

const RESET_VALUE: u32 = 1u32

source§

impl Resettable for FC0_INTERVAL_SPEC

reset() method sets FC0_INTERVAL to value 0x08

source§

const RESET_VALUE: u32 = 8u32

source§

impl Resettable for FC0_MAX_KHZ_SPEC

reset() method sets FC0_MAX_KHZ to value 0x01ff_ffff

source§

const RESET_VALUE: u32 = 33_554_431u32

source§

impl Resettable for FC0_MIN_KHZ_SPEC

reset() method sets FC0_MIN_KHZ to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FC0_REF_KHZ_SPEC

reset() method sets FC0_REF_KHZ to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FC0_RESULT_SPEC

reset() method sets FC0_RESULT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FC0_SRC_SPEC

reset() method sets FC0_SRC to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FC0_STATUS_SPEC

reset() method sets FC0_STATUS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::clocks::inte::INTE_SPEC

reset() method sets INTE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::clocks::intf::INTF_SPEC

reset() method sets INTF to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::clocks::intr::INTR_SPEC

reset() method sets INTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::clocks::ints::INTS_SPEC

reset() method sets INTS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SLEEP_EN0_SPEC

reset() method sets SLEEP_EN0 to value 0xffff_ffff

source§

const RESET_VALUE: u32 = 4_294_967_295u32

source§

impl Resettable for SLEEP_EN1_SPEC

reset() method sets SLEEP_EN1 to value 0x7fff

source§

const RESET_VALUE: u32 = 32_767u32

source§

impl Resettable for WAKE_EN0_SPEC

reset() method sets WAKE_EN0 to value 0xffff_ffff

source§

const RESET_VALUE: u32 = 4_294_967_295u32

source§

impl Resettable for WAKE_EN1_SPEC

reset() method sets WAKE_EN1 to value 0x7fff

source§

const RESET_VALUE: u32 = 32_767u32

source§

impl Resettable for CH0_DBG_CTDREQ_SPEC

reset() method sets CH0_DBG_CTDREQ to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH0_DBG_TCR_SPEC

reset() method sets CH0_DBG_TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH1_DBG_CTDREQ_SPEC

reset() method sets CH1_DBG_CTDREQ to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH1_DBG_TCR_SPEC

reset() method sets CH1_DBG_TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH2_DBG_CTDREQ_SPEC

reset() method sets CH2_DBG_CTDREQ to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH2_DBG_TCR_SPEC

reset() method sets CH2_DBG_TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH3_DBG_CTDREQ_SPEC

reset() method sets CH3_DBG_CTDREQ to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH3_DBG_TCR_SPEC

reset() method sets CH3_DBG_TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH4_DBG_CTDREQ_SPEC

reset() method sets CH4_DBG_CTDREQ to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH4_DBG_TCR_SPEC

reset() method sets CH4_DBG_TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH5_DBG_CTDREQ_SPEC

reset() method sets CH5_DBG_CTDREQ to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH5_DBG_TCR_SPEC

reset() method sets CH5_DBG_TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH6_DBG_CTDREQ_SPEC

reset() method sets CH6_DBG_CTDREQ to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH6_DBG_TCR_SPEC

reset() method sets CH6_DBG_TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH7_DBG_CTDREQ_SPEC

reset() method sets CH7_DBG_CTDREQ to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH7_DBG_TCR_SPEC

reset() method sets CH7_DBG_TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH8_DBG_CTDREQ_SPEC

reset() method sets CH8_DBG_CTDREQ to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH8_DBG_TCR_SPEC

reset() method sets CH8_DBG_TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH9_DBG_CTDREQ_SPEC

reset() method sets CH9_DBG_CTDREQ to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH9_DBG_TCR_SPEC

reset() method sets CH9_DBG_TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH10_DBG_CTDREQ_SPEC

reset() method sets CH10_DBG_CTDREQ to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH10_DBG_TCR_SPEC

reset() method sets CH10_DBG_TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH11_DBG_CTDREQ_SPEC

reset() method sets CH11_DBG_CTDREQ to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH11_DBG_TCR_SPEC

reset() method sets CH11_DBG_TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH_AL1_CTRL_SPEC

reset() method sets CH_AL1_CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH_AL1_READ_ADDR_SPEC

reset() method sets CH_AL1_READ_ADDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH_AL1_TRANS_COUNT_TRIG_SPEC

reset() method sets CH_AL1_TRANS_COUNT_TRIG to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH_AL1_WRITE_ADDR_SPEC

reset() method sets CH_AL1_WRITE_ADDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH_AL2_CTRL_SPEC

reset() method sets CH_AL2_CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH_AL2_READ_ADDR_SPEC

reset() method sets CH_AL2_READ_ADDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH_AL2_TRANS_COUNT_SPEC

reset() method sets CH_AL2_TRANS_COUNT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH_AL2_WRITE_ADDR_TRIG_SPEC

reset() method sets CH_AL2_WRITE_ADDR_TRIG to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH_AL3_CTRL_SPEC

reset() method sets CH_AL3_CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH_AL3_READ_ADDR_TRIG_SPEC

reset() method sets CH_AL3_READ_ADDR_TRIG to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH_AL3_TRANS_COUNT_SPEC

reset() method sets CH_AL3_TRANS_COUNT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH_AL3_WRITE_ADDR_SPEC

reset() method sets CH_AL3_WRITE_ADDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH_CTRL_TRIG_SPEC

reset() method sets CH_CTRL_TRIG to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH_READ_ADDR_SPEC

reset() method sets CH_READ_ADDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH_TRANS_COUNT_SPEC

reset() method sets CH_TRANS_COUNT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CH_WRITE_ADDR_SPEC

reset() method sets CH_WRITE_ADDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CHAN_ABORT_SPEC

reset() method sets CHAN_ABORT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FIFO_LEVELS_SPEC

reset() method sets FIFO_LEVELS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTE0_SPEC

reset() method sets INTE0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTE1_SPEC

reset() method sets INTE1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTF0_SPEC

reset() method sets INTF0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTF1_SPEC

reset() method sets INTF1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::dma::intr::INTR_SPEC

reset() method sets INTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTS0_SPEC

reset() method sets INTS0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTS1_SPEC

reset() method sets INTS1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for MULTI_CHAN_TRIGGER_SPEC

reset() method sets MULTI_CHAN_TRIGGER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for N_CHANNELS_SPEC

reset() method sets N_CHANNELS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SNIFF_CTRL_SPEC

reset() method sets SNIFF_CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SNIFF_DATA_SPEC

reset() method sets SNIFF_DATA to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TIMER0_SPEC

reset() method sets TIMER0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TIMER1_SPEC

reset() method sets TIMER1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TIMER2_SPEC

reset() method sets TIMER2 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TIMER3_SPEC

reset() method sets TIMER3 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_ACK_GENERAL_CALL_SPEC

reset() method sets IC_ACK_GENERAL_CALL to value 0x01

source§

const RESET_VALUE: u32 = 1u32

source§

impl Resettable for IC_CLR_ACTIVITY_SPEC

reset() method sets IC_CLR_ACTIVITY to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_CLR_GEN_CALL_SPEC

reset() method sets IC_CLR_GEN_CALL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_CLR_INTR_SPEC

reset() method sets IC_CLR_INTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_CLR_RD_REQ_SPEC

reset() method sets IC_CLR_RD_REQ to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_CLR_RESTART_DET_SPEC

reset() method sets IC_CLR_RESTART_DET to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_CLR_RX_DONE_SPEC

reset() method sets IC_CLR_RX_DONE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_CLR_RX_OVER_SPEC

reset() method sets IC_CLR_RX_OVER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_CLR_RX_UNDER_SPEC

reset() method sets IC_CLR_RX_UNDER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_CLR_START_DET_SPEC

reset() method sets IC_CLR_START_DET to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_CLR_STOP_DET_SPEC

reset() method sets IC_CLR_STOP_DET to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_CLR_TX_ABRT_SPEC

reset() method sets IC_CLR_TX_ABRT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_CLR_TX_OVER_SPEC

reset() method sets IC_CLR_TX_OVER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_COMP_PARAM_1_SPEC

reset() method sets IC_COMP_PARAM_1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_COMP_TYPE_SPEC

reset() method sets IC_COMP_TYPE to value 0x4457_0140

source§

const RESET_VALUE: u32 = 1_146_552_640u32

source§

impl Resettable for IC_COMP_VERSION_SPEC

reset() method sets IC_COMP_VERSION to value 0x3230_312a

source§

const RESET_VALUE: u32 = 842_019_114u32

source§

impl Resettable for IC_CON_SPEC

reset() method sets IC_CON to value 0x65

source§

const RESET_VALUE: u32 = 101u32

source§

impl Resettable for IC_DATA_CMD_SPEC

reset() method sets IC_DATA_CMD to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_DMA_CR_SPEC

reset() method sets IC_DMA_CR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_DMA_RDLR_SPEC

reset() method sets IC_DMA_RDLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_DMA_TDLR_SPEC

reset() method sets IC_DMA_TDLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_ENABLE_SPEC

reset() method sets IC_ENABLE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_ENABLE_STATUS_SPEC

reset() method sets IC_ENABLE_STATUS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_FS_SCL_HCNT_SPEC

reset() method sets IC_FS_SCL_HCNT to value 0x06

source§

const RESET_VALUE: u32 = 6u32

source§

impl Resettable for IC_FS_SCL_LCNT_SPEC

reset() method sets IC_FS_SCL_LCNT to value 0x0d

source§

const RESET_VALUE: u32 = 13u32

source§

impl Resettable for IC_FS_SPKLEN_SPEC

reset() method sets IC_FS_SPKLEN to value 0x07

source§

const RESET_VALUE: u32 = 7u32

source§

impl Resettable for IC_INTR_MASK_SPEC

reset() method sets IC_INTR_MASK to value 0x08ff

source§

const RESET_VALUE: u32 = 2_303u32

source§

impl Resettable for IC_INTR_STAT_SPEC

reset() method sets IC_INTR_STAT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_RAW_INTR_STAT_SPEC

reset() method sets IC_RAW_INTR_STAT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_RX_TL_SPEC

reset() method sets IC_RX_TL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_RXFLR_SPEC

reset() method sets IC_RXFLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_SAR_SPEC

reset() method sets IC_SAR to value 0x55

source§

const RESET_VALUE: u32 = 85u32

source§

impl Resettable for IC_SDA_HOLD_SPEC

reset() method sets IC_SDA_HOLD to value 0x01

source§

const RESET_VALUE: u32 = 1u32

source§

impl Resettable for IC_SDA_SETUP_SPEC

reset() method sets IC_SDA_SETUP to value 0x64

source§

const RESET_VALUE: u32 = 100u32

source§

impl Resettable for IC_SLV_DATA_NACK_ONLY_SPEC

reset() method sets IC_SLV_DATA_NACK_ONLY to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_SS_SCL_HCNT_SPEC

reset() method sets IC_SS_SCL_HCNT to value 0x28

source§

const RESET_VALUE: u32 = 40u32

source§

impl Resettable for IC_SS_SCL_LCNT_SPEC

reset() method sets IC_SS_SCL_LCNT to value 0x2f

source§

const RESET_VALUE: u32 = 47u32

source§

impl Resettable for IC_STATUS_SPEC

reset() method sets IC_STATUS to value 0x06

source§

const RESET_VALUE: u32 = 6u32

source§

impl Resettable for IC_TAR_SPEC

reset() method sets IC_TAR to value 0x55

source§

const RESET_VALUE: u32 = 85u32

source§

impl Resettable for IC_TX_ABRT_SOURCE_SPEC

reset() method sets IC_TX_ABRT_SOURCE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_TX_TL_SPEC

reset() method sets IC_TX_TL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IC_TXFLR_SPEC

reset() method sets IC_TXFLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_bank0::dormant_wake_inte::DORMANT_WAKE_INTE_SPEC

reset() method sets DORMANT_WAKE_INTE%s to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_bank0::dormant_wake_intf::DORMANT_WAKE_INTF_SPEC

reset() method sets DORMANT_WAKE_INTF%s to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_bank0::dormant_wake_ints::DORMANT_WAKE_INTS_SPEC

reset() method sets DORMANT_WAKE_INTS%s to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_bank0::gpio::gpio_ctrl::GPIO_CTRL_SPEC

reset() method sets GPIO_CTRL to value 0x1f

source§

const RESET_VALUE: u32 = 31u32

source§

impl Resettable for rp2040_pac::io_bank0::gpio::gpio_status::GPIO_STATUS_SPEC

reset() method sets GPIO_STATUS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_bank0::intr::INTR_SPEC

reset() method sets INTR%s to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_bank0::proc0_inte::PROC0_INTE_SPEC

reset() method sets PROC0_INTE%s to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_bank0::proc0_intf::PROC0_INTF_SPEC

reset() method sets PROC0_INTF%s to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_bank0::proc0_ints::PROC0_INTS_SPEC

reset() method sets PROC0_INTS%s to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_bank0::proc1_inte::PROC1_INTE_SPEC

reset() method sets PROC1_INTE%s to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_bank0::proc1_intf::PROC1_INTF_SPEC

reset() method sets PROC1_INTF%s to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_bank0::proc1_ints::PROC1_INTS_SPEC

reset() method sets PROC1_INTS%s to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_qspi::dormant_wake_inte::DORMANT_WAKE_INTE_SPEC

reset() method sets DORMANT_WAKE_INTE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_qspi::dormant_wake_intf::DORMANT_WAKE_INTF_SPEC

reset() method sets DORMANT_WAKE_INTF to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_qspi::dormant_wake_ints::DORMANT_WAKE_INTS_SPEC

reset() method sets DORMANT_WAKE_INTS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_qspi::gpio_qspi::gpio_ctrl::GPIO_CTRL_SPEC

reset() method sets GPIO_CTRL to value 0x1f

source§

const RESET_VALUE: u32 = 31u32

source§

impl Resettable for rp2040_pac::io_qspi::gpio_qspi::gpio_status::GPIO_STATUS_SPEC

reset() method sets GPIO_STATUS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_qspi::intr::INTR_SPEC

reset() method sets INTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_qspi::proc0_inte::PROC0_INTE_SPEC

reset() method sets PROC0_INTE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_qspi::proc0_intf::PROC0_INTF_SPEC

reset() method sets PROC0_INTF to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_qspi::proc0_ints::PROC0_INTS_SPEC

reset() method sets PROC0_INTS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_qspi::proc1_inte::PROC1_INTE_SPEC

reset() method sets PROC1_INTE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_qspi::proc1_intf::PROC1_INTF_SPEC

reset() method sets PROC1_INTF to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::io_qspi::proc1_ints::PROC1_INTS_SPEC

reset() method sets PROC1_INTS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_SPEC

reset() method sets GPIO%s to value 0x56

source§

const RESET_VALUE: u32 = 86u32

source§

impl Resettable for SWCLK_SPEC

reset() method sets SWCLK to value 0xda

source§

const RESET_VALUE: u32 = 218u32

source§

impl Resettable for SWD_SPEC

reset() method sets SWD to value 0x5a

source§

const RESET_VALUE: u32 = 90u32

source§

impl Resettable for rp2040_pac::pads_bank0::voltage_select::VOLTAGE_SELECT_SPEC

reset() method sets VOLTAGE_SELECT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_QSPI_SCLK_SPEC

reset() method sets GPIO_QSPI_SCLK to value 0x56

source§

const RESET_VALUE: u32 = 86u32

source§

impl Resettable for GPIO_QSPI_SD0_SPEC

reset() method sets GPIO_QSPI_SD0 to value 0x52

source§

const RESET_VALUE: u32 = 82u32

source§

impl Resettable for GPIO_QSPI_SD1_SPEC

reset() method sets GPIO_QSPI_SD1 to value 0x52

source§

const RESET_VALUE: u32 = 82u32

source§

impl Resettable for GPIO_QSPI_SD2_SPEC

reset() method sets GPIO_QSPI_SD2 to value 0x52

source§

const RESET_VALUE: u32 = 82u32

source§

impl Resettable for GPIO_QSPI_SD3_SPEC

reset() method sets GPIO_QSPI_SD3 to value 0x52

source§

const RESET_VALUE: u32 = 82u32

source§

impl Resettable for GPIO_QSPI_SS_SPEC

reset() method sets GPIO_QSPI_SS to value 0x5a

source§

const RESET_VALUE: u32 = 90u32

source§

impl Resettable for rp2040_pac::pads_qspi::voltage_select::VOLTAGE_SELECT_SPEC

reset() method sets VOLTAGE_SELECT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::pio0::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DBG_CFGINFO_SPEC

reset() method sets DBG_CFGINFO to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DBG_PADOE_SPEC

reset() method sets DBG_PADOE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DBG_PADOUT_SPEC

reset() method sets DBG_PADOUT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FDEBUG_SPEC

reset() method sets FDEBUG to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FLEVEL_SPEC

reset() method sets FLEVEL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FSTAT_SPEC

reset() method sets FSTAT to value 0x0f00_0f00

source§

const RESET_VALUE: u32 = 251_662_080u32

source§

impl Resettable for INPUT_SYNC_BYPASS_SPEC

reset() method sets INPUT_SYNC_BYPASS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INSTR_MEM_SPEC

reset() method sets INSTR_MEM%s to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::pio0::intr::INTR_SPEC

reset() method sets INTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IRQ_SPEC

reset() method sets IRQ to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IRQ_FORCE_SPEC

reset() method sets IRQ_FORCE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for RXF_SPEC

reset() method sets RXF%s to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SM_ADDR_SPEC

reset() method sets SM_ADDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SM_CLKDIV_SPEC

reset() method sets SM_CLKDIV to value 0x0001_0000

source§

const RESET_VALUE: u32 = 65_536u32

source§

impl Resettable for SM_EXECCTRL_SPEC

reset() method sets SM_EXECCTRL to value 0x0001_f000

source§

const RESET_VALUE: u32 = 126_976u32

source§

impl Resettable for SM_INSTR_SPEC

reset() method sets SM_INSTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SM_PINCTRL_SPEC

reset() method sets SM_PINCTRL to value 0x1400_0000

source§

const RESET_VALUE: u32 = 335_544_320u32

source§

impl Resettable for SM_SHIFTCTRL_SPEC

reset() method sets SM_SHIFTCTRL to value 0x000c_0000

source§

const RESET_VALUE: u32 = 786_432u32

source§

impl Resettable for IRQ_INTE_SPEC

reset() method sets IRQ_INTE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IRQ_INTF_SPEC

reset() method sets IRQ_INTF to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IRQ_INTS_SPEC

reset() method sets IRQ_INTS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TXF_SPEC

reset() method sets TXF%s to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::pll_sys::cs::CS_SPEC

reset() method sets CS to value 0x01

source§

const RESET_VALUE: u32 = 1u32

source§

impl Resettable for FBDIV_INT_SPEC

reset() method sets FBDIV_INT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PRIM_SPEC

reset() method sets PRIM to value 0x0007_7000

source§

const RESET_VALUE: u32 = 487_424u32

source§

impl Resettable for PWR_SPEC

reset() method sets PWR to value 0x2d

source§

const RESET_VALUE: u32 = 45u32

source§

impl Resettable for AIRCR_SPEC

reset() method sets AIRCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CCR_SPEC

reset() method sets CCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::ppb::cpuid::CPUID_SPEC

reset() method sets CPUID to value 0x410c_c601

source§

const RESET_VALUE: u32 = 1_091_356_161u32

source§

impl Resettable for ICSR_SPEC

reset() method sets ICSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for MPU_CTRL_SPEC

reset() method sets MPU_CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for MPU_RASR_SPEC

reset() method sets MPU_RASR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for MPU_RBAR_SPEC

reset() method sets MPU_RBAR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for MPU_RNR_SPEC

reset() method sets MPU_RNR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for MPU_TYPE_SPEC

reset() method sets MPU_TYPE to value 0x0800

source§

const RESET_VALUE: u32 = 2_048u32

source§

impl Resettable for NVIC_ICER_SPEC

reset() method sets NVIC_ICER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for NVIC_ICPR_SPEC

reset() method sets NVIC_ICPR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for NVIC_IPR0_SPEC

reset() method sets NVIC_IPR0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for NVIC_IPR1_SPEC

reset() method sets NVIC_IPR1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for NVIC_IPR2_SPEC

reset() method sets NVIC_IPR2 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for NVIC_IPR3_SPEC

reset() method sets NVIC_IPR3 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for NVIC_IPR4_SPEC

reset() method sets NVIC_IPR4 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for NVIC_IPR5_SPEC

reset() method sets NVIC_IPR5 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for NVIC_IPR6_SPEC

reset() method sets NVIC_IPR6 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for NVIC_IPR7_SPEC

reset() method sets NVIC_IPR7 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for NVIC_ISER_SPEC

reset() method sets NVIC_ISER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for NVIC_ISPR_SPEC

reset() method sets NVIC_ISPR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SCR_SPEC

reset() method sets SCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SHCSR_SPEC

reset() method sets SHCSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SHPR2_SPEC

reset() method sets SHPR2 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SHPR3_SPEC

reset() method sets SHPR3 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SYST_CALIB_SPEC

reset() method sets SYST_CALIB to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SYST_CSR_SPEC

reset() method sets SYST_CSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SYST_CVR_SPEC

reset() method sets SYST_CVR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SYST_RVR_SPEC

reset() method sets SYST_RVR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for VTOR_SPEC

reset() method sets VTOR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DONE_SPEC

reset() method sets DONE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FRCE_OFF_SPEC

reset() method sets FRCE_OFF to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FRCE_ON_SPEC

reset() method sets FRCE_ON to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::psm::wdsel::WDSEL_SPEC

reset() method sets WDSEL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CC_SPEC

reset() method sets CC to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CSR_SPEC

reset() method sets CSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CTR_SPEC

reset() method sets CTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::pwm::ch::div::DIV_SPEC

reset() method sets DIV to value 0x10

source§

const RESET_VALUE: u32 = 16u32

source§

impl Resettable for TOP_SPEC

reset() method sets TOP to value 0xffff

source§

const RESET_VALUE: u32 = 65_535u32

source§

impl Resettable for EN_SPEC

reset() method sets EN to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::pwm::inte::INTE_SPEC

reset() method sets INTE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::pwm::intf::INTF_SPEC

reset() method sets INTF to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::pwm::intr::INTR_SPEC

reset() method sets INTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::pwm::ints::INTS_SPEC

reset() method sets INTS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for RESET_SPEC

reset() method sets RESET to value 0x01ff_ffff

source§

const RESET_VALUE: u32 = 33_554_431u32

source§

impl Resettable for RESET_DONE_SPEC

reset() method sets RESET_DONE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::resets::wdsel::WDSEL_SPEC

reset() method sets WDSEL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::rosc::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0x0aa0

source§

const RESET_VALUE: u32 = 2_720u32

source§

impl Resettable for rp2040_pac::rosc::div::DIV_SPEC

reset() method sets DIV to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::rosc::dormant::DORMANT_SPEC

reset() method sets DORMANT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FREQA_SPEC

reset() method sets FREQA to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FREQB_SPEC

reset() method sets FREQB to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PHASE_SPEC

reset() method sets PHASE to value 0x08

source§

const RESET_VALUE: u32 = 8u32

source§

impl Resettable for RANDOMBIT_SPEC

reset() method sets RANDOMBIT to value 0x01

source§

const RESET_VALUE: u32 = 1u32

source§

impl Resettable for rp2040_pac::rosc::status::STATUS_SPEC

reset() method sets STATUS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CLKDIV_M1_SPEC

reset() method sets CLKDIV_M1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::rtc::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::rtc::inte::INTE_SPEC

reset() method sets INTE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::rtc::intf::INTF_SPEC

reset() method sets INTF to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::rtc::intr::INTR_SPEC

reset() method sets INTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::rtc::ints::INTS_SPEC

reset() method sets INTS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IRQ_SETUP_0_SPEC

reset() method sets IRQ_SETUP_0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IRQ_SETUP_1_SPEC

reset() method sets IRQ_SETUP_1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for RTC_0_SPEC

reset() method sets RTC_0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for RTC_1_SPEC

reset() method sets RTC_1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SETUP_0_SPEC

reset() method sets SETUP_0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SETUP_1_SPEC

reset() method sets SETUP_1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::sio::cpuid::CPUID_SPEC

reset() method sets CPUID to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DIV_CSR_SPEC

reset() method sets DIV_CSR to value 0x01

source§

const RESET_VALUE: u32 = 1u32

source§

impl Resettable for DIV_QUOTIENT_SPEC

reset() method sets DIV_QUOTIENT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DIV_REMAINDER_SPEC

reset() method sets DIV_REMAINDER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DIV_SDIVIDEND_SPEC

reset() method sets DIV_SDIVIDEND to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DIV_SDIVISOR_SPEC

reset() method sets DIV_SDIVISOR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DIV_UDIVIDEND_SPEC

reset() method sets DIV_UDIVIDEND to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DIV_UDIVISOR_SPEC

reset() method sets DIV_UDIVISOR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FIFO_RD_SPEC

reset() method sets FIFO_RD to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FIFO_ST_SPEC

reset() method sets FIFO_ST to value 0x02

source§

const RESET_VALUE: u32 = 2u32

source§

impl Resettable for FIFO_WR_SPEC

reset() method sets FIFO_WR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_HI_IN_SPEC

reset() method sets GPIO_HI_IN to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_HI_OE_SPEC

reset() method sets GPIO_HI_OE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_HI_OE_CLR_SPEC

reset() method sets GPIO_HI_OE_CLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_HI_OE_SET_SPEC

reset() method sets GPIO_HI_OE_SET to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_HI_OE_XOR_SPEC

reset() method sets GPIO_HI_OE_XOR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_HI_OUT_SPEC

reset() method sets GPIO_HI_OUT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_HI_OUT_CLR_SPEC

reset() method sets GPIO_HI_OUT_CLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_HI_OUT_SET_SPEC

reset() method sets GPIO_HI_OUT_SET to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_HI_OUT_XOR_SPEC

reset() method sets GPIO_HI_OUT_XOR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_IN_SPEC

reset() method sets GPIO_IN to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_OE_SPEC

reset() method sets GPIO_OE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_OE_CLR_SPEC

reset() method sets GPIO_OE_CLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_OE_SET_SPEC

reset() method sets GPIO_OE_SET to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_OE_XOR_SPEC

reset() method sets GPIO_OE_XOR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_OUT_SPEC

reset() method sets GPIO_OUT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_OUT_CLR_SPEC

reset() method sets GPIO_OUT_CLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_OUT_SET_SPEC

reset() method sets GPIO_OUT_SET to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GPIO_OUT_XOR_SPEC

reset() method sets GPIO_OUT_XOR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP0_ACCUM0_SPEC

reset() method sets INTERP0_ACCUM0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP0_ACCUM0_ADD_SPEC

reset() method sets INTERP0_ACCUM0_ADD to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP0_ACCUM1_SPEC

reset() method sets INTERP0_ACCUM1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP0_ACCUM1_ADD_SPEC

reset() method sets INTERP0_ACCUM1_ADD to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP0_BASE0_SPEC

reset() method sets INTERP0_BASE0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP0_BASE1_SPEC

reset() method sets INTERP0_BASE1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP0_BASE2_SPEC

reset() method sets INTERP0_BASE2 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP0_BASE_1AND0_SPEC

reset() method sets INTERP0_BASE_1AND0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP0_CTRL_LANE0_SPEC

reset() method sets INTERP0_CTRL_LANE0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP0_CTRL_LANE1_SPEC

reset() method sets INTERP0_CTRL_LANE1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP0_PEEK_FULL_SPEC

reset() method sets INTERP0_PEEK_FULL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP0_PEEK_LANE0_SPEC

reset() method sets INTERP0_PEEK_LANE0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP0_PEEK_LANE1_SPEC

reset() method sets INTERP0_PEEK_LANE1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP0_POP_FULL_SPEC

reset() method sets INTERP0_POP_FULL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP0_POP_LANE0_SPEC

reset() method sets INTERP0_POP_LANE0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP0_POP_LANE1_SPEC

reset() method sets INTERP0_POP_LANE1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP1_ACCUM0_SPEC

reset() method sets INTERP1_ACCUM0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP1_ACCUM0_ADD_SPEC

reset() method sets INTERP1_ACCUM0_ADD to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP1_ACCUM1_SPEC

reset() method sets INTERP1_ACCUM1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP1_ACCUM1_ADD_SPEC

reset() method sets INTERP1_ACCUM1_ADD to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP1_BASE0_SPEC

reset() method sets INTERP1_BASE0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP1_BASE1_SPEC

reset() method sets INTERP1_BASE1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP1_BASE2_SPEC

reset() method sets INTERP1_BASE2 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP1_BASE_1AND0_SPEC

reset() method sets INTERP1_BASE_1AND0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP1_CTRL_LANE0_SPEC

reset() method sets INTERP1_CTRL_LANE0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP1_CTRL_LANE1_SPEC

reset() method sets INTERP1_CTRL_LANE1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP1_PEEK_FULL_SPEC

reset() method sets INTERP1_PEEK_FULL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP1_PEEK_LANE0_SPEC

reset() method sets INTERP1_PEEK_LANE0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP1_PEEK_LANE1_SPEC

reset() method sets INTERP1_PEEK_LANE1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP1_POP_FULL_SPEC

reset() method sets INTERP1_POP_FULL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP1_POP_LANE0_SPEC

reset() method sets INTERP1_POP_LANE0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INTERP1_POP_LANE1_SPEC

reset() method sets INTERP1_POP_LANE1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SPINLOCK_SPEC

reset() method sets SPINLOCK%s to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SPINLOCK_ST_SPEC

reset() method sets SPINLOCK_ST to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SSPCPSR_SPEC

reset() method sets SSPCPSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SSPCR0_SPEC

reset() method sets SSPCR0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SSPCR1_SPEC

reset() method sets SSPCR1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SSPDMACR_SPEC

reset() method sets SSPDMACR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SSPDR_SPEC

reset() method sets SSPDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SSPICR_SPEC

reset() method sets SSPICR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SSPIMSC_SPEC

reset() method sets SSPIMSC to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SSPMIS_SPEC

reset() method sets SSPMIS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SSPPCELLID0_SPEC

reset() method sets SSPPCELLID0 to value 0x0d

source§

const RESET_VALUE: u32 = 13u32

source§

impl Resettable for SSPPCELLID1_SPEC

reset() method sets SSPPCELLID1 to value 0xf0

source§

const RESET_VALUE: u32 = 240u32

source§

impl Resettable for SSPPCELLID2_SPEC

reset() method sets SSPPCELLID2 to value 0x05

source§

const RESET_VALUE: u32 = 5u32

source§

impl Resettable for SSPPCELLID3_SPEC

reset() method sets SSPPCELLID3 to value 0xb1

source§

const RESET_VALUE: u32 = 177u32

source§

impl Resettable for SSPPERIPHID0_SPEC

reset() method sets SSPPERIPHID0 to value 0x22

source§

const RESET_VALUE: u32 = 34u32

source§

impl Resettable for SSPPERIPHID1_SPEC

reset() method sets SSPPERIPHID1 to value 0x10

source§

const RESET_VALUE: u32 = 16u32

source§

impl Resettable for SSPPERIPHID2_SPEC

reset() method sets SSPPERIPHID2 to value 0x34

source§

const RESET_VALUE: u32 = 52u32

source§

impl Resettable for SSPPERIPHID3_SPEC

reset() method sets SSPPERIPHID3 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SSPRIS_SPEC

reset() method sets SSPRIS to value 0x08

source§

const RESET_VALUE: u32 = 8u32

source§

impl Resettable for SSPSR_SPEC

reset() method sets SSPSR to value 0x03

source§

const RESET_VALUE: u32 = 3u32

source§

impl Resettable for DBGFORCE_SPEC

reset() method sets DBGFORCE to value 0x66

source§

const RESET_VALUE: u32 = 102u32

source§

impl Resettable for MEMPOWERDOWN_SPEC

reset() method sets MEMPOWERDOWN to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PROC0_NMI_MASK_SPEC

reset() method sets PROC0_NMI_MASK to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PROC1_NMI_MASK_SPEC

reset() method sets PROC1_NMI_MASK to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PROC_CONFIG_SPEC

reset() method sets PROC_CONFIG to value 0x1000_0000

source§

const RESET_VALUE: u32 = 268_435_456u32

source§

impl Resettable for PROC_IN_SYNC_BYPASS_SPEC

reset() method sets PROC_IN_SYNC_BYPASS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PROC_IN_SYNC_BYPASS_HI_SPEC

reset() method sets PROC_IN_SYNC_BYPASS_HI to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CHIP_ID_SPEC

reset() method sets CHIP_ID to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GITREF_RP2040_SPEC

reset() method sets GITREF_RP2040 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::sysinfo::platform::PLATFORM_SPEC

reset() method sets PLATFORM to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::tbman::platform::PLATFORM_SPEC

reset() method sets PLATFORM to value 0x05

source§

const RESET_VALUE: u32 = 5u32

source§

impl Resettable for ALARM0_SPEC

reset() method sets ALARM0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ALARM1_SPEC

reset() method sets ALARM1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ALARM2_SPEC

reset() method sets ALARM2 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ALARM3_SPEC

reset() method sets ALARM3 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ARMED_SPEC

reset() method sets ARMED to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DBGPAUSE_SPEC

reset() method sets DBGPAUSE to value 0x07

source§

const RESET_VALUE: u32 = 7u32

source§

impl Resettable for rp2040_pac::timer::inte::INTE_SPEC

reset() method sets INTE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::timer::intf::INTF_SPEC

reset() method sets INTF to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::timer::intr::INTR_SPEC

reset() method sets INTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::timer::ints::INTS_SPEC

reset() method sets INTS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PAUSE_SPEC

reset() method sets PAUSE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TIMEHR_SPEC

reset() method sets TIMEHR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TIMEHW_SPEC

reset() method sets TIMEHW to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TIMELR_SPEC

reset() method sets TIMELR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TIMELW_SPEC

reset() method sets TIMELW to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TIMERAWH_SPEC

reset() method sets TIMERAWH to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TIMERAWL_SPEC

reset() method sets TIMERAWL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UARTCR_SPEC

reset() method sets UARTCR to value 0x0300

source§

const RESET_VALUE: u32 = 768u32

source§

impl Resettable for UARTDMACR_SPEC

reset() method sets UARTDMACR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UARTDR_SPEC

reset() method sets UARTDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UARTFBRD_SPEC

reset() method sets UARTFBRD to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UARTFR_SPEC

reset() method sets UARTFR to value 0x90

source§

const RESET_VALUE: u32 = 144u32

source§

impl Resettable for UARTIBRD_SPEC

reset() method sets UARTIBRD to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UARTICR_SPEC

reset() method sets UARTICR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UARTIFLS_SPEC

reset() method sets UARTIFLS to value 0x12

source§

const RESET_VALUE: u32 = 18u32

source§

impl Resettable for UARTILPR_SPEC

reset() method sets UARTILPR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UARTIMSC_SPEC

reset() method sets UARTIMSC to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UARTLCR_H_SPEC

reset() method sets UARTLCR_H to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UARTMIS_SPEC

reset() method sets UARTMIS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UARTPCELLID0_SPEC

reset() method sets UARTPCELLID0 to value 0x0d

source§

const RESET_VALUE: u32 = 13u32

source§

impl Resettable for UARTPCELLID1_SPEC

reset() method sets UARTPCELLID1 to value 0xf0

source§

const RESET_VALUE: u32 = 240u32

source§

impl Resettable for UARTPCELLID2_SPEC

reset() method sets UARTPCELLID2 to value 0x05

source§

const RESET_VALUE: u32 = 5u32

source§

impl Resettable for UARTPCELLID3_SPEC

reset() method sets UARTPCELLID3 to value 0xb1

source§

const RESET_VALUE: u32 = 177u32

source§

impl Resettable for UARTPERIPHID0_SPEC

reset() method sets UARTPERIPHID0 to value 0x11

source§

const RESET_VALUE: u32 = 17u32

source§

impl Resettable for UARTPERIPHID1_SPEC

reset() method sets UARTPERIPHID1 to value 0x10

source§

const RESET_VALUE: u32 = 16u32

source§

impl Resettable for UARTPERIPHID2_SPEC

reset() method sets UARTPERIPHID2 to value 0x34

source§

const RESET_VALUE: u32 = 52u32

source§

impl Resettable for UARTPERIPHID3_SPEC

reset() method sets UARTPERIPHID3 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UARTRIS_SPEC

reset() method sets UARTRIS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UARTRSR_SPEC

reset() method sets UARTRSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for EP_BUFFER_CONTROL_SPEC

reset() method sets EP_BUFFER_CONTROL%s to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for EP_CONTROL_SPEC

reset() method sets EP_CONTROL%s to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for EPX_CONTROL_SPEC

reset() method sets EPX_CONTROL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SETUP_PACKET_HIGH_SPEC

reset() method sets SETUP_PACKET_HIGH to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SETUP_PACKET_LOW_SPEC

reset() method sets SETUP_PACKET_LOW to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ADDR_ENDP_SPEC

reset() method sets ADDR_ENDP to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for BUFF_CPU_SHOULD_HANDLE_SPEC

reset() method sets BUFF_CPU_SHOULD_HANDLE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for BUFF_STATUS_SPEC

reset() method sets BUFF_STATUS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for EP_ABORT_SPEC

reset() method sets EP_ABORT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for EP_ABORT_DONE_SPEC

reset() method sets EP_ABORT_DONE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for EP_STALL_ARM_SPEC

reset() method sets EP_STALL_ARM to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for EP_STATUS_STALL_NAK_SPEC

reset() method sets EP_STATUS_STALL_NAK to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for HOST_ADDR_ENDP_SPEC

reset() method sets HOST_ADDR_ENDP%s to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for INT_EP_CTRL_SPEC

reset() method sets INT_EP_CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::usbctrl_regs::inte::INTE_SPEC

reset() method sets INTE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::usbctrl_regs::intf::INTF_SPEC

reset() method sets INTF to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::usbctrl_regs::intr::INTR_SPEC

reset() method sets INTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::usbctrl_regs::ints::INTS_SPEC

reset() method sets INTS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for MAIN_CTRL_SPEC

reset() method sets MAIN_CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for NAK_POLL_SPEC

reset() method sets NAK_POLL to value 0x0010_0010

source§

const RESET_VALUE: u32 = 1_048_592u32

source§

impl Resettable for SIE_CTRL_SPEC

reset() method sets SIE_CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SIE_STATUS_SPEC

reset() method sets SIE_STATUS to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SOF_RD_SPEC

reset() method sets SOF_RD to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SOF_WR_SPEC

reset() method sets SOF_WR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for USB_MUXING_SPEC

reset() method sets USB_MUXING to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for USB_PWR_SPEC

reset() method sets USB_PWR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for USBPHY_DIRECT_SPEC

reset() method sets USBPHY_DIRECT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for USBPHY_DIRECT_OVERRIDE_SPEC

reset() method sets USBPHY_DIRECT_OVERRIDE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for USBPHY_TRIM_SPEC

reset() method sets USBPHY_TRIM to value 0x1f1f

source§

const RESET_VALUE: u32 = 7_967u32

source§

impl Resettable for BOD_SPEC

reset() method sets BOD to value 0x91

source§

const RESET_VALUE: u32 = 145u32

source§

impl Resettable for CHIP_RESET_SPEC

reset() method sets CHIP_RESET to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for VREG_SPEC

reset() method sets VREG to value 0xb1

source§

const RESET_VALUE: u32 = 177u32

source§

impl Resettable for rp2040_pac::watchdog::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0x0700_0000

source§

const RESET_VALUE: u32 = 117_440_512u32

source§

impl Resettable for LOAD_SPEC

reset() method sets LOAD to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for REASON_SPEC

reset() method sets REASON to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SCRATCH0_SPEC

reset() method sets SCRATCH0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SCRATCH1_SPEC

reset() method sets SCRATCH1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SCRATCH2_SPEC

reset() method sets SCRATCH2 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SCRATCH3_SPEC

reset() method sets SCRATCH3 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SCRATCH4_SPEC

reset() method sets SCRATCH4 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SCRATCH5_SPEC

reset() method sets SCRATCH5 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SCRATCH6_SPEC

reset() method sets SCRATCH6 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SCRATCH7_SPEC

reset() method sets SCRATCH7 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TICK_SPEC

reset() method sets TICK to value 0x0200

source§

const RESET_VALUE: u32 = 512u32

source§

impl Resettable for CTR_ACC_SPEC

reset() method sets CTR_ACC to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CTR_HIT_SPEC

reset() method sets CTR_HIT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::xip_ctrl::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0x03

source§

const RESET_VALUE: u32 = 3u32

source§

impl Resettable for FLUSH_SPEC

reset() method sets FLUSH to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for STAT_SPEC

reset() method sets STAT to value 0x02

source§

const RESET_VALUE: u32 = 2u32

source§

impl Resettable for STREAM_ADDR_SPEC

reset() method sets STREAM_ADDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for STREAM_CTR_SPEC

reset() method sets STREAM_CTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for STREAM_FIFO_SPEC

reset() method sets STREAM_FIFO to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for BAUDR_SPEC

reset() method sets BAUDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CTRLR0_SPEC

reset() method sets CTRLR0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CTRLR1_SPEC

reset() method sets CTRLR1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DMACR_SPEC

reset() method sets DMACR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DMARDLR_SPEC

reset() method sets DMARDLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DMATDLR_SPEC

reset() method sets DMATDLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DR0_SPEC

reset() method sets DR0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ICR_SPEC

reset() method sets ICR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IDR_SPEC

reset() method sets IDR to value 0x5153_5049

source§

const RESET_VALUE: u32 = 1_364_414_537u32

source§

impl Resettable for IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ISR_SPEC

reset() method sets ISR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for MSTICR_SPEC

reset() method sets MSTICR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for MWCR_SPEC

reset() method sets MWCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for RISR_SPEC

reset() method sets RISR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for RX_SAMPLE_DLY_SPEC

reset() method sets RX_SAMPLE_DLY to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for RXFLR_SPEC

reset() method sets RXFLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for RXFTLR_SPEC

reset() method sets RXFTLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for RXOICR_SPEC

reset() method sets RXOICR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for RXUICR_SPEC

reset() method sets RXUICR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SER_SPEC

reset() method sets SER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SPI_CTRLR0_SPEC

reset() method sets SPI_CTRLR0 to value 0x0300_0000

source§

const RESET_VALUE: u32 = 50_331_648u32

source§

impl Resettable for SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SSI_VERSION_ID_SPEC

reset() method sets SSI_VERSION_ID to value 0x3430_312a

source§

const RESET_VALUE: u32 = 875_573_546u32

source§

impl Resettable for SSIENR_SPEC

reset() method sets SSIENR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TXD_DRIVE_EDGE_SPEC

reset() method sets TXD_DRIVE_EDGE to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TXFLR_SPEC

reset() method sets TXFLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TXFTLR_SPEC

reset() method sets TXFTLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TXOICR_SPEC

reset() method sets TXOICR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::xosc::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for rp2040_pac::xosc::dormant::DORMANT_SPEC

reset() method sets DORMANT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for STARTUP_SPEC

reset() method sets STARTUP to value 0xc4

source§

const RESET_VALUE: u32 = 196u32

source§

impl Resettable for rp2040_pac::xosc::status::STATUS_SPEC

reset() method sets STATUS to value 0

source§

const RESET_VALUE: u32 = 0u32