pub trait Readable: RegisterSpec { }
Expand description

Trait implemented by readable registers to enable the read method.

Registers marked with Writable can be also be modify’ed.

Implementors§

source§

impl Readable for rp2040_pac::adc::cs::CS_SPEC

read() method returns cs::R reader structure

source§

impl Readable for rp2040_pac::adc::div::DIV_SPEC

read() method returns div::R reader structure

source§

impl Readable for FCS_SPEC

read() method returns fcs::R reader structure

source§

impl Readable for FIFO_SPEC

read() method returns fifo::R reader structure

source§

impl Readable for rp2040_pac::adc::inte::INTE_SPEC

read() method returns inte::R reader structure

source§

impl Readable for rp2040_pac::adc::intf::INTF_SPEC

read() method returns intf::R reader structure

source§

impl Readable for rp2040_pac::adc::intr::INTR_SPEC

read() method returns intr::R reader structure

source§

impl Readable for rp2040_pac::adc::ints::INTS_SPEC

read() method returns ints::R reader structure

source§

impl Readable for RESULT_SPEC

read() method returns result::R reader structure

source§

impl Readable for BUS_PRIORITY_SPEC

read() method returns bus_priority::R reader structure

source§

impl Readable for BUS_PRIORITY_ACK_SPEC

read() method returns bus_priority_ack::R reader structure

source§

impl Readable for PERFCTR0_SPEC

read() method returns perfctr0::R reader structure

source§

impl Readable for PERFCTR1_SPEC

read() method returns perfctr1::R reader structure

source§

impl Readable for PERFCTR2_SPEC

read() method returns perfctr2::R reader structure

source§

impl Readable for PERFCTR3_SPEC

read() method returns perfctr3::R reader structure

source§

impl Readable for PERFSEL0_SPEC

read() method returns perfsel0::R reader structure

source§

impl Readable for PERFSEL1_SPEC

read() method returns perfsel1::R reader structure

source§

impl Readable for PERFSEL2_SPEC

read() method returns perfsel2::R reader structure

source§

impl Readable for PERFSEL3_SPEC

read() method returns perfsel3::R reader structure

source§

impl Readable for CLK_ADC_CTRL_SPEC

read() method returns clk_adc_ctrl::R reader structure

source§

impl Readable for CLK_ADC_DIV_SPEC

read() method returns clk_adc_div::R reader structure

source§

impl Readable for CLK_ADC_SELECTED_SPEC

read() method returns clk_adc_selected::R reader structure

source§

impl Readable for CLK_GPOUT0_CTRL_SPEC

read() method returns clk_gpout0_ctrl::R reader structure

source§

impl Readable for CLK_GPOUT0_DIV_SPEC

read() method returns clk_gpout0_div::R reader structure

source§

impl Readable for CLK_GPOUT0_SELECTED_SPEC

read() method returns clk_gpout0_selected::R reader structure

source§

impl Readable for CLK_GPOUT1_CTRL_SPEC

read() method returns clk_gpout1_ctrl::R reader structure

source§

impl Readable for CLK_GPOUT1_DIV_SPEC

read() method returns clk_gpout1_div::R reader structure

source§

impl Readable for CLK_GPOUT1_SELECTED_SPEC

read() method returns clk_gpout1_selected::R reader structure

source§

impl Readable for CLK_GPOUT2_CTRL_SPEC

read() method returns clk_gpout2_ctrl::R reader structure

source§

impl Readable for CLK_GPOUT2_DIV_SPEC

read() method returns clk_gpout2_div::R reader structure

source§

impl Readable for CLK_GPOUT2_SELECTED_SPEC

read() method returns clk_gpout2_selected::R reader structure

source§

impl Readable for CLK_GPOUT3_CTRL_SPEC

read() method returns clk_gpout3_ctrl::R reader structure

source§

impl Readable for CLK_GPOUT3_DIV_SPEC

read() method returns clk_gpout3_div::R reader structure

source§

impl Readable for CLK_GPOUT3_SELECTED_SPEC

read() method returns clk_gpout3_selected::R reader structure

source§

impl Readable for CLK_PERI_CTRL_SPEC

read() method returns clk_peri_ctrl::R reader structure

source§

impl Readable for CLK_PERI_SELECTED_SPEC

read() method returns clk_peri_selected::R reader structure

source§

impl Readable for CLK_REF_CTRL_SPEC

read() method returns clk_ref_ctrl::R reader structure

source§

impl Readable for CLK_REF_DIV_SPEC

read() method returns clk_ref_div::R reader structure

source§

impl Readable for CLK_REF_SELECTED_SPEC

read() method returns clk_ref_selected::R reader structure

source§

impl Readable for CLK_RTC_CTRL_SPEC

read() method returns clk_rtc_ctrl::R reader structure

source§

impl Readable for CLK_RTC_DIV_SPEC

read() method returns clk_rtc_div::R reader structure

source§

impl Readable for CLK_RTC_SELECTED_SPEC

read() method returns clk_rtc_selected::R reader structure

source§

impl Readable for CLK_SYS_CTRL_SPEC

read() method returns clk_sys_ctrl::R reader structure

source§

impl Readable for CLK_SYS_DIV_SPEC

read() method returns clk_sys_div::R reader structure

source§

impl Readable for CLK_SYS_RESUS_CTRL_SPEC

read() method returns clk_sys_resus_ctrl::R reader structure

source§

impl Readable for CLK_SYS_RESUS_STATUS_SPEC

read() method returns clk_sys_resus_status::R reader structure

source§

impl Readable for CLK_SYS_SELECTED_SPEC

read() method returns clk_sys_selected::R reader structure

source§

impl Readable for CLK_USB_CTRL_SPEC

read() method returns clk_usb_ctrl::R reader structure

source§

impl Readable for CLK_USB_DIV_SPEC

read() method returns clk_usb_div::R reader structure

source§

impl Readable for CLK_USB_SELECTED_SPEC

read() method returns clk_usb_selected::R reader structure

source§

impl Readable for ENABLED0_SPEC

read() method returns enabled0::R reader structure

source§

impl Readable for ENABLED1_SPEC

read() method returns enabled1::R reader structure

source§

impl Readable for FC0_DELAY_SPEC

read() method returns fc0_delay::R reader structure

source§

impl Readable for FC0_INTERVAL_SPEC

read() method returns fc0_interval::R reader structure

source§

impl Readable for FC0_MAX_KHZ_SPEC

read() method returns fc0_max_khz::R reader structure

source§

impl Readable for FC0_MIN_KHZ_SPEC

read() method returns fc0_min_khz::R reader structure

source§

impl Readable for FC0_REF_KHZ_SPEC

read() method returns fc0_ref_khz::R reader structure

source§

impl Readable for FC0_RESULT_SPEC

read() method returns fc0_result::R reader structure

source§

impl Readable for FC0_SRC_SPEC

read() method returns fc0_src::R reader structure

source§

impl Readable for FC0_STATUS_SPEC

read() method returns fc0_status::R reader structure

source§

impl Readable for rp2040_pac::clocks::inte::INTE_SPEC

read() method returns inte::R reader structure

source§

impl Readable for rp2040_pac::clocks::intf::INTF_SPEC

read() method returns intf::R reader structure

source§

impl Readable for rp2040_pac::clocks::intr::INTR_SPEC

read() method returns intr::R reader structure

source§

impl Readable for rp2040_pac::clocks::ints::INTS_SPEC

read() method returns ints::R reader structure

source§

impl Readable for SLEEP_EN0_SPEC

read() method returns sleep_en0::R reader structure

source§

impl Readable for SLEEP_EN1_SPEC

read() method returns sleep_en1::R reader structure

source§

impl Readable for WAKE_EN0_SPEC

read() method returns wake_en0::R reader structure

source§

impl Readable for WAKE_EN1_SPEC

read() method returns wake_en1::R reader structure

source§

impl Readable for CH0_DBG_CTDREQ_SPEC

read() method returns ch0_dbg_ctdreq::R reader structure

source§

impl Readable for CH0_DBG_TCR_SPEC

read() method returns ch0_dbg_tcr::R reader structure

source§

impl Readable for CH1_DBG_CTDREQ_SPEC

read() method returns ch1_dbg_ctdreq::R reader structure

source§

impl Readable for CH1_DBG_TCR_SPEC

read() method returns ch1_dbg_tcr::R reader structure

source§

impl Readable for CH2_DBG_CTDREQ_SPEC

read() method returns ch2_dbg_ctdreq::R reader structure

source§

impl Readable for CH2_DBG_TCR_SPEC

read() method returns ch2_dbg_tcr::R reader structure

source§

impl Readable for CH3_DBG_CTDREQ_SPEC

read() method returns ch3_dbg_ctdreq::R reader structure

source§

impl Readable for CH3_DBG_TCR_SPEC

read() method returns ch3_dbg_tcr::R reader structure

source§

impl Readable for CH4_DBG_CTDREQ_SPEC

read() method returns ch4_dbg_ctdreq::R reader structure

source§

impl Readable for CH4_DBG_TCR_SPEC

read() method returns ch4_dbg_tcr::R reader structure

source§

impl Readable for CH5_DBG_CTDREQ_SPEC

read() method returns ch5_dbg_ctdreq::R reader structure

source§

impl Readable for CH5_DBG_TCR_SPEC

read() method returns ch5_dbg_tcr::R reader structure

source§

impl Readable for CH6_DBG_CTDREQ_SPEC

read() method returns ch6_dbg_ctdreq::R reader structure

source§

impl Readable for CH6_DBG_TCR_SPEC

read() method returns ch6_dbg_tcr::R reader structure

source§

impl Readable for CH7_DBG_CTDREQ_SPEC

read() method returns ch7_dbg_ctdreq::R reader structure

source§

impl Readable for CH7_DBG_TCR_SPEC

read() method returns ch7_dbg_tcr::R reader structure

source§

impl Readable for CH8_DBG_CTDREQ_SPEC

read() method returns ch8_dbg_ctdreq::R reader structure

source§

impl Readable for CH8_DBG_TCR_SPEC

read() method returns ch8_dbg_tcr::R reader structure

source§

impl Readable for CH9_DBG_CTDREQ_SPEC

read() method returns ch9_dbg_ctdreq::R reader structure

source§

impl Readable for CH9_DBG_TCR_SPEC

read() method returns ch9_dbg_tcr::R reader structure

source§

impl Readable for CH10_DBG_CTDREQ_SPEC

read() method returns ch10_dbg_ctdreq::R reader structure

source§

impl Readable for CH10_DBG_TCR_SPEC

read() method returns ch10_dbg_tcr::R reader structure

source§

impl Readable for CH11_DBG_CTDREQ_SPEC

read() method returns ch11_dbg_ctdreq::R reader structure

source§

impl Readable for CH11_DBG_TCR_SPEC

read() method returns ch11_dbg_tcr::R reader structure

source§

impl Readable for CH_AL1_CTRL_SPEC

read() method returns ch_al1_ctrl::R reader structure

source§

impl Readable for CH_AL1_READ_ADDR_SPEC

read() method returns ch_al1_read_addr::R reader structure

source§

impl Readable for CH_AL1_TRANS_COUNT_TRIG_SPEC

read() method returns ch_al1_trans_count_trig::R reader structure

source§

impl Readable for CH_AL1_WRITE_ADDR_SPEC

read() method returns ch_al1_write_addr::R reader structure

source§

impl Readable for CH_AL2_CTRL_SPEC

read() method returns ch_al2_ctrl::R reader structure

source§

impl Readable for CH_AL2_READ_ADDR_SPEC

read() method returns ch_al2_read_addr::R reader structure

source§

impl Readable for CH_AL2_TRANS_COUNT_SPEC

read() method returns ch_al2_trans_count::R reader structure

source§

impl Readable for CH_AL2_WRITE_ADDR_TRIG_SPEC

read() method returns ch_al2_write_addr_trig::R reader structure

source§

impl Readable for CH_AL3_CTRL_SPEC

read() method returns ch_al3_ctrl::R reader structure

source§

impl Readable for CH_AL3_READ_ADDR_TRIG_SPEC

read() method returns ch_al3_read_addr_trig::R reader structure

source§

impl Readable for CH_AL3_TRANS_COUNT_SPEC

read() method returns ch_al3_trans_count::R reader structure

source§

impl Readable for CH_AL3_WRITE_ADDR_SPEC

read() method returns ch_al3_write_addr::R reader structure

source§

impl Readable for CH_CTRL_TRIG_SPEC

read() method returns ch_ctrl_trig::R reader structure

source§

impl Readable for CH_READ_ADDR_SPEC

read() method returns ch_read_addr::R reader structure

source§

impl Readable for CH_TRANS_COUNT_SPEC

read() method returns ch_trans_count::R reader structure

source§

impl Readable for CH_WRITE_ADDR_SPEC

read() method returns ch_write_addr::R reader structure

source§

impl Readable for CHAN_ABORT_SPEC

read() method returns chan_abort::R reader structure

source§

impl Readable for FIFO_LEVELS_SPEC

read() method returns fifo_levels::R reader structure

source§

impl Readable for INTE0_SPEC

read() method returns inte0::R reader structure

source§

impl Readable for INTE1_SPEC

read() method returns inte1::R reader structure

source§

impl Readable for INTF0_SPEC

read() method returns intf0::R reader structure

source§

impl Readable for INTF1_SPEC

read() method returns intf1::R reader structure

source§

impl Readable for rp2040_pac::dma::intr::INTR_SPEC

read() method returns intr::R reader structure

source§

impl Readable for INTS0_SPEC

read() method returns ints0::R reader structure

source§

impl Readable for INTS1_SPEC

read() method returns ints1::R reader structure

source§

impl Readable for MULTI_CHAN_TRIGGER_SPEC

read() method returns multi_chan_trigger::R reader structure

source§

impl Readable for N_CHANNELS_SPEC

read() method returns n_channels::R reader structure

source§

impl Readable for SNIFF_CTRL_SPEC

read() method returns sniff_ctrl::R reader structure

source§

impl Readable for SNIFF_DATA_SPEC

read() method returns sniff_data::R reader structure

source§

impl Readable for TIMER0_SPEC

read() method returns timer0::R reader structure

source§

impl Readable for TIMER1_SPEC

read() method returns timer1::R reader structure

source§

impl Readable for TIMER2_SPEC

read() method returns timer2::R reader structure

source§

impl Readable for TIMER3_SPEC

read() method returns timer3::R reader structure

source§

impl Readable for IC_ACK_GENERAL_CALL_SPEC

read() method returns ic_ack_general_call::R reader structure

source§

impl Readable for IC_CLR_ACTIVITY_SPEC

read() method returns ic_clr_activity::R reader structure

source§

impl Readable for IC_CLR_GEN_CALL_SPEC

read() method returns ic_clr_gen_call::R reader structure

source§

impl Readable for IC_CLR_INTR_SPEC

read() method returns ic_clr_intr::R reader structure

source§

impl Readable for IC_CLR_RD_REQ_SPEC

read() method returns ic_clr_rd_req::R reader structure

source§

impl Readable for IC_CLR_RESTART_DET_SPEC

read() method returns ic_clr_restart_det::R reader structure

source§

impl Readable for IC_CLR_RX_DONE_SPEC

read() method returns ic_clr_rx_done::R reader structure

source§

impl Readable for IC_CLR_RX_OVER_SPEC

read() method returns ic_clr_rx_over::R reader structure

source§

impl Readable for IC_CLR_RX_UNDER_SPEC

read() method returns ic_clr_rx_under::R reader structure

source§

impl Readable for IC_CLR_START_DET_SPEC

read() method returns ic_clr_start_det::R reader structure

source§

impl Readable for IC_CLR_STOP_DET_SPEC

read() method returns ic_clr_stop_det::R reader structure

source§

impl Readable for IC_CLR_TX_ABRT_SPEC

read() method returns ic_clr_tx_abrt::R reader structure

source§

impl Readable for IC_CLR_TX_OVER_SPEC

read() method returns ic_clr_tx_over::R reader structure

source§

impl Readable for IC_COMP_PARAM_1_SPEC

read() method returns ic_comp_param_1::R reader structure

source§

impl Readable for IC_COMP_TYPE_SPEC

read() method returns ic_comp_type::R reader structure

source§

impl Readable for IC_COMP_VERSION_SPEC

read() method returns ic_comp_version::R reader structure

source§

impl Readable for IC_CON_SPEC

read() method returns ic_con::R reader structure

source§

impl Readable for IC_DATA_CMD_SPEC

read() method returns ic_data_cmd::R reader structure

source§

impl Readable for IC_DMA_CR_SPEC

read() method returns ic_dma_cr::R reader structure

source§

impl Readable for IC_DMA_RDLR_SPEC

read() method returns ic_dma_rdlr::R reader structure

source§

impl Readable for IC_DMA_TDLR_SPEC

read() method returns ic_dma_tdlr::R reader structure

source§

impl Readable for IC_ENABLE_SPEC

read() method returns ic_enable::R reader structure

source§

impl Readable for IC_ENABLE_STATUS_SPEC

read() method returns ic_enable_status::R reader structure

source§

impl Readable for IC_FS_SCL_HCNT_SPEC

read() method returns ic_fs_scl_hcnt::R reader structure

source§

impl Readable for IC_FS_SCL_LCNT_SPEC

read() method returns ic_fs_scl_lcnt::R reader structure

source§

impl Readable for IC_FS_SPKLEN_SPEC

read() method returns ic_fs_spklen::R reader structure

source§

impl Readable for IC_INTR_MASK_SPEC

read() method returns ic_intr_mask::R reader structure

source§

impl Readable for IC_INTR_STAT_SPEC

read() method returns ic_intr_stat::R reader structure

source§

impl Readable for IC_RAW_INTR_STAT_SPEC

read() method returns ic_raw_intr_stat::R reader structure

source§

impl Readable for IC_RX_TL_SPEC

read() method returns ic_rx_tl::R reader structure

source§

impl Readable for IC_RXFLR_SPEC

read() method returns ic_rxflr::R reader structure

source§

impl Readable for IC_SAR_SPEC

read() method returns ic_sar::R reader structure

source§

impl Readable for IC_SDA_HOLD_SPEC

read() method returns ic_sda_hold::R reader structure

source§

impl Readable for IC_SDA_SETUP_SPEC

read() method returns ic_sda_setup::R reader structure

source§

impl Readable for IC_SLV_DATA_NACK_ONLY_SPEC

read() method returns ic_slv_data_nack_only::R reader structure

source§

impl Readable for IC_SS_SCL_HCNT_SPEC

read() method returns ic_ss_scl_hcnt::R reader structure

source§

impl Readable for IC_SS_SCL_LCNT_SPEC

read() method returns ic_ss_scl_lcnt::R reader structure

source§

impl Readable for IC_STATUS_SPEC

read() method returns ic_status::R reader structure

source§

impl Readable for IC_TAR_SPEC

read() method returns ic_tar::R reader structure

source§

impl Readable for IC_TX_ABRT_SOURCE_SPEC

read() method returns ic_tx_abrt_source::R reader structure

source§

impl Readable for IC_TX_TL_SPEC

read() method returns ic_tx_tl::R reader structure

source§

impl Readable for IC_TXFLR_SPEC

read() method returns ic_txflr::R reader structure

source§

impl Readable for rp2040_pac::io_bank0::dormant_wake_inte::DORMANT_WAKE_INTE_SPEC

read() method returns dormant_wake_inte::R reader structure

source§

impl Readable for rp2040_pac::io_bank0::dormant_wake_intf::DORMANT_WAKE_INTF_SPEC

read() method returns dormant_wake_intf::R reader structure

source§

impl Readable for rp2040_pac::io_bank0::dormant_wake_ints::DORMANT_WAKE_INTS_SPEC

read() method returns dormant_wake_ints::R reader structure

source§

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

read() method returns gpio_ctrl::R reader structure

source§

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

read() method returns gpio_status::R reader structure

source§

impl Readable for rp2040_pac::io_bank0::intr::INTR_SPEC

read() method returns intr::R reader structure

source§

impl Readable for rp2040_pac::io_bank0::proc0_inte::PROC0_INTE_SPEC

read() method returns proc0_inte::R reader structure

source§

impl Readable for rp2040_pac::io_bank0::proc0_intf::PROC0_INTF_SPEC

read() method returns proc0_intf::R reader structure

source§

impl Readable for rp2040_pac::io_bank0::proc0_ints::PROC0_INTS_SPEC

read() method returns proc0_ints::R reader structure

source§

impl Readable for rp2040_pac::io_bank0::proc1_inte::PROC1_INTE_SPEC

read() method returns proc1_inte::R reader structure

source§

impl Readable for rp2040_pac::io_bank0::proc1_intf::PROC1_INTF_SPEC

read() method returns proc1_intf::R reader structure

source§

impl Readable for rp2040_pac::io_bank0::proc1_ints::PROC1_INTS_SPEC

read() method returns proc1_ints::R reader structure

source§

impl Readable for rp2040_pac::io_qspi::dormant_wake_inte::DORMANT_WAKE_INTE_SPEC

read() method returns dormant_wake_inte::R reader structure

source§

impl Readable for rp2040_pac::io_qspi::dormant_wake_intf::DORMANT_WAKE_INTF_SPEC

read() method returns dormant_wake_intf::R reader structure

source§

impl Readable for rp2040_pac::io_qspi::dormant_wake_ints::DORMANT_WAKE_INTS_SPEC

read() method returns dormant_wake_ints::R reader structure

source§

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

read() method returns gpio_ctrl::R reader structure

source§

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

read() method returns gpio_status::R reader structure

source§

impl Readable for rp2040_pac::io_qspi::intr::INTR_SPEC

read() method returns intr::R reader structure

source§

impl Readable for rp2040_pac::io_qspi::proc0_inte::PROC0_INTE_SPEC

read() method returns proc0_inte::R reader structure

source§

impl Readable for rp2040_pac::io_qspi::proc0_intf::PROC0_INTF_SPEC

read() method returns proc0_intf::R reader structure

source§

impl Readable for rp2040_pac::io_qspi::proc0_ints::PROC0_INTS_SPEC

read() method returns proc0_ints::R reader structure

source§

impl Readable for rp2040_pac::io_qspi::proc1_inte::PROC1_INTE_SPEC

read() method returns proc1_inte::R reader structure

source§

impl Readable for rp2040_pac::io_qspi::proc1_intf::PROC1_INTF_SPEC

read() method returns proc1_intf::R reader structure

source§

impl Readable for rp2040_pac::io_qspi::proc1_ints::PROC1_INTS_SPEC

read() method returns proc1_ints::R reader structure

source§

impl Readable for GPIO_SPEC

read() method returns gpio::R reader structure

source§

impl Readable for SWCLK_SPEC

read() method returns swclk::R reader structure

source§

impl Readable for SWD_SPEC

read() method returns swd::R reader structure

source§

impl Readable for rp2040_pac::pads_bank0::voltage_select::VOLTAGE_SELECT_SPEC

read() method returns voltage_select::R reader structure

source§

impl Readable for GPIO_QSPI_SCLK_SPEC

read() method returns gpio_qspi_sclk::R reader structure

source§

impl Readable for GPIO_QSPI_SD0_SPEC

read() method returns gpio_qspi_sd0::R reader structure

source§

impl Readable for GPIO_QSPI_SD1_SPEC

read() method returns gpio_qspi_sd1::R reader structure

source§

impl Readable for GPIO_QSPI_SD2_SPEC

read() method returns gpio_qspi_sd2::R reader structure

source§

impl Readable for GPIO_QSPI_SD3_SPEC

read() method returns gpio_qspi_sd3::R reader structure

source§

impl Readable for GPIO_QSPI_SS_SPEC

read() method returns gpio_qspi_ss::R reader structure

source§

impl Readable for rp2040_pac::pads_qspi::voltage_select::VOLTAGE_SELECT_SPEC

read() method returns voltage_select::R reader structure

source§

impl Readable for rp2040_pac::pio0::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

source§

impl Readable for DBG_CFGINFO_SPEC

read() method returns dbg_cfginfo::R reader structure

source§

impl Readable for DBG_PADOE_SPEC

read() method returns dbg_padoe::R reader structure

source§

impl Readable for DBG_PADOUT_SPEC

read() method returns dbg_padout::R reader structure

source§

impl Readable for FDEBUG_SPEC

read() method returns fdebug::R reader structure

source§

impl Readable for FLEVEL_SPEC

read() method returns flevel::R reader structure

source§

impl Readable for FSTAT_SPEC

read() method returns fstat::R reader structure

source§

impl Readable for INPUT_SYNC_BYPASS_SPEC

read() method returns input_sync_bypass::R reader structure

source§

impl Readable for rp2040_pac::pio0::intr::INTR_SPEC

read() method returns intr::R reader structure

source§

impl Readable for IRQ_SPEC

read() method returns irq::R reader structure

source§

impl Readable for RXF_SPEC

read() method returns rxf::R reader structure

source§

impl Readable for SM_ADDR_SPEC

read() method returns sm_addr::R reader structure

source§

impl Readable for SM_CLKDIV_SPEC

read() method returns sm_clkdiv::R reader structure

source§

impl Readable for SM_EXECCTRL_SPEC

read() method returns sm_execctrl::R reader structure

source§

impl Readable for SM_INSTR_SPEC

read() method returns sm_instr::R reader structure

source§

impl Readable for SM_PINCTRL_SPEC

read() method returns sm_pinctrl::R reader structure

source§

impl Readable for SM_SHIFTCTRL_SPEC

read() method returns sm_shiftctrl::R reader structure

source§

impl Readable for IRQ_INTE_SPEC

read() method returns irq_inte::R reader structure

source§

impl Readable for IRQ_INTF_SPEC

read() method returns irq_intf::R reader structure

source§

impl Readable for IRQ_INTS_SPEC

read() method returns irq_ints::R reader structure

source§

impl Readable for rp2040_pac::pll_sys::cs::CS_SPEC

read() method returns cs::R reader structure

source§

impl Readable for FBDIV_INT_SPEC

read() method returns fbdiv_int::R reader structure

source§

impl Readable for PRIM_SPEC

read() method returns prim::R reader structure

source§

impl Readable for PWR_SPEC

read() method returns pwr::R reader structure

source§

impl Readable for AIRCR_SPEC

read() method returns aircr::R reader structure

source§

impl Readable for CCR_SPEC

read() method returns ccr::R reader structure

source§

impl Readable for rp2040_pac::ppb::cpuid::CPUID_SPEC

read() method returns cpuid::R reader structure

source§

impl Readable for ICSR_SPEC

read() method returns icsr::R reader structure

source§

impl Readable for MPU_CTRL_SPEC

read() method returns mpu_ctrl::R reader structure

source§

impl Readable for MPU_RASR_SPEC

read() method returns mpu_rasr::R reader structure

source§

impl Readable for MPU_RBAR_SPEC

read() method returns mpu_rbar::R reader structure

source§

impl Readable for MPU_RNR_SPEC

read() method returns mpu_rnr::R reader structure

source§

impl Readable for MPU_TYPE_SPEC

read() method returns mpu_type::R reader structure

source§

impl Readable for NVIC_ICER_SPEC

read() method returns nvic_icer::R reader structure

source§

impl Readable for NVIC_ICPR_SPEC

read() method returns nvic_icpr::R reader structure

source§

impl Readable for NVIC_IPR0_SPEC

read() method returns nvic_ipr0::R reader structure

source§

impl Readable for NVIC_IPR1_SPEC

read() method returns nvic_ipr1::R reader structure

source§

impl Readable for NVIC_IPR2_SPEC

read() method returns nvic_ipr2::R reader structure

source§

impl Readable for NVIC_IPR3_SPEC

read() method returns nvic_ipr3::R reader structure

source§

impl Readable for NVIC_IPR4_SPEC

read() method returns nvic_ipr4::R reader structure

source§

impl Readable for NVIC_IPR5_SPEC

read() method returns nvic_ipr5::R reader structure

source§

impl Readable for NVIC_IPR6_SPEC

read() method returns nvic_ipr6::R reader structure

source§

impl Readable for NVIC_IPR7_SPEC

read() method returns nvic_ipr7::R reader structure

source§

impl Readable for NVIC_ISER_SPEC

read() method returns nvic_iser::R reader structure

source§

impl Readable for NVIC_ISPR_SPEC

read() method returns nvic_ispr::R reader structure

source§

impl Readable for SCR_SPEC

read() method returns scr::R reader structure

source§

impl Readable for SHCSR_SPEC

read() method returns shcsr::R reader structure

source§

impl Readable for SHPR2_SPEC

read() method returns shpr2::R reader structure

source§

impl Readable for SHPR3_SPEC

read() method returns shpr3::R reader structure

source§

impl Readable for SYST_CALIB_SPEC

read() method returns syst_calib::R reader structure

source§

impl Readable for SYST_CSR_SPEC

read() method returns syst_csr::R reader structure

source§

impl Readable for SYST_CVR_SPEC

read() method returns syst_cvr::R reader structure

source§

impl Readable for SYST_RVR_SPEC

read() method returns syst_rvr::R reader structure

source§

impl Readable for VTOR_SPEC

read() method returns vtor::R reader structure

source§

impl Readable for DONE_SPEC

read() method returns done::R reader structure

source§

impl Readable for FRCE_OFF_SPEC

read() method returns frce_off::R reader structure

source§

impl Readable for FRCE_ON_SPEC

read() method returns frce_on::R reader structure

source§

impl Readable for rp2040_pac::psm::wdsel::WDSEL_SPEC

read() method returns wdsel::R reader structure

source§

impl Readable for CC_SPEC

read() method returns cc::R reader structure

source§

impl Readable for CSR_SPEC

read() method returns csr::R reader structure

source§

impl Readable for CTR_SPEC

read() method returns ctr::R reader structure

source§

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

read() method returns div::R reader structure

source§

impl Readable for TOP_SPEC

read() method returns top::R reader structure

source§

impl Readable for EN_SPEC

read() method returns en::R reader structure

source§

impl Readable for rp2040_pac::pwm::inte::INTE_SPEC

read() method returns inte::R reader structure

source§

impl Readable for rp2040_pac::pwm::intf::INTF_SPEC

read() method returns intf::R reader structure

source§

impl Readable for rp2040_pac::pwm::intr::INTR_SPEC

read() method returns intr::R reader structure

source§

impl Readable for rp2040_pac::pwm::ints::INTS_SPEC

read() method returns ints::R reader structure

source§

impl Readable for RESET_SPEC

read() method returns reset::R reader structure

source§

impl Readable for RESET_DONE_SPEC

read() method returns reset_done::R reader structure

source§

impl Readable for rp2040_pac::resets::wdsel::WDSEL_SPEC

read() method returns wdsel::R reader structure

source§

impl Readable for rp2040_pac::rosc::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

source§

impl Readable for rp2040_pac::rosc::div::DIV_SPEC

read() method returns div::R reader structure

source§

impl Readable for rp2040_pac::rosc::dormant::DORMANT_SPEC

read() method returns dormant::R reader structure

source§

impl Readable for FREQA_SPEC

read() method returns freqa::R reader structure

source§

impl Readable for FREQB_SPEC

read() method returns freqb::R reader structure

source§

impl Readable for PHASE_SPEC

read() method returns phase::R reader structure

source§

impl Readable for RANDOMBIT_SPEC

read() method returns randombit::R reader structure

source§

impl Readable for rp2040_pac::rosc::status::STATUS_SPEC

read() method returns status::R reader structure

source§

impl Readable for CLKDIV_M1_SPEC

read() method returns clkdiv_m1::R reader structure

source§

impl Readable for rp2040_pac::rtc::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

source§

impl Readable for rp2040_pac::rtc::inte::INTE_SPEC

read() method returns inte::R reader structure

source§

impl Readable for rp2040_pac::rtc::intf::INTF_SPEC

read() method returns intf::R reader structure

source§

impl Readable for rp2040_pac::rtc::intr::INTR_SPEC

read() method returns intr::R reader structure

source§

impl Readable for rp2040_pac::rtc::ints::INTS_SPEC

read() method returns ints::R reader structure

source§

impl Readable for IRQ_SETUP_0_SPEC

read() method returns irq_setup_0::R reader structure

source§

impl Readable for IRQ_SETUP_1_SPEC

read() method returns irq_setup_1::R reader structure

source§

impl Readable for RTC_0_SPEC

read() method returns rtc_0::R reader structure

source§

impl Readable for RTC_1_SPEC

read() method returns rtc_1::R reader structure

source§

impl Readable for SETUP_0_SPEC

read() method returns setup_0::R reader structure

source§

impl Readable for SETUP_1_SPEC

read() method returns setup_1::R reader structure

source§

impl Readable for rp2040_pac::sio::cpuid::CPUID_SPEC

read() method returns cpuid::R reader structure

source§

impl Readable for DIV_CSR_SPEC

read() method returns div_csr::R reader structure

source§

impl Readable for DIV_QUOTIENT_SPEC

read() method returns div_quotient::R reader structure

source§

impl Readable for DIV_REMAINDER_SPEC

read() method returns div_remainder::R reader structure

source§

impl Readable for DIV_SDIVIDEND_SPEC

read() method returns div_sdividend::R reader structure

source§

impl Readable for DIV_SDIVISOR_SPEC

read() method returns div_sdivisor::R reader structure

source§

impl Readable for DIV_UDIVIDEND_SPEC

read() method returns div_udividend::R reader structure

source§

impl Readable for DIV_UDIVISOR_SPEC

read() method returns div_udivisor::R reader structure

source§

impl Readable for FIFO_RD_SPEC

read() method returns fifo_rd::R reader structure

source§

impl Readable for FIFO_ST_SPEC

read() method returns fifo_st::R reader structure

source§

impl Readable for GPIO_HI_IN_SPEC

read() method returns gpio_hi_in::R reader structure

source§

impl Readable for GPIO_HI_OE_SPEC

read() method returns gpio_hi_oe::R reader structure

source§

impl Readable for GPIO_HI_OUT_SPEC

read() method returns gpio_hi_out::R reader structure

source§

impl Readable for GPIO_IN_SPEC

read() method returns gpio_in::R reader structure

source§

impl Readable for GPIO_OE_SPEC

read() method returns gpio_oe::R reader structure

source§

impl Readable for GPIO_OUT_SPEC

read() method returns gpio_out::R reader structure

source§

impl Readable for INTERP0_ACCUM0_SPEC

read() method returns interp0_accum0::R reader structure

source§

impl Readable for INTERP0_ACCUM0_ADD_SPEC

read() method returns interp0_accum0_add::R reader structure

source§

impl Readable for INTERP0_ACCUM1_SPEC

read() method returns interp0_accum1::R reader structure

source§

impl Readable for INTERP0_ACCUM1_ADD_SPEC

read() method returns interp0_accum1_add::R reader structure

source§

impl Readable for INTERP0_BASE0_SPEC

read() method returns interp0_base0::R reader structure

source§

impl Readable for INTERP0_BASE1_SPEC

read() method returns interp0_base1::R reader structure

source§

impl Readable for INTERP0_BASE2_SPEC

read() method returns interp0_base2::R reader structure

source§

impl Readable for INTERP0_CTRL_LANE0_SPEC

read() method returns interp0_ctrl_lane0::R reader structure

source§

impl Readable for INTERP0_CTRL_LANE1_SPEC

read() method returns interp0_ctrl_lane1::R reader structure

source§

impl Readable for INTERP0_PEEK_FULL_SPEC

read() method returns interp0_peek_full::R reader structure

source§

impl Readable for INTERP0_PEEK_LANE0_SPEC

read() method returns interp0_peek_lane0::R reader structure

source§

impl Readable for INTERP0_PEEK_LANE1_SPEC

read() method returns interp0_peek_lane1::R reader structure

source§

impl Readable for INTERP0_POP_FULL_SPEC

read() method returns interp0_pop_full::R reader structure

source§

impl Readable for INTERP0_POP_LANE0_SPEC

read() method returns interp0_pop_lane0::R reader structure

source§

impl Readable for INTERP0_POP_LANE1_SPEC

read() method returns interp0_pop_lane1::R reader structure

source§

impl Readable for INTERP1_ACCUM0_SPEC

read() method returns interp1_accum0::R reader structure

source§

impl Readable for INTERP1_ACCUM0_ADD_SPEC

read() method returns interp1_accum0_add::R reader structure

source§

impl Readable for INTERP1_ACCUM1_SPEC

read() method returns interp1_accum1::R reader structure

source§

impl Readable for INTERP1_ACCUM1_ADD_SPEC

read() method returns interp1_accum1_add::R reader structure

source§

impl Readable for INTERP1_BASE0_SPEC

read() method returns interp1_base0::R reader structure

source§

impl Readable for INTERP1_BASE1_SPEC

read() method returns interp1_base1::R reader structure

source§

impl Readable for INTERP1_BASE2_SPEC

read() method returns interp1_base2::R reader structure

source§

impl Readable for INTERP1_CTRL_LANE0_SPEC

read() method returns interp1_ctrl_lane0::R reader structure

source§

impl Readable for INTERP1_CTRL_LANE1_SPEC

read() method returns interp1_ctrl_lane1::R reader structure

source§

impl Readable for INTERP1_PEEK_FULL_SPEC

read() method returns interp1_peek_full::R reader structure

source§

impl Readable for INTERP1_PEEK_LANE0_SPEC

read() method returns interp1_peek_lane0::R reader structure

source§

impl Readable for INTERP1_PEEK_LANE1_SPEC

read() method returns interp1_peek_lane1::R reader structure

source§

impl Readable for INTERP1_POP_FULL_SPEC

read() method returns interp1_pop_full::R reader structure

source§

impl Readable for INTERP1_POP_LANE0_SPEC

read() method returns interp1_pop_lane0::R reader structure

source§

impl Readable for INTERP1_POP_LANE1_SPEC

read() method returns interp1_pop_lane1::R reader structure

source§

impl Readable for SPINLOCK_SPEC

read() method returns spinlock::R reader structure

source§

impl Readable for SPINLOCK_ST_SPEC

read() method returns spinlock_st::R reader structure

source§

impl Readable for SSPCPSR_SPEC

read() method returns sspcpsr::R reader structure

source§

impl Readable for SSPCR0_SPEC

read() method returns sspcr0::R reader structure

source§

impl Readable for SSPCR1_SPEC

read() method returns sspcr1::R reader structure

source§

impl Readable for SSPDMACR_SPEC

read() method returns sspdmacr::R reader structure

source§

impl Readable for SSPDR_SPEC

read() method returns sspdr::R reader structure

source§

impl Readable for SSPICR_SPEC

read() method returns sspicr::R reader structure

source§

impl Readable for SSPIMSC_SPEC

read() method returns sspimsc::R reader structure

source§

impl Readable for SSPMIS_SPEC

read() method returns sspmis::R reader structure

source§

impl Readable for SSPPCELLID0_SPEC

read() method returns ssppcellid0::R reader structure

source§

impl Readable for SSPPCELLID1_SPEC

read() method returns ssppcellid1::R reader structure

source§

impl Readable for SSPPCELLID2_SPEC

read() method returns ssppcellid2::R reader structure

source§

impl Readable for SSPPCELLID3_SPEC

read() method returns ssppcellid3::R reader structure

source§

impl Readable for SSPPERIPHID0_SPEC

read() method returns sspperiphid0::R reader structure

source§

impl Readable for SSPPERIPHID1_SPEC

read() method returns sspperiphid1::R reader structure

source§

impl Readable for SSPPERIPHID2_SPEC

read() method returns sspperiphid2::R reader structure

source§

impl Readable for SSPPERIPHID3_SPEC

read() method returns sspperiphid3::R reader structure

source§

impl Readable for SSPRIS_SPEC

read() method returns sspris::R reader structure

source§

impl Readable for SSPSR_SPEC

read() method returns sspsr::R reader structure

source§

impl Readable for DBGFORCE_SPEC

read() method returns dbgforce::R reader structure

source§

impl Readable for MEMPOWERDOWN_SPEC

read() method returns mempowerdown::R reader structure

source§

impl Readable for PROC0_NMI_MASK_SPEC

read() method returns proc0_nmi_mask::R reader structure

source§

impl Readable for PROC1_NMI_MASK_SPEC

read() method returns proc1_nmi_mask::R reader structure

source§

impl Readable for PROC_CONFIG_SPEC

read() method returns proc_config::R reader structure

source§

impl Readable for PROC_IN_SYNC_BYPASS_SPEC

read() method returns proc_in_sync_bypass::R reader structure

source§

impl Readable for PROC_IN_SYNC_BYPASS_HI_SPEC

read() method returns proc_in_sync_bypass_hi::R reader structure

source§

impl Readable for CHIP_ID_SPEC

read() method returns chip_id::R reader structure

source§

impl Readable for GITREF_RP2040_SPEC

read() method returns gitref_rp2040::R reader structure

source§

impl Readable for rp2040_pac::sysinfo::platform::PLATFORM_SPEC

read() method returns platform::R reader structure

source§

impl Readable for rp2040_pac::tbman::platform::PLATFORM_SPEC

read() method returns platform::R reader structure

source§

impl Readable for ALARM0_SPEC

read() method returns alarm0::R reader structure

source§

impl Readable for ALARM1_SPEC

read() method returns alarm1::R reader structure

source§

impl Readable for ALARM2_SPEC

read() method returns alarm2::R reader structure

source§

impl Readable for ALARM3_SPEC

read() method returns alarm3::R reader structure

source§

impl Readable for ARMED_SPEC

read() method returns armed::R reader structure

source§

impl Readable for DBGPAUSE_SPEC

read() method returns dbgpause::R reader structure

source§

impl Readable for rp2040_pac::timer::inte::INTE_SPEC

read() method returns inte::R reader structure

source§

impl Readable for rp2040_pac::timer::intf::INTF_SPEC

read() method returns intf::R reader structure

source§

impl Readable for rp2040_pac::timer::intr::INTR_SPEC

read() method returns intr::R reader structure

source§

impl Readable for rp2040_pac::timer::ints::INTS_SPEC

read() method returns ints::R reader structure

source§

impl Readable for PAUSE_SPEC

read() method returns pause::R reader structure

source§

impl Readable for TIMEHR_SPEC

read() method returns timehr::R reader structure

source§

impl Readable for TIMELR_SPEC

read() method returns timelr::R reader structure

source§

impl Readable for TIMERAWH_SPEC

read() method returns timerawh::R reader structure

source§

impl Readable for TIMERAWL_SPEC

read() method returns timerawl::R reader structure

source§

impl Readable for UARTCR_SPEC

read() method returns uartcr::R reader structure

source§

impl Readable for UARTDMACR_SPEC

read() method returns uartdmacr::R reader structure

source§

impl Readable for UARTDR_SPEC

read() method returns uartdr::R reader structure

source§

impl Readable for UARTFBRD_SPEC

read() method returns uartfbrd::R reader structure

source§

impl Readable for UARTFR_SPEC

read() method returns uartfr::R reader structure

source§

impl Readable for UARTIBRD_SPEC

read() method returns uartibrd::R reader structure

source§

impl Readable for UARTICR_SPEC

read() method returns uarticr::R reader structure

source§

impl Readable for UARTIFLS_SPEC

read() method returns uartifls::R reader structure

source§

impl Readable for UARTILPR_SPEC

read() method returns uartilpr::R reader structure

source§

impl Readable for UARTIMSC_SPEC

read() method returns uartimsc::R reader structure

source§

impl Readable for UARTLCR_H_SPEC

read() method returns uartlcr_h::R reader structure

source§

impl Readable for UARTMIS_SPEC

read() method returns uartmis::R reader structure

source§

impl Readable for UARTPCELLID0_SPEC

read() method returns uartpcellid0::R reader structure

source§

impl Readable for UARTPCELLID1_SPEC

read() method returns uartpcellid1::R reader structure

source§

impl Readable for UARTPCELLID2_SPEC

read() method returns uartpcellid2::R reader structure

source§

impl Readable for UARTPCELLID3_SPEC

read() method returns uartpcellid3::R reader structure

source§

impl Readable for UARTPERIPHID0_SPEC

read() method returns uartperiphid0::R reader structure

source§

impl Readable for UARTPERIPHID1_SPEC

read() method returns uartperiphid1::R reader structure

source§

impl Readable for UARTPERIPHID2_SPEC

read() method returns uartperiphid2::R reader structure

source§

impl Readable for UARTPERIPHID3_SPEC

read() method returns uartperiphid3::R reader structure

source§

impl Readable for UARTRIS_SPEC

read() method returns uartris::R reader structure

source§

impl Readable for UARTRSR_SPEC

read() method returns uartrsr::R reader structure

source§

impl Readable for EP_BUFFER_CONTROL_SPEC

read() method returns ep_buffer_control::R reader structure

source§

impl Readable for EP_CONTROL_SPEC

read() method returns ep_control::R reader structure

source§

impl Readable for EPX_CONTROL_SPEC

read() method returns epx_control::R reader structure

source§

impl Readable for SETUP_PACKET_HIGH_SPEC

read() method returns setup_packet_high::R reader structure

source§

impl Readable for SETUP_PACKET_LOW_SPEC

read() method returns setup_packet_low::R reader structure

source§

impl Readable for ADDR_ENDP_SPEC

read() method returns addr_endp::R reader structure

source§

impl Readable for BUFF_CPU_SHOULD_HANDLE_SPEC

read() method returns buff_cpu_should_handle::R reader structure

source§

impl Readable for BUFF_STATUS_SPEC

read() method returns buff_status::R reader structure

source§

impl Readable for EP_ABORT_SPEC

read() method returns ep_abort::R reader structure

source§

impl Readable for EP_ABORT_DONE_SPEC

read() method returns ep_abort_done::R reader structure

source§

impl Readable for EP_STALL_ARM_SPEC

read() method returns ep_stall_arm::R reader structure

source§

impl Readable for EP_STATUS_STALL_NAK_SPEC

read() method returns ep_status_stall_nak::R reader structure

source§

impl Readable for HOST_ADDR_ENDP_SPEC

read() method returns host_addr_endp::R reader structure

source§

impl Readable for INT_EP_CTRL_SPEC

read() method returns int_ep_ctrl::R reader structure

source§

impl Readable for rp2040_pac::usbctrl_regs::inte::INTE_SPEC

read() method returns inte::R reader structure

source§

impl Readable for rp2040_pac::usbctrl_regs::intf::INTF_SPEC

read() method returns intf::R reader structure

source§

impl Readable for rp2040_pac::usbctrl_regs::intr::INTR_SPEC

read() method returns intr::R reader structure

source§

impl Readable for rp2040_pac::usbctrl_regs::ints::INTS_SPEC

read() method returns ints::R reader structure

source§

impl Readable for MAIN_CTRL_SPEC

read() method returns main_ctrl::R reader structure

source§

impl Readable for NAK_POLL_SPEC

read() method returns nak_poll::R reader structure

source§

impl Readable for SIE_CTRL_SPEC

read() method returns sie_ctrl::R reader structure

source§

impl Readable for SIE_STATUS_SPEC

read() method returns sie_status::R reader structure

source§

impl Readable for SOF_RD_SPEC

read() method returns sof_rd::R reader structure

source§

impl Readable for USB_MUXING_SPEC

read() method returns usb_muxing::R reader structure

source§

impl Readable for USB_PWR_SPEC

read() method returns usb_pwr::R reader structure

source§

impl Readable for USBPHY_DIRECT_SPEC

read() method returns usbphy_direct::R reader structure

source§

impl Readable for USBPHY_DIRECT_OVERRIDE_SPEC

read() method returns usbphy_direct_override::R reader structure

source§

impl Readable for USBPHY_TRIM_SPEC

read() method returns usbphy_trim::R reader structure

source§

impl Readable for BOD_SPEC

read() method returns bod::R reader structure

source§

impl Readable for CHIP_RESET_SPEC

read() method returns chip_reset::R reader structure

source§

impl Readable for VREG_SPEC

read() method returns vreg::R reader structure

source§

impl Readable for rp2040_pac::watchdog::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

source§

impl Readable for REASON_SPEC

read() method returns reason::R reader structure

source§

impl Readable for SCRATCH0_SPEC

read() method returns scratch0::R reader structure

source§

impl Readable for SCRATCH1_SPEC

read() method returns scratch1::R reader structure

source§

impl Readable for SCRATCH2_SPEC

read() method returns scratch2::R reader structure

source§

impl Readable for SCRATCH3_SPEC

read() method returns scratch3::R reader structure

source§

impl Readable for SCRATCH4_SPEC

read() method returns scratch4::R reader structure

source§

impl Readable for SCRATCH5_SPEC

read() method returns scratch5::R reader structure

source§

impl Readable for SCRATCH6_SPEC

read() method returns scratch6::R reader structure

source§

impl Readable for SCRATCH7_SPEC

read() method returns scratch7::R reader structure

source§

impl Readable for TICK_SPEC

read() method returns tick::R reader structure

source§

impl Readable for CTR_ACC_SPEC

read() method returns ctr_acc::R reader structure

source§

impl Readable for CTR_HIT_SPEC

read() method returns ctr_hit::R reader structure

source§

impl Readable for rp2040_pac::xip_ctrl::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

source§

impl Readable for FLUSH_SPEC

read() method returns flush::R reader structure

source§

impl Readable for STAT_SPEC

read() method returns stat::R reader structure

source§

impl Readable for STREAM_ADDR_SPEC

read() method returns stream_addr::R reader structure

source§

impl Readable for STREAM_CTR_SPEC

read() method returns stream_ctr::R reader structure

source§

impl Readable for STREAM_FIFO_SPEC

read() method returns stream_fifo::R reader structure

source§

impl Readable for BAUDR_SPEC

read() method returns baudr::R reader structure

source§

impl Readable for CTRLR0_SPEC

read() method returns ctrlr0::R reader structure

source§

impl Readable for CTRLR1_SPEC

read() method returns ctrlr1::R reader structure

source§

impl Readable for DMACR_SPEC

read() method returns dmacr::R reader structure

source§

impl Readable for DMARDLR_SPEC

read() method returns dmardlr::R reader structure

source§

impl Readable for DMATDLR_SPEC

read() method returns dmatdlr::R reader structure

source§

impl Readable for DR0_SPEC

read() method returns dr0::R reader structure

source§

impl Readable for ICR_SPEC

read() method returns icr::R reader structure

source§

impl Readable for IDR_SPEC

read() method returns idr::R reader structure

source§

impl Readable for IMR_SPEC

read() method returns imr::R reader structure

source§

impl Readable for ISR_SPEC

read() method returns isr::R reader structure

source§

impl Readable for MSTICR_SPEC

read() method returns msticr::R reader structure

source§

impl Readable for MWCR_SPEC

read() method returns mwcr::R reader structure

source§

impl Readable for RISR_SPEC

read() method returns risr::R reader structure

source§

impl Readable for RX_SAMPLE_DLY_SPEC

read() method returns rx_sample_dly::R reader structure

source§

impl Readable for RXFLR_SPEC

read() method returns rxflr::R reader structure

source§

impl Readable for RXFTLR_SPEC

read() method returns rxftlr::R reader structure

source§

impl Readable for RXOICR_SPEC

read() method returns rxoicr::R reader structure

source§

impl Readable for RXUICR_SPEC

read() method returns rxuicr::R reader structure

source§

impl Readable for SER_SPEC

read() method returns ser::R reader structure

source§

impl Readable for SPI_CTRLR0_SPEC

read() method returns spi_ctrlr0::R reader structure

source§

impl Readable for SR_SPEC

read() method returns sr::R reader structure

source§

impl Readable for SSI_VERSION_ID_SPEC

read() method returns ssi_version_id::R reader structure

source§

impl Readable for SSIENR_SPEC

read() method returns ssienr::R reader structure

source§

impl Readable for TXD_DRIVE_EDGE_SPEC

read() method returns txd_drive_edge::R reader structure

source§

impl Readable for TXFLR_SPEC

read() method returns txflr::R reader structure

source§

impl Readable for TXFTLR_SPEC

read() method returns txftlr::R reader structure

source§

impl Readable for TXOICR_SPEC

read() method returns txoicr::R reader structure

source§

impl Readable for rp2040_pac::xosc::ctrl::CTRL_SPEC

read() method returns ctrl::R reader structure

source§

impl Readable for rp2040_pac::xosc::dormant::DORMANT_SPEC

read() method returns dormant::R reader structure

source§

impl Readable for STARTUP_SPEC

read() method returns startup::R reader structure

source§

impl Readable for rp2040_pac::xosc::status::STATUS_SPEC

read() method returns status::R reader structure