Trait Readable

Source
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 bl61x_pac::agc::todo::TODO_SPEC

read() method returns todo::R reader structure

Source§

impl Readable for ACOMP0_CTRL_SPEC

read() method returns acomp0_ctrl::R reader structure

Source§

impl Readable for ACOMP1_CTRL_SPEC

read() method returns acomp1_ctrl::R reader structure

Source§

impl Readable for ACOMP_CTRL_SPEC

read() method returns acomp_ctrl::R reader structure

Source§

impl Readable for AON_SPEC

read() method returns aon::R reader structure

Source§

impl Readable for AON_COMMON_SPEC

read() method returns aon_common::R reader structure

Source§

impl Readable for AON_MISC_SPEC

read() method returns aon_misc::R reader structure

Source§

impl Readable for BG_SYS_TOP_SPEC

read() method returns bg_sys_top::R reader structure

Source§

impl Readable for DCDC_TOP_0_SPEC

read() method returns dcdc_top_0::R reader structure

Source§

impl Readable for DCDC_TOP_1_SPEC

read() method returns dcdc_top_1::R reader structure

Source§

impl Readable for DCDC_TOP_2_SPEC

read() method returns dcdc_top_2::R reader structure

Source§

impl Readable for GPADC_REG_CMD_SPEC

read() method returns gpadc_reg_cmd::R reader structure

Source§

impl Readable for GPADC_REG_CONFIG1_SPEC

read() method returns gpadc_reg_config1::R reader structure

Source§

impl Readable for GPADC_REG_CONFIG2_SPEC

read() method returns gpadc_reg_config2::R reader structure

Source§

impl Readable for GPADC_REG_DEFINE_SPEC

read() method returns gpadc_reg_define::R reader structure

Source§

impl Readable for GPADC_REG_ISR_SPEC

read() method returns gpadc_reg_isr::R reader structure

Source§

impl Readable for GPADC_REG_RAW_RESULT_SPEC

read() method returns gpadc_reg_raw_result::R reader structure

Source§

impl Readable for GPADC_REG_RESULT_SPEC

read() method returns gpadc_reg_result::R reader structure

Source§

impl Readable for GPADC_REG_STATUS_SPEC

read() method returns gpadc_reg_status::R reader structure

Source§

impl Readable for HBNCORE_RESV0_SPEC

read() method returns hbncore_resv0::R reader structure

Source§

impl Readable for HBNCORE_RESV1_SPEC

read() method returns hbncore_resv1::R reader structure

Source§

impl Readable for LDO11SOC_AND_DCTEST_SPEC

read() method returns ldo11soc_and_dctest::R reader structure

Source§

impl Readable for PSW_IRRCV_SPEC

read() method returns psw_irrcv::R reader structure

Source§

impl Readable for PSW_MISC_SPEC

read() method returns psw_misc::R reader structure

Source§

impl Readable for RF_TOP_AON_SPEC

read() method returns rf_top_aon::R reader structure

Source§

impl Readable for TSEN_SPEC

read() method returns tsen::R reader structure

Source§

impl Readable for XTAL_CFG_SPEC

read() method returns xtal_cfg::R reader structure

Source§

impl Readable for ANALOG_0_SPEC

read() method returns analog_0::R reader structure

Source§

impl Readable for ANALOG_1_SPEC

read() method returns analog_1::R reader structure

Source§

impl Readable for bl61x_pac::auadc::clock::CLOCK_SPEC

read() method returns clock::R reader structure

Source§

impl Readable for COMMAND_SPEC

read() method returns command::R reader structure

Source§

impl Readable for bl61x_pac::auadc::fifo_control::FIFO_CONTROL_SPEC

read() method returns fifo_control::R reader structure

Source§

impl Readable for bl61x_pac::auadc::fifo_data::FIFO_DATA_SPEC

read() method returns fifo_data::R reader structure

Source§

impl Readable for bl61x_pac::auadc::fifo_state::FIFO_STATE_SPEC

read() method returns fifo_state::R reader structure

Source§

impl Readable for FINITE_IMPULSE_SPEC

read() method returns finite_impulse::R reader structure

Source§

impl Readable for HIGH_PASS_SPEC

read() method returns high_pass::R reader structure

Source§

impl Readable for INTERFACE_0_SPEC

read() method returns interface_0::R reader structure

Source§

impl Readable for INTERFACE_1_SPEC

read() method returns interface_1::R reader structure

Source§

impl Readable for PULSE_WIDTH_SPEC

read() method returns pulse_width::R reader structure

Source§

impl Readable for SAMPLE_DATA_SPEC

read() method returns sample_data::R reader structure

Source§

impl Readable for VOLUME_SPEC

read() method returns volume::R reader structure

Source§

impl Readable for bl61x_pac::audac::clock::CLOCK_SPEC

read() method returns clock::R reader structure

Source§

impl Readable for bl61x_pac::audac::config::CONFIG_SPEC

read() method returns config::R reader structure

Source§

impl Readable for bl61x_pac::audac::fifo_control::FIFO_CONTROL_SPEC

read() method returns fifo_control::R reader structure

Source§

impl Readable for bl61x_pac::audac::fifo_data::FIFO_DATA_SPEC

read() method returns fifo_data::R reader structure

Source§

impl Readable for bl61x_pac::audac::fifo_state::FIFO_STATE_SPEC

read() method returns fifo_state::R reader structure

Source§

impl Readable for STATE_SPEC

read() method returns state::R reader structure

Source§

impl Readable for VOLUME_0_SPEC

read() method returns volume_0::R reader structure

Source§

impl Readable for VOLUME_1_SPEC

read() method returns volume_1::R reader structure

Source§

impl Readable for ZERO_SIGNAL_SPEC

read() method returns zero_signal::R reader structure

Source§

impl Readable for AUDIO_PLL_CFG0_SPEC

read() method returns audio_pll_cfg0::R reader structure

Source§

impl Readable for AUDIO_PLL_CFG1_SPEC

read() method returns audio_pll_cfg1::R reader structure

Source§

impl Readable for AUDIO_PLL_CFG2_SPEC

read() method returns audio_pll_cfg2::R reader structure

Source§

impl Readable for AUDIO_PLL_CFG3_SPEC

read() method returns audio_pll_cfg3::R reader structure

Source§

impl Readable for AUDIO_PLL_CFG4_SPEC

read() method returns audio_pll_cfg4::R reader structure

Source§

impl Readable for AUDIO_PLL_CFG5_SPEC

read() method returns audio_pll_cfg5::R reader structure

Source§

impl Readable for AUDIO_PLL_CFG6_SPEC

read() method returns audio_pll_cfg6::R reader structure

Source§

impl Readable for AUDIO_PLL_CFG7_SPEC

read() method returns audio_pll_cfg7::R reader structure

Source§

impl Readable for AUDIO_PLL_CFG8_SPEC

read() method returns audio_pll_cfg8::R reader structure

Source§

impl Readable for AUDIO_PLL_CFG9_SPEC

read() method returns audio_pll_cfg9::R reader structure

Source§

impl Readable for AUDIO_PLL_CFG10_SPEC

read() method returns audio_pll_cfg10::R reader structure

Source§

impl Readable for AUDIO_PLL_CFG11_SPEC

read() method returns audio_pll_cfg11::R reader structure

Source§

impl Readable for CCI_ADDR_SPEC

read() method returns cci_addr::R reader structure

Source§

impl Readable for CCI_CFG_SPEC

read() method returns cci_cfg::R reader structure

Source§

impl Readable for CCI_CTL_SPEC

read() method returns cci_ctl::R reader structure

Source§

impl Readable for CCI_RDATA_SPEC

read() method returns cci_rdata::R reader structure

Source§

impl Readable for CCI_WDATA_SPEC

read() method returns cci_wdata::R reader structure

Source§

impl Readable for bl61x_pac::crc::config::CONFIG_SPEC

read() method returns config::R reader structure

Source§

impl Readable for OUTPUT_SPEC

read() method returns output::R reader structure

Source§

impl Readable for bl61x_pac::dbi::todo::TODO_SPEC

read() method returns todo::R reader structure

Source§

impl Readable for BURST_REQUEST_SPEC

read() method returns burst_request::R reader structure

Source§

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

read() method returns config::R reader structure

Source§

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

read() method returns control::R reader structure

Source§

impl Readable for DESTINATION_SPEC

read() method returns destination::R reader structure

Source§

impl Readable for LINKED_LIST_SPEC

read() method returns linked_list::R reader structure

Source§

impl Readable for SOURCE_SPEC

read() method returns source::R reader structure

Source§

impl Readable for CHANNEL_STATE_SPEC

read() method returns channel_state::R reader structure

Source§

impl Readable for bl61x_pac::dma::config::CONFIG_SPEC

read() method returns config::R reader structure

Source§

impl Readable for ERROR_CLEAR_SPEC

read() method returns error_clear::R reader structure

Source§

impl Readable for ERROR_STATE_SPEC

read() method returns error_state::R reader structure

Source§

impl Readable for ERROR_STATE_RAW_SPEC

read() method returns error_state_raw::R reader structure

Source§

impl Readable for bl61x_pac::dma::interrupt_state::INTERRUPT_STATE_SPEC

read() method returns interrupt_state::R reader structure

Source§

impl Readable for LAST_BURST_REQUEST_SPEC

read() method returns last_burst_request::R reader structure

Source§

impl Readable for LAST_SINGLE_REQUEST_SPEC

read() method returns last_single_request::R reader structure

Source§

impl Readable for SINGLE_REQUEST_SPEC

read() method returns single_request::R reader structure

Source§

impl Readable for SYNCHRONIZE_SPEC

read() method returns synchronize::R reader structure

Source§

impl Readable for TERMINATE_CLEAR_SPEC

read() method returns terminate_clear::R reader structure

Source§

impl Readable for TERMINATE_STATE_SPEC

read() method returns terminate_state::R reader structure

Source§

impl Readable for TERMINATE_STATE_RAW_SPEC

read() method returns terminate_state_raw::R reader structure

Source§

impl Readable for bl61x_pac::dvp::todo::TODO_SPEC

read() method returns todo::R reader structure

Source§

impl Readable for bl61x_pac::efuse::todo::TODO_SPEC

read() method returns todo::R reader structure

Source§

impl Readable for BACKED_GAP_SPEC

read() method returns backed_gap::R reader structure

Source§

impl Readable for COLLISION_SPEC

read() method returns collision::R reader structure

Source§

impl Readable for CONTROL_READ_SPEC

read() method returns control_read::R reader structure

Source§

impl Readable for CONTROL_WRITE_SPEC

read() method returns control_write::R reader structure

Source§

impl Readable for FLOW_CONTROL_SPEC

read() method returns flow_control::R reader structure

Source§

impl Readable for FRAME_LENGTH_SPEC

read() method returns frame_length::R reader structure

Source§

impl Readable for HASH_SPEC

read() method returns hash::R reader structure

Source§

impl Readable for bl61x_pac::emac::interrupt_mask::INTERRUPT_MASK_SPEC

read() method returns interrupt_mask::R reader structure

Source§

impl Readable for INTERRUPT_SOURCE_SPEC

read() method returns interrupt_source::R reader structure

Source§

impl Readable for MAC_ADDRESS_SPEC

read() method returns mac_address::R reader structure

Source§

impl Readable for MII_ADDRESS_SPEC

read() method returns mii_address::R reader structure

Source§

impl Readable for MII_COMMAND_SPEC

read() method returns mii_command::R reader structure

Source§

impl Readable for MII_MODE_SPEC

read() method returns mii_mode::R reader structure

Source§

impl Readable for MII_STATE_SPEC

read() method returns mii_state::R reader structure

Source§

impl Readable for MODE_SPEC

read() method returns mode::R reader structure

Source§

impl Readable for NON_BACKED_GAP_1_SPEC

read() method returns non_backed_gap_1::R reader structure

Source§

impl Readable for NON_BACKED_GAP_2_SPEC

read() method returns non_backed_gap_2::R reader structure

Source§

impl Readable for TRANSMIT_BUFFER_SPEC

read() method returns transmit_buffer::R reader structure

Source§

impl Readable for TRANSMIT_CONTROL_SPEC

read() method returns transmit_control::R reader structure

Source§

impl Readable for bl61x_pac::flash::todo::TODO_SPEC

read() method returns todo::R reader structure

Source§

impl Readable for AUDIO_CONFIG_0_SPEC

read() method returns audio_config_0::R reader structure

Source§

impl Readable for AUDIO_CONFIG_1_SPEC

read() method returns audio_config_1::R reader structure

Source§

impl Readable for BMX_CFG0_SPEC

read() method returns bmx_cfg0::R reader structure

Source§

impl Readable for BMX_CFG1_SPEC

read() method returns bmx_cfg1::R reader structure

Source§

impl Readable for BMX_CFG2_SPEC

read() method returns bmx_cfg2::R reader structure

Source§

impl Readable for BMX_CFG3_SPEC

read() method returns bmx_cfg3::R reader structure

Source§

impl Readable for BMX_CFG4_SPEC

read() method returns bmx_cfg4::R reader structure

Source§

impl Readable for BMX_CFG5_SPEC

read() method returns bmx_cfg5::R reader structure

Source§

impl Readable for BMX_CFG6_SPEC

read() method returns bmx_cfg6::R reader structure

Source§

impl Readable for BUS_CONFIG_0_SPEC

read() method returns bus_config_0::R reader structure

Source§

impl Readable for CAM_CFG0_SPEC

read() method returns cam_cfg0::R reader structure

Source§

impl Readable for CGEN_CFG1_SPEC

read() method returns cgen_cfg1::R reader structure

Source§

impl Readable for CGEN_CFG2_SPEC

read() method returns cgen_cfg2::R reader structure

Source§

impl Readable for CGEN_CFG3_SPEC

read() method returns cgen_cfg3::R reader structure

Source§

impl Readable for CGEN_M_SPEC

read() method returns cgen_m::R reader structure

Source§

impl Readable for CHIP_INFORM_SPEC

read() method returns chip_inform::R reader structure

Source§

impl Readable for CLOCK_CONFIG_0_SPEC

read() method returns clock_config_0::R reader structure

Source§

impl Readable for CLOCK_CONFIG_1_SPEC

read() method returns clock_config_1::R reader structure

Source§

impl Readable for CORE_CFG16_SPEC

read() method returns core_cfg16::R reader structure

Source§

impl Readable for CORE_CFG17_SPEC

read() method returns core_cfg17::R reader structure

Source§

impl Readable for CORE_CFG18_SPEC

read() method returns core_cfg18::R reader structure

Source§

impl Readable for CORE_CFG19_SPEC

read() method returns core_cfg19::R reader structure

Source§

impl Readable for CORE_CFG20_SPEC

read() method returns core_cfg20::R reader structure

Source§

impl Readable for CORE_CFG21_SPEC

read() method returns core_cfg21::R reader structure

Source§

impl Readable for DBI_CONFIG_SPEC

read() method returns dbi_config::R reader structure

Source§

impl Readable for DEBUG_CFG1_SPEC

read() method returns debug_cfg1::R reader structure

Source§

impl Readable for DEBUG_CONFIG_0_SPEC

read() method returns debug_config_0::R reader structure

Source§

impl Readable for DEBUG_CONFIG_1_SPEC

read() method returns debug_config_1::R reader structure

Source§

impl Readable for DEBUG_CONFIG_2_SPEC

read() method returns debug_config_2::R reader structure

Source§

impl Readable for DEBUG_CONFIG_3_SPEC

read() method returns debug_config_3::R reader structure

Source§

impl Readable for DEBUG_CONFIG_4_SPEC

read() method returns debug_config_4::R reader structure

Source§

impl Readable for DIGIT_CLOCK_0_SPEC

read() method returns digit_clock_0::R reader structure

Source§

impl Readable for DIGIT_CLOCK_1_SPEC

read() method returns digit_clock_1::R reader structure

Source§

impl Readable for DIGIT_CLOCK_2_SPEC

read() method returns digit_clock_2::R reader structure

Source§

impl Readable for DMA_CONFIG_0_SPEC

read() method returns dma_config_0::R reader structure

Source§

impl Readable for DMA_CONFIG_1_SPEC

read() method returns dma_config_1::R reader structure

Source§

impl Readable for DMA_CONFIG_2_SPEC

read() method returns dma_config_2::R reader structure

Source§

impl Readable for EMAC_CONFIG_SPEC

read() method returns emac_config::R reader structure

Source§

impl Readable for FLASH_CONFIG_SPEC

read() method returns flash_config::R reader structure

Source§

impl Readable for GLB_PARM_CFG0_SPEC

read() method returns glb_parm_cfg0::R reader structure

Source§

impl Readable for bl61x_pac::glb::gpadc_config::GPADC_CONFIG_SPEC

read() method returns gpadc_config::R reader structure

Source§

impl Readable for GPDAC_CONFIG_0_SPEC

read() method returns gpdac_config_0::R reader structure

Source§

impl Readable for GPDAC_CONFIG_1_SPEC

read() method returns gpdac_config_1::R reader structure

Source§

impl Readable for GPDAC_CONFIG_2_SPEC

read() method returns gpdac_config_2::R reader structure

Source§

impl Readable for GPDAC_CONFIG_3_SPEC

read() method returns gpdac_config_3::R reader structure

Source§

impl Readable for GPIO_CLEAR_0_SPEC

read() method returns gpio_clear_0::R reader structure

Source§

impl Readable for GPIO_CLEAR_1_SPEC

read() method returns gpio_clear_1::R reader structure

Source§

impl Readable for GPIO_CONFIG_SPEC

read() method returns gpio_config::R reader structure

Source§

impl Readable for GPIO_INPUT_0_SPEC

read() method returns gpio_input_0::R reader structure

Source§

impl Readable for GPIO_INPUT_1_SPEC

read() method returns gpio_input_1::R reader structure

Source§

impl Readable for GPIO_OUTPUT_0_SPEC

read() method returns gpio_output_0::R reader structure

Source§

impl Readable for GPIO_OUTPUT_1_SPEC

read() method returns gpio_output_1::R reader structure

Source§

impl Readable for GPIO_SET_0_SPEC

read() method returns gpio_set_0::R reader structure

Source§

impl Readable for GPIO_SET_1_SPEC

read() method returns gpio_set_1::R reader structure

Source§

impl Readable for I2C_CONFIG_SPEC

read() method returns i2c_config::R reader structure

Source§

impl Readable for I2S_CONFIG_SPEC

read() method returns i2s_config::R reader structure

Source§

impl Readable for bl61x_pac::glb::interrupt_clear::INTERRUPT_CLEAR_SPEC

read() method returns interrupt_clear::R reader structure

Source§

impl Readable for bl61x_pac::glb::interrupt_mask::INTERRUPT_MASK_SPEC

read() method returns interrupt_mask::R reader structure

Source§

impl Readable for bl61x_pac::glb::interrupt_state::INTERRUPT_STATE_SPEC

read() method returns interrupt_state::R reader structure

Source§

impl Readable for IR_CONFIG_0_SPEC

read() method returns ir_config_0::R reader structure

Source§

impl Readable for IR_CONFIG_1_SPEC

read() method returns ir_config_1::R reader structure

Source§

impl Readable for LDO18_SPEC

read() method returns ldo18::R reader structure

Source§

impl Readable for PERMIT_CONFIG_SPEC

read() method returns permit_config::R reader structure

Source§

impl Readable for PIO_CFG0_SPEC

read() method returns pio_cfg0::R reader structure

Source§

impl Readable for PROC_MON_SPEC

read() method returns proc_mon::R reader structure

Source§

impl Readable for PSRAM_CONFIG_SPEC

read() method returns psram_config::R reader structure

Source§

impl Readable for PWM_CFG0_SPEC

read() method returns pwm_cfg0::R reader structure

Source§

impl Readable for PWM_CONFIG_SPEC

read() method returns pwm_config::R reader structure

Source§

impl Readable for RADIO_CONFIG_SPEC

read() method returns radio_config::R reader structure

Source§

impl Readable for REG_SRAM_PARM2_SPEC

read() method returns reg_sram_parm2::R reader structure

Source§

impl Readable for REG_SRAM_PARM_SPEC

read() method returns reg_sram_parm::R reader structure

Source§

impl Readable for REG_SRAM_RET_SPEC

read() method returns reg_sram_ret::R reader structure

Source§

impl Readable for REG_SRAM_SLP_SPEC

read() method returns reg_sram_slp::R reader structure

Source§

impl Readable for RESET_STS0_SPEC

read() method returns reset_sts0::R reader structure

Source§

impl Readable for SDH_CONFIG_SPEC

read() method returns sdh_config::R reader structure

Source§

impl Readable for SDIO_CFG0_SPEC

read() method returns sdio_cfg0::R reader structure

Source§

impl Readable for SELF_TEST_0_SPEC

read() method returns self_test_0::R reader structure

Source§

impl Readable for SELF_TEST_1_SPEC

read() method returns self_test_1::R reader structure

Source§

impl Readable for SPI_CONFIG_SPEC

read() method returns spi_config::R reader structure

Source§

impl Readable for SRAM_CFG3_SPEC

read() method returns sram_cfg3::R reader structure

Source§

impl Readable for SWRST_CFG0_SPEC

read() method returns swrst_cfg0::R reader structure

Source§

impl Readable for SWRST_CFG2_SPEC

read() method returns swrst_cfg2::R reader structure

Source§

impl Readable for SWRST_CFG3_SPEC

read() method returns swrst_cfg3::R reader structure

Source§

impl Readable for SWRST_S1_SPEC

read() method returns swrst_s1::R reader structure

Source§

impl Readable for UART_CONFIG_SPEC

read() method returns uart_config::R reader structure

Source§

impl Readable for UART_SIGNAL_0_SPEC

read() method returns uart_signal_0::R reader structure

Source§

impl Readable for UART_SIGNAL_1_SPEC

read() method returns uart_signal_1::R reader structure

Source§

impl Readable for WIFI_PLL_CONFIG_0_SPEC

read() method returns wifi_pll_config_0::R reader structure

Source§

impl Readable for WIFI_PLL_CONFIG_1_SPEC

read() method returns wifi_pll_config_1::R reader structure

Source§

impl Readable for WIFI_PLL_CONFIG_2_SPEC

read() method returns wifi_pll_config_2::R reader structure

Source§

impl Readable for WIFI_PLL_CONFIG_3_SPEC

read() method returns wifi_pll_config_3::R reader structure

Source§

impl Readable for WIFI_PLL_CONFIG_4_SPEC

read() method returns wifi_pll_config_4::R reader structure

Source§

impl Readable for WIFI_PLL_CONFIG_5_SPEC

read() method returns wifi_pll_config_5::R reader structure

Source§

impl Readable for WIFI_PLL_CONFIG_6_SPEC

read() method returns wifi_pll_config_6::R reader structure

Source§

impl Readable for WIFI_PLL_CONFIG_7_SPEC

read() method returns wifi_pll_config_7::R reader structure

Source§

impl Readable for WIFI_PLL_CONFIG_8_SPEC

read() method returns wifi_pll_config_8::R reader structure

Source§

impl Readable for WIFI_PLL_CONFIG_9_SPEC

read() method returns wifi_pll_config_9::R reader structure

Source§

impl Readable for WIFI_PLL_CONFIG_10_SPEC

read() method returns wifi_pll_config_10::R reader structure

Source§

impl Readable for WIFI_PLL_CONFIG_11_SPEC

read() method returns wifi_pll_config_11::R reader structure

Source§

impl Readable for WIFI_PLL_CONFIG_12_SPEC

read() method returns wifi_pll_config_12::R reader structure

Source§

impl Readable for WIFI_PLL_CONFIG_13_SPEC

read() method returns wifi_pll_config_13::R reader structure

Source§

impl Readable for WIFI_PLL_CONFIG_14_SPEC

read() method returns wifi_pll_config_14::R reader structure

Source§

impl Readable for bl61x_pac::gpip::gpadc_config::GPADC_CONFIG_SPEC

read() method returns gpadc_config::R reader structure

Source§

impl Readable for GPADC_DMA_READ_SPEC

read() method returns gpadc_dma_read::R reader structure

Source§

impl Readable for GPDAC_CONFIG_SPEC

read() method returns gpdac_config::R reader structure

Source§

impl Readable for GPDAC_DMA_CONFIG_SPEC

read() method returns gpdac_dma_config::R reader structure

Source§

impl Readable for GPDAC_DMA_WRITE_SPEC

read() method returns gpdac_dma_write::R reader structure

Source§

impl Readable for GPDAC_FIFO_STATE_SPEC

read() method returns gpdac_fifo_state::R reader structure

Source§

impl Readable for bl61x_pac::hbn::control::CONTROL_SPEC

read() method returns control::R reader structure

Source§

impl Readable for GLOBAL_SPEC

read() method returns global::R reader structure

Source§

impl Readable for HBN_BOR_CFG_SPEC

read() method returns hbn_bor_cfg::R reader structure

Source§

impl Readable for HBN_PAD_CTRL_0_SPEC

read() method returns hbn_pad_ctrl_0::R reader structure

Source§

impl Readable for HBN_PAD_CTRL_1_SPEC

read() method returns hbn_pad_ctrl_1::R reader structure

Source§

impl Readable for HBN_PIR_CFG_SPEC

read() method returns hbn_pir_cfg::R reader structure

Source§

impl Readable for HBN_PIR_INTERVAL_SPEC

read() method returns hbn_pir_interval::R reader structure

Source§

impl Readable for HBN_PIR_VTH_SPEC

read() method returns hbn_pir_vth::R reader structure

Source§

impl Readable for HBN_RSV0_SPEC

read() method returns hbn_rsv0::R reader structure

Source§

impl Readable for HBN_RSV1_SPEC

read() method returns hbn_rsv1::R reader structure

Source§

impl Readable for HBN_RSV2_SPEC

read() method returns hbn_rsv2::R reader structure

Source§

impl Readable for HBN_RSV3_SPEC

read() method returns hbn_rsv3::R reader structure

Source§

impl Readable for bl61x_pac::hbn::interrupt_clear::INTERRUPT_CLEAR_SPEC

read() method returns interrupt_clear::R reader structure

Source§

impl Readable for INTERRUPT_MODE_SPEC

read() method returns interrupt_mode::R reader structure

Source§

impl Readable for bl61x_pac::hbn::interrupt_state::INTERRUPT_STATE_SPEC

read() method returns interrupt_state::R reader structure

Source§

impl Readable for RC32K_SPEC

read() method returns rc32k::R reader structure

Source§

impl Readable for RTC_CONTROL_0_SPEC

read() method returns rtc_control_0::R reader structure

Source§

impl Readable for RTC_CONTROL_1_SPEC

read() method returns rtc_control_1::R reader structure

Source§

impl Readable for RTC_TIME_HI_SPEC

read() method returns rtc_time_hi::R reader structure

Source§

impl Readable for RTC_TIME_LO_SPEC

read() method returns rtc_time_lo::R reader structure

Source§

impl Readable for SRAM_SPEC

read() method returns sram::R reader structure

Source§

impl Readable for TIME_HI_SPEC

read() method returns time_hi::R reader structure

Source§

impl Readable for TIME_LO_SPEC

read() method returns time_lo::R reader structure

Source§

impl Readable for VBAT_LDO_SPEC

read() method returns vbat_ldo::R reader structure

Source§

impl Readable for XTAL32K_SPEC

read() method returns xtal32k::R reader structure

Source§

impl Readable for bl61x_pac::i2c::bus_busy::BUS_BUSY_SPEC

read() method returns bus_busy::R reader structure

Source§

impl Readable for bl61x_pac::i2c::config::CONFIG_SPEC

read() method returns config::R reader structure

Source§

impl Readable for bl61x_pac::i2c::data_read::DATA_READ_SPEC

read() method returns data_read::R reader structure

Source§

impl Readable for bl61x_pac::i2c::fifo_config_0::FIFO_CONFIG_0_SPEC

read() method returns fifo_config_0::R reader structure

Source§

impl Readable for bl61x_pac::i2c::fifo_config_1::FIFO_CONFIG_1_SPEC

read() method returns fifo_config_1::R reader structure

Source§

impl Readable for INTERRUPT_SPEC

read() method returns interrupt::R reader structure

Source§

impl Readable for PERIOD_DATA_SPEC

read() method returns period_data::R reader structure

Source§

impl Readable for PERIOD_START_SPEC

read() method returns period_start::R reader structure

Source§

impl Readable for PERIOD_STOP_SPEC

read() method returns period_stop::R reader structure

Source§

impl Readable for SUB_ADDRESS_SPEC

read() method returns sub_address::R reader structure

Source§

impl Readable for BASE_CLOCK_SPEC

read() method returns base_clock::R reader structure

Source§

impl Readable for bl61x_pac::i2s::config::CONFIG_SPEC

read() method returns config::R reader structure

Source§

impl Readable for bl61x_pac::i2s::data_read::DATA_READ_SPEC

read() method returns data_read::R reader structure

Source§

impl Readable for bl61x_pac::i2s::fifo_config_0::FIFO_CONFIG_0_SPEC

read() method returns fifo_config_0::R reader structure

Source§

impl Readable for bl61x_pac::i2s::fifo_config_1::FIFO_CONFIG_1_SPEC

read() method returns fifo_config_1::R reader structure

Source§

impl Readable for bl61x_pac::i2s::interrupt_state::INTERRUPT_STATE_SPEC

read() method returns interrupt_state::R reader structure

Source§

impl Readable for RECEIVE_BIT_COUNT_SPEC

read() method returns receive_bit_count::R reader structure

Source§

impl Readable for bl61x_pac::ir::receive_config::RECEIVE_CONFIG_SPEC

read() method returns receive_config::R reader structure

Source§

impl Readable for RECEIVE_DATA_SPEC

read() method returns receive_data::R reader structure

Source§

impl Readable for RECEIVE_INTERRUPT_SPEC

read() method returns receive_interrupt::R reader structure

Source§

impl Readable for RECEIVE_WIDTH_SPEC

read() method returns receive_width::R reader structure

Source§

impl Readable for bl61x_pac::ir::transmit_config::TRANSMIT_CONFIG_SPEC

read() method returns transmit_config::R reader structure

Source§

impl Readable for TRANSMIT_DATA_SPEC

read() method returns transmit_data::R reader structure

Source§

impl Readable for TRANSMIT_INTERRUPT_SPEC

read() method returns transmit_interrupt::R reader structure

Source§

impl Readable for TRANSMIT_WIDTH_SPEC

read() method returns transmit_width::R reader structure

Source§

impl Readable for bl61x_pac::iso11898::todo::TODO_SPEC

read() method returns todo::R reader structure

Source§

impl Readable for CPU_MBIST_SPEC

read() method returns cpu_mbist::R reader structure

Source§

impl Readable for IROM1_MISR_DATAOUT_0_SPEC

read() method returns irom1_misr_dataout_0::R reader structure

Source§

impl Readable for IROM1_MISR_DATAOUT_1_SPEC

read() method returns irom1_misr_dataout_1::R reader structure

Source§

impl Readable for MCU1_LOG1_SPEC

read() method returns mcu1_log1::R reader structure

Source§

impl Readable for MCU1_LOG2_SPEC

read() method returns mcu1_log2::R reader structure

Source§

impl Readable for MCU1_LOG3_SPEC

read() method returns mcu1_log3::R reader structure

Source§

impl Readable for MCU1_LOG4_SPEC

read() method returns mcu1_log4::R reader structure

Source§

impl Readable for MCU1_LOG5_SPEC

read() method returns mcu1_log5::R reader structure

Source§

impl Readable for MCU_BUS_CFG0_SPEC

read() method returns mcu_bus_cfg0::R reader structure

Source§

impl Readable for MCU_BUS_CFG1_SPEC

read() method returns mcu_bus_cfg1::R reader structure

Source§

impl Readable for MCU_CFG1_SPEC

read() method returns mcu_cfg1::R reader structure

Source§

impl Readable for MCU_E907_RTC_SPEC

read() method returns mcu_e907_rtc::R reader structure

Source§

impl Readable for bl61x_pac::mjpeg::todo::TODO_SPEC

read() method returns todo::R reader structure

Source§

impl Readable for CPU_CORE_CFG1_SPEC

read() method returns cpu_core_cfg1::R reader structure

Source§

impl Readable for CPU_CORE_CFG14_SPEC

read() method returns cpu_core_cfg14::R reader structure

Source§

impl Readable for PDS_CTL2_SPEC

read() method returns pds_ctl2::R reader structure

Source§

impl Readable for PDS_CTL3_SPEC

read() method returns pds_ctl3::R reader structure

Source§

impl Readable for PDS_CTL4_SPEC

read() method returns pds_ctl4::R reader structure

Source§

impl Readable for PDS_CTL5_SPEC

read() method returns pds_ctl5::R reader structure

Source§

impl Readable for PDS_CTL_SPEC

read() method returns pds_ctl::R reader structure

Source§

impl Readable for PDS_GPIO_I_SET_SPEC

read() method returns pds_gpio_i_set::R reader structure

Source§

impl Readable for PDS_GPIO_INT_SPEC

read() method returns pds_gpio_int::R reader structure

Source§

impl Readable for PDS_GPIO_PD_SET_SPEC

read() method returns pds_gpio_pd_set::R reader structure

Source§

impl Readable for PDS_GPIO_STAT_SPEC

read() method returns pds_gpio_stat::R reader structure

Source§

impl Readable for PDS_INT_SPEC

read() method returns pds_int::R reader structure

Source§

impl Readable for PDS_RAM1_SPEC

read() method returns pds_ram1::R reader structure

Source§

impl Readable for PDS_RAM2_SPEC

read() method returns pds_ram2::R reader structure

Source§

impl Readable for PDS_RAM3_SPEC

read() method returns pds_ram3::R reader structure

Source§

impl Readable for PDS_RAM4_SPEC

read() method returns pds_ram4::R reader structure

Source§

impl Readable for PDS_STAT_SPEC

read() method returns pds_stat::R reader structure

Source§

impl Readable for PDS_TIME1_SPEC

read() method returns pds_time1::R reader structure

Source§

impl Readable for PU_RST_CLKPLL_SPEC

read() method returns pu_rst_clkpll::R reader structure

Source§

impl Readable for RC32M_CTRL0_SPEC

read() method returns rc32m_ctrl0::R reader structure

Source§

impl Readable for RC32M_CTRL1_SPEC

read() method returns rc32m_ctrl1::R reader structure

Source§

impl Readable for RC32M_CTRL2_SPEC

read() method returns rc32m_ctrl2::R reader structure

Source§

impl Readable for USB_CTL_SPEC

read() method returns usb_ctl::R reader structure

Source§

impl Readable for USB_PHY_CTRL_SPEC

read() method returns usb_phy_ctrl::R reader structure

Source§

impl Readable for bl61x_pac::permit::todo::TODO_SPEC

read() method returns todo::R reader structure

Source§

impl Readable for bl61x_pac::psram::todo::TODO_SPEC

read() method returns todo::R reader structure

Source§

impl Readable for CHANNEL_SPEC

read() method returns channel::R reader structure

Source§

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

read() method returns config::R reader structure

Source§

impl Readable for DEAD_TIME_SPEC

read() method returns dead_time::R reader structure

Source§

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

read() method returns interrupt_enable::R reader structure

Source§

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

read() method returns interrupt_mask::R reader structure

Source§

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

read() method returns interrupt_state::R reader structure

Source§

impl Readable for PERIOD_SPEC

read() method returns period::R reader structure

Source§

impl Readable for THRESHOLD_SPEC

read() method returns threshold::R reader structure

Source§

impl Readable for INTERRUPT_CONFIG_SPEC

read() method returns interrupt_config::R reader structure

Source§

impl Readable for bl61x_pac::sdh::todo::TODO_SPEC

read() method returns todo::R reader structure

Source§

impl Readable for bl61x_pac::sdu::todo::TODO_SPEC

read() method returns todo::R reader structure

Source§

impl Readable for bl61x_pac::sec::todo::TODO_SPEC

read() method returns todo::R reader structure

Source§

impl Readable for bl61x_pac::spi::bus_busy::BUS_BUSY_SPEC

read() method returns bus_busy::R reader structure

Source§

impl Readable for bl61x_pac::spi::config::CONFIG_SPEC

read() method returns config::R reader structure

Source§

impl Readable for bl61x_pac::spi::data_read::DATA_READ_SPEC

read() method returns data_read::R reader structure

Source§

impl Readable for DATA_WRITE_SPEC

read() method returns data_write::R reader structure

Source§

impl Readable for bl61x_pac::spi::fifo_config_0::FIFO_CONFIG_0_SPEC

read() method returns fifo_config_0::R reader structure

Source§

impl Readable for bl61x_pac::spi::fifo_config_1::FIFO_CONFIG_1_SPEC

read() method returns fifo_config_1::R reader structure

Source§

impl Readable for IGNORE_INDEX_SPEC

read() method returns ignore_index::R reader structure

Source§

impl Readable for bl61x_pac::spi::interrupt_state::INTERRUPT_STATE_SPEC

read() method returns interrupt_state::R reader structure

Source§

impl Readable for PERIOD_CONTROL_SPEC

read() method returns period_control::R reader structure

Source§

impl Readable for PERIOD_INTERVAL_SPEC

read() method returns period_interval::R reader structure

Source§

impl Readable for TIMEOUT_SPEC

read() method returns timeout::R reader structure

Source§

impl Readable for bl61x_pac::timer::todo::TODO_SPEC

read() method returns todo::R reader structure

Source§

impl Readable for TZC_BMX_S0_SPEC

read() method returns tzc_bmx_s0::R reader structure

Source§

impl Readable for TZC_BMX_S1_SPEC

read() method returns tzc_bmx_s1::R reader structure

Source§

impl Readable for TZC_BMX_S1A_SPEC

read() method returns tzc_bmx_s1a::R reader structure

Source§

impl Readable for TZC_BMX_S1A_LOCK_SPEC

read() method returns tzc_bmx_s1a_lock::R reader structure

Source§

impl Readable for TZC_BMX_S2_SPEC

read() method returns tzc_bmx_s2::R reader structure

Source§

impl Readable for TZC_BMX_S_LOCK_SPEC

read() method returns tzc_bmx_s_lock::R reader structure

Source§

impl Readable for TZC_BMX_TZMID_SPEC

read() method returns tzc_bmx_tzmid::R reader structure

Source§

impl Readable for TZC_BMX_TZMID_LOCK_SPEC

read() method returns tzc_bmx_tzmid_lock::R reader structure

Source§

impl Readable for TZC_GLB_CTRL_0_SPEC

read() method returns tzc_glb_ctrl_0::R reader structure

Source§

impl Readable for TZC_GLB_CTRL_2_SPEC

read() method returns tzc_glb_ctrl_2::R reader structure

Source§

impl Readable for TZC_MM_BMX_TZMID_SPEC

read() method returns tzc_mm_bmx_tzmid::R reader structure

Source§

impl Readable for TZC_MM_BMX_TZMID_LOCK_SPEC

read() method returns tzc_mm_bmx_tzmid_lock::R reader structure

Source§

impl Readable for TZC_OCRAM_TZSRG_ADR_MASK_SPEC

read() method returns tzc_ocram_tzsrg_adr_mask::R reader structure

Source§

impl Readable for TZC_OCRAM_TZSRG_CTRL_SPEC

read() method returns tzc_ocram_tzsrg_ctrl::R reader structure

Source§

impl Readable for TZC_OCRAM_TZSRG_R0_SPEC

read() method returns tzc_ocram_tzsrg_r0::R reader structure

Source§

impl Readable for TZC_OCRAM_TZSRG_R1_SPEC

read() method returns tzc_ocram_tzsrg_r1::R reader structure

Source§

impl Readable for TZC_OCRAM_TZSRG_R2_SPEC

read() method returns tzc_ocram_tzsrg_r2::R reader structure

Source§

impl Readable for TZC_PSRAMB_TZSRG_ADR_MASK_SPEC

read() method returns tzc_psramb_tzsrg_adr_mask::R reader structure

Source§

impl Readable for TZC_PSRAMB_TZSRG_CTRL_SPEC

read() method returns tzc_psramb_tzsrg_ctrl::R reader structure

Source§

impl Readable for TZC_PSRAMB_TZSRG_R0_SPEC

read() method returns tzc_psramb_tzsrg_r0::R reader structure

Source§

impl Readable for TZC_PSRAMB_TZSRG_R1_SPEC

read() method returns tzc_psramb_tzsrg_r1::R reader structure

Source§

impl Readable for TZC_PSRAMB_TZSRG_R2_SPEC

read() method returns tzc_psramb_tzsrg_r2::R reader structure

Source§

impl Readable for TZC_ROM_TZSRG_ADR_MASK_SPEC

read() method returns tzc_rom_tzsrg_adr_mask::R reader structure

Source§

impl Readable for TZC_ROM_TZSRG_CTRL_SPEC

read() method returns tzc_rom_tzsrg_ctrl::R reader structure

Source§

impl Readable for TZC_ROM_TZSRG_R0_SPEC

read() method returns tzc_rom_tzsrg_r0::R reader structure

Source§

impl Readable for TZC_ROM_TZSRG_R1_SPEC

read() method returns tzc_rom_tzsrg_r1::R reader structure

Source§

impl Readable for TZC_ROM_TZSRG_R2_SPEC

read() method returns tzc_rom_tzsrg_r2::R reader structure

Source§

impl Readable for TZC_SE_CTRL_0_SPEC

read() method returns tzc_se_ctrl_0::R reader structure

Source§

impl Readable for TZC_SE_CTRL_1_SPEC

read() method returns tzc_se_ctrl_1::R reader structure

Source§

impl Readable for TZC_SE_CTRL_2_SPEC

read() method returns tzc_se_ctrl_2::R reader structure

Source§

impl Readable for TZC_SF_TZSRG_ADR_MASK_SPEC

read() method returns tzc_sf_tzsrg_adr_mask::R reader structure

Source§

impl Readable for TZC_SF_TZSRG_CTRL_SPEC

read() method returns tzc_sf_tzsrg_ctrl::R reader structure

Source§

impl Readable for TZC_SF_TZSRG_MSB_SPEC

read() method returns tzc_sf_tzsrg_msb::R reader structure

Source§

impl Readable for TZC_SF_TZSRG_R0_SPEC

read() method returns tzc_sf_tzsrg_r0::R reader structure

Source§

impl Readable for TZC_SF_TZSRG_R1_SPEC

read() method returns tzc_sf_tzsrg_r1::R reader structure

Source§

impl Readable for TZC_SF_TZSRG_R2_SPEC

read() method returns tzc_sf_tzsrg_r2::R reader structure

Source§

impl Readable for TZC_SF_TZSRG_R3_SPEC

read() method returns tzc_sf_tzsrg_r3::R reader structure

Source§

impl Readable for TZC_WIFI_DBG_SPEC

read() method returns tzc_wifi_dbg::R reader structure

Source§

impl Readable for TZC_WRAM_TZSRG_ADR_MASK_SPEC

read() method returns tzc_wram_tzsrg_adr_mask::R reader structure

Source§

impl Readable for TZC_WRAM_TZSRG_CTRL_SPEC

read() method returns tzc_wram_tzsrg_ctrl::R reader structure

Source§

impl Readable for TZC_WRAM_TZSRG_R0_SPEC

read() method returns tzc_wram_tzsrg_r0::R reader structure

Source§

impl Readable for TZC_WRAM_TZSRG_R1_SPEC

read() method returns tzc_wram_tzsrg_r1::R reader structure

Source§

impl Readable for TZC_WRAM_TZSRG_R2_SPEC

read() method returns tzc_wram_tzsrg_r2::R reader structure

Source§

impl Readable for AUTO_BAUDRATE_SPEC

read() method returns auto_baudrate::R reader structure

Source§

impl Readable for BIT_PERIOD_SPEC

read() method returns bit_period::R reader structure

Source§

impl Readable for BUS_STATE_SPEC

read() method returns bus_state::R reader structure

Source§

impl Readable for DATA_CONFIG_SPEC

read() method returns data_config::R reader structure

Source§

impl Readable for bl61x_pac::uart::data_read::DATA_READ_SPEC

read() method returns data_read::R reader structure

Source§

impl Readable for bl61x_pac::uart::fifo_config_0::FIFO_CONFIG_0_SPEC

read() method returns fifo_config_0::R reader structure

Source§

impl Readable for bl61x_pac::uart::fifo_config_1::FIFO_CONFIG_1_SPEC

read() method returns fifo_config_1::R reader structure

Source§

impl Readable for bl61x_pac::uart::interrupt_enable::INTERRUPT_ENABLE_SPEC

read() method returns interrupt_enable::R reader structure

Source§

impl Readable for bl61x_pac::uart::interrupt_mask::INTERRUPT_MASK_SPEC

read() method returns interrupt_mask::R reader structure

Source§

impl Readable for bl61x_pac::uart::interrupt_state::INTERRUPT_STATE_SPEC

read() method returns interrupt_state::R reader structure

Source§

impl Readable for PULSE_TOLERANCE_SPEC

read() method returns pulse_tolerance::R reader structure

Source§

impl Readable for bl61x_pac::uart::receive_config::RECEIVE_CONFIG_SPEC

read() method returns receive_config::R reader structure

Source§

impl Readable for RECEIVE_POSITION_SPEC

read() method returns receive_position::R reader structure

Source§

impl Readable for RECEIVE_TIMEOUT_SPEC

read() method returns receive_timeout::R reader structure

Source§

impl Readable for RS485_TRANSMIT_SPEC

read() method returns rs485_transmit::R reader structure

Source§

impl Readable for SIGNAL_OVERRIDE_SPEC

read() method returns signal_override::R reader structure

Source§

impl Readable for bl61x_pac::uart::transmit_config::TRANSMIT_CONFIG_SPEC

read() method returns transmit_config::R reader structure

Source§

impl Readable for TRANSMIT_POSITION_SPEC

read() method returns transmit_position::R reader structure