pub struct R<REG: RegisterSpec + ?Sized> { /* private fields */ }Expand description
Register reader.
Result of the read methods of registers. Also used as a closure argument in the modify
method.
Implementations§
Trait Implementations§
Source§impl From<R<ACQUIRE_SPEC>> for R
impl From<R<ACQUIRE_SPEC>> for R
Source§fn from(reader: R<ACQUIRE_SPEC>) -> Self
fn from(reader: R<ACQUIRE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ACTIVE_SPEC>> for R
impl From<R<ACTIVE_SPEC>> for R
Source§fn from(reader: R<ACTIVE_SPEC>) -> Self
fn from(reader: R<ACTIVE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ACT_DESCR_CTL_SPEC>> for R
impl From<R<ACT_DESCR_CTL_SPEC>> for R
Source§fn from(reader: R<ACT_DESCR_CTL_SPEC>) -> Self
fn from(reader: R<ACT_DESCR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ACT_DESCR_DST_SPEC>> for R
impl From<R<ACT_DESCR_DST_SPEC>> for R
Source§fn from(reader: R<ACT_DESCR_DST_SPEC>) -> Self
fn from(reader: R<ACT_DESCR_DST_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ACT_DESCR_NEXT_PTR_SPEC>> for R
impl From<R<ACT_DESCR_NEXT_PTR_SPEC>> for R
Source§fn from(reader: R<ACT_DESCR_NEXT_PTR_SPEC>) -> Self
fn from(reader: R<ACT_DESCR_NEXT_PTR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ACT_DESCR_SRC_SPEC>> for R
impl From<R<ACT_DESCR_SRC_SPEC>> for R
Source§fn from(reader: R<ACT_DESCR_SRC_SPEC>) -> Self
fn from(reader: R<ACT_DESCR_SRC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ACT_DESCR_X_CTL_SPEC>> for R
impl From<R<ACT_DESCR_X_CTL_SPEC>> for R
Source§fn from(reader: R<ACT_DESCR_X_CTL_SPEC>) -> Self
fn from(reader: R<ACT_DESCR_X_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ACT_DESCR_Y_CTL_SPEC>> for R
impl From<R<ACT_DESCR_Y_CTL_SPEC>> for R
Source§fn from(reader: R<ACT_DESCR_Y_CTL_SPEC>) -> Self
fn from(reader: R<ACT_DESCR_Y_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ACT_DST_SPEC>> for R
impl From<R<ACT_DST_SPEC>> for R
Source§fn from(reader: R<ACT_DST_SPEC>) -> Self
fn from(reader: R<ACT_DST_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ACT_SRC_SPEC>> for R
impl From<R<ACT_SRC_SPEC>> for R
Source§fn from(reader: R<ACT_SRC_SPEC>) -> Self
fn from(reader: R<ACT_SRC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ADDR0_SPEC>> for R
impl From<R<ADDR0_SPEC>> for R
Source§fn from(reader: R<ADDR0_SPEC>) -> Self
fn from(reader: R<ADDR0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ADDR1_SPEC>> for R
impl From<R<ADDR1_SPEC>> for R
Source§fn from(reader: R<ADDR1_SPEC>) -> Self
fn from(reader: R<ADDR1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ADDR_CTL_SPEC>> for R
impl From<R<ADDR_CTL_SPEC>> for R
Source§fn from(reader: R<ADDR_CTL_SPEC>) -> Self
fn from(reader: R<ADDR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ADMA_ERR_STAT_R_SPEC>> for R
impl From<R<ADMA_ERR_STAT_R_SPEC>> for R
Source§fn from(reader: R<ADMA_ERR_STAT_R_SPEC>) -> Self
fn from(reader: R<ADMA_ERR_STAT_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ADMA_ID_LOW_R_SPEC>> for R
impl From<R<ADMA_ID_LOW_R_SPEC>> for R
Source§fn from(reader: R<ADMA_ID_LOW_R_SPEC>) -> Self
fn from(reader: R<ADMA_ID_LOW_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ADMA_SA_LOW_R_SPEC>> for R
impl From<R<ADMA_SA_LOW_R_SPEC>> for R
Source§fn from(reader: R<ADMA_SA_LOW_R_SPEC>) -> Self
fn from(reader: R<ADMA_SA_LOW_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<AES_CTL_SPEC>> for R
impl From<R<AES_CTL_SPEC>> for R
Source§fn from(reader: R<AES_CTL_SPEC>) -> Self
fn from(reader: R<AES_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ALIGNMENT_ERRORS_SPEC>> for R
impl From<R<ALIGNMENT_ERRORS_SPEC>> for R
Source§fn from(reader: R<ALIGNMENT_ERRORS_SPEC>) -> Self
fn from(reader: R<ALIGNMENT_ERRORS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ALM1_DATE_SPEC>> for R
impl From<R<ALM1_DATE_SPEC>> for R
Source§fn from(reader: R<ALM1_DATE_SPEC>) -> Self
fn from(reader: R<ALM1_DATE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ALM1_TIME_SPEC>> for R
impl From<R<ALM1_TIME_SPEC>> for R
Source§fn from(reader: R<ALM1_TIME_SPEC>) -> Self
fn from(reader: R<ALM1_TIME_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ALM2_DATE_SPEC>> for R
impl From<R<ALM2_DATE_SPEC>> for R
Source§fn from(reader: R<ALM2_DATE_SPEC>) -> Self
fn from(reader: R<ALM2_DATE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ALM2_TIME_SPEC>> for R
impl From<R<ALM2_TIME_SPEC>> for R
Source§fn from(reader: R<ALM2_TIME_SPEC>) -> Self
fn from(reader: R<ALM2_TIME_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ALT_JTAG_EN_SPEC>> for R
impl From<R<ALT_JTAG_EN_SPEC>> for R
Source§fn from(reader: R<ALT_JTAG_EN_SPEC>) -> Self
fn from(reader: R<ALT_JTAG_EN_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<AMUX_SPLIT_CTL_SPEC>> for R
impl From<R<AMUX_SPLIT_CTL_SPEC>> for R
Source§fn from(reader: R<AMUX_SPLIT_CTL_SPEC>) -> Self
fn from(reader: R<AMUX_SPLIT_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ANA_CAL_ALT_SPEC>> for R
impl From<R<ANA_CAL_ALT_SPEC>> for R
Source§fn from(reader: R<ANA_CAL_ALT_SPEC>) -> Self
fn from(reader: R<ANA_CAL_ALT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ANA_CAL_SPEC>> for R
impl From<R<ANA_CAL_SPEC>> for R
Source§fn from(reader: R<ANA_CAL_SPEC>) -> Self
fn from(reader: R<ANA_CAL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<AP_CTL_SPEC>> for R
impl From<R<AP_CTL_SPEC>> for R
Source§fn from(reader: R<AP_CTL_SPEC>) -> Self
fn from(reader: R<AP_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ARGUMENT_R_SPEC>> for R
impl From<R<ARGUMENT_R_SPEC>> for R
Source§fn from(reader: R<ARGUMENT_R_SPEC>) -> Self
fn from(reader: R<ARGUMENT_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<AUTO_CMD_STAT_R_SPEC>> for R
impl From<R<AUTO_CMD_STAT_R_SPEC>> for R
Source§fn from(reader: R<AUTO_CMD_STAT_R_SPEC>) -> Self
fn from(reader: R<AUTO_CMD_STAT_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<AUTO_FLUSHED_PKTS_SPEC>> for R
impl From<R<AUTO_FLUSHED_PKTS_SPEC>> for R
Source§fn from(reader: R<AUTO_FLUSHED_PKTS_SPEC>) -> Self
fn from(reader: R<AUTO_FLUSHED_PKTS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<AVG_STAT_SPEC>> for R
impl From<R<AVG_STAT_SPEC>> for R
Source§fn from(reader: R<AVG_STAT_SPEC>) -> Self
fn from(reader: R<AVG_STAT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<AXI_MAX_PIPELINE_SPEC>> for R
impl From<R<AXI_MAX_PIPELINE_SPEC>> for R
Source§fn from(reader: R<AXI_MAX_PIPELINE_SPEC>) -> Self
fn from(reader: R<AXI_MAX_PIPELINE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<BGAP_CTRL_R_SPEC>> for R
impl From<R<BGAP_CTRL_R_SPEC>> for R
Source§fn from(reader: R<BGAP_CTRL_R_SPEC>) -> Self
fn from(reader: R<BGAP_CTRL_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<BLOCKCOUNT_R_SPEC>> for R
impl From<R<BLOCKCOUNT_R_SPEC>> for R
Source§fn from(reader: R<BLOCKCOUNT_R_SPEC>) -> Self
fn from(reader: R<BLOCKCOUNT_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<BLOCKSIZE_R_SPEC>> for R
impl From<R<BLOCKSIZE_R_SPEC>> for R
Source§fn from(reader: R<BLOCKSIZE_R_SPEC>) -> Self
fn from(reader: R<BLOCKSIZE_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<BOOKMARK_SPEC>> for R
impl From<R<BOOKMARK_SPEC>> for R
Source§fn from(reader: R<BOOKMARK_SPEC>) -> Self
fn from(reader: R<BOOKMARK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<BOOT_CTRL_R_SPEC>> for R
impl From<R<BOOT_CTRL_R_SPEC>> for R
Source§fn from(reader: R<BOOT_CTRL_R_SPEC>) -> Self
fn from(reader: R<BOOT_CTRL_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<BROADCAST_RXED_SPEC>> for R
impl From<R<BROADCAST_RXED_SPEC>> for R
Source§fn from(reader: R<BROADCAST_RXED_SPEC>) -> Self
fn from(reader: R<BROADCAST_RXED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<BROADCAST_TXED_SPEC>> for R
impl From<R<BROADCAST_TXED_SPEC>> for R
Source§fn from(reader: R<BROADCAST_TXED_SPEC>) -> Self
fn from(reader: R<BROADCAST_TXED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<BUFF_CTL_SPEC>> for R
impl From<R<BUFF_CTL_SPEC>> for R
Source§fn from(reader: R<BUFF_CTL_SPEC>) -> Self
fn from(reader: R<BUFF_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<BUF_DATA_R_SPEC>> for R
impl From<R<BUF_DATA_R_SPEC>> for R
Source§fn from(reader: R<BUF_DATA_R_SPEC>) -> Self
fn from(reader: R<BUF_DATA_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<BW_RATE_LIMIT_Q0TO3_SPEC>> for R
impl From<R<BW_RATE_LIMIT_Q0TO3_SPEC>> for R
Source§fn from(reader: R<BW_RATE_LIMIT_Q0TO3_SPEC>) -> Self
fn from(reader: R<BW_RATE_LIMIT_Q0TO3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<BW_RATE_LIMIT_Q12TO15_SPEC>> for R
impl From<R<BW_RATE_LIMIT_Q12TO15_SPEC>> for R
Source§fn from(reader: R<BW_RATE_LIMIT_Q12TO15_SPEC>) -> Self
fn from(reader: R<BW_RATE_LIMIT_Q12TO15_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<BW_RATE_LIMIT_Q4TO7_SPEC>> for R
impl From<R<BW_RATE_LIMIT_Q4TO7_SPEC>> for R
Source§fn from(reader: R<BW_RATE_LIMIT_Q4TO7_SPEC>) -> Self
fn from(reader: R<BW_RATE_LIMIT_Q4TO7_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<BW_RATE_LIMIT_Q8TO11_SPEC>> for R
impl From<R<BW_RATE_LIMIT_Q8TO11_SPEC>> for R
Source§fn from(reader: R<BW_RATE_LIMIT_Q8TO11_SPEC>) -> Self
fn from(reader: R<BW_RATE_LIMIT_Q8TO11_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CAL_CTL_SPEC>> for R
impl From<R<CAL_CTL_SPEC>> for R
Source§fn from(reader: R<CAL_CTL_SPEC>) -> Self
fn from(reader: R<CAL_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CAL_SUP_CLR_SPEC>> for R
impl From<R<CAL_SUP_CLR_SPEC>> for R
Source§fn from(reader: R<CAL_SUP_CLR_SPEC>) -> Self
fn from(reader: R<CAL_SUP_CLR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CAL_SUP_SET_SPEC>> for R
impl From<R<CAL_SUP_SET_SPEC>> for R
Source§fn from(reader: R<CAL_SUP_SET_SPEC>) -> Self
fn from(reader: R<CAL_SUP_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CAL_UPD_CMD_SPEC>> for R
impl From<R<CAL_UPD_CMD_SPEC>> for R
Source§fn from(reader: R<CAL_UPD_CMD_SPEC>) -> Self
fn from(reader: R<CAL_UPD_CMD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CAPABILITIES1_R_SPEC>> for R
impl From<R<CAPABILITIES1_R_SPEC>> for R
Source§fn from(reader: R<CAPABILITIES1_R_SPEC>) -> Self
fn from(reader: R<CAPABILITIES1_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CAPABILITIES2_R_SPEC>> for R
impl From<R<CAPABILITIES2_R_SPEC>> for R
Source§fn from(reader: R<CAPABILITIES2_R_SPEC>) -> Self
fn from(reader: R<CAPABILITIES2_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CBS_CONTROL_SPEC>> for R
impl From<R<CBS_CONTROL_SPEC>> for R
Source§fn from(reader: R<CBS_CONTROL_SPEC>) -> Self
fn from(reader: R<CBS_CONTROL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CBS_IDLESLOPE_Q_A_SPEC>> for R
impl From<R<CBS_IDLESLOPE_Q_A_SPEC>> for R
Source§fn from(reader: R<CBS_IDLESLOPE_Q_A_SPEC>) -> Self
fn from(reader: R<CBS_IDLESLOPE_Q_A_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CBS_IDLESLOPE_Q_B_SPEC>> for R
impl From<R<CBS_IDLESLOPE_Q_B_SPEC>> for R
Source§fn from(reader: R<CBS_IDLESLOPE_Q_B_SPEC>) -> Self
fn from(reader: R<CBS_IDLESLOPE_Q_B_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CC0_BUFF_SPEC>> for R
impl From<R<CC0_BUFF_SPEC>> for R
Source§fn from(reader: R<CC0_BUFF_SPEC>) -> Self
fn from(reader: R<CC0_BUFF_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CC1_BUFF_SPEC>> for R
impl From<R<CC1_BUFF_SPEC>> for R
Source§fn from(reader: R<CC1_BUFF_SPEC>) -> Self
fn from(reader: R<CC1_BUFF_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CFG_IN_AUTOLVL_SPEC>> for R
impl From<R<CFG_IN_AUTOLVL_SPEC>> for R
Source§fn from(reader: R<CFG_IN_AUTOLVL_SPEC>) -> Self
fn from(reader: R<CFG_IN_AUTOLVL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CFG_IN_SPEC>> for R
impl From<R<CFG_IN_SPEC>> for R
Source§fn from(reader: R<CFG_IN_SPEC>) -> Self
fn from(reader: R<CFG_IN_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CFG_OUT_SPEC>> for R
impl From<R<CFG_OUT_SPEC>> for R
Source§fn from(reader: R<CFG_OUT_SPEC>) -> Self
fn from(reader: R<CFG_OUT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CFG_SIO_SPEC>> for R
impl From<R<CFG_SIO_SPEC>> for R
Source§fn from(reader: R<CFG_SIO_SPEC>) -> Self
fn from(reader: R<CFG_SIO_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CH_CTL_SPEC>> for R
impl From<R<CH_CTL_SPEC>> for R
Source§fn from(reader: R<CH_CTL_SPEC>) -> Self
fn from(reader: R<CH_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CH_CURR_PTR_SPEC>> for R
impl From<R<CH_CURR_PTR_SPEC>> for R
Source§fn from(reader: R<CH_CURR_PTR_SPEC>) -> Self
fn from(reader: R<CH_CURR_PTR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CH_IDX_SPEC>> for R
impl From<R<CH_IDX_SPEC>> for R
Source§fn from(reader: R<CH_IDX_SPEC>) -> Self
fn from(reader: R<CH_IDX_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CH_STATUS_SPEC>> for R
impl From<R<CH_STATUS_SPEC>> for R
Source§fn from(reader: R<CH_STATUS_SPEC>) -> Self
fn from(reader: R<CH_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_CAL_CNT1_SPEC>> for R
impl From<R<CLK_CAL_CNT1_SPEC>> for R
Source§fn from(reader: R<CLK_CAL_CNT1_SPEC>) -> Self
fn from(reader: R<CLK_CAL_CNT1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_CAL_CNT2_SPEC>> for R
impl From<R<CLK_CAL_CNT2_SPEC>> for R
Source§fn from(reader: R<CLK_CAL_CNT2_SPEC>) -> Self
fn from(reader: R<CLK_CAL_CNT2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_CTRL_R_SPEC>> for R
impl From<R<CLK_CTRL_R_SPEC>> for R
Source§fn from(reader: R<CLK_CTRL_R_SPEC>) -> Self
fn from(reader: R<CLK_CTRL_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_DSI_SELECT_SPEC>> for R
impl From<R<CLK_DSI_SELECT_SPEC>> for R
Source§fn from(reader: R<CLK_DSI_SELECT_SPEC>) -> Self
fn from(reader: R<CLK_DSI_SELECT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_ECO_CONFIG2_SPEC>> for R
impl From<R<CLK_ECO_CONFIG2_SPEC>> for R
Source§fn from(reader: R<CLK_ECO_CONFIG2_SPEC>) -> Self
fn from(reader: R<CLK_ECO_CONFIG2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_ECO_CONFIG_SPEC>> for R
impl From<R<CLK_ECO_CONFIG_SPEC>> for R
Source§fn from(reader: R<CLK_ECO_CONFIG_SPEC>) -> Self
fn from(reader: R<CLK_ECO_CONFIG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_ECO_PRESCALE_SPEC>> for R
impl From<R<CLK_ECO_PRESCALE_SPEC>> for R
Source§fn from(reader: R<CLK_ECO_PRESCALE_SPEC>) -> Self
fn from(reader: R<CLK_ECO_PRESCALE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_ECO_STATUS_SPEC>> for R
impl From<R<CLK_ECO_STATUS_SPEC>> for R
Source§fn from(reader: R<CLK_ECO_STATUS_SPEC>) -> Self
fn from(reader: R<CLK_ECO_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_FLL_CONFIG2_SPEC>> for R
impl From<R<CLK_FLL_CONFIG2_SPEC>> for R
Source§fn from(reader: R<CLK_FLL_CONFIG2_SPEC>) -> Self
fn from(reader: R<CLK_FLL_CONFIG2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_FLL_CONFIG3_SPEC>> for R
impl From<R<CLK_FLL_CONFIG3_SPEC>> for R
Source§fn from(reader: R<CLK_FLL_CONFIG3_SPEC>) -> Self
fn from(reader: R<CLK_FLL_CONFIG3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_FLL_CONFIG4_SPEC>> for R
impl From<R<CLK_FLL_CONFIG4_SPEC>> for R
Source§fn from(reader: R<CLK_FLL_CONFIG4_SPEC>) -> Self
fn from(reader: R<CLK_FLL_CONFIG4_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_FLL_CONFIG_SPEC>> for R
impl From<R<CLK_FLL_CONFIG_SPEC>> for R
Source§fn from(reader: R<CLK_FLL_CONFIG_SPEC>) -> Self
fn from(reader: R<CLK_FLL_CONFIG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_FLL_STATUS_SPEC>> for R
impl From<R<CLK_FLL_STATUS_SPEC>> for R
Source§fn from(reader: R<CLK_FLL_STATUS_SPEC>) -> Self
fn from(reader: R<CLK_FLL_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_ILO0_CONFIG_SPEC>> for R
impl From<R<CLK_ILO0_CONFIG_SPEC>> for R
Source§fn from(reader: R<CLK_ILO0_CONFIG_SPEC>) -> Self
fn from(reader: R<CLK_ILO0_CONFIG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_ILO1_CONFIG_SPEC>> for R
impl From<R<CLK_ILO1_CONFIG_SPEC>> for R
Source§fn from(reader: R<CLK_ILO1_CONFIG_SPEC>) -> Self
fn from(reader: R<CLK_ILO1_CONFIG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_IMO_CONFIG_SPEC>> for R
impl From<R<CLK_IMO_CONFIG_SPEC>> for R
Source§fn from(reader: R<CLK_IMO_CONFIG_SPEC>) -> Self
fn from(reader: R<CLK_IMO_CONFIG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_OUTPUT_FAST_SPEC>> for R
impl From<R<CLK_OUTPUT_FAST_SPEC>> for R
Source§fn from(reader: R<CLK_OUTPUT_FAST_SPEC>) -> Self
fn from(reader: R<CLK_OUTPUT_FAST_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_OUTPUT_SLOW_SPEC>> for R
impl From<R<CLK_OUTPUT_SLOW_SPEC>> for R
Source§fn from(reader: R<CLK_OUTPUT_SLOW_SPEC>) -> Self
fn from(reader: R<CLK_OUTPUT_SLOW_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_PATH_SELECT_SPEC>> for R
impl From<R<CLK_PATH_SELECT_SPEC>> for R
Source§fn from(reader: R<CLK_PATH_SELECT_SPEC>) -> Self
fn from(reader: R<CLK_PATH_SELECT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_PILO_CONFIG_SPEC>> for R
impl From<R<CLK_PILO_CONFIG_SPEC>> for R
Source§fn from(reader: R<CLK_PILO_CONFIG_SPEC>) -> Self
fn from(reader: R<CLK_PILO_CONFIG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_PLL_CONFIG_SPEC>> for R
impl From<R<CLK_PLL_CONFIG_SPEC>> for R
Source§fn from(reader: R<CLK_PLL_CONFIG_SPEC>) -> Self
fn from(reader: R<CLK_PLL_CONFIG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_PLL_STATUS_SPEC>> for R
impl From<R<CLK_PLL_STATUS_SPEC>> for R
Source§fn from(reader: R<CLK_PLL_STATUS_SPEC>) -> Self
fn from(reader: R<CLK_PLL_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_ROOT_SELECT_SPEC>> for R
impl From<R<CLK_ROOT_SELECT_SPEC>> for R
Source§fn from(reader: R<CLK_ROOT_SELECT_SPEC>) -> Self
fn from(reader: R<CLK_ROOT_SELECT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_SELECT_SPEC>> for R
impl From<R<CLK_SELECT_SPEC>> for R
Source§fn from(reader: R<CLK_SELECT_SPEC>) -> Self
fn from(reader: R<CLK_SELECT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_TIMER_CTL_SPEC>> for R
impl From<R<CLK_TIMER_CTL_SPEC>> for R
Source§fn from(reader: R<CLK_TIMER_CTL_SPEC>) -> Self
fn from(reader: R<CLK_TIMER_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_TRIM_ILO0_CTL_SPEC>> for R
impl From<R<CLK_TRIM_ILO0_CTL_SPEC>> for R
Source§fn from(reader: R<CLK_TRIM_ILO0_CTL_SPEC>) -> Self
fn from(reader: R<CLK_TRIM_ILO0_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_TRIM_ILO1_CTL_SPEC>> for R
impl From<R<CLK_TRIM_ILO1_CTL_SPEC>> for R
Source§fn from(reader: R<CLK_TRIM_ILO1_CTL_SPEC>) -> Self
fn from(reader: R<CLK_TRIM_ILO1_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_TRIM_PILO_CTL2_SPEC>> for R
impl From<R<CLK_TRIM_PILO_CTL2_SPEC>> for R
Source§fn from(reader: R<CLK_TRIM_PILO_CTL2_SPEC>) -> Self
fn from(reader: R<CLK_TRIM_PILO_CTL2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_TRIM_PILO_CTL3_SPEC>> for R
impl From<R<CLK_TRIM_PILO_CTL3_SPEC>> for R
Source§fn from(reader: R<CLK_TRIM_PILO_CTL3_SPEC>) -> Self
fn from(reader: R<CLK_TRIM_PILO_CTL3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLK_TRIM_PILO_CTL_SPEC>> for R
impl From<R<CLK_TRIM_PILO_CTL_SPEC>> for R
Source§fn from(reader: R<CLK_TRIM_PILO_CTL_SPEC>) -> Self
fn from(reader: R<CLK_TRIM_PILO_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLOCK_CTL_SPEC>> for R
impl From<R<CLOCK_CTL_SPEC>> for R
Source§fn from(reader: R<CLOCK_CTL_SPEC>) -> Self
fn from(reader: R<CLOCK_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLOCK_CTL_SPEC>> for R
impl From<R<CLOCK_CTL_SPEC>> for R
Source§fn from(reader: R<CLOCK_CTL_SPEC>) -> Self
fn from(reader: R<CLOCK_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLOCK_CTL_SPEC>> for R
impl From<R<CLOCK_CTL_SPEC>> for R
Source§fn from(reader: R<CLOCK_CTL_SPEC>) -> Self
fn from(reader: R<CLOCK_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CLOCK_STAT_SPEC>> for R
impl From<R<CLOCK_STAT_SPEC>> for R
Source§fn from(reader: R<CLOCK_STAT_SPEC>) -> Self
fn from(reader: R<CLOCK_STAT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_CA_CTL0_SPEC>> for R
impl From<R<CM0_CA_CTL0_SPEC>> for R
Source§fn from(reader: R<CM0_CA_CTL0_SPEC>) -> Self
fn from(reader: R<CM0_CA_CTL0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_CA_CTL1_SPEC>> for R
impl From<R<CM0_CA_CTL1_SPEC>> for R
Source§fn from(reader: R<CM0_CA_CTL1_SPEC>) -> Self
fn from(reader: R<CM0_CA_CTL1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_CA_CTL2_SPEC>> for R
impl From<R<CM0_CA_CTL2_SPEC>> for R
Source§fn from(reader: R<CM0_CA_CTL2_SPEC>) -> Self
fn from(reader: R<CM0_CA_CTL2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_CA_STATUS0_SPEC>> for R
impl From<R<CM0_CA_STATUS0_SPEC>> for R
Source§fn from(reader: R<CM0_CA_STATUS0_SPEC>) -> Self
fn from(reader: R<CM0_CA_STATUS0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_CA_STATUS1_SPEC>> for R
impl From<R<CM0_CA_STATUS1_SPEC>> for R
Source§fn from(reader: R<CM0_CA_STATUS1_SPEC>) -> Self
fn from(reader: R<CM0_CA_STATUS1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_CA_STATUS2_SPEC>> for R
impl From<R<CM0_CA_STATUS2_SPEC>> for R
Source§fn from(reader: R<CM0_CA_STATUS2_SPEC>) -> Self
fn from(reader: R<CM0_CA_STATUS2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_CTL_SPEC>> for R
impl From<R<CM0_CTL_SPEC>> for R
Source§fn from(reader: R<CM0_CTL_SPEC>) -> Self
fn from(reader: R<CM0_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_INT0_STATUS_SPEC>> for R
impl From<R<CM0_INT0_STATUS_SPEC>> for R
Source§fn from(reader: R<CM0_INT0_STATUS_SPEC>) -> Self
fn from(reader: R<CM0_INT0_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_INT1_STATUS_SPEC>> for R
impl From<R<CM0_INT1_STATUS_SPEC>> for R
Source§fn from(reader: R<CM0_INT1_STATUS_SPEC>) -> Self
fn from(reader: R<CM0_INT1_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_INT2_STATUS_SPEC>> for R
impl From<R<CM0_INT2_STATUS_SPEC>> for R
Source§fn from(reader: R<CM0_INT2_STATUS_SPEC>) -> Self
fn from(reader: R<CM0_INT2_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_INT3_STATUS_SPEC>> for R
impl From<R<CM0_INT3_STATUS_SPEC>> for R
Source§fn from(reader: R<CM0_INT3_STATUS_SPEC>) -> Self
fn from(reader: R<CM0_INT3_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_INT4_STATUS_SPEC>> for R
impl From<R<CM0_INT4_STATUS_SPEC>> for R
Source§fn from(reader: R<CM0_INT4_STATUS_SPEC>) -> Self
fn from(reader: R<CM0_INT4_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_INT5_STATUS_SPEC>> for R
impl From<R<CM0_INT5_STATUS_SPEC>> for R
Source§fn from(reader: R<CM0_INT5_STATUS_SPEC>) -> Self
fn from(reader: R<CM0_INT5_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_INT6_STATUS_SPEC>> for R
impl From<R<CM0_INT6_STATUS_SPEC>> for R
Source§fn from(reader: R<CM0_INT6_STATUS_SPEC>) -> Self
fn from(reader: R<CM0_INT6_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_INT7_STATUS_SPEC>> for R
impl From<R<CM0_INT7_STATUS_SPEC>> for R
Source§fn from(reader: R<CM0_INT7_STATUS_SPEC>) -> Self
fn from(reader: R<CM0_INT7_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_NMI_CTL_SPEC>> for R
impl From<R<CM0_NMI_CTL_SPEC>> for R
Source§fn from(reader: R<CM0_NMI_CTL_SPEC>) -> Self
fn from(reader: R<CM0_NMI_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_PC0_HANDLER_SPEC>> for R
impl From<R<CM0_PC0_HANDLER_SPEC>> for R
Source§fn from(reader: R<CM0_PC0_HANDLER_SPEC>) -> Self
fn from(reader: R<CM0_PC0_HANDLER_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_PC1_HANDLER_SPEC>> for R
impl From<R<CM0_PC1_HANDLER_SPEC>> for R
Source§fn from(reader: R<CM0_PC1_HANDLER_SPEC>) -> Self
fn from(reader: R<CM0_PC1_HANDLER_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_PC2_HANDLER_SPEC>> for R
impl From<R<CM0_PC2_HANDLER_SPEC>> for R
Source§fn from(reader: R<CM0_PC2_HANDLER_SPEC>) -> Self
fn from(reader: R<CM0_PC2_HANDLER_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_PC3_HANDLER_SPEC>> for R
impl From<R<CM0_PC3_HANDLER_SPEC>> for R
Source§fn from(reader: R<CM0_PC3_HANDLER_SPEC>) -> Self
fn from(reader: R<CM0_PC3_HANDLER_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_PC_CTL_SPEC>> for R
impl From<R<CM0_PC_CTL_SPEC>> for R
Source§fn from(reader: R<CM0_PC_CTL_SPEC>) -> Self
fn from(reader: R<CM0_PC_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_STATUS_SPEC>> for R
impl From<R<CM0_STATUS_SPEC>> for R
Source§fn from(reader: R<CM0_STATUS_SPEC>) -> Self
fn from(reader: R<CM0_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_STATUS_SPEC>> for R
impl From<R<CM0_STATUS_SPEC>> for R
Source§fn from(reader: R<CM0_STATUS_SPEC>) -> Self
fn from(reader: R<CM0_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_SYSTEM_INT_CTL_SPEC>> for R
impl From<R<CM0_SYSTEM_INT_CTL_SPEC>> for R
Source§fn from(reader: R<CM0_SYSTEM_INT_CTL_SPEC>) -> Self
fn from(reader: R<CM0_SYSTEM_INT_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM0_VECTOR_TABLE_BASE_SPEC>> for R
impl From<R<CM0_VECTOR_TABLE_BASE_SPEC>> for R
Source§fn from(reader: R<CM0_VECTOR_TABLE_BASE_SPEC>) -> Self
fn from(reader: R<CM0_VECTOR_TABLE_BASE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM7_0_CTL_SPEC>> for R
impl From<R<CM7_0_CTL_SPEC>> for R
Source§fn from(reader: R<CM7_0_CTL_SPEC>) -> Self
fn from(reader: R<CM7_0_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM7_0_INT_STATUS_SPEC>> for R
impl From<R<CM7_0_INT_STATUS_SPEC>> for R
Source§fn from(reader: R<CM7_0_INT_STATUS_SPEC>) -> Self
fn from(reader: R<CM7_0_INT_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM7_0_NMI_CTL_SPEC>> for R
impl From<R<CM7_0_NMI_CTL_SPEC>> for R
Source§fn from(reader: R<CM7_0_NMI_CTL_SPEC>) -> Self
fn from(reader: R<CM7_0_NMI_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM7_0_PWR_CTL_SPEC>> for R
impl From<R<CM7_0_PWR_CTL_SPEC>> for R
Source§fn from(reader: R<CM7_0_PWR_CTL_SPEC>) -> Self
fn from(reader: R<CM7_0_PWR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM7_0_PWR_DELAY_CTL_SPEC>> for R
impl From<R<CM7_0_PWR_DELAY_CTL_SPEC>> for R
Source§fn from(reader: R<CM7_0_PWR_DELAY_CTL_SPEC>) -> Self
fn from(reader: R<CM7_0_PWR_DELAY_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM7_0_STATUS_SPEC>> for R
impl From<R<CM7_0_STATUS_SPEC>> for R
Source§fn from(reader: R<CM7_0_STATUS_SPEC>) -> Self
fn from(reader: R<CM7_0_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM7_0_STATUS_SPEC>> for R
impl From<R<CM7_0_STATUS_SPEC>> for R
Source§fn from(reader: R<CM7_0_STATUS_SPEC>) -> Self
fn from(reader: R<CM7_0_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM7_0_SYSTEM_INT_CTL_SPEC>> for R
impl From<R<CM7_0_SYSTEM_INT_CTL_SPEC>> for R
Source§fn from(reader: R<CM7_0_SYSTEM_INT_CTL_SPEC>) -> Self
fn from(reader: R<CM7_0_SYSTEM_INT_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM7_0_VECTOR_TABLE_BASE_SPEC>> for R
impl From<R<CM7_0_VECTOR_TABLE_BASE_SPEC>> for R
Source§fn from(reader: R<CM7_0_VECTOR_TABLE_BASE_SPEC>) -> Self
fn from(reader: R<CM7_0_VECTOR_TABLE_BASE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM7_1_CTL_SPEC>> for R
impl From<R<CM7_1_CTL_SPEC>> for R
Source§fn from(reader: R<CM7_1_CTL_SPEC>) -> Self
fn from(reader: R<CM7_1_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM7_1_INT_STATUS_SPEC>> for R
impl From<R<CM7_1_INT_STATUS_SPEC>> for R
Source§fn from(reader: R<CM7_1_INT_STATUS_SPEC>) -> Self
fn from(reader: R<CM7_1_INT_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM7_1_NMI_CTL_SPEC>> for R
impl From<R<CM7_1_NMI_CTL_SPEC>> for R
Source§fn from(reader: R<CM7_1_NMI_CTL_SPEC>) -> Self
fn from(reader: R<CM7_1_NMI_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM7_1_PWR_CTL_SPEC>> for R
impl From<R<CM7_1_PWR_CTL_SPEC>> for R
Source§fn from(reader: R<CM7_1_PWR_CTL_SPEC>) -> Self
fn from(reader: R<CM7_1_PWR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM7_1_PWR_DELAY_CTL_SPEC>> for R
impl From<R<CM7_1_PWR_DELAY_CTL_SPEC>> for R
Source§fn from(reader: R<CM7_1_PWR_DELAY_CTL_SPEC>) -> Self
fn from(reader: R<CM7_1_PWR_DELAY_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM7_1_STATUS_SPEC>> for R
impl From<R<CM7_1_STATUS_SPEC>> for R
Source§fn from(reader: R<CM7_1_STATUS_SPEC>) -> Self
fn from(reader: R<CM7_1_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM7_1_STATUS_SPEC>> for R
impl From<R<CM7_1_STATUS_SPEC>> for R
Source§fn from(reader: R<CM7_1_STATUS_SPEC>) -> Self
fn from(reader: R<CM7_1_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM7_1_SYSTEM_INT_CTL_SPEC>> for R
impl From<R<CM7_1_SYSTEM_INT_CTL_SPEC>> for R
Source§fn from(reader: R<CM7_1_SYSTEM_INT_CTL_SPEC>) -> Self
fn from(reader: R<CM7_1_SYSTEM_INT_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CM7_1_VECTOR_TABLE_BASE_SPEC>> for R
impl From<R<CM7_1_VECTOR_TABLE_BASE_SPEC>> for R
Source§fn from(reader: R<CM7_1_VECTOR_TABLE_BASE_SPEC>) -> Self
fn from(reader: R<CM7_1_VECTOR_TABLE_BASE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CMD_RESP_CTRL_SPEC>> for R
impl From<R<CMD_RESP_CTRL_SPEC>> for R
Source§fn from(reader: R<CMD_RESP_CTRL_SPEC>) -> Self
fn from(reader: R<CMD_RESP_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CMD_RESP_STATUS_SPEC>> for R
impl From<R<CMD_RESP_STATUS_SPEC>> for R
Source§fn from(reader: R<CMD_RESP_STATUS_SPEC>) -> Self
fn from(reader: R<CMD_RESP_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CMD_R_SPEC>> for R
impl From<R<CMD_R_SPEC>> for R
Source§fn from(reader: R<CMD_R_SPEC>) -> Self
fn from(reader: R<CMD_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<COMP0_SPEC>> for R
impl From<R<COMP0_SPEC>> for R
Source§fn from(reader: R<COMP0_SPEC>) -> Self
fn from(reader: R<COMP0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<COMP0_STATUS_SPEC>> for R
impl From<R<COMP0_STATUS_SPEC>> for R
Source§fn from(reader: R<COMP0_STATUS_SPEC>) -> Self
fn from(reader: R<COMP0_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<COMP1_SPEC>> for R
impl From<R<COMP1_SPEC>> for R
Source§fn from(reader: R<COMP1_SPEC>) -> Self
fn from(reader: R<COMP1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<COMP1_STATUS_SPEC>> for R
impl From<R<COMP1_STATUS_SPEC>> for R
Source§fn from(reader: R<COMP1_STATUS_SPEC>) -> Self
fn from(reader: R<COMP1_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<COMP_CTL_SPEC>> for R
impl From<R<COMP_CTL_SPEC>> for R
Source§fn from(reader: R<COMP_CTL_SPEC>) -> Self
fn from(reader: R<COMP_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CONFIG2_SPEC>> for R
impl From<R<CONFIG2_SPEC>> for R
Source§fn from(reader: R<CONFIG2_SPEC>) -> Self
fn from(reader: R<CONFIG2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CONFIG3_SPEC>> for R
impl From<R<CONFIG3_SPEC>> for R
Source§fn from(reader: R<CONFIG3_SPEC>) -> Self
fn from(reader: R<CONFIG3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CONFIG_SPEC>> for R
impl From<R<CONFIG_SPEC>> for R
Source§fn from(reader: R<CONFIG_SPEC>) -> Self
fn from(reader: R<CONFIG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CONFIG_SPEC>> for R
impl From<R<CONFIG_SPEC>> for R
Source§fn from(reader: R<CONFIG_SPEC>) -> Self
fn from(reader: R<CONFIG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CONFIG_SPEC>> for R
impl From<R<CONFIG_SPEC>> for R
Source§fn from(reader: R<CONFIG_SPEC>) -> Self
fn from(reader: R<CONFIG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<COUNTER_SPEC>> for R
impl From<R<COUNTER_SPEC>> for R
Source§fn from(reader: R<COUNTER_SPEC>) -> Self
fn from(reader: R<COUNTER_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<COUNTER_SPEC>> for R
impl From<R<COUNTER_SPEC>> for R
Source§fn from(reader: R<COUNTER_SPEC>) -> Self
fn from(reader: R<COUNTER_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<COUNTER_STATUS_SPEC>> for R
impl From<R<COUNTER_STATUS_SPEC>> for R
Source§fn from(reader: R<COUNTER_STATUS_SPEC>) -> Self
fn from(reader: R<COUNTER_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CPU_SELECT_SPEC>> for R
impl From<R<CPU_SELECT_SPEC>> for R
Source§fn from(reader: R<CPU_SELECT_SPEC>) -> Self
fn from(reader: R<CPU_SELECT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQCAP_SPEC>> for R
impl From<R<CQCAP_SPEC>> for R
Source§fn from(reader: R<CQCAP_SPEC>) -> Self
fn from(reader: R<CQCAP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQCFG_SPEC>> for R
impl From<R<CQCFG_SPEC>> for R
Source§fn from(reader: R<CQCFG_SPEC>) -> Self
fn from(reader: R<CQCFG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQCRA_SPEC>> for R
impl From<R<CQCRA_SPEC>> for R
Source§fn from(reader: R<CQCRA_SPEC>) -> Self
fn from(reader: R<CQCRA_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQCRDCT_SPEC>> for R
impl From<R<CQCRDCT_SPEC>> for R
Source§fn from(reader: R<CQCRDCT_SPEC>) -> Self
fn from(reader: R<CQCRDCT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQCRI_SPEC>> for R
impl From<R<CQCRI_SPEC>> for R
Source§fn from(reader: R<CQCRI_SPEC>) -> Self
fn from(reader: R<CQCRI_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQCTL_SPEC>> for R
impl From<R<CQCTL_SPEC>> for R
Source§fn from(reader: R<CQCTL_SPEC>) -> Self
fn from(reader: R<CQCTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQDPT_SPEC>> for R
impl From<R<CQDPT_SPEC>> for R
Source§fn from(reader: R<CQDPT_SPEC>) -> Self
fn from(reader: R<CQDPT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQDQS_SPEC>> for R
impl From<R<CQDQS_SPEC>> for R
Source§fn from(reader: R<CQDQS_SPEC>) -> Self
fn from(reader: R<CQDQS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQISE_SPEC>> for R
impl From<R<CQISE_SPEC>> for R
Source§fn from(reader: R<CQISE_SPEC>) -> Self
fn from(reader: R<CQISE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQISGE_SPEC>> for R
impl From<R<CQISGE_SPEC>> for R
Source§fn from(reader: R<CQISGE_SPEC>) -> Self
fn from(reader: R<CQISGE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQRMEM_SPEC>> for R
impl From<R<CQRMEM_SPEC>> for R
Source§fn from(reader: R<CQRMEM_SPEC>) -> Self
fn from(reader: R<CQRMEM_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQSSC1_SPEC>> for R
impl From<R<CQSSC1_SPEC>> for R
Source§fn from(reader: R<CQSSC1_SPEC>) -> Self
fn from(reader: R<CQSSC1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQSSC2_SPEC>> for R
impl From<R<CQSSC2_SPEC>> for R
Source§fn from(reader: R<CQSSC2_SPEC>) -> Self
fn from(reader: R<CQSSC2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQTCLR_SPEC>> for R
impl From<R<CQTCLR_SPEC>> for R
Source§fn from(reader: R<CQTCLR_SPEC>) -> Self
fn from(reader: R<CQTCLR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQTCN_SPEC>> for R
impl From<R<CQTCN_SPEC>> for R
Source§fn from(reader: R<CQTCN_SPEC>) -> Self
fn from(reader: R<CQTCN_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQTDBR_SPEC>> for R
impl From<R<CQTDBR_SPEC>> for R
Source§fn from(reader: R<CQTDBR_SPEC>) -> Self
fn from(reader: R<CQTDBR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQTDLBA_SPEC>> for R
impl From<R<CQTDLBA_SPEC>> for R
Source§fn from(reader: R<CQTDLBA_SPEC>) -> Self
fn from(reader: R<CQTDLBA_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQTERRI_SPEC>> for R
impl From<R<CQTERRI_SPEC>> for R
Source§fn from(reader: R<CQTERRI_SPEC>) -> Self
fn from(reader: R<CQTERRI_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CQVER_SPEC>> for R
impl From<R<CQVER_SPEC>> for R
Source§fn from(reader: R<CQVER_SPEC>) -> Self
fn from(reader: R<CQVER_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRC_CMD_SPEC>> for R
impl From<R<CRC_CMD_SPEC>> for R
Source§fn from(reader: R<CRC_CMD_SPEC>) -> Self
fn from(reader: R<CRC_CMD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRC_CTL_SPEC>> for R
impl From<R<CRC_CTL_SPEC>> for R
Source§fn from(reader: R<CRC_CTL_SPEC>) -> Self
fn from(reader: R<CRC_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRC_CTL_SPEC>> for R
impl From<R<CRC_CTL_SPEC>> for R
Source§fn from(reader: R<CRC_CTL_SPEC>) -> Self
fn from(reader: R<CRC_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRC_DATA_CTL_SPEC>> for R
impl From<R<CRC_DATA_CTL_SPEC>> for R
Source§fn from(reader: R<CRC_DATA_CTL_SPEC>) -> Self
fn from(reader: R<CRC_DATA_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRC_DATA_CTL_SPEC>> for R
impl From<R<CRC_DATA_CTL_SPEC>> for R
Source§fn from(reader: R<CRC_DATA_CTL_SPEC>) -> Self
fn from(reader: R<CRC_DATA_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRC_INPUT0_SPEC>> for R
impl From<R<CRC_INPUT0_SPEC>> for R
Source§fn from(reader: R<CRC_INPUT0_SPEC>) -> Self
fn from(reader: R<CRC_INPUT0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRC_INPUT1_SPEC>> for R
impl From<R<CRC_INPUT1_SPEC>> for R
Source§fn from(reader: R<CRC_INPUT1_SPEC>) -> Self
fn from(reader: R<CRC_INPUT1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRC_LFSR_CTL_SPEC>> for R
impl From<R<CRC_LFSR_CTL_SPEC>> for R
Source§fn from(reader: R<CRC_LFSR_CTL_SPEC>) -> Self
fn from(reader: R<CRC_LFSR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRC_OUTPUT_SPEC>> for R
impl From<R<CRC_OUTPUT_SPEC>> for R
Source§fn from(reader: R<CRC_OUTPUT_SPEC>) -> Self
fn from(reader: R<CRC_OUTPUT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRC_POL_CTL_SPEC>> for R
impl From<R<CRC_POL_CTL_SPEC>> for R
Source§fn from(reader: R<CRC_POL_CTL_SPEC>) -> Self
fn from(reader: R<CRC_POL_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRC_POL_CTL_SPEC>> for R
impl From<R<CRC_POL_CTL_SPEC>> for R
Source§fn from(reader: R<CRC_POL_CTL_SPEC>) -> Self
fn from(reader: R<CRC_POL_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRC_REM_CTL_SPEC>> for R
impl From<R<CRC_REM_CTL_SPEC>> for R
Source§fn from(reader: R<CRC_REM_CTL_SPEC>) -> Self
fn from(reader: R<CRC_REM_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRC_REM_CTL_SPEC>> for R
impl From<R<CRC_REM_CTL_SPEC>> for R
Source§fn from(reader: R<CRC_REM_CTL_SPEC>) -> Self
fn from(reader: R<CRC_REM_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRC_REM_RESULT_SPEC>> for R
impl From<R<CRC_REM_RESULT_SPEC>> for R
Source§fn from(reader: R<CRC_REM_RESULT_SPEC>) -> Self
fn from(reader: R<CRC_REM_RESULT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRC_REM_RESULT_SPEC>> for R
impl From<R<CRC_REM_RESULT_SPEC>> for R
Source§fn from(reader: R<CRC_REM_RESULT_SPEC>) -> Self
fn from(reader: R<CRC_REM_RESULT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRS_ERRORS_SPEC>> for R
impl From<R<CRS_ERRORS_SPEC>> for R
Source§fn from(reader: R<CRS_ERRORS_SPEC>) -> Self
fn from(reader: R<CRS_ERRORS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRYPTO_BUFF_CTL_SPEC>> for R
impl From<R<CRYPTO_BUFF_CTL_SPEC>> for R
Source§fn from(reader: R<CRYPTO_BUFF_CTL_SPEC>) -> Self
fn from(reader: R<CRYPTO_BUFF_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRYPTO_CMD_SPEC>> for R
impl From<R<CRYPTO_CMD_SPEC>> for R
Source§fn from(reader: R<CRYPTO_CMD_SPEC>) -> Self
fn from(reader: R<CRYPTO_CMD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRYPTO_INPUT0_SPEC>> for R
impl From<R<CRYPTO_INPUT0_SPEC>> for R
Source§fn from(reader: R<CRYPTO_INPUT0_SPEC>) -> Self
fn from(reader: R<CRYPTO_INPUT0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRYPTO_INPUT1_SPEC>> for R
impl From<R<CRYPTO_INPUT1_SPEC>> for R
Source§fn from(reader: R<CRYPTO_INPUT1_SPEC>) -> Self
fn from(reader: R<CRYPTO_INPUT1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRYPTO_INPUT2_SPEC>> for R
impl From<R<CRYPTO_INPUT2_SPEC>> for R
Source§fn from(reader: R<CRYPTO_INPUT2_SPEC>) -> Self
fn from(reader: R<CRYPTO_INPUT2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRYPTO_INPUT3_SPEC>> for R
impl From<R<CRYPTO_INPUT3_SPEC>> for R
Source§fn from(reader: R<CRYPTO_INPUT3_SPEC>) -> Self
fn from(reader: R<CRYPTO_INPUT3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRYPTO_OUTPUT0_SPEC>> for R
impl From<R<CRYPTO_OUTPUT0_SPEC>> for R
Source§fn from(reader: R<CRYPTO_OUTPUT0_SPEC>) -> Self
fn from(reader: R<CRYPTO_OUTPUT0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRYPTO_OUTPUT1_SPEC>> for R
impl From<R<CRYPTO_OUTPUT1_SPEC>> for R
Source§fn from(reader: R<CRYPTO_OUTPUT1_SPEC>) -> Self
fn from(reader: R<CRYPTO_OUTPUT1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRYPTO_OUTPUT2_SPEC>> for R
impl From<R<CRYPTO_OUTPUT2_SPEC>> for R
Source§fn from(reader: R<CRYPTO_OUTPUT2_SPEC>) -> Self
fn from(reader: R<CRYPTO_OUTPUT2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CRYPTO_OUTPUT3_SPEC>> for R
impl From<R<CRYPTO_OUTPUT3_SPEC>> for R
Source§fn from(reader: R<CRYPTO_OUTPUT3_SPEC>) -> Self
fn from(reader: R<CRYPTO_OUTPUT3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CSV_REF_SEL_SPEC>> for R
impl From<R<CSV_REF_SEL_SPEC>> for R
Source§fn from(reader: R<CSV_REF_SEL_SPEC>) -> Self
fn from(reader: R<CSV_REF_SEL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CTR2_CNT_SPEC>> for R
impl From<R<CTR2_CNT_SPEC>> for R
Source§fn from(reader: R<CTR2_CNT_SPEC>) -> Self
fn from(reader: R<CTR2_CNT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CTR2_CONFIG_SPEC>> for R
impl From<R<CTR2_CONFIG_SPEC>> for R
Source§fn from(reader: R<CTR2_CONFIG_SPEC>) -> Self
fn from(reader: R<CTR2_CONFIG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CTR2_CTL_SPEC>> for R
impl From<R<CTR2_CTL_SPEC>> for R
Source§fn from(reader: R<CTR2_CTL_SPEC>) -> Self
fn from(reader: R<CTR2_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CURR_CAPABILITIES1_R_SPEC>> for R
impl From<R<CURR_CAPABILITIES1_R_SPEC>> for R
Source§fn from(reader: R<CURR_CAPABILITIES1_R_SPEC>) -> Self
fn from(reader: R<CURR_CAPABILITIES1_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CURR_CAPABILITIES2_R_SPEC>> for R
impl From<R<CURR_CAPABILITIES2_R_SPEC>> for R
Source§fn from(reader: R<CURR_CAPABILITIES2_R_SPEC>) -> Self
fn from(reader: R<CURR_CAPABILITIES2_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<CUSTOMER_DATA_SPEC>> for R
impl From<R<CUSTOMER_DATA_SPEC>> for R
Source§fn from(reader: R<CUSTOMER_DATA_SPEC>) -> Self
fn from(reader: R<CUSTOMER_DATA_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DATA0_SPEC>> for R
impl From<R<DATA0_SPEC>> for R
Source§fn from(reader: R<DATA0_SPEC>) -> Self
fn from(reader: R<DATA0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DATA0_SPEC>> for R
impl From<R<DATA0_SPEC>> for R
Source§fn from(reader: R<DATA0_SPEC>) -> Self
fn from(reader: R<DATA0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DATA1_SPEC>> for R
impl From<R<DATA1_SPEC>> for R
Source§fn from(reader: R<DATA1_SPEC>) -> Self
fn from(reader: R<DATA1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DATA1_SPEC>> for R
impl From<R<DATA1_SPEC>> for R
Source§fn from(reader: R<DATA1_SPEC>) -> Self
fn from(reader: R<DATA1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DEFERRED_FRAMES_SPEC>> for R
impl From<R<DEFERRED_FRAMES_SPEC>> for R
Source§fn from(reader: R<DEFERRED_FRAMES_SPEC>) -> Self
fn from(reader: R<DEFERRED_FRAMES_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DELAY_TAP_SEL_SPEC>> for R
impl From<R<DELAY_TAP_SEL_SPEC>> for R
Source§fn from(reader: R<DELAY_TAP_SEL_SPEC>) -> Self
fn from(reader: R<DELAY_TAP_SEL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESCR_CTL_SPEC>> for R
impl From<R<DESCR_CTL_SPEC>> for R
Source§fn from(reader: R<DESCR_CTL_SPEC>) -> Self
fn from(reader: R<DESCR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESCR_DST_SPEC>> for R
impl From<R<DESCR_DST_SPEC>> for R
Source§fn from(reader: R<DESCR_DST_SPEC>) -> Self
fn from(reader: R<DESCR_DST_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESCR_NEXT_SPEC>> for R
impl From<R<DESCR_NEXT_SPEC>> for R
Source§fn from(reader: R<DESCR_NEXT_SPEC>) -> Self
fn from(reader: R<DESCR_NEXT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESCR_SRC_SPEC>> for R
impl From<R<DESCR_SRC_SPEC>> for R
Source§fn from(reader: R<DESCR_SRC_SPEC>) -> Self
fn from(reader: R<DESCR_SRC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESCR_STATUS_SPEC>> for R
impl From<R<DESCR_STATUS_SPEC>> for R
Source§fn from(reader: R<DESCR_STATUS_SPEC>) -> Self
fn from(reader: R<DESCR_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESCR_X_INCR_SPEC>> for R
impl From<R<DESCR_X_INCR_SPEC>> for R
Source§fn from(reader: R<DESCR_X_INCR_SPEC>) -> Self
fn from(reader: R<DESCR_X_INCR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESCR_X_SIZE_SPEC>> for R
impl From<R<DESCR_X_SIZE_SPEC>> for R
Source§fn from(reader: R<DESCR_X_SIZE_SPEC>) -> Self
fn from(reader: R<DESCR_X_SIZE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESCR_Y_INCR_SPEC>> for R
impl From<R<DESCR_Y_INCR_SPEC>> for R
Source§fn from(reader: R<DESCR_Y_INCR_SPEC>) -> Self
fn from(reader: R<DESCR_Y_INCR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESCR_Y_SIZE_SPEC>> for R
impl From<R<DESCR_Y_SIZE_SPEC>> for R
Source§fn from(reader: R<DESCR_Y_SIZE_SPEC>) -> Self
fn from(reader: R<DESCR_Y_SIZE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESIGNCFG_DEBUG10_SPEC>> for R
impl From<R<DESIGNCFG_DEBUG10_SPEC>> for R
Source§fn from(reader: R<DESIGNCFG_DEBUG10_SPEC>) -> Self
fn from(reader: R<DESIGNCFG_DEBUG10_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESIGNCFG_DEBUG1_SPEC>> for R
impl From<R<DESIGNCFG_DEBUG1_SPEC>> for R
Source§fn from(reader: R<DESIGNCFG_DEBUG1_SPEC>) -> Self
fn from(reader: R<DESIGNCFG_DEBUG1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESIGNCFG_DEBUG2_SPEC>> for R
impl From<R<DESIGNCFG_DEBUG2_SPEC>> for R
Source§fn from(reader: R<DESIGNCFG_DEBUG2_SPEC>) -> Self
fn from(reader: R<DESIGNCFG_DEBUG2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESIGNCFG_DEBUG3_SPEC>> for R
impl From<R<DESIGNCFG_DEBUG3_SPEC>> for R
Source§fn from(reader: R<DESIGNCFG_DEBUG3_SPEC>) -> Self
fn from(reader: R<DESIGNCFG_DEBUG3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESIGNCFG_DEBUG4_SPEC>> for R
impl From<R<DESIGNCFG_DEBUG4_SPEC>> for R
Source§fn from(reader: R<DESIGNCFG_DEBUG4_SPEC>) -> Self
fn from(reader: R<DESIGNCFG_DEBUG4_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESIGNCFG_DEBUG5_SPEC>> for R
impl From<R<DESIGNCFG_DEBUG5_SPEC>> for R
Source§fn from(reader: R<DESIGNCFG_DEBUG5_SPEC>) -> Self
fn from(reader: R<DESIGNCFG_DEBUG5_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESIGNCFG_DEBUG6_SPEC>> for R
impl From<R<DESIGNCFG_DEBUG6_SPEC>> for R
Source§fn from(reader: R<DESIGNCFG_DEBUG6_SPEC>) -> Self
fn from(reader: R<DESIGNCFG_DEBUG6_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESIGNCFG_DEBUG7_SPEC>> for R
impl From<R<DESIGNCFG_DEBUG7_SPEC>> for R
Source§fn from(reader: R<DESIGNCFG_DEBUG7_SPEC>) -> Self
fn from(reader: R<DESIGNCFG_DEBUG7_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESIGNCFG_DEBUG8_SPEC>> for R
impl From<R<DESIGNCFG_DEBUG8_SPEC>> for R
Source§fn from(reader: R<DESIGNCFG_DEBUG8_SPEC>) -> Self
fn from(reader: R<DESIGNCFG_DEBUG8_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DESIGNCFG_DEBUG9_SPEC>> for R
impl From<R<DESIGNCFG_DEBUG9_SPEC>> for R
Source§fn from(reader: R<DESIGNCFG_DEBUG9_SPEC>) -> Self
fn from(reader: R<DESIGNCFG_DEBUG9_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DEV_KEY_ADDR0_CTL_SPEC>> for R
impl From<R<DEV_KEY_ADDR0_CTL_SPEC>> for R
Source§fn from(reader: R<DEV_KEY_ADDR0_CTL_SPEC>) -> Self
fn from(reader: R<DEV_KEY_ADDR0_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DEV_KEY_ADDR0_SPEC>> for R
impl From<R<DEV_KEY_ADDR0_SPEC>> for R
Source§fn from(reader: R<DEV_KEY_ADDR0_SPEC>) -> Self
fn from(reader: R<DEV_KEY_ADDR0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DEV_KEY_ADDR1_CTL_SPEC>> for R
impl From<R<DEV_KEY_ADDR1_CTL_SPEC>> for R
Source§fn from(reader: R<DEV_KEY_ADDR1_CTL_SPEC>) -> Self
fn from(reader: R<DEV_KEY_ADDR1_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DEV_KEY_ADDR1_SPEC>> for R
impl From<R<DEV_KEY_ADDR1_SPEC>> for R
Source§fn from(reader: R<DEV_KEY_ADDR1_SPEC>) -> Self
fn from(reader: R<DEV_KEY_ADDR1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DEV_KEY_CTL0_SPEC>> for R
impl From<R<DEV_KEY_CTL0_SPEC>> for R
Source§fn from(reader: R<DEV_KEY_CTL0_SPEC>) -> Self
fn from(reader: R<DEV_KEY_CTL0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DEV_KEY_CTL1_SPEC>> for R
impl From<R<DEV_KEY_CTL1_SPEC>> for R
Source§fn from(reader: R<DEV_KEY_CTL1_SPEC>) -> Self
fn from(reader: R<DEV_KEY_CTL1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DEV_KEY_STATUS_SPEC>> for R
impl From<R<DEV_KEY_STATUS_SPEC>> for R
Source§fn from(reader: R<DEV_KEY_STATUS_SPEC>) -> Self
fn from(reader: R<DEV_KEY_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DIAG_CTL_SPEC>> for R
impl From<R<DIAG_CTL_SPEC>> for R
Source§fn from(reader: R<DIAG_CTL_SPEC>) -> Self
fn from(reader: R<DIAG_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DIG_CAL_ALT_SPEC>> for R
impl From<R<DIG_CAL_ALT_SPEC>> for R
Source§fn from(reader: R<DIG_CAL_ALT_SPEC>) -> Self
fn from(reader: R<DIG_CAL_ALT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DIG_CAL_SPEC>> for R
impl From<R<DIG_CAL_SPEC>> for R
Source§fn from(reader: R<DIG_CAL_SPEC>) -> Self
fn from(reader: R<DIG_CAL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DIV_16_5_CTL_SPEC>> for R
impl From<R<DIV_16_5_CTL_SPEC>> for R
Source§fn from(reader: R<DIV_16_5_CTL_SPEC>) -> Self
fn from(reader: R<DIV_16_5_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DIV_16_CTL_SPEC>> for R
impl From<R<DIV_16_CTL_SPEC>> for R
Source§fn from(reader: R<DIV_16_CTL_SPEC>) -> Self
fn from(reader: R<DIV_16_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DIV_24_5_CTL_SPEC>> for R
impl From<R<DIV_24_5_CTL_SPEC>> for R
Source§fn from(reader: R<DIV_24_5_CTL_SPEC>) -> Self
fn from(reader: R<DIV_24_5_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DIV_8_CTL_SPEC>> for R
impl From<R<DIV_8_CTL_SPEC>> for R
Source§fn from(reader: R<DIV_8_CTL_SPEC>) -> Self
fn from(reader: R<DIV_8_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DIV_CMD_SPEC>> for R
impl From<R<DIV_CMD_SPEC>> for R
Source§fn from(reader: R<DIV_CMD_SPEC>) -> Self
fn from(reader: R<DIV_CMD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DL_STATUS0_SPEC>> for R
impl From<R<DL_STATUS0_SPEC>> for R
Source§fn from(reader: R<DL_STATUS0_SPEC>) -> Self
fn from(reader: R<DL_STATUS0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DL_STATUS1_SPEC>> for R
impl From<R<DL_STATUS1_SPEC>> for R
Source§fn from(reader: R<DL_STATUS1_SPEC>) -> Self
fn from(reader: R<DL_STATUS1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DMAC_BUFF_CTL_SPEC>> for R
impl From<R<DMAC_BUFF_CTL_SPEC>> for R
Source§fn from(reader: R<DMAC_BUFF_CTL_SPEC>) -> Self
fn from(reader: R<DMAC_BUFF_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DMA_ADDR_OR_MASK_SPEC>> for R
impl From<R<DMA_ADDR_OR_MASK_SPEC>> for R
Source§fn from(reader: R<DMA_ADDR_OR_MASK_SPEC>) -> Self
fn from(reader: R<DMA_ADDR_OR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DMA_CONFIG_SPEC>> for R
impl From<R<DMA_CONFIG_SPEC>> for R
Source§fn from(reader: R<DMA_CONFIG_SPEC>) -> Self
fn from(reader: R<DMA_CONFIG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DMA_RXBUF_SIZE_Q15_SPEC>> for R
impl From<R<DMA_RXBUF_SIZE_Q15_SPEC>> for R
Source§fn from(reader: R<DMA_RXBUF_SIZE_Q15_SPEC>) -> Self
fn from(reader: R<DMA_RXBUF_SIZE_Q15_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DMA_RXBUF_SIZE_Q1_SPEC>> for R
impl From<R<DMA_RXBUF_SIZE_Q1_SPEC>> for R
Source§fn from(reader: R<DMA_RXBUF_SIZE_Q1_SPEC>) -> Self
fn from(reader: R<DMA_RXBUF_SIZE_Q1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DMA_RXBUF_SIZE_Q2_SPEC>> for R
impl From<R<DMA_RXBUF_SIZE_Q2_SPEC>> for R
Source§fn from(reader: R<DMA_RXBUF_SIZE_Q2_SPEC>) -> Self
fn from(reader: R<DMA_RXBUF_SIZE_Q2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DMA_RXBUF_SIZE_Q3_SPEC>> for R
impl From<R<DMA_RXBUF_SIZE_Q3_SPEC>> for R
Source§fn from(reader: R<DMA_RXBUF_SIZE_Q3_SPEC>) -> Self
fn from(reader: R<DMA_RXBUF_SIZE_Q3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DMA_RXBUF_SIZE_Q7_SPEC>> for R
impl From<R<DMA_RXBUF_SIZE_Q7_SPEC>> for R
Source§fn from(reader: R<DMA_RXBUF_SIZE_Q7_SPEC>) -> Self
fn from(reader: R<DMA_RXBUF_SIZE_Q7_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DMA_RXBUF_SIZE_Q8_SPEC>> for R
impl From<R<DMA_RXBUF_SIZE_Q8_SPEC>> for R
Source§fn from(reader: R<DMA_RXBUF_SIZE_Q8_SPEC>) -> Self
fn from(reader: R<DMA_RXBUF_SIZE_Q8_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DPRAM_FILL_DBG_SPEC>> for R
impl From<R<DPRAM_FILL_DBG_SPEC>> for R
Source§fn from(reader: R<DPRAM_FILL_DBG_SPEC>) -> Self
fn from(reader: R<DPRAM_FILL_DBG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DP_STATUS_SPEC>> for R
impl From<R<DP_STATUS_SPEC>> for R
Source§fn from(reader: R<DP_STATUS_SPEC>) -> Self
fn from(reader: R<DP_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DU_CTL_SPEC>> for R
impl From<R<DU_CTL_SPEC>> for R
Source§fn from(reader: R<DU_CTL_SPEC>) -> Self
fn from(reader: R<DU_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DU_SEL_SPEC>> for R
impl From<R<DU_SEL_SPEC>> for R
Source§fn from(reader: R<DU_SEL_SPEC>) -> Self
fn from(reader: R<DU_SEL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DW0_BUFF_CTL_SPEC>> for R
impl From<R<DW0_BUFF_CTL_SPEC>> for R
Source§fn from(reader: R<DW0_BUFF_CTL_SPEC>) -> Self
fn from(reader: R<DW0_BUFF_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DW1_BUFF_CTL_SPEC>> for R
impl From<R<DW1_BUFF_CTL_SPEC>> for R
Source§fn from(reader: R<DW1_BUFF_CTL_SPEC>) -> Self
fn from(reader: R<DW1_BUFF_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ECC_CTL_SPEC>> for R
impl From<R<ECC_CTL_SPEC>> for R
Source§fn from(reader: R<ECC_CTL_SPEC>) -> Self
fn from(reader: R<ECC_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ECC_CTL_SPEC>> for R
impl From<R<ECC_CTL_SPEC>> for R
Source§fn from(reader: R<ECC_CTL_SPEC>) -> Self
fn from(reader: R<ECC_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ECC_CTL_SPEC>> for R
impl From<R<ECC_CTL_SPEC>> for R
Source§fn from(reader: R<ECC_CTL_SPEC>) -> Self
fn from(reader: R<ECC_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ECC_CTL_SPEC>> for R
impl From<R<ECC_CTL_SPEC>> for R
Source§fn from(reader: R<ECC_CTL_SPEC>) -> Self
fn from(reader: R<ECC_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ECC_CTL_SPEC>> for R
impl From<R<ECC_CTL_SPEC>> for R
Source§fn from(reader: R<ECC_CTL_SPEC>) -> Self
fn from(reader: R<ECC_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ECC_CTL_SPEC>> for R
impl From<R<ECC_CTL_SPEC>> for R
Source§fn from(reader: R<ECC_CTL_SPEC>) -> Self
fn from(reader: R<ECC_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ECC_ERR_INJ_SPEC>> for R
impl From<R<ECC_ERR_INJ_SPEC>> for R
Source§fn from(reader: R<ECC_ERR_INJ_SPEC>) -> Self
fn from(reader: R<ECC_ERR_INJ_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<EMMC_CTRL_R_SPEC>> for R
impl From<R<EMMC_CTRL_R_SPEC>> for R
Source§fn from(reader: R<EMMC_CTRL_R_SPEC>) -> Self
fn from(reader: R<EMMC_CTRL_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ENABLE_SPEC>> for R
impl From<R<ENABLE_SPEC>> for R
Source§fn from(reader: R<ENABLE_SPEC>) -> Self
fn from(reader: R<ENABLE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ERROR_CTL_SPEC>> for R
impl From<R<ERROR_CTL_SPEC>> for R
Source§fn from(reader: R<ERROR_CTL_SPEC>) -> Self
fn from(reader: R<ERROR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ERROR_INT_SIGNAL_EN_R_SPEC>> for R
impl From<R<ERROR_INT_SIGNAL_EN_R_SPEC>> for R
Source§fn from(reader: R<ERROR_INT_SIGNAL_EN_R_SPEC>) -> Self
fn from(reader: R<ERROR_INT_SIGNAL_EN_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ERROR_INT_STAT_EN_R_SPEC>> for R
impl From<R<ERROR_INT_STAT_EN_R_SPEC>> for R
Source§fn from(reader: R<ERROR_INT_STAT_EN_R_SPEC>) -> Self
fn from(reader: R<ERROR_INT_STAT_EN_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ERROR_INT_STAT_R_SPEC>> for R
impl From<R<ERROR_INT_STAT_R_SPEC>> for R
Source§fn from(reader: R<ERROR_INT_STAT_R_SPEC>) -> Self
fn from(reader: R<ERROR_INT_STAT_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ERROR_STATUS0_SPEC>> for R
impl From<R<ERROR_STATUS0_SPEC>> for R
Source§fn from(reader: R<ERROR_STATUS0_SPEC>) -> Self
fn from(reader: R<ERROR_STATUS0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ERROR_STATUS1_SPEC>> for R
impl From<R<ERROR_STATUS1_SPEC>> for R
Source§fn from(reader: R<ERROR_STATUS1_SPEC>) -> Self
fn from(reader: R<ERROR_STATUS1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<EXCESSIVE_COLLISIONS_SPEC>> for R
impl From<R<EXCESSIVE_COLLISIONS_SPEC>> for R
Source§fn from(reader: R<EXCESSIVE_COLLISIONS_SPEC>) -> Self
fn from(reader: R<EXCESSIVE_COLLISIONS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<EXCESSIVE_RX_LENGTH_SPEC>> for R
impl From<R<EXCESSIVE_RX_LENGTH_SPEC>> for R
Source§fn from(reader: R<EXCESSIVE_RX_LENGTH_SPEC>) -> Self
fn from(reader: R<EXCESSIVE_RX_LENGTH_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<EXTERNAL_FIFO_INTERFACE_SPEC>> for R
impl From<R<EXTERNAL_FIFO_INTERFACE_SPEC>> for R
Source§fn from(reader: R<EXTERNAL_FIFO_INTERFACE_SPEC>) -> Self
fn from(reader: R<EXTERNAL_FIFO_INTERFACE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FAST_0_CLOCK_CTL_SPEC>> for R
impl From<R<FAST_0_CLOCK_CTL_SPEC>> for R
Source§fn from(reader: R<FAST_0_CLOCK_CTL_SPEC>) -> Self
fn from(reader: R<FAST_0_CLOCK_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FAST_1_CLOCK_CTL_SPEC>> for R
impl From<R<FAST_1_CLOCK_CTL_SPEC>> for R
Source§fn from(reader: R<FAST_1_CLOCK_CTL_SPEC>) -> Self
fn from(reader: R<FAST_1_CLOCK_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FAST_CA_CMD_SPEC>> for R
impl From<R<FAST_CA_CMD_SPEC>> for R
Source§fn from(reader: R<FAST_CA_CMD_SPEC>) -> Self
fn from(reader: R<FAST_CA_CMD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FAST_CA_CTL_SPEC>> for R
impl From<R<FAST_CA_CTL_SPEC>> for R
Source§fn from(reader: R<FAST_CA_CTL_SPEC>) -> Self
fn from(reader: R<FAST_CA_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FCS_ERRORS_SPEC>> for R
impl From<R<FCS_ERRORS_SPEC>> for R
Source§fn from(reader: R<FCS_ERRORS_SPEC>) -> Self
fn from(reader: R<FCS_ERRORS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FLASH_CMD_SPEC>> for R
impl From<R<FLASH_CMD_SPEC>> for R
Source§fn from(reader: R<FLASH_CMD_SPEC>) -> Self
fn from(reader: R<FLASH_CMD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FLASH_CTL_SPEC>> for R
impl From<R<FLASH_CTL_SPEC>> for R
Source§fn from(reader: R<FLASH_CTL_SPEC>) -> Self
fn from(reader: R<FLASH_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FLASH_PWR_CTL_SPEC>> for R
impl From<R<FLASH_PWR_CTL_SPEC>> for R
Source§fn from(reader: R<FLASH_PWR_CTL_SPEC>) -> Self
fn from(reader: R<FLASH_PWR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FM_CODE_MARGIN_SPEC>> for R
impl From<R<FM_CODE_MARGIN_SPEC>> for R
Source§fn from(reader: R<FM_CODE_MARGIN_SPEC>) -> Self
fn from(reader: R<FM_CODE_MARGIN_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FM_CTL_SPEC>> for R
impl From<R<FM_CTL_SPEC>> for R
Source§fn from(reader: R<FM_CTL_SPEC>) -> Self
fn from(reader: R<FM_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FM_SRAM_ECC_CTL0_SPEC>> for R
impl From<R<FM_SRAM_ECC_CTL0_SPEC>> for R
Source§fn from(reader: R<FM_SRAM_ECC_CTL0_SPEC>) -> Self
fn from(reader: R<FM_SRAM_ECC_CTL0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FM_SRAM_ECC_CTL1_SPEC>> for R
impl From<R<FM_SRAM_ECC_CTL1_SPEC>> for R
Source§fn from(reader: R<FM_SRAM_ECC_CTL1_SPEC>) -> Self
fn from(reader: R<FM_SRAM_ECC_CTL1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FM_SRAM_ECC_CTL2_SPEC>> for R
impl From<R<FM_SRAM_ECC_CTL2_SPEC>> for R
Source§fn from(reader: R<FM_SRAM_ECC_CTL2_SPEC>) -> Self
fn from(reader: R<FM_SRAM_ECC_CTL2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FM_SRAM_ECC_CTL3_SPEC>> for R
impl From<R<FM_SRAM_ECC_CTL3_SPEC>> for R
Source§fn from(reader: R<FM_SRAM_ECC_CTL3_SPEC>) -> Self
fn from(reader: R<FM_SRAM_ECC_CTL3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FORCE_ERROR_INT_STAT_R_SPEC>> for R
impl From<R<FORCE_ERROR_INT_STAT_R_SPEC>> for R
Source§fn from(reader: R<FORCE_ERROR_INT_STAT_R_SPEC>) -> Self
fn from(reader: R<FORCE_ERROR_INT_STAT_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FRAMES_RXED_1024_SPEC>> for R
impl From<R<FRAMES_RXED_1024_SPEC>> for R
Source§fn from(reader: R<FRAMES_RXED_1024_SPEC>) -> Self
fn from(reader: R<FRAMES_RXED_1024_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FRAMES_RXED_128_SPEC>> for R
impl From<R<FRAMES_RXED_128_SPEC>> for R
Source§fn from(reader: R<FRAMES_RXED_128_SPEC>) -> Self
fn from(reader: R<FRAMES_RXED_128_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FRAMES_RXED_1519_SPEC>> for R
impl From<R<FRAMES_RXED_1519_SPEC>> for R
Source§fn from(reader: R<FRAMES_RXED_1519_SPEC>) -> Self
fn from(reader: R<FRAMES_RXED_1519_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FRAMES_RXED_256_SPEC>> for R
impl From<R<FRAMES_RXED_256_SPEC>> for R
Source§fn from(reader: R<FRAMES_RXED_256_SPEC>) -> Self
fn from(reader: R<FRAMES_RXED_256_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FRAMES_RXED_512_SPEC>> for R
impl From<R<FRAMES_RXED_512_SPEC>> for R
Source§fn from(reader: R<FRAMES_RXED_512_SPEC>) -> Self
fn from(reader: R<FRAMES_RXED_512_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FRAMES_RXED_64_SPEC>> for R
impl From<R<FRAMES_RXED_64_SPEC>> for R
Source§fn from(reader: R<FRAMES_RXED_64_SPEC>) -> Self
fn from(reader: R<FRAMES_RXED_64_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FRAMES_RXED_65_SPEC>> for R
impl From<R<FRAMES_RXED_65_SPEC>> for R
Source§fn from(reader: R<FRAMES_RXED_65_SPEC>) -> Self
fn from(reader: R<FRAMES_RXED_65_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FRAMES_RXED_OK_SPEC>> for R
impl From<R<FRAMES_RXED_OK_SPEC>> for R
Source§fn from(reader: R<FRAMES_RXED_OK_SPEC>) -> Self
fn from(reader: R<FRAMES_RXED_OK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FRAMES_TXED_1024_SPEC>> for R
impl From<R<FRAMES_TXED_1024_SPEC>> for R
Source§fn from(reader: R<FRAMES_TXED_1024_SPEC>) -> Self
fn from(reader: R<FRAMES_TXED_1024_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FRAMES_TXED_128_SPEC>> for R
impl From<R<FRAMES_TXED_128_SPEC>> for R
Source§fn from(reader: R<FRAMES_TXED_128_SPEC>) -> Self
fn from(reader: R<FRAMES_TXED_128_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FRAMES_TXED_1519_SPEC>> for R
impl From<R<FRAMES_TXED_1519_SPEC>> for R
Source§fn from(reader: R<FRAMES_TXED_1519_SPEC>) -> Self
fn from(reader: R<FRAMES_TXED_1519_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FRAMES_TXED_256_SPEC>> for R
impl From<R<FRAMES_TXED_256_SPEC>> for R
Source§fn from(reader: R<FRAMES_TXED_256_SPEC>) -> Self
fn from(reader: R<FRAMES_TXED_256_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FRAMES_TXED_512_SPEC>> for R
impl From<R<FRAMES_TXED_512_SPEC>> for R
Source§fn from(reader: R<FRAMES_TXED_512_SPEC>) -> Self
fn from(reader: R<FRAMES_TXED_512_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FRAMES_TXED_64_SPEC>> for R
impl From<R<FRAMES_TXED_64_SPEC>> for R
Source§fn from(reader: R<FRAMES_TXED_64_SPEC>) -> Self
fn from(reader: R<FRAMES_TXED_64_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FRAMES_TXED_65_SPEC>> for R
impl From<R<FRAMES_TXED_65_SPEC>> for R
Source§fn from(reader: R<FRAMES_TXED_65_SPEC>) -> Self
fn from(reader: R<FRAMES_TXED_65_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<FRAMES_TXED_OK_SPEC>> for R
impl From<R<FRAMES_TXED_OK_SPEC>> for R
Source§fn from(reader: R<FRAMES_TXED_OK_SPEC>) -> Self
fn from(reader: R<FRAMES_TXED_OK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<GEOMTRY_SPEC>> for R
impl From<R<GEOMTRY_SPEC>> for R
Source§fn from(reader: R<GEOMTRY_SPEC>) -> Self
fn from(reader: R<GEOMTRY_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<GP_IN_R_SPEC>> for R
impl From<R<GP_IN_R_SPEC>> for R
Source§fn from(reader: R<GP_IN_R_SPEC>) -> Self
fn from(reader: R<GP_IN_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<GP_OUT_R_SPEC>> for R
impl From<R<GP_OUT_R_SPEC>> for R
Source§fn from(reader: R<GP_OUT_R_SPEC>) -> Self
fn from(reader: R<GP_OUT_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<GRP_STAT_SPEC>> for R
impl From<R<GRP_STAT_SPEC>> for R
Source§fn from(reader: R<GRP_STAT_SPEC>) -> Self
fn from(reader: R<GRP_STAT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<HASH_BOTTOM_SPEC>> for R
impl From<R<HASH_BOTTOM_SPEC>> for R
Source§fn from(reader: R<HASH_BOTTOM_SPEC>) -> Self
fn from(reader: R<HASH_BOTTOM_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<HASH_TOP_SPEC>> for R
impl From<R<HASH_TOP_SPEC>> for R
Source§fn from(reader: R<HASH_TOP_SPEC>) -> Self
fn from(reader: R<HASH_TOP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<HIDDEN_REG0_SPEC>> for R
impl From<R<HIDDEN_REG0_SPEC>> for R
Source§fn from(reader: R<HIDDEN_REG0_SPEC>) -> Self
fn from(reader: R<HIDDEN_REG0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<HIDDEN_REG1_SPEC>> for R
impl From<R<HIDDEN_REG1_SPEC>> for R
Source§fn from(reader: R<HIDDEN_REG1_SPEC>) -> Self
fn from(reader: R<HIDDEN_REG1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<HIDDEN_REG2_SPEC>> for R
impl From<R<HIDDEN_REG2_SPEC>> for R
Source§fn from(reader: R<HIDDEN_REG2_SPEC>) -> Self
fn from(reader: R<HIDDEN_REG2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<HIDDEN_REG3_SPEC>> for R
impl From<R<HIDDEN_REG3_SPEC>> for R
Source§fn from(reader: R<HIDDEN_REG3_SPEC>) -> Self
fn from(reader: R<HIDDEN_REG3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<HIDDEN_REG4_SPEC>> for R
impl From<R<HIDDEN_REG4_SPEC>> for R
Source§fn from(reader: R<HIDDEN_REG4_SPEC>) -> Self
fn from(reader: R<HIDDEN_REG4_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<HIDDEN_REG5_SPEC>> for R
impl From<R<HIDDEN_REG5_SPEC>> for R
Source§fn from(reader: R<HIDDEN_REG5_SPEC>) -> Self
fn from(reader: R<HIDDEN_REG5_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<HOST_CNTRL_VERS_R_SPEC>> for R
impl From<R<HOST_CNTRL_VERS_R_SPEC>> for R
Source§fn from(reader: R<HOST_CNTRL_VERS_R_SPEC>) -> Self
fn from(reader: R<HOST_CNTRL_VERS_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<HOST_CTRL1_R_SPEC>> for R
impl From<R<HOST_CTRL1_R_SPEC>> for R
Source§fn from(reader: R<HOST_CTRL1_R_SPEC>) -> Self
fn from(reader: R<HOST_CTRL1_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<HOST_CTRL2_R_SPEC>> for R
impl From<R<HOST_CTRL2_R_SPEC>> for R
Source§fn from(reader: R<HOST_CTRL2_R_SPEC>) -> Self
fn from(reader: R<HOST_CTRL2_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<I2C_CFG_SPEC>> for R
impl From<R<I2C_CFG_SPEC>> for R
Source§fn from(reader: R<I2C_CFG_SPEC>) -> Self
fn from(reader: R<I2C_CFG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<I2C_CTRL_SPEC>> for R
impl From<R<I2C_CTRL_SPEC>> for R
Source§fn from(reader: R<I2C_CTRL_SPEC>) -> Self
fn from(reader: R<I2C_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<I2C_M_CMD_SPEC>> for R
impl From<R<I2C_M_CMD_SPEC>> for R
Source§fn from(reader: R<I2C_M_CMD_SPEC>) -> Self
fn from(reader: R<I2C_M_CMD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<I2C_STATUS_SPEC>> for R
impl From<R<I2C_STATUS_SPEC>> for R
Source§fn from(reader: R<I2C_STATUS_SPEC>) -> Self
fn from(reader: R<I2C_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<I2C_S_CMD_SPEC>> for R
impl From<R<I2C_S_CMD_SPEC>> for R
Source§fn from(reader: R<I2C_S_CMD_SPEC>) -> Self
fn from(reader: R<I2C_S_CMD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<IDENTITY_SPEC>> for R
impl From<R<IDENTITY_SPEC>> for R
Source§fn from(reader: R<IDENTITY_SPEC>) -> Self
fn from(reader: R<IDENTITY_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INSTR_FF_CTL_SPEC>> for R
impl From<R<INSTR_FF_CTL_SPEC>> for R
Source§fn from(reader: R<INSTR_FF_CTL_SPEC>) -> Self
fn from(reader: R<INSTR_FF_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INSTR_FF_STATUS_SPEC>> for R
impl From<R<INSTR_FF_STATUS_SPEC>> for R
Source§fn from(reader: R<INSTR_FF_STATUS_SPEC>) -> Self
fn from(reader: R<INSTR_FF_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR0_CAUSE_SPEC>> for R
impl From<R<INTR0_CAUSE_SPEC>> for R
Source§fn from(reader: R<INTR0_CAUSE_SPEC>) -> Self
fn from(reader: R<INTR0_CAUSE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR1_CAUSE_SPEC>> for R
impl From<R<INTR1_CAUSE_SPEC>> for R
Source§fn from(reader: R<INTR1_CAUSE_SPEC>) -> Self
fn from(reader: R<INTR1_CAUSE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_CAUSE0_SPEC>> for R
impl From<R<INTR_CAUSE0_SPEC>> for R
Source§fn from(reader: R<INTR_CAUSE0_SPEC>) -> Self
fn from(reader: R<INTR_CAUSE0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_CAUSE1_SPEC>> for R
impl From<R<INTR_CAUSE1_SPEC>> for R
Source§fn from(reader: R<INTR_CAUSE1_SPEC>) -> Self
fn from(reader: R<INTR_CAUSE1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_CAUSE2_SPEC>> for R
impl From<R<INTR_CAUSE2_SPEC>> for R
Source§fn from(reader: R<INTR_CAUSE2_SPEC>) -> Self
fn from(reader: R<INTR_CAUSE2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_CAUSE3_SPEC>> for R
impl From<R<INTR_CAUSE3_SPEC>> for R
Source§fn from(reader: R<INTR_CAUSE3_SPEC>) -> Self
fn from(reader: R<INTR_CAUSE3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_CAUSE_SPEC>> for R
impl From<R<INTR_CAUSE_SPEC>> for R
Source§fn from(reader: R<INTR_CAUSE_SPEC>) -> Self
fn from(reader: R<INTR_CAUSE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_CFG_SPEC>> for R
impl From<R<INTR_CFG_SPEC>> for R
Source§fn from(reader: R<INTR_CFG_SPEC>) -> Self
fn from(reader: R<INTR_CFG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_DPSLP_MASKED_SPEC>> for R
impl From<R<INTR_DPSLP_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_DPSLP_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_DPSLP_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_DPSLP_MASK_SPEC>> for R
impl From<R<INTR_DPSLP_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_DPSLP_MASK_SPEC>) -> Self
fn from(reader: R<INTR_DPSLP_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_DPSLP_SET_SPEC>> for R
impl From<R<INTR_DPSLP_SET_SPEC>> for R
Source§fn from(reader: R<INTR_DPSLP_SET_SPEC>) -> Self
fn from(reader: R<INTR_DPSLP_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_DPSLP_SPEC>> for R
impl From<R<INTR_DPSLP_SPEC>> for R
Source§fn from(reader: R<INTR_DPSLP_SPEC>) -> Self
fn from(reader: R<INTR_DPSLP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_I2C_EC_MASKED_SPEC>> for R
impl From<R<INTR_I2C_EC_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_I2C_EC_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_I2C_EC_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_I2C_EC_MASK_SPEC>> for R
impl From<R<INTR_I2C_EC_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_I2C_EC_MASK_SPEC>) -> Self
fn from(reader: R<INTR_I2C_EC_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_I2C_EC_SPEC>> for R
impl From<R<INTR_I2C_EC_SPEC>> for R
Source§fn from(reader: R<INTR_I2C_EC_SPEC>) -> Self
fn from(reader: R<INTR_I2C_EC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASKED_SPEC>> for R
impl From<R<INTR_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASKED_SPEC>> for R
impl From<R<INTR_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASKED_SPEC>> for R
impl From<R<INTR_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASKED_SPEC>> for R
impl From<R<INTR_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASKED_SPEC>> for R
impl From<R<INTR_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASKED_SPEC>> for R
impl From<R<INTR_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASKED_SPEC>> for R
impl From<R<INTR_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASKED_SPEC>> for R
impl From<R<INTR_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASKED_SPEC>> for R
impl From<R<INTR_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASKED_SPEC>> for R
impl From<R<INTR_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASKED_SPEC>> for R
impl From<R<INTR_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASKED_SPEC>> for R
impl From<R<INTR_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASKED_SPEC>> for R
impl From<R<INTR_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASKED_SPEC>> for R
impl From<R<INTR_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASKED_SPEC>> for R
impl From<R<INTR_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASKED_SPEC>> for R
impl From<R<INTR_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASK_SPEC>> for R
impl From<R<INTR_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_MASK_SPEC>) -> Self
fn from(reader: R<INTR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASK_SPEC>> for R
impl From<R<INTR_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_MASK_SPEC>) -> Self
fn from(reader: R<INTR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASK_SPEC>> for R
impl From<R<INTR_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_MASK_SPEC>) -> Self
fn from(reader: R<INTR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASK_SPEC>> for R
impl From<R<INTR_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_MASK_SPEC>) -> Self
fn from(reader: R<INTR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASK_SPEC>> for R
impl From<R<INTR_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_MASK_SPEC>) -> Self
fn from(reader: R<INTR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASK_SPEC>> for R
impl From<R<INTR_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_MASK_SPEC>) -> Self
fn from(reader: R<INTR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASK_SPEC>> for R
impl From<R<INTR_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_MASK_SPEC>) -> Self
fn from(reader: R<INTR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASK_SPEC>> for R
impl From<R<INTR_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_MASK_SPEC>) -> Self
fn from(reader: R<INTR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASK_SPEC>> for R
impl From<R<INTR_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_MASK_SPEC>) -> Self
fn from(reader: R<INTR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASK_SPEC>> for R
impl From<R<INTR_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_MASK_SPEC>) -> Self
fn from(reader: R<INTR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASK_SPEC>> for R
impl From<R<INTR_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_MASK_SPEC>) -> Self
fn from(reader: R<INTR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASK_SPEC>> for R
impl From<R<INTR_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_MASK_SPEC>) -> Self
fn from(reader: R<INTR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASK_SPEC>> for R
impl From<R<INTR_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_MASK_SPEC>) -> Self
fn from(reader: R<INTR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASK_SPEC>> for R
impl From<R<INTR_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_MASK_SPEC>) -> Self
fn from(reader: R<INTR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASK_SPEC>> for R
impl From<R<INTR_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_MASK_SPEC>) -> Self
fn from(reader: R<INTR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_MASK_SPEC>> for R
impl From<R<INTR_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_MASK_SPEC>) -> Self
fn from(reader: R<INTR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_M_MASKED_SPEC>> for R
impl From<R<INTR_M_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_M_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_M_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_M_MASK_SPEC>> for R
impl From<R<INTR_M_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_M_MASK_SPEC>) -> Self
fn from(reader: R<INTR_M_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_M_SET_SPEC>> for R
impl From<R<INTR_M_SET_SPEC>> for R
Source§fn from(reader: R<INTR_M_SET_SPEC>) -> Self
fn from(reader: R<INTR_M_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_M_SPEC>> for R
impl From<R<INTR_M_SPEC>> for R
Source§fn from(reader: R<INTR_M_SPEC>) -> Self
fn from(reader: R<INTR_M_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_RX_MASKED_SPEC>> for R
impl From<R<INTR_RX_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_RX_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_RX_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_RX_MASK_SPEC>> for R
impl From<R<INTR_RX_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_RX_MASK_SPEC>) -> Self
fn from(reader: R<INTR_RX_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_RX_SET_SPEC>> for R
impl From<R<INTR_RX_SET_SPEC>> for R
Source§fn from(reader: R<INTR_RX_SET_SPEC>) -> Self
fn from(reader: R<INTR_RX_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_RX_SPEC>> for R
impl From<R<INTR_RX_SPEC>> for R
Source§fn from(reader: R<INTR_RX_SPEC>) -> Self
fn from(reader: R<INTR_RX_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SET_SPEC>> for R
impl From<R<INTR_SET_SPEC>> for R
Source§fn from(reader: R<INTR_SET_SPEC>) -> Self
fn from(reader: R<INTR_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SET_SPEC>> for R
impl From<R<INTR_SET_SPEC>> for R
Source§fn from(reader: R<INTR_SET_SPEC>) -> Self
fn from(reader: R<INTR_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SET_SPEC>> for R
impl From<R<INTR_SET_SPEC>> for R
Source§fn from(reader: R<INTR_SET_SPEC>) -> Self
fn from(reader: R<INTR_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SET_SPEC>> for R
impl From<R<INTR_SET_SPEC>> for R
Source§fn from(reader: R<INTR_SET_SPEC>) -> Self
fn from(reader: R<INTR_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SET_SPEC>> for R
impl From<R<INTR_SET_SPEC>> for R
Source§fn from(reader: R<INTR_SET_SPEC>) -> Self
fn from(reader: R<INTR_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SET_SPEC>> for R
impl From<R<INTR_SET_SPEC>> for R
Source§fn from(reader: R<INTR_SET_SPEC>) -> Self
fn from(reader: R<INTR_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SET_SPEC>> for R
impl From<R<INTR_SET_SPEC>> for R
Source§fn from(reader: R<INTR_SET_SPEC>) -> Self
fn from(reader: R<INTR_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SET_SPEC>> for R
impl From<R<INTR_SET_SPEC>> for R
Source§fn from(reader: R<INTR_SET_SPEC>) -> Self
fn from(reader: R<INTR_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SET_SPEC>> for R
impl From<R<INTR_SET_SPEC>> for R
Source§fn from(reader: R<INTR_SET_SPEC>) -> Self
fn from(reader: R<INTR_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SET_SPEC>> for R
impl From<R<INTR_SET_SPEC>> for R
Source§fn from(reader: R<INTR_SET_SPEC>) -> Self
fn from(reader: R<INTR_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SET_SPEC>> for R
impl From<R<INTR_SET_SPEC>> for R
Source§fn from(reader: R<INTR_SET_SPEC>) -> Self
fn from(reader: R<INTR_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SET_SPEC>> for R
impl From<R<INTR_SET_SPEC>> for R
Source§fn from(reader: R<INTR_SET_SPEC>) -> Self
fn from(reader: R<INTR_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SET_SPEC>> for R
impl From<R<INTR_SET_SPEC>> for R
Source§fn from(reader: R<INTR_SET_SPEC>) -> Self
fn from(reader: R<INTR_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SET_SPEC>> for R
impl From<R<INTR_SET_SPEC>> for R
Source§fn from(reader: R<INTR_SET_SPEC>) -> Self
fn from(reader: R<INTR_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SET_SPEC>> for R
impl From<R<INTR_SET_SPEC>> for R
Source§fn from(reader: R<INTR_SET_SPEC>) -> Self
fn from(reader: R<INTR_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SET_SPEC>> for R
impl From<R<INTR_SET_SPEC>> for R
Source§fn from(reader: R<INTR_SET_SPEC>) -> Self
fn from(reader: R<INTR_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SPI_EC_MASKED_SPEC>> for R
impl From<R<INTR_SPI_EC_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_SPI_EC_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_SPI_EC_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SPI_EC_MASK_SPEC>> for R
impl From<R<INTR_SPI_EC_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_SPI_EC_MASK_SPEC>) -> Self
fn from(reader: R<INTR_SPI_EC_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_SPI_EC_SPEC>> for R
impl From<R<INTR_SPI_EC_SPEC>> for R
Source§fn from(reader: R<INTR_SPI_EC_SPEC>) -> Self
fn from(reader: R<INTR_SPI_EC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_S_MASKED_SPEC>> for R
impl From<R<INTR_S_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_S_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_S_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_S_MASK_SPEC>> for R
impl From<R<INTR_S_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_S_MASK_SPEC>) -> Self
fn from(reader: R<INTR_S_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_S_SET_SPEC>> for R
impl From<R<INTR_S_SET_SPEC>> for R
Source§fn from(reader: R<INTR_S_SET_SPEC>) -> Self
fn from(reader: R<INTR_S_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_S_SPEC>> for R
impl From<R<INTR_S_SPEC>> for R
Source§fn from(reader: R<INTR_S_SPEC>) -> Self
fn from(reader: R<INTR_S_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_TX_MASKED_SPEC>> for R
impl From<R<INTR_TX_MASKED_SPEC>> for R
Source§fn from(reader: R<INTR_TX_MASKED_SPEC>) -> Self
fn from(reader: R<INTR_TX_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_TX_MASK_SPEC>> for R
impl From<R<INTR_TX_MASK_SPEC>> for R
Source§fn from(reader: R<INTR_TX_MASK_SPEC>) -> Self
fn from(reader: R<INTR_TX_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_TX_SET_SPEC>> for R
impl From<R<INTR_TX_SET_SPEC>> for R
Source§fn from(reader: R<INTR_TX_SET_SPEC>) -> Self
fn from(reader: R<INTR_TX_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INTR_TX_SPEC>> for R
impl From<R<INTR_TX_SPEC>> for R
Source§fn from(reader: R<INTR_TX_SPEC>) -> Self
fn from(reader: R<INTR_TX_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_CLOCK_DELAY_TAP_SEL0_SPEC>> for R
impl From<R<INT_CLOCK_DELAY_TAP_SEL0_SPEC>> for R
Source§fn from(reader: R<INT_CLOCK_DELAY_TAP_SEL0_SPEC>) -> Self
fn from(reader: R<INT_CLOCK_DELAY_TAP_SEL0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_CLOCK_DELAY_TAP_SEL1_SPEC>> for R
impl From<R<INT_CLOCK_DELAY_TAP_SEL1_SPEC>> for R
Source§fn from(reader: R<INT_CLOCK_DELAY_TAP_SEL1_SPEC>) -> Self
fn from(reader: R<INT_CLOCK_DELAY_TAP_SEL1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_DISABLE_SPEC>> for R
impl From<R<INT_DISABLE_SPEC>> for R
Source§fn from(reader: R<INT_DISABLE_SPEC>) -> Self
fn from(reader: R<INT_DISABLE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_MASK_SPEC>> for R
impl From<R<INT_MASK_SPEC>> for R
Source§fn from(reader: R<INT_MASK_SPEC>) -> Self
fn from(reader: R<INT_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_MODERATION_SPEC>> for R
impl From<R<INT_MODERATION_SPEC>> for R
Source§fn from(reader: R<INT_MODERATION_SPEC>) -> Self
fn from(reader: R<INT_MODERATION_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_Q15_DISABLE_SPEC>> for R
impl From<R<INT_Q15_DISABLE_SPEC>> for R
Source§fn from(reader: R<INT_Q15_DISABLE_SPEC>) -> Self
fn from(reader: R<INT_Q15_DISABLE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_Q15_ENABLE_SPEC>> for R
impl From<R<INT_Q15_ENABLE_SPEC>> for R
Source§fn from(reader: R<INT_Q15_ENABLE_SPEC>) -> Self
fn from(reader: R<INT_Q15_ENABLE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_Q15_MASK_SPEC>> for R
impl From<R<INT_Q15_MASK_SPEC>> for R
Source§fn from(reader: R<INT_Q15_MASK_SPEC>) -> Self
fn from(reader: R<INT_Q15_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_Q15_STATUS_SPEC>> for R
impl From<R<INT_Q15_STATUS_SPEC>> for R
Source§fn from(reader: R<INT_Q15_STATUS_SPEC>) -> Self
fn from(reader: R<INT_Q15_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_Q1_MASK_SPEC>> for R
impl From<R<INT_Q1_MASK_SPEC>> for R
Source§fn from(reader: R<INT_Q1_MASK_SPEC>) -> Self
fn from(reader: R<INT_Q1_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_Q1_STATUS_SPEC>> for R
impl From<R<INT_Q1_STATUS_SPEC>> for R
Source§fn from(reader: R<INT_Q1_STATUS_SPEC>) -> Self
fn from(reader: R<INT_Q1_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_Q2_MASK_SPEC>> for R
impl From<R<INT_Q2_MASK_SPEC>> for R
Source§fn from(reader: R<INT_Q2_MASK_SPEC>) -> Self
fn from(reader: R<INT_Q2_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_Q2_STATUS_SPEC>> for R
impl From<R<INT_Q2_STATUS_SPEC>> for R
Source§fn from(reader: R<INT_Q2_STATUS_SPEC>) -> Self
fn from(reader: R<INT_Q2_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_Q3_DISABLE_SPEC>> for R
impl From<R<INT_Q3_DISABLE_SPEC>> for R
Source§fn from(reader: R<INT_Q3_DISABLE_SPEC>) -> Self
fn from(reader: R<INT_Q3_DISABLE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_Q3_ENABLE_SPEC>> for R
impl From<R<INT_Q3_ENABLE_SPEC>> for R
Source§fn from(reader: R<INT_Q3_ENABLE_SPEC>) -> Self
fn from(reader: R<INT_Q3_ENABLE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_Q3_MASK_SPEC>> for R
impl From<R<INT_Q3_MASK_SPEC>> for R
Source§fn from(reader: R<INT_Q3_MASK_SPEC>) -> Self
fn from(reader: R<INT_Q3_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_Q3_STATUS_SPEC>> for R
impl From<R<INT_Q3_STATUS_SPEC>> for R
Source§fn from(reader: R<INT_Q3_STATUS_SPEC>) -> Self
fn from(reader: R<INT_Q3_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_Q7_DISABLE_SPEC>> for R
impl From<R<INT_Q7_DISABLE_SPEC>> for R
Source§fn from(reader: R<INT_Q7_DISABLE_SPEC>) -> Self
fn from(reader: R<INT_Q7_DISABLE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_Q7_ENABLE_SPEC>> for R
impl From<R<INT_Q7_ENABLE_SPEC>> for R
Source§fn from(reader: R<INT_Q7_ENABLE_SPEC>) -> Self
fn from(reader: R<INT_Q7_ENABLE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_Q7_MASK_SPEC>> for R
impl From<R<INT_Q7_MASK_SPEC>> for R
Source§fn from(reader: R<INT_Q7_MASK_SPEC>) -> Self
fn from(reader: R<INT_Q7_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_Q8_DISABLE_SPEC>> for R
impl From<R<INT_Q8_DISABLE_SPEC>> for R
Source§fn from(reader: R<INT_Q8_DISABLE_SPEC>) -> Self
fn from(reader: R<INT_Q8_DISABLE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_Q8_ENABLE_SPEC>> for R
impl From<R<INT_Q8_ENABLE_SPEC>> for R
Source§fn from(reader: R<INT_Q8_ENABLE_SPEC>) -> Self
fn from(reader: R<INT_Q8_ENABLE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_Q8_MASK_SPEC>> for R
impl From<R<INT_Q8_MASK_SPEC>> for R
Source§fn from(reader: R<INT_Q8_MASK_SPEC>) -> Self
fn from(reader: R<INT_Q8_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<INT_STATUS_SPEC>> for R
impl From<R<INT_STATUS_SPEC>> for R
Source§fn from(reader: R<INT_STATUS_SPEC>) -> Self
fn from(reader: R<INT_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<JUMBO_MAX_LENGTH_SPEC>> for R
impl From<R<JUMBO_MAX_LENGTH_SPEC>> for R
Source§fn from(reader: R<JUMBO_MAX_LENGTH_SPEC>) -> Self
fn from(reader: R<JUMBO_MAX_LENGTH_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<LATE_COLLISIONS_SPEC>> for R
impl From<R<LATE_COLLISIONS_SPEC>> for R
Source§fn from(reader: R<LATE_COLLISIONS_SPEC>) -> Self
fn from(reader: R<LATE_COLLISIONS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<LINE_SEL_BUFF_SPEC>> for R
impl From<R<LINE_SEL_BUFF_SPEC>> for R
Source§fn from(reader: R<LINE_SEL_BUFF_SPEC>) -> Self
fn from(reader: R<LINE_SEL_BUFF_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<LINE_SEL_SPEC>> for R
impl From<R<LINE_SEL_SPEC>> for R
Source§fn from(reader: R<LINE_SEL_SPEC>) -> Self
fn from(reader: R<LINE_SEL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<LOAD0_FF_STATUS_SPEC>> for R
impl From<R<LOAD0_FF_STATUS_SPEC>> for R
Source§fn from(reader: R<LOAD0_FF_STATUS_SPEC>) -> Self
fn from(reader: R<LOAD0_FF_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<LOAD1_FF_STATUS_SPEC>> for R
impl From<R<LOAD1_FF_STATUS_SPEC>> for R
Source§fn from(reader: R<LOAD1_FF_STATUS_SPEC>) -> Self
fn from(reader: R<LOAD1_FF_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<LOCK_STATUS_SPEC>> for R
impl From<R<LOCK_STATUS_SPEC>> for R
Source§fn from(reader: R<LOCK_STATUS_SPEC>) -> Self
fn from(reader: R<LOCK_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<LOWER_LIMIT_SPEC>> for R
impl From<R<LOWER_LIMIT_SPEC>> for R
Source§fn from(reader: R<LOWER_LIMIT_SPEC>) -> Self
fn from(reader: R<LOWER_LIMIT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<LOWER_LIMIT_SPEC>> for R
impl From<R<LOWER_LIMIT_SPEC>> for R
Source§fn from(reader: R<LOWER_LIMIT_SPEC>) -> Self
fn from(reader: R<LOWER_LIMIT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<LPECO_CTL_SPEC>> for R
impl From<R<LPECO_CTL_SPEC>> for R
Source§fn from(reader: R<LPECO_CTL_SPEC>) -> Self
fn from(reader: R<LPECO_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<LPECO_PRESCALE_SPEC>> for R
impl From<R<LPECO_PRESCALE_SPEC>> for R
Source§fn from(reader: R<LPECO_PRESCALE_SPEC>) -> Self
fn from(reader: R<LPECO_PRESCALE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<LPECO_STATUS_SPEC>> for R
impl From<R<LPECO_STATUS_SPEC>> for R
Source§fn from(reader: R<LPECO_STATUS_SPEC>) -> Self
fn from(reader: R<LPECO_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<LUT_CTL_SPEC>> for R
impl From<R<LUT_CTL_SPEC>> for R
Source§fn from(reader: R<LUT_CTL_SPEC>) -> Self
fn from(reader: R<LUT_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<LUT_SEL_SPEC>> for R
impl From<R<LUT_SEL_SPEC>> for R
Source§fn from(reader: R<LUT_SEL_SPEC>) -> Self
fn from(reader: R<LUT_SEL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MAIN_FLASH_SAFETY_SPEC>> for R
impl From<R<MAIN_FLASH_SAFETY_SPEC>> for R
Source§fn from(reader: R<MAIN_FLASH_SAFETY_SPEC>) -> Self
fn from(reader: R<MAIN_FLASH_SAFETY_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MASK0_SPEC>> for R
impl From<R<MASK0_SPEC>> for R
Source§fn from(reader: R<MASK0_SPEC>) -> Self
fn from(reader: R<MASK0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MASK1_SPEC>> for R
impl From<R<MASK1_SPEC>> for R
Source§fn from(reader: R<MASK1_SPEC>) -> Self
fn from(reader: R<MASK1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MASK2_SPEC>> for R
impl From<R<MASK2_SPEC>> for R
Source§fn from(reader: R<MASK2_SPEC>) -> Self
fn from(reader: R<MASK2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MASK_ADD1_BOTTOM_SPEC>> for R
impl From<R<MASK_ADD1_BOTTOM_SPEC>> for R
Source§fn from(reader: R<MASK_ADD1_BOTTOM_SPEC>) -> Self
fn from(reader: R<MASK_ADD1_BOTTOM_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MASK_ADD1_TOP_SPEC>> for R
impl From<R<MASK_ADD1_TOP_SPEC>> for R
Source§fn from(reader: R<MASK_ADD1_TOP_SPEC>) -> Self
fn from(reader: R<MASK_ADD1_TOP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MBIST_STAT_SPEC>> for R
impl From<R<MBIST_STAT_SPEC>> for R
Source§fn from(reader: R<MBIST_STAT_SPEC>) -> Self
fn from(reader: R<MBIST_STAT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MBIU_CTRL_R_SPEC>> for R
impl From<R<MBIU_CTRL_R_SPEC>> for R
Source§fn from(reader: R<MBIU_CTRL_R_SPEC>) -> Self
fn from(reader: R<MBIU_CTRL_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MEM_CLOCK_CTL_SPEC>> for R
impl From<R<MEM_CLOCK_CTL_SPEC>> for R
Source§fn from(reader: R<MEM_CLOCK_CTL_SPEC>) -> Self
fn from(reader: R<MEM_CLOCK_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MONITOR_CTL_0_SPEC>> for R
impl From<R<MONITOR_CTL_0_SPEC>> for R
Source§fn from(reader: R<MONITOR_CTL_0_SPEC>) -> Self
fn from(reader: R<MONITOR_CTL_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MONITOR_CTL_1_SPEC>> for R
impl From<R<MONITOR_CTL_1_SPEC>> for R
Source§fn from(reader: R<MONITOR_CTL_1_SPEC>) -> Self
fn from(reader: R<MONITOR_CTL_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MONITOR_CTL_2_SPEC>> for R
impl From<R<MONITOR_CTL_2_SPEC>> for R
Source§fn from(reader: R<MONITOR_CTL_2_SPEC>) -> Self
fn from(reader: R<MONITOR_CTL_2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MONITOR_CTL_3_SPEC>> for R
impl From<R<MONITOR_CTL_3_SPEC>> for R
Source§fn from(reader: R<MONITOR_CTL_3_SPEC>) -> Self
fn from(reader: R<MONITOR_CTL_3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MON_CTL_SPEC>> for R
impl From<R<MON_CTL_SPEC>> for R
Source§fn from(reader: R<MON_CTL_SPEC>) -> Self
fn from(reader: R<MON_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MON_CTL_SPEC>> for R
impl From<R<MON_CTL_SPEC>> for R
Source§fn from(reader: R<MON_CTL_SPEC>) -> Self
fn from(reader: R<MON_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MON_CTL_SPEC>> for R
impl From<R<MON_CTL_SPEC>> for R
Source§fn from(reader: R<MON_CTL_SPEC>) -> Self
fn from(reader: R<MON_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MON_CTL_SPEC>> for R
impl From<R<MON_CTL_SPEC>> for R
Source§fn from(reader: R<MON_CTL_SPEC>) -> Self
fn from(reader: R<MON_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS0_CTL_SPEC>> for R
impl From<R<MS0_CTL_SPEC>> for R
Source§fn from(reader: R<MS0_CTL_SPEC>) -> Self
fn from(reader: R<MS0_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS10_CTL_SPEC>> for R
impl From<R<MS10_CTL_SPEC>> for R
Source§fn from(reader: R<MS10_CTL_SPEC>) -> Self
fn from(reader: R<MS10_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS11_CTL_SPEC>> for R
impl From<R<MS11_CTL_SPEC>> for R
Source§fn from(reader: R<MS11_CTL_SPEC>) -> Self
fn from(reader: R<MS11_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS12_CTL_SPEC>> for R
impl From<R<MS12_CTL_SPEC>> for R
Source§fn from(reader: R<MS12_CTL_SPEC>) -> Self
fn from(reader: R<MS12_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS13_CTL_SPEC>> for R
impl From<R<MS13_CTL_SPEC>> for R
Source§fn from(reader: R<MS13_CTL_SPEC>) -> Self
fn from(reader: R<MS13_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS14_CTL_SPEC>> for R
impl From<R<MS14_CTL_SPEC>> for R
Source§fn from(reader: R<MS14_CTL_SPEC>) -> Self
fn from(reader: R<MS14_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS15_CTL_SPEC>> for R
impl From<R<MS15_CTL_SPEC>> for R
Source§fn from(reader: R<MS15_CTL_SPEC>) -> Self
fn from(reader: R<MS15_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS1_CTL_SPEC>> for R
impl From<R<MS1_CTL_SPEC>> for R
Source§fn from(reader: R<MS1_CTL_SPEC>) -> Self
fn from(reader: R<MS1_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS2_CTL_SPEC>> for R
impl From<R<MS2_CTL_SPEC>> for R
Source§fn from(reader: R<MS2_CTL_SPEC>) -> Self
fn from(reader: R<MS2_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS3_CTL_SPEC>> for R
impl From<R<MS3_CTL_SPEC>> for R
Source§fn from(reader: R<MS3_CTL_SPEC>) -> Self
fn from(reader: R<MS3_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS4_CTL_SPEC>> for R
impl From<R<MS4_CTL_SPEC>> for R
Source§fn from(reader: R<MS4_CTL_SPEC>) -> Self
fn from(reader: R<MS4_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS5_CTL_SPEC>> for R
impl From<R<MS5_CTL_SPEC>> for R
Source§fn from(reader: R<MS5_CTL_SPEC>) -> Self
fn from(reader: R<MS5_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS6_CTL_SPEC>> for R
impl From<R<MS6_CTL_SPEC>> for R
Source§fn from(reader: R<MS6_CTL_SPEC>) -> Self
fn from(reader: R<MS6_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS7_CTL_SPEC>> for R
impl From<R<MS7_CTL_SPEC>> for R
Source§fn from(reader: R<MS7_CTL_SPEC>) -> Self
fn from(reader: R<MS7_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS8_CTL_SPEC>> for R
impl From<R<MS8_CTL_SPEC>> for R
Source§fn from(reader: R<MS8_CTL_SPEC>) -> Self
fn from(reader: R<MS8_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS9_CTL_SPEC>> for R
impl From<R<MS9_CTL_SPEC>> for R
Source§fn from(reader: R<MS9_CTL_SPEC>) -> Self
fn from(reader: R<MS9_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MSHC_CTRL_R_SPEC>> for R
impl From<R<MSHC_CTRL_R_SPEC>> for R
Source§fn from(reader: R<MSHC_CTRL_R_SPEC>) -> Self
fn from(reader: R<MSHC_CTRL_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MSHC_VER_ID_R_SPEC>> for R
impl From<R<MSHC_VER_ID_R_SPEC>> for R
Source§fn from(reader: R<MSHC_VER_ID_R_SPEC>) -> Self
fn from(reader: R<MSHC_VER_ID_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MSHC_VER_TYPE_R_SPEC>> for R
impl From<R<MSHC_VER_TYPE_R_SPEC>> for R
Source§fn from(reader: R<MSHC_VER_TYPE_R_SPEC>) -> Self
fn from(reader: R<MSHC_VER_TYPE_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS_ADDR_SPEC>> for R
impl From<R<MS_ADDR_SPEC>> for R
Source§fn from(reader: R<MS_ADDR_SPEC>) -> Self
fn from(reader: R<MS_ADDR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS_ADDR_SPEC>> for R
impl From<R<MS_ADDR_SPEC>> for R
Source§fn from(reader: R<MS_ADDR_SPEC>) -> Self
fn from(reader: R<MS_ADDR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS_ATT0_SPEC>> for R
impl From<R<MS_ATT0_SPEC>> for R
Source§fn from(reader: R<MS_ATT0_SPEC>) -> Self
fn from(reader: R<MS_ATT0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS_ATT0_SPEC>> for R
impl From<R<MS_ATT0_SPEC>> for R
Source§fn from(reader: R<MS_ATT0_SPEC>) -> Self
fn from(reader: R<MS_ATT0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS_ATT1_SPEC>> for R
impl From<R<MS_ATT1_SPEC>> for R
Source§fn from(reader: R<MS_ATT1_SPEC>) -> Self
fn from(reader: R<MS_ATT1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS_ATT1_SPEC>> for R
impl From<R<MS_ATT1_SPEC>> for R
Source§fn from(reader: R<MS_ATT1_SPEC>) -> Self
fn from(reader: R<MS_ATT1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS_ATT2_SPEC>> for R
impl From<R<MS_ATT2_SPEC>> for R
Source§fn from(reader: R<MS_ATT2_SPEC>) -> Self
fn from(reader: R<MS_ATT2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS_ATT2_SPEC>> for R
impl From<R<MS_ATT2_SPEC>> for R
Source§fn from(reader: R<MS_ATT2_SPEC>) -> Self
fn from(reader: R<MS_ATT2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS_ATT3_SPEC>> for R
impl From<R<MS_ATT3_SPEC>> for R
Source§fn from(reader: R<MS_ATT3_SPEC>) -> Self
fn from(reader: R<MS_ATT3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS_ATT3_SPEC>> for R
impl From<R<MS_ATT3_SPEC>> for R
Source§fn from(reader: R<MS_ATT3_SPEC>) -> Self
fn from(reader: R<MS_ATT3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS_CTL_READ_MIR_SPEC>> for R
impl From<R<MS_CTL_READ_MIR_SPEC>> for R
Source§fn from(reader: R<MS_CTL_READ_MIR_SPEC>) -> Self
fn from(reader: R<MS_CTL_READ_MIR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS_CTL_SPEC>> for R
impl From<R<MS_CTL_SPEC>> for R
Source§fn from(reader: R<MS_CTL_SPEC>) -> Self
fn from(reader: R<MS_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS_SIZE_SPEC>> for R
impl From<R<MS_SIZE_SPEC>> for R
Source§fn from(reader: R<MS_SIZE_SPEC>) -> Self
fn from(reader: R<MS_SIZE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MS_SIZE_SPEC>> for R
impl From<R<MS_SIZE_SPEC>> for R
Source§fn from(reader: R<MS_SIZE_SPEC>) -> Self
fn from(reader: R<MS_SIZE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MULTICAST_RXED_SPEC>> for R
impl From<R<MULTICAST_RXED_SPEC>> for R
Source§fn from(reader: R<MULTICAST_RXED_SPEC>) -> Self
fn from(reader: R<MULTICAST_RXED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MULTICAST_TXED_SPEC>> for R
impl From<R<MULTICAST_TXED_SPEC>> for R
Source§fn from(reader: R<MULTICAST_TXED_SPEC>) -> Self
fn from(reader: R<MULTICAST_TXED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<MULTIPLE_COLLISIONS_SPEC>> for R
impl From<R<MULTIPLE_COLLISIONS_SPEC>> for R
Source§fn from(reader: R<MULTIPLE_COLLISIONS_SPEC>) -> Self
fn from(reader: R<MULTIPLE_COLLISIONS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<NDAT1_SPEC>> for R
impl From<R<NDAT1_SPEC>> for R
Source§fn from(reader: R<NDAT1_SPEC>) -> Self
fn from(reader: R<NDAT1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<NDAT2_SPEC>> for R
impl From<R<NDAT2_SPEC>> for R
Source§fn from(reader: R<NDAT2_SPEC>) -> Self
fn from(reader: R<NDAT2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<NETWORK_CONFIG_SPEC>> for R
impl From<R<NETWORK_CONFIG_SPEC>> for R
Source§fn from(reader: R<NETWORK_CONFIG_SPEC>) -> Self
fn from(reader: R<NETWORK_CONFIG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<NETWORK_CONTROL_SPEC>> for R
impl From<R<NETWORK_CONTROL_SPEC>> for R
Source§fn from(reader: R<NETWORK_CONTROL_SPEC>) -> Self
fn from(reader: R<NETWORK_CONTROL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<NETWORK_STATUS_SPEC>> for R
impl From<R<NETWORK_STATUS_SPEC>> for R
Source§fn from(reader: R<NETWORK_STATUS_SPEC>) -> Self
fn from(reader: R<NETWORK_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<NORMAL_INT_SIGNAL_EN_R_SPEC>> for R
impl From<R<NORMAL_INT_SIGNAL_EN_R_SPEC>> for R
Source§fn from(reader: R<NORMAL_INT_SIGNAL_EN_R_SPEC>) -> Self
fn from(reader: R<NORMAL_INT_SIGNAL_EN_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<NORMAL_INT_STAT_EN_R_SPEC>> for R
impl From<R<NORMAL_INT_STAT_EN_R_SPEC>> for R
Source§fn from(reader: R<NORMAL_INT_STAT_EN_R_SPEC>) -> Self
fn from(reader: R<NORMAL_INT_STAT_EN_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<NORMAL_INT_STAT_R_SPEC>> for R
impl From<R<NORMAL_INT_STAT_R_SPEC>> for R
Source§fn from(reader: R<NORMAL_INT_STAT_R_SPEC>) -> Self
fn from(reader: R<NORMAL_INT_STAT_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<OCTETS_RXED_BOTTOM_SPEC>> for R
impl From<R<OCTETS_RXED_BOTTOM_SPEC>> for R
Source§fn from(reader: R<OCTETS_RXED_BOTTOM_SPEC>) -> Self
fn from(reader: R<OCTETS_RXED_BOTTOM_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<OCTETS_RXED_TOP_SPEC>> for R
impl From<R<OCTETS_RXED_TOP_SPEC>> for R
Source§fn from(reader: R<OCTETS_RXED_TOP_SPEC>) -> Self
fn from(reader: R<OCTETS_RXED_TOP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<OCTETS_TXED_BOTTOM_SPEC>> for R
impl From<R<OCTETS_TXED_BOTTOM_SPEC>> for R
Source§fn from(reader: R<OCTETS_TXED_BOTTOM_SPEC>) -> Self
fn from(reader: R<OCTETS_TXED_BOTTOM_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<OCTETS_TXED_TOP_SPEC>> for R
impl From<R<OCTETS_TXED_TOP_SPEC>> for R
Source§fn from(reader: R<OCTETS_TXED_TOP_SPEC>) -> Self
fn from(reader: R<OCTETS_TXED_TOP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<OUT_CLR_SPEC>> for R
impl From<R<OUT_CLR_SPEC>> for R
Source§fn from(reader: R<OUT_CLR_SPEC>) -> Self
fn from(reader: R<OUT_CLR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<OUT_INV_SPEC>> for R
impl From<R<OUT_INV_SPEC>> for R
Source§fn from(reader: R<OUT_INV_SPEC>) -> Self
fn from(reader: R<OUT_INV_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<OUT_SET_SPEC>> for R
impl From<R<OUT_SET_SPEC>> for R
Source§fn from(reader: R<OUT_SET_SPEC>) -> Self
fn from(reader: R<OUT_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PASS_CTL_SPEC>> for R
impl From<R<PASS_CTL_SPEC>> for R
Source§fn from(reader: R<PASS_CTL_SPEC>) -> Self
fn from(reader: R<PASS_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PAUSE_FRAMES_RXED_SPEC>> for R
impl From<R<PAUSE_FRAMES_RXED_SPEC>> for R
Source§fn from(reader: R<PAUSE_FRAMES_RXED_SPEC>) -> Self
fn from(reader: R<PAUSE_FRAMES_RXED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PAUSE_FRAMES_TXED_SPEC>> for R
impl From<R<PAUSE_FRAMES_TXED_SPEC>> for R
Source§fn from(reader: R<PAUSE_FRAMES_TXED_SPEC>) -> Self
fn from(reader: R<PAUSE_FRAMES_TXED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PAUSE_TIME_SPEC>> for R
impl From<R<PAUSE_TIME_SPEC>> for R
Source§fn from(reader: R<PAUSE_TIME_SPEC>) -> Self
fn from(reader: R<PAUSE_TIME_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PBUF_RXCUTTHRU_SPEC>> for R
impl From<R<PBUF_RXCUTTHRU_SPEC>> for R
Source§fn from(reader: R<PBUF_RXCUTTHRU_SPEC>) -> Self
fn from(reader: R<PBUF_RXCUTTHRU_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PBUF_TXCUTTHRU_SPEC>> for R
impl From<R<PBUF_TXCUTTHRU_SPEC>> for R
Source§fn from(reader: R<PBUF_TXCUTTHRU_SPEC>) -> Self
fn from(reader: R<PBUF_TXCUTTHRU_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PCS_AN_ADV_SPEC>> for R
impl From<R<PCS_AN_ADV_SPEC>> for R
Source§fn from(reader: R<PCS_AN_ADV_SPEC>) -> Self
fn from(reader: R<PCS_AN_ADV_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PCS_AN_EXP_SPEC>> for R
impl From<R<PCS_AN_EXP_SPEC>> for R
Source§fn from(reader: R<PCS_AN_EXP_SPEC>) -> Self
fn from(reader: R<PCS_AN_EXP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PCS_AN_EXT_STATUS_SPEC>> for R
impl From<R<PCS_AN_EXT_STATUS_SPEC>> for R
Source§fn from(reader: R<PCS_AN_EXT_STATUS_SPEC>) -> Self
fn from(reader: R<PCS_AN_EXT_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PCS_AN_LP_BASE_SPEC>> for R
impl From<R<PCS_AN_LP_BASE_SPEC>> for R
Source§fn from(reader: R<PCS_AN_LP_BASE_SPEC>) -> Self
fn from(reader: R<PCS_AN_LP_BASE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PCS_AN_LP_NP_SPEC>> for R
impl From<R<PCS_AN_LP_NP_SPEC>> for R
Source§fn from(reader: R<PCS_AN_LP_NP_SPEC>) -> Self
fn from(reader: R<PCS_AN_LP_NP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PCS_AN_NP_TX_SPEC>> for R
impl From<R<PCS_AN_NP_TX_SPEC>> for R
Source§fn from(reader: R<PCS_AN_NP_TX_SPEC>) -> Self
fn from(reader: R<PCS_AN_NP_TX_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PCS_CONTROL_SPEC>> for R
impl From<R<PCS_CONTROL_SPEC>> for R
Source§fn from(reader: R<PCS_CONTROL_SPEC>) -> Self
fn from(reader: R<PCS_CONTROL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PCS_STATUS_SPEC>> for R
impl From<R<PCS_STATUS_SPEC>> for R
Source§fn from(reader: R<PCS_STATUS_SPEC>) -> Self
fn from(reader: R<PCS_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PENDING0_SPEC>> for R
impl From<R<PENDING0_SPEC>> for R
Source§fn from(reader: R<PENDING0_SPEC>) -> Self
fn from(reader: R<PENDING0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PENDING1_SPEC>> for R
impl From<R<PENDING1_SPEC>> for R
Source§fn from(reader: R<PENDING1_SPEC>) -> Self
fn from(reader: R<PENDING1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PENDING2_SPEC>> for R
impl From<R<PENDING2_SPEC>> for R
Source§fn from(reader: R<PENDING2_SPEC>) -> Self
fn from(reader: R<PENDING2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PERIOD_BUFF_SPEC>> for R
impl From<R<PERIOD_BUFF_SPEC>> for R
Source§fn from(reader: R<PERIOD_BUFF_SPEC>) -> Self
fn from(reader: R<PERIOD_BUFF_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PERIOD_SPEC>> for R
impl From<R<PERIOD_SPEC>> for R
Source§fn from(reader: R<PERIOD_SPEC>) -> Self
fn from(reader: R<PERIOD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PERI_CLOCK_CTL_SPEC>> for R
impl From<R<PERI_CLOCK_CTL_SPEC>> for R
Source§fn from(reader: R<PERI_CLOCK_CTL_SPEC>) -> Self
fn from(reader: R<PERI_CLOCK_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PHY_MANAGEMENT_SPEC>> for R
impl From<R<PHY_MANAGEMENT_SPEC>> for R
Source§fn from(reader: R<PHY_MANAGEMENT_SPEC>) -> Self
fn from(reader: R<PHY_MANAGEMENT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PID_CHECKSUM_SPEC>> for R
impl From<R<PID_CHECKSUM_SPEC>> for R
Source§fn from(reader: R<PID_CHECKSUM_SPEC>) -> Self
fn from(reader: R<PID_CHECKSUM_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PMIC_CTL_SPEC>> for R
impl From<R<PMIC_CTL_SPEC>> for R
Source§fn from(reader: R<PMIC_CTL_SPEC>) -> Self
fn from(reader: R<PMIC_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PORT_SEL0_SPEC>> for R
impl From<R<PORT_SEL0_SPEC>> for R
Source§fn from(reader: R<PORT_SEL0_SPEC>) -> Self
fn from(reader: R<PORT_SEL0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PORT_SEL1_SPEC>> for R
impl From<R<PORT_SEL1_SPEC>> for R
Source§fn from(reader: R<PORT_SEL1_SPEC>) -> Self
fn from(reader: R<PORT_SEL1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<POST_CTL_SPEC>> for R
impl From<R<POST_CTL_SPEC>> for R
Source§fn from(reader: R<POST_CTL_SPEC>) -> Self
fn from(reader: R<POST_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PRECOND_CTL_SPEC>> for R
impl From<R<PRECOND_CTL_SPEC>> for R
Source§fn from(reader: R<PRECOND_CTL_SPEC>) -> Self
fn from(reader: R<PRECOND_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PRODUCT_ID_SPEC>> for R
impl From<R<PRODUCT_ID_SPEC>> for R
Source§fn from(reader: R<PRODUCT_ID_SPEC>) -> Self
fn from(reader: R<PRODUCT_ID_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PROTECTION_SPEC>> for R
impl From<R<PROTECTION_SPEC>> for R
Source§fn from(reader: R<PROTECTION_SPEC>) -> Self
fn from(reader: R<PROTECTION_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PR_CMD_SPEC>> for R
impl From<R<PR_CMD_SPEC>> for R
Source§fn from(reader: R<PR_CMD_SPEC>) -> Self
fn from(reader: R<PR_CMD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PR_LFSR_CTL0_SPEC>> for R
impl From<R<PR_LFSR_CTL0_SPEC>> for R
Source§fn from(reader: R<PR_LFSR_CTL0_SPEC>) -> Self
fn from(reader: R<PR_LFSR_CTL0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PR_LFSR_CTL1_SPEC>> for R
impl From<R<PR_LFSR_CTL1_SPEC>> for R
Source§fn from(reader: R<PR_LFSR_CTL1_SPEC>) -> Self
fn from(reader: R<PR_LFSR_CTL1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PR_LFSR_CTL2_SPEC>> for R
impl From<R<PR_LFSR_CTL2_SPEC>> for R
Source§fn from(reader: R<PR_LFSR_CTL2_SPEC>) -> Self
fn from(reader: R<PR_LFSR_CTL2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PR_MAX_CTL_SPEC>> for R
impl From<R<PR_MAX_CTL_SPEC>> for R
Source§fn from(reader: R<PR_MAX_CTL_SPEC>) -> Self
fn from(reader: R<PR_MAX_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PR_RESULT_SPEC>> for R
impl From<R<PR_RESULT_SPEC>> for R
Source§fn from(reader: R<PR_RESULT_SPEC>) -> Self
fn from(reader: R<PR_RESULT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PSTATE_REG_SPEC>> for R
impl From<R<PSTATE_REG_SPEC>> for R
Source§fn from(reader: R<PSTATE_REG_SPEC>) -> Self
fn from(reader: R<PSTATE_REG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_BUCK_CTL2_SPEC>> for R
impl From<R<PWR_BUCK_CTL2_SPEC>> for R
Source§fn from(reader: R<PWR_BUCK_CTL2_SPEC>) -> Self
fn from(reader: R<PWR_BUCK_CTL2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_BUCK_CTL_SPEC>> for R
impl From<R<PWR_BUCK_CTL_SPEC>> for R
Source§fn from(reader: R<PWR_BUCK_CTL_SPEC>) -> Self
fn from(reader: R<PWR_BUCK_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_CTL2_SPEC>> for R
impl From<R<PWR_CTL2_SPEC>> for R
Source§fn from(reader: R<PWR_CTL2_SPEC>) -> Self
fn from(reader: R<PWR_CTL2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_CTL_SPEC>> for R
impl From<R<PWR_CTL_SPEC>> for R
Source§fn from(reader: R<PWR_CTL_SPEC>) -> Self
fn from(reader: R<PWR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_CTRL_R_SPEC>> for R
impl From<R<PWR_CTRL_R_SPEC>> for R
Source§fn from(reader: R<PWR_CTRL_R_SPEC>) -> Self
fn from(reader: R<PWR_CTRL_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_HIBERNATE_SPEC>> for R
impl From<R<PWR_HIBERNATE_SPEC>> for R
Source§fn from(reader: R<PWR_HIBERNATE_SPEC>) -> Self
fn from(reader: R<PWR_HIBERNATE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_HIB_DATA_SPEC>> for R
impl From<R<PWR_HIB_DATA_SPEC>> for R
Source§fn from(reader: R<PWR_HIB_DATA_SPEC>) -> Self
fn from(reader: R<PWR_HIB_DATA_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_LVD_CTL2_SPEC>> for R
impl From<R<PWR_LVD_CTL2_SPEC>> for R
Source§fn from(reader: R<PWR_LVD_CTL2_SPEC>) -> Self
fn from(reader: R<PWR_LVD_CTL2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_LVD_CTL_SPEC>> for R
impl From<R<PWR_LVD_CTL_SPEC>> for R
Source§fn from(reader: R<PWR_LVD_CTL_SPEC>) -> Self
fn from(reader: R<PWR_LVD_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_LVD_STATUS2_SPEC>> for R
impl From<R<PWR_LVD_STATUS2_SPEC>> for R
Source§fn from(reader: R<PWR_LVD_STATUS2_SPEC>) -> Self
fn from(reader: R<PWR_LVD_STATUS2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_LVD_STATUS_SPEC>> for R
impl From<R<PWR_LVD_STATUS_SPEC>> for R
Source§fn from(reader: R<PWR_LVD_STATUS_SPEC>) -> Self
fn from(reader: R<PWR_LVD_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_PMIC_CTL2_SPEC>> for R
impl From<R<PWR_PMIC_CTL2_SPEC>> for R
Source§fn from(reader: R<PWR_PMIC_CTL2_SPEC>) -> Self
fn from(reader: R<PWR_PMIC_CTL2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_PMIC_CTL4_SPEC>> for R
impl From<R<PWR_PMIC_CTL4_SPEC>> for R
Source§fn from(reader: R<PWR_PMIC_CTL4_SPEC>) -> Self
fn from(reader: R<PWR_PMIC_CTL4_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_PMIC_CTL_SPEC>> for R
impl From<R<PWR_PMIC_CTL_SPEC>> for R
Source§fn from(reader: R<PWR_PMIC_CTL_SPEC>) -> Self
fn from(reader: R<PWR_PMIC_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_PMIC_STATUS_SPEC>> for R
impl From<R<PWR_PMIC_STATUS_SPEC>> for R
Source§fn from(reader: R<PWR_PMIC_STATUS_SPEC>) -> Self
fn from(reader: R<PWR_PMIC_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_REGHC_CTL2_SPEC>> for R
impl From<R<PWR_REGHC_CTL2_SPEC>> for R
Source§fn from(reader: R<PWR_REGHC_CTL2_SPEC>) -> Self
fn from(reader: R<PWR_REGHC_CTL2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_REGHC_CTL4_SPEC>> for R
impl From<R<PWR_REGHC_CTL4_SPEC>> for R
Source§fn from(reader: R<PWR_REGHC_CTL4_SPEC>) -> Self
fn from(reader: R<PWR_REGHC_CTL4_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_REGHC_CTL_SPEC>> for R
impl From<R<PWR_REGHC_CTL_SPEC>> for R
Source§fn from(reader: R<PWR_REGHC_CTL_SPEC>) -> Self
fn from(reader: R<PWR_REGHC_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_REGHC_STATUS_SPEC>> for R
impl From<R<PWR_REGHC_STATUS_SPEC>> for R
Source§fn from(reader: R<PWR_REGHC_STATUS_SPEC>) -> Self
fn from(reader: R<PWR_REGHC_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_SSV_CTL_SPEC>> for R
impl From<R<PWR_SSV_CTL_SPEC>> for R
Source§fn from(reader: R<PWR_SSV_CTL_SPEC>) -> Self
fn from(reader: R<PWR_SSV_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_SSV_STATUS_SPEC>> for R
impl From<R<PWR_SSV_STATUS_SPEC>> for R
Source§fn from(reader: R<PWR_SSV_STATUS_SPEC>) -> Self
fn from(reader: R<PWR_SSV_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_TRIM_PWRSYS_CTL_SPEC>> for R
impl From<R<PWR_TRIM_PWRSYS_CTL_SPEC>> for R
Source§fn from(reader: R<PWR_TRIM_PWRSYS_CTL_SPEC>) -> Self
fn from(reader: R<PWR_TRIM_PWRSYS_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<PWR_TRIM_WAKE_CTL_SPEC>> for R
impl From<R<PWR_TRIM_WAKE_CTL_SPEC>> for R
Source§fn from(reader: R<PWR_TRIM_WAKE_CTL_SPEC>) -> Self
fn from(reader: R<PWR_TRIM_WAKE_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RAM0_CTL0_SPEC>> for R
impl From<R<RAM0_CTL0_SPEC>> for R
Source§fn from(reader: R<RAM0_CTL0_SPEC>) -> Self
fn from(reader: R<RAM0_CTL0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RAM0_PWR_MACRO_CTL_SPEC>> for R
impl From<R<RAM0_PWR_MACRO_CTL_SPEC>> for R
Source§fn from(reader: R<RAM0_PWR_MACRO_CTL_SPEC>) -> Self
fn from(reader: R<RAM0_PWR_MACRO_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RAM0_STATUS_SPEC>> for R
impl From<R<RAM0_STATUS_SPEC>> for R
Source§fn from(reader: R<RAM0_STATUS_SPEC>) -> Self
fn from(reader: R<RAM0_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RAM1_CTL0_SPEC>> for R
impl From<R<RAM1_CTL0_SPEC>> for R
Source§fn from(reader: R<RAM1_CTL0_SPEC>) -> Self
fn from(reader: R<RAM1_CTL0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RAM1_PWR_CTL_SPEC>> for R
impl From<R<RAM1_PWR_CTL_SPEC>> for R
Source§fn from(reader: R<RAM1_PWR_CTL_SPEC>) -> Self
fn from(reader: R<RAM1_PWR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RAM1_STATUS_SPEC>> for R
impl From<R<RAM1_STATUS_SPEC>> for R
Source§fn from(reader: R<RAM1_STATUS_SPEC>) -> Self
fn from(reader: R<RAM1_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RAM2_CTL0_SPEC>> for R
impl From<R<RAM2_CTL0_SPEC>> for R
Source§fn from(reader: R<RAM2_CTL0_SPEC>) -> Self
fn from(reader: R<RAM2_CTL0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RAM2_PWR_CTL_SPEC>> for R
impl From<R<RAM2_PWR_CTL_SPEC>> for R
Source§fn from(reader: R<RAM2_PWR_CTL_SPEC>) -> Self
fn from(reader: R<RAM2_PWR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RAM2_STATUS_SPEC>> for R
impl From<R<RAM2_STATUS_SPEC>> for R
Source§fn from(reader: R<RAM2_STATUS_SPEC>) -> Self
fn from(reader: R<RAM2_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RAM_PWR_CTL_SPEC>> for R
impl From<R<RAM_PWR_CTL_SPEC>> for R
Source§fn from(reader: R<RAM_PWR_CTL_SPEC>) -> Self
fn from(reader: R<RAM_PWR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RAM_PWR_DELAY_CTL_SPEC>> for R
impl From<R<RAM_PWR_DELAY_CTL_SPEC>> for R
Source§fn from(reader: R<RAM_PWR_DELAY_CTL_SPEC>) -> Self
fn from(reader: R<RAM_PWR_DELAY_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RAM_PWR_DELAY_CTL_SPEC>> for R
impl From<R<RAM_PWR_DELAY_CTL_SPEC>> for R
Source§fn from(reader: R<RAM_PWR_DELAY_CTL_SPEC>) -> Self
fn from(reader: R<RAM_PWR_DELAY_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RANGE_CTL_SPEC>> for R
impl From<R<RANGE_CTL_SPEC>> for R
Source§fn from(reader: R<RANGE_CTL_SPEC>) -> Self
fn from(reader: R<RANGE_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RATIO_CTL_SPEC>> for R
impl From<R<RATIO_CTL_SPEC>> for R
Source§fn from(reader: R<RATIO_CTL_SPEC>) -> Self
fn from(reader: R<RATIO_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RATIO_SPEC>> for R
impl From<R<RATIO_SPEC>> for R
Source§fn from(reader: R<RATIO_SPEC>) -> Self
fn from(reader: R<RATIO_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RD_ADDR_CTL_SPEC>> for R
impl From<R<RD_ADDR_CTL_SPEC>> for R
Source§fn from(reader: R<RD_ADDR_CTL_SPEC>) -> Self
fn from(reader: R<RD_ADDR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RD_BOUND_CTL_SPEC>> for R
impl From<R<RD_BOUND_CTL_SPEC>> for R
Source§fn from(reader: R<RD_BOUND_CTL_SPEC>) -> Self
fn from(reader: R<RD_BOUND_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RD_CMD_CTL_SPEC>> for R
impl From<R<RD_CMD_CTL_SPEC>> for R
Source§fn from(reader: R<RD_CMD_CTL_SPEC>) -> Self
fn from(reader: R<RD_CMD_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RD_CRC_CTL_SPEC>> for R
impl From<R<RD_CRC_CTL_SPEC>> for R
Source§fn from(reader: R<RD_CRC_CTL_SPEC>) -> Self
fn from(reader: R<RD_CRC_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RD_DATA_CTL_SPEC>> for R
impl From<R<RD_DATA_CTL_SPEC>> for R
Source§fn from(reader: R<RD_DATA_CTL_SPEC>) -> Self
fn from(reader: R<RD_DATA_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RD_DUMMY_CTL_SPEC>> for R
impl From<R<RD_DUMMY_CTL_SPEC>> for R
Source§fn from(reader: R<RD_DUMMY_CTL_SPEC>) -> Self
fn from(reader: R<RD_DUMMY_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RD_MODE_CTL_SPEC>> for R
impl From<R<RD_MODE_CTL_SPEC>> for R
Source§fn from(reader: R<RD_MODE_CTL_SPEC>) -> Self
fn from(reader: R<RD_MODE_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RD_STATUS_SPEC>> for R
impl From<R<RD_STATUS_SPEC>> for R
Source§fn from(reader: R<RD_STATUS_SPEC>) -> Self
fn from(reader: R<RD_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RECEIVE_Q15_PTR_SPEC>> for R
impl From<R<RECEIVE_Q15_PTR_SPEC>> for R
Source§fn from(reader: R<RECEIVE_Q15_PTR_SPEC>) -> Self
fn from(reader: R<RECEIVE_Q15_PTR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RECEIVE_Q1_PTR_SPEC>> for R
impl From<R<RECEIVE_Q1_PTR_SPEC>> for R
Source§fn from(reader: R<RECEIVE_Q1_PTR_SPEC>) -> Self
fn from(reader: R<RECEIVE_Q1_PTR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RECEIVE_Q2_PTR_SPEC>> for R
impl From<R<RECEIVE_Q2_PTR_SPEC>> for R
Source§fn from(reader: R<RECEIVE_Q2_PTR_SPEC>) -> Self
fn from(reader: R<RECEIVE_Q2_PTR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RECEIVE_Q3_PTR_SPEC>> for R
impl From<R<RECEIVE_Q3_PTR_SPEC>> for R
Source§fn from(reader: R<RECEIVE_Q3_PTR_SPEC>) -> Self
fn from(reader: R<RECEIVE_Q3_PTR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RECEIVE_Q7_PTR_SPEC>> for R
impl From<R<RECEIVE_Q7_PTR_SPEC>> for R
Source§fn from(reader: R<RECEIVE_Q7_PTR_SPEC>) -> Self
fn from(reader: R<RECEIVE_Q7_PTR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RECEIVE_Q8_PTR_SPEC>> for R
impl From<R<RECEIVE_Q8_PTR_SPEC>> for R
Source§fn from(reader: R<RECEIVE_Q8_PTR_SPEC>) -> Self
fn from(reader: R<RECEIVE_Q8_PTR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RECEIVE_Q_PTR_SPEC>> for R
impl From<R<RECEIVE_Q_PTR_SPEC>> for R
Source§fn from(reader: R<RECEIVE_Q_PTR_SPEC>) -> Self
fn from(reader: R<RECEIVE_Q_PTR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RECEIVE_STATUS_SPEC>> for R
impl From<R<RECEIVE_STATUS_SPEC>> for R
Source§fn from(reader: R<RECEIVE_STATUS_SPEC>) -> Self
fn from(reader: R<RECEIVE_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<REF_CLOCK_CTL_SPEC>> for R
impl From<R<REF_CLOCK_CTL_SPEC>> for R
Source§fn from(reader: R<REF_CLOCK_CTL_SPEC>) -> Self
fn from(reader: R<REF_CLOCK_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<REF_CTL_SPEC>> for R
impl From<R<REF_CTL_SPEC>> for R
Source§fn from(reader: R<REF_CTL_SPEC>) -> Self
fn from(reader: R<REF_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<REF_CTL_SPEC>> for R
impl From<R<REF_CTL_SPEC>> for R
Source§fn from(reader: R<REF_CTL_SPEC>) -> Self
fn from(reader: R<REF_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<REF_CTL_SPEC>> for R
impl From<R<REF_CTL_SPEC>> for R
Source§fn from(reader: R<REF_CTL_SPEC>) -> Self
fn from(reader: R<REF_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<REF_CTL_SPEC>> for R
impl From<R<REF_CTL_SPEC>> for R
Source§fn from(reader: R<REF_CTL_SPEC>) -> Self
fn from(reader: R<REF_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<REF_LIMIT_SPEC>> for R
impl From<R<REF_LIMIT_SPEC>> for R
Source§fn from(reader: R<REF_LIMIT_SPEC>) -> Self
fn from(reader: R<REF_LIMIT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<REF_LIMIT_SPEC>> for R
impl From<R<REF_LIMIT_SPEC>> for R
Source§fn from(reader: R<REF_LIMIT_SPEC>) -> Self
fn from(reader: R<REF_LIMIT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<REF_LIMIT_SPEC>> for R
impl From<R<REF_LIMIT_SPEC>> for R
Source§fn from(reader: R<REF_LIMIT_SPEC>) -> Self
fn from(reader: R<REF_LIMIT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<REF_LIMIT_SPEC>> for R
impl From<R<REF_LIMIT_SPEC>> for R
Source§fn from(reader: R<REF_LIMIT_SPEC>) -> Self
fn from(reader: R<REF_LIMIT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RESET_SPEC>> for R
impl From<R<RESET_SPEC>> for R
Source§fn from(reader: R<RESET_SPEC>) -> Self
fn from(reader: R<RESET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RESP01_R_SPEC>> for R
impl From<R<RESP01_R_SPEC>> for R
Source§fn from(reader: R<RESP01_R_SPEC>) -> Self
fn from(reader: R<RESP01_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RESP23_R_SPEC>> for R
impl From<R<RESP23_R_SPEC>> for R
Source§fn from(reader: R<RESP23_R_SPEC>) -> Self
fn from(reader: R<RESP23_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RESP45_R_SPEC>> for R
impl From<R<RESP45_R_SPEC>> for R
Source§fn from(reader: R<RESP45_R_SPEC>) -> Self
fn from(reader: R<RESP45_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RESP67_R_SPEC>> for R
impl From<R<RESP67_R_SPEC>> for R
Source§fn from(reader: R<RESP67_R_SPEC>) -> Self
fn from(reader: R<RESP67_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RESULT_RANGE_HI_SPEC>> for R
impl From<R<RESULT_RANGE_HI_SPEC>> for R
Source§fn from(reader: R<RESULT_RANGE_HI_SPEC>) -> Self
fn from(reader: R<RESULT_RANGE_HI_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RESULT_SPEC>> for R
impl From<R<RESULT_SPEC>> for R
Source§fn from(reader: R<RESULT_SPEC>) -> Self
fn from(reader: R<RESULT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RESULT_SPEC>> for R
impl From<R<RESULT_SPEC>> for R
Source§fn from(reader: R<RESULT_SPEC>) -> Self
fn from(reader: R<RESULT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RESULT_VALID_SPEC>> for R
impl From<R<RESULT_VALID_SPEC>> for R
Source§fn from(reader: R<RESULT_VALID_SPEC>) -> Self
fn from(reader: R<RESULT_VALID_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RES_CAUSE2_SPEC>> for R
impl From<R<RES_CAUSE2_SPEC>> for R
Source§fn from(reader: R<RES_CAUSE2_SPEC>) -> Self
fn from(reader: R<RES_CAUSE2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RES_CAUSE_SPEC>> for R
impl From<R<RES_CAUSE_SPEC>> for R
Source§fn from(reader: R<RES_CAUSE_SPEC>) -> Self
fn from(reader: R<RES_CAUSE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<REVISION_REG_SPEC>> for R
impl From<R<REVISION_REG_SPEC>> for R
Source§fn from(reader: R<REVISION_REG_SPEC>) -> Self
fn from(reader: R<REVISION_REG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<ROM_CTL_SPEC>> for R
impl From<R<ROM_CTL_SPEC>> for R
Source§fn from(reader: R<ROM_CTL_SPEC>) -> Self
fn from(reader: R<ROM_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RSC_CONTROL_SPEC>> for R
impl From<R<RSC_CONTROL_SPEC>> for R
Source§fn from(reader: R<RSC_CONTROL_SPEC>) -> Self
fn from(reader: R<RSC_CONTROL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RTC_DATE_SPEC>> for R
impl From<R<RTC_DATE_SPEC>> for R
Source§fn from(reader: R<RTC_DATE_SPEC>) -> Self
fn from(reader: R<RTC_DATE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RTC_RW_SPEC>> for R
impl From<R<RTC_RW_SPEC>> for R
Source§fn from(reader: R<RTC_RW_SPEC>) -> Self
fn from(reader: R<RTC_RW_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RTC_TIME_SPEC>> for R
impl From<R<RTC_TIME_SPEC>> for R
Source§fn from(reader: R<RTC_TIME_SPEC>) -> Self
fn from(reader: R<RTC_TIME_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RXESC_SPEC>> for R
impl From<R<RXESC_SPEC>> for R
Source§fn from(reader: R<RXESC_SPEC>) -> Self
fn from(reader: R<RXESC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RXF0A_SPEC>> for R
impl From<R<RXF0A_SPEC>> for R
Source§fn from(reader: R<RXF0A_SPEC>) -> Self
fn from(reader: R<RXF0A_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RXF0C_SPEC>> for R
impl From<R<RXF0C_SPEC>> for R
Source§fn from(reader: R<RXF0C_SPEC>) -> Self
fn from(reader: R<RXF0C_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RXF0S_SPEC>> for R
impl From<R<RXF0S_SPEC>> for R
Source§fn from(reader: R<RXF0S_SPEC>) -> Self
fn from(reader: R<RXF0S_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RXF1A_SPEC>> for R
impl From<R<RXF1A_SPEC>> for R
Source§fn from(reader: R<RXF1A_SPEC>) -> Self
fn from(reader: R<RXF1A_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RXF1C_SPEC>> for R
impl From<R<RXF1C_SPEC>> for R
Source§fn from(reader: R<RXF1C_SPEC>) -> Self
fn from(reader: R<RXF1C_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RXF1S_SPEC>> for R
impl From<R<RXF1S_SPEC>> for R
Source§fn from(reader: R<RXF1S_SPEC>) -> Self
fn from(reader: R<RXF1S_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RXFTOP0_DATA_SPEC>> for R
impl From<R<RXFTOP0_DATA_SPEC>> for R
Source§fn from(reader: R<RXFTOP0_DATA_SPEC>) -> Self
fn from(reader: R<RXFTOP0_DATA_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RXFTOP0_STAT_SPEC>> for R
impl From<R<RXFTOP0_STAT_SPEC>> for R
Source§fn from(reader: R<RXFTOP0_STAT_SPEC>) -> Self
fn from(reader: R<RXFTOP0_STAT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RXFTOP1_DATA_SPEC>> for R
impl From<R<RXFTOP1_DATA_SPEC>> for R
Source§fn from(reader: R<RXFTOP1_DATA_SPEC>) -> Self
fn from(reader: R<RXFTOP1_DATA_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RXFTOP1_STAT_SPEC>> for R
impl From<R<RXFTOP1_STAT_SPEC>> for R
Source§fn from(reader: R<RXFTOP1_STAT_SPEC>) -> Self
fn from(reader: R<RXFTOP1_STAT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RXFTOP_CTL_SPEC>> for R
impl From<R<RXFTOP_CTL_SPEC>> for R
Source§fn from(reader: R<RXFTOP_CTL_SPEC>) -> Self
fn from(reader: R<RXFTOP_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_BD_CONTROL_SPEC>> for R
impl From<R<RX_BD_CONTROL_SPEC>> for R
Source§fn from(reader: R<RX_BD_CONTROL_SPEC>) -> Self
fn from(reader: R<RX_BD_CONTROL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_CTL_SPEC>> for R
impl From<R<RX_CTL_SPEC>> for R
Source§fn from(reader: R<RX_CTL_SPEC>) -> Self
fn from(reader: R<RX_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_CTRL_SPEC>> for R
impl From<R<RX_CTRL_SPEC>> for R
Source§fn from(reader: R<RX_CTRL_SPEC>) -> Self
fn from(reader: R<RX_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_DATA_FIFO_STATUS_SPEC>> for R
impl From<R<RX_DATA_FIFO_STATUS_SPEC>> for R
Source§fn from(reader: R<RX_DATA_FIFO_STATUS_SPEC>) -> Self
fn from(reader: R<RX_DATA_FIFO_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_DATA_MMIO_FIFO_CTL_SPEC>> for R
impl From<R<RX_DATA_MMIO_FIFO_CTL_SPEC>> for R
Source§fn from(reader: R<RX_DATA_MMIO_FIFO_CTL_SPEC>) -> Self
fn from(reader: R<RX_DATA_MMIO_FIFO_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_DATA_MMIO_FIFO_RD1_SILENT_SPEC>> for R
impl From<R<RX_DATA_MMIO_FIFO_RD1_SILENT_SPEC>> for R
Source§fn from(reader: R<RX_DATA_MMIO_FIFO_RD1_SILENT_SPEC>) -> Self
fn from(reader: R<RX_DATA_MMIO_FIFO_RD1_SILENT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_DATA_MMIO_FIFO_RD1_SPEC>> for R
impl From<R<RX_DATA_MMIO_FIFO_RD1_SPEC>> for R
Source§fn from(reader: R<RX_DATA_MMIO_FIFO_RD1_SPEC>) -> Self
fn from(reader: R<RX_DATA_MMIO_FIFO_RD1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_DATA_MMIO_FIFO_RD2_SPEC>> for R
impl From<R<RX_DATA_MMIO_FIFO_RD2_SPEC>> for R
Source§fn from(reader: R<RX_DATA_MMIO_FIFO_RD2_SPEC>) -> Self
fn from(reader: R<RX_DATA_MMIO_FIFO_RD2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_DATA_MMIO_FIFO_RD4_SPEC>> for R
impl From<R<RX_DATA_MMIO_FIFO_RD4_SPEC>> for R
Source§fn from(reader: R<RX_DATA_MMIO_FIFO_RD4_SPEC>) -> Self
fn from(reader: R<RX_DATA_MMIO_FIFO_RD4_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_DATA_MMIO_FIFO_STATUS_SPEC>> for R
impl From<R<RX_DATA_MMIO_FIFO_STATUS_SPEC>> for R
Source§fn from(reader: R<RX_DATA_MMIO_FIFO_STATUS_SPEC>) -> Self
fn from(reader: R<RX_DATA_MMIO_FIFO_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_FIFO_CTL_SPEC>> for R
impl From<R<RX_FIFO_CTL_SPEC>> for R
Source§fn from(reader: R<RX_FIFO_CTL_SPEC>) -> Self
fn from(reader: R<RX_FIFO_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_FIFO_CTRL_SPEC>> for R
impl From<R<RX_FIFO_CTRL_SPEC>> for R
Source§fn from(reader: R<RX_FIFO_CTRL_SPEC>) -> Self
fn from(reader: R<RX_FIFO_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_FIFO_RD_SILENT_SPEC>> for R
impl From<R<RX_FIFO_RD_SILENT_SPEC>> for R
Source§fn from(reader: R<RX_FIFO_RD_SILENT_SPEC>) -> Self
fn from(reader: R<RX_FIFO_RD_SILENT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_FIFO_RD_SILENT_SPEC>> for R
impl From<R<RX_FIFO_RD_SILENT_SPEC>> for R
Source§fn from(reader: R<RX_FIFO_RD_SILENT_SPEC>) -> Self
fn from(reader: R<RX_FIFO_RD_SILENT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_FIFO_RD_SPEC>> for R
impl From<R<RX_FIFO_RD_SPEC>> for R
Source§fn from(reader: R<RX_FIFO_RD_SPEC>) -> Self
fn from(reader: R<RX_FIFO_RD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_FIFO_RD_SPEC>> for R
impl From<R<RX_FIFO_RD_SPEC>> for R
Source§fn from(reader: R<RX_FIFO_RD_SPEC>) -> Self
fn from(reader: R<RX_FIFO_RD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_FIFO_STATUS_SPEC>> for R
impl From<R<RX_FIFO_STATUS_SPEC>> for R
Source§fn from(reader: R<RX_FIFO_STATUS_SPEC>) -> Self
fn from(reader: R<RX_FIFO_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_FIFO_STATUS_SPEC>> for R
impl From<R<RX_FIFO_STATUS_SPEC>> for R
Source§fn from(reader: R<RX_FIFO_STATUS_SPEC>) -> Self
fn from(reader: R<RX_FIFO_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_IP_CK_ERRORS_SPEC>> for R
impl From<R<RX_IP_CK_ERRORS_SPEC>> for R
Source§fn from(reader: R<RX_IP_CK_ERRORS_SPEC>) -> Self
fn from(reader: R<RX_IP_CK_ERRORS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_JABBERS_SPEC>> for R
impl From<R<RX_JABBERS_SPEC>> for R
Source§fn from(reader: R<RX_JABBERS_SPEC>) -> Self
fn from(reader: R<RX_JABBERS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_LENGTH_ERRORS_SPEC>> for R
impl From<R<RX_LENGTH_ERRORS_SPEC>> for R
Source§fn from(reader: R<RX_LENGTH_ERRORS_SPEC>) -> Self
fn from(reader: R<RX_LENGTH_ERRORS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_LPI_SPEC>> for R
impl From<R<RX_LPI_SPEC>> for R
Source§fn from(reader: R<RX_LPI_SPEC>) -> Self
fn from(reader: R<RX_LPI_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_LPI_TIME_SPEC>> for R
impl From<R<RX_LPI_TIME_SPEC>> for R
Source§fn from(reader: R<RX_LPI_TIME_SPEC>) -> Self
fn from(reader: R<RX_LPI_TIME_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_MATCH_SPEC>> for R
impl From<R<RX_MATCH_SPEC>> for R
Source§fn from(reader: R<RX_MATCH_SPEC>) -> Self
fn from(reader: R<RX_MATCH_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_OVERRUNS_SPEC>> for R
impl From<R<RX_OVERRUNS_SPEC>> for R
Source§fn from(reader: R<RX_OVERRUNS_SPEC>) -> Self
fn from(reader: R<RX_OVERRUNS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_PTP_UNICAST_SPEC>> for R
impl From<R<RX_PTP_UNICAST_SPEC>> for R
Source§fn from(reader: R<RX_PTP_UNICAST_SPEC>) -> Self
fn from(reader: R<RX_PTP_UNICAST_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_RESOURCE_ERRORS_SPEC>> for R
impl From<R<RX_RESOURCE_ERRORS_SPEC>> for R
Source§fn from(reader: R<RX_RESOURCE_ERRORS_SPEC>) -> Self
fn from(reader: R<RX_RESOURCE_ERRORS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_SYMBOL_ERRORS_SPEC>> for R
impl From<R<RX_SYMBOL_ERRORS_SPEC>> for R
Source§fn from(reader: R<RX_SYMBOL_ERRORS_SPEC>) -> Self
fn from(reader: R<RX_SYMBOL_ERRORS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_TCP_CK_ERRORS_SPEC>> for R
impl From<R<RX_TCP_CK_ERRORS_SPEC>> for R
Source§fn from(reader: R<RX_TCP_CK_ERRORS_SPEC>) -> Self
fn from(reader: R<RX_TCP_CK_ERRORS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_UDP_CK_ERRORS_SPEC>> for R
impl From<R<RX_UDP_CK_ERRORS_SPEC>> for R
Source§fn from(reader: R<RX_UDP_CK_ERRORS_SPEC>) -> Self
fn from(reader: R<RX_UDP_CK_ERRORS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<RX_WATCHDOG_SPEC>> for R
impl From<R<RX_WATCHDOG_SPEC>> for R
Source§fn from(reader: R<RX_WATCHDOG_SPEC>) -> Self
fn from(reader: R<RX_WATCHDOG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SAMPLE_CTL_SPEC>> for R
impl From<R<SAMPLE_CTL_SPEC>> for R
Source§fn from(reader: R<SAMPLE_CTL_SPEC>) -> Self
fn from(reader: R<SAMPLE_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SAR_TR_IN_SEL_SPEC>> for R
impl From<R<SAR_TR_IN_SEL_SPEC>> for R
Source§fn from(reader: R<SAR_TR_IN_SEL_SPEC>) -> Self
fn from(reader: R<SAR_TR_IN_SEL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SAR_TR_OUT_SEL_SPEC>> for R
impl From<R<SAR_TR_OUT_SEL_SPEC>> for R
Source§fn from(reader: R<SAR_TR_OUT_SEL_SPEC>) -> Self
fn from(reader: R<SAR_TR_OUT_SEL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_1_REGISTER_0_SPEC>> for R
impl From<R<SCREENING_TYPE_1_REGISTER_0_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_1_REGISTER_0_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_1_REGISTER_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_1_REGISTER_10_SPEC>> for R
impl From<R<SCREENING_TYPE_1_REGISTER_10_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_1_REGISTER_10_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_1_REGISTER_10_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_1_REGISTER_11_SPEC>> for R
impl From<R<SCREENING_TYPE_1_REGISTER_11_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_1_REGISTER_11_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_1_REGISTER_11_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_1_REGISTER_12_SPEC>> for R
impl From<R<SCREENING_TYPE_1_REGISTER_12_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_1_REGISTER_12_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_1_REGISTER_12_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_1_REGISTER_13_SPEC>> for R
impl From<R<SCREENING_TYPE_1_REGISTER_13_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_1_REGISTER_13_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_1_REGISTER_13_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_1_REGISTER_14_SPEC>> for R
impl From<R<SCREENING_TYPE_1_REGISTER_14_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_1_REGISTER_14_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_1_REGISTER_14_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_1_REGISTER_15_SPEC>> for R
impl From<R<SCREENING_TYPE_1_REGISTER_15_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_1_REGISTER_15_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_1_REGISTER_15_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_1_REGISTER_1_SPEC>> for R
impl From<R<SCREENING_TYPE_1_REGISTER_1_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_1_REGISTER_1_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_1_REGISTER_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_1_REGISTER_2_SPEC>> for R
impl From<R<SCREENING_TYPE_1_REGISTER_2_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_1_REGISTER_2_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_1_REGISTER_2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_1_REGISTER_3_SPEC>> for R
impl From<R<SCREENING_TYPE_1_REGISTER_3_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_1_REGISTER_3_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_1_REGISTER_3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_1_REGISTER_4_SPEC>> for R
impl From<R<SCREENING_TYPE_1_REGISTER_4_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_1_REGISTER_4_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_1_REGISTER_4_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_1_REGISTER_5_SPEC>> for R
impl From<R<SCREENING_TYPE_1_REGISTER_5_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_1_REGISTER_5_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_1_REGISTER_5_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_1_REGISTER_6_SPEC>> for R
impl From<R<SCREENING_TYPE_1_REGISTER_6_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_1_REGISTER_6_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_1_REGISTER_6_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_1_REGISTER_7_SPEC>> for R
impl From<R<SCREENING_TYPE_1_REGISTER_7_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_1_REGISTER_7_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_1_REGISTER_7_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_1_REGISTER_8_SPEC>> for R
impl From<R<SCREENING_TYPE_1_REGISTER_8_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_1_REGISTER_8_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_1_REGISTER_8_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_1_REGISTER_9_SPEC>> for R
impl From<R<SCREENING_TYPE_1_REGISTER_9_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_1_REGISTER_9_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_1_REGISTER_9_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_ETHERTYPE_REG_0_SPEC>> for R
impl From<R<SCREENING_TYPE_2_ETHERTYPE_REG_0_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_ETHERTYPE_REG_0_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_ETHERTYPE_REG_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_ETHERTYPE_REG_1_SPEC>> for R
impl From<R<SCREENING_TYPE_2_ETHERTYPE_REG_1_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_ETHERTYPE_REG_1_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_ETHERTYPE_REG_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_ETHERTYPE_REG_2_SPEC>> for R
impl From<R<SCREENING_TYPE_2_ETHERTYPE_REG_2_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_ETHERTYPE_REG_2_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_ETHERTYPE_REG_2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_ETHERTYPE_REG_3_SPEC>> for R
impl From<R<SCREENING_TYPE_2_ETHERTYPE_REG_3_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_ETHERTYPE_REG_3_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_ETHERTYPE_REG_3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_ETHERTYPE_REG_4_SPEC>> for R
impl From<R<SCREENING_TYPE_2_ETHERTYPE_REG_4_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_ETHERTYPE_REG_4_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_ETHERTYPE_REG_4_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_ETHERTYPE_REG_5_SPEC>> for R
impl From<R<SCREENING_TYPE_2_ETHERTYPE_REG_5_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_ETHERTYPE_REG_5_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_ETHERTYPE_REG_5_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_ETHERTYPE_REG_6_SPEC>> for R
impl From<R<SCREENING_TYPE_2_ETHERTYPE_REG_6_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_ETHERTYPE_REG_6_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_ETHERTYPE_REG_6_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_ETHERTYPE_REG_7_SPEC>> for R
impl From<R<SCREENING_TYPE_2_ETHERTYPE_REG_7_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_ETHERTYPE_REG_7_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_ETHERTYPE_REG_7_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_REGISTER_0_SPEC>> for R
impl From<R<SCREENING_TYPE_2_REGISTER_0_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_REGISTER_0_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_REGISTER_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_REGISTER_10_SPEC>> for R
impl From<R<SCREENING_TYPE_2_REGISTER_10_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_REGISTER_10_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_REGISTER_10_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_REGISTER_11_SPEC>> for R
impl From<R<SCREENING_TYPE_2_REGISTER_11_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_REGISTER_11_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_REGISTER_11_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_REGISTER_12_SPEC>> for R
impl From<R<SCREENING_TYPE_2_REGISTER_12_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_REGISTER_12_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_REGISTER_12_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_REGISTER_13_SPEC>> for R
impl From<R<SCREENING_TYPE_2_REGISTER_13_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_REGISTER_13_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_REGISTER_13_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_REGISTER_14_SPEC>> for R
impl From<R<SCREENING_TYPE_2_REGISTER_14_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_REGISTER_14_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_REGISTER_14_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_REGISTER_15_SPEC>> for R
impl From<R<SCREENING_TYPE_2_REGISTER_15_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_REGISTER_15_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_REGISTER_15_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_REGISTER_1_SPEC>> for R
impl From<R<SCREENING_TYPE_2_REGISTER_1_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_REGISTER_1_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_REGISTER_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_REGISTER_2_SPEC>> for R
impl From<R<SCREENING_TYPE_2_REGISTER_2_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_REGISTER_2_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_REGISTER_2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_REGISTER_3_SPEC>> for R
impl From<R<SCREENING_TYPE_2_REGISTER_3_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_REGISTER_3_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_REGISTER_3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_REGISTER_4_SPEC>> for R
impl From<R<SCREENING_TYPE_2_REGISTER_4_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_REGISTER_4_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_REGISTER_4_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_REGISTER_5_SPEC>> for R
impl From<R<SCREENING_TYPE_2_REGISTER_5_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_REGISTER_5_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_REGISTER_5_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_REGISTER_6_SPEC>> for R
impl From<R<SCREENING_TYPE_2_REGISTER_6_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_REGISTER_6_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_REGISTER_6_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_REGISTER_7_SPEC>> for R
impl From<R<SCREENING_TYPE_2_REGISTER_7_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_REGISTER_7_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_REGISTER_7_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_REGISTER_8_SPEC>> for R
impl From<R<SCREENING_TYPE_2_REGISTER_8_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_REGISTER_8_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_REGISTER_8_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SCREENING_TYPE_2_REGISTER_9_SPEC>> for R
impl From<R<SCREENING_TYPE_2_REGISTER_9_SPEC>> for R
Source§fn from(reader: R<SCREENING_TYPE_2_REGISTER_9_SPEC>) -> Self
fn from(reader: R<SCREENING_TYPE_2_REGISTER_9_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SDMASA_R_SPEC>> for R
impl From<R<SDMASA_R_SPEC>> for R
Source§fn from(reader: R<SDMASA_R_SPEC>) -> Self
fn from(reader: R<SDMASA_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SECURE_ACCESS_RESTRICT_SPEC>> for R
impl From<R<SECURE_ACCESS_RESTRICT_SPEC>> for R
Source§fn from(reader: R<SECURE_ACCESS_RESTRICT_SPEC>) -> Self
fn from(reader: R<SECURE_ACCESS_RESTRICT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SECURE_DEAD_ACCESS_RESTRICT_ZEROS_SPEC>> for R
impl From<R<SECURE_DEAD_ACCESS_RESTRICT_ZEROS_SPEC>> for R
Source§fn from(reader: R<SECURE_DEAD_ACCESS_RESTRICT_ZEROS_SPEC>) -> Self
fn from(reader: R<SECURE_DEAD_ACCESS_RESTRICT_ZEROS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SECURE_HASH_WORD0_SPEC>> for R
impl From<R<SECURE_HASH_WORD0_SPEC>> for R
Source§fn from(reader: R<SECURE_HASH_WORD0_SPEC>) -> Self
fn from(reader: R<SECURE_HASH_WORD0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SECURE_HASH_WORD1_SPEC>> for R
impl From<R<SECURE_HASH_WORD1_SPEC>> for R
Source§fn from(reader: R<SECURE_HASH_WORD1_SPEC>) -> Self
fn from(reader: R<SECURE_HASH_WORD1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SECURE_HASH_WORD2_SPEC>> for R
impl From<R<SECURE_HASH_WORD2_SPEC>> for R
Source§fn from(reader: R<SECURE_HASH_WORD2_SPEC>) -> Self
fn from(reader: R<SECURE_HASH_WORD2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SECURE_HASH_WORD3_SPEC>> for R
impl From<R<SECURE_HASH_WORD3_SPEC>> for R
Source§fn from(reader: R<SECURE_HASH_WORD3_SPEC>) -> Self
fn from(reader: R<SECURE_HASH_WORD3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SEQ_DEFAULT_SPEC>> for R
impl From<R<SEQ_DEFAULT_SPEC>> for R
Source§fn from(reader: R<SEQ_DEFAULT_SPEC>) -> Self
fn from(reader: R<SEQ_DEFAULT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SEQ_PROGRAM_CTL_0_SPEC>> for R
impl From<R<SEQ_PROGRAM_CTL_0_SPEC>> for R
Source§fn from(reader: R<SEQ_PROGRAM_CTL_0_SPEC>) -> Self
fn from(reader: R<SEQ_PROGRAM_CTL_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SEQ_PROGRAM_CTL_1_SPEC>> for R
impl From<R<SEQ_PROGRAM_CTL_1_SPEC>> for R
Source§fn from(reader: R<SEQ_PROGRAM_CTL_1_SPEC>) -> Self
fn from(reader: R<SEQ_PROGRAM_CTL_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SEQ_PROGRAM_CTL_2_SPEC>> for R
impl From<R<SEQ_PROGRAM_CTL_2_SPEC>> for R
Source§fn from(reader: R<SEQ_PROGRAM_CTL_2_SPEC>) -> Self
fn from(reader: R<SEQ_PROGRAM_CTL_2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SEQ_PROGRAM_CTL_3_SPEC>> for R
impl From<R<SEQ_PROGRAM_CTL_3_SPEC>> for R
Source§fn from(reader: R<SEQ_PROGRAM_CTL_3_SPEC>) -> Self
fn from(reader: R<SEQ_PROGRAM_CTL_3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SEQ_PROGRAM_CTL_4_SPEC>> for R
impl From<R<SEQ_PROGRAM_CTL_4_SPEC>> for R
Source§fn from(reader: R<SEQ_PROGRAM_CTL_4_SPEC>) -> Self
fn from(reader: R<SEQ_PROGRAM_CTL_4_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SEQ_PROGRAM_CTL_5_SPEC>> for R
impl From<R<SEQ_PROGRAM_CTL_5_SPEC>> for R
Source§fn from(reader: R<SEQ_PROGRAM_CTL_5_SPEC>) -> Self
fn from(reader: R<SEQ_PROGRAM_CTL_5_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SEQ_READ_CTL_0_SPEC>> for R
impl From<R<SEQ_READ_CTL_0_SPEC>> for R
Source§fn from(reader: R<SEQ_READ_CTL_0_SPEC>) -> Self
fn from(reader: R<SEQ_READ_CTL_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SEQ_READ_CTL_1_SPEC>> for R
impl From<R<SEQ_READ_CTL_1_SPEC>> for R
Source§fn from(reader: R<SEQ_READ_CTL_1_SPEC>) -> Self
fn from(reader: R<SEQ_READ_CTL_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SEQ_READ_CTL_2_SPEC>> for R
impl From<R<SEQ_READ_CTL_2_SPEC>> for R
Source§fn from(reader: R<SEQ_READ_CTL_2_SPEC>) -> Self
fn from(reader: R<SEQ_READ_CTL_2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SEQ_READ_CTL_3_SPEC>> for R
impl From<R<SEQ_READ_CTL_3_SPEC>> for R
Source§fn from(reader: R<SEQ_READ_CTL_3_SPEC>) -> Self
fn from(reader: R<SEQ_READ_CTL_3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SEQ_READ_CTL_4_SPEC>> for R
impl From<R<SEQ_READ_CTL_4_SPEC>> for R
Source§fn from(reader: R<SEQ_READ_CTL_4_SPEC>) -> Self
fn from(reader: R<SEQ_READ_CTL_4_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SEQ_READ_CTL_5_SPEC>> for R
impl From<R<SEQ_READ_CTL_5_SPEC>> for R
Source§fn from(reader: R<SEQ_READ_CTL_5_SPEC>) -> Self
fn from(reader: R<SEQ_READ_CTL_5_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SERVICE_SPEC>> for R
impl From<R<SERVICE_SPEC>> for R
Source§fn from(reader: R<SERVICE_SPEC>) -> Self
fn from(reader: R<SERVICE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SERVICE_SPEC>> for R
impl From<R<SERVICE_SPEC>> for R
Source§fn from(reader: R<SERVICE_SPEC>) -> Self
fn from(reader: R<SERVICE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SIDFC_SPEC>> for R
impl From<R<SIDFC_SPEC>> for R
Source§fn from(reader: R<SIDFC_SPEC>) -> Self
fn from(reader: R<SIDFC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SINGLE_COLLISIONS_SPEC>> for R
impl From<R<SINGLE_COLLISIONS_SPEC>> for R
Source§fn from(reader: R<SINGLE_COLLISIONS_SPEC>) -> Self
fn from(reader: R<SINGLE_COLLISIONS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SLOW0_MS_BUFF_CTL_SPEC>> for R
impl From<R<SLOW0_MS_BUFF_CTL_SPEC>> for R
Source§fn from(reader: R<SLOW0_MS_BUFF_CTL_SPEC>) -> Self
fn from(reader: R<SLOW0_MS_BUFF_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SLOW1_MS_BUFF_CTL_SPEC>> for R
impl From<R<SLOW1_MS_BUFF_CTL_SPEC>> for R
Source§fn from(reader: R<SLOW1_MS_BUFF_CTL_SPEC>) -> Self
fn from(reader: R<SLOW1_MS_BUFF_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SLOW_CA_CMD_SPEC>> for R
impl From<R<SLOW_CA_CMD_SPEC>> for R
Source§fn from(reader: R<SLOW_CA_CMD_SPEC>) -> Self
fn from(reader: R<SLOW_CA_CMD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SLOW_CA_CTL_SPEC>> for R
impl From<R<SLOW_CA_CTL_SPEC>> for R
Source§fn from(reader: R<SLOW_CA_CTL_SPEC>) -> Self
fn from(reader: R<SLOW_CA_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SLOW_CLOCK_CTL_SPEC>> for R
impl From<R<SLOW_CLOCK_CTL_SPEC>> for R
Source§fn from(reader: R<SLOW_CLOCK_CTL_SPEC>) -> Self
fn from(reader: R<SLOW_CLOCK_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SL_ADDR_SPEC>> for R
impl From<R<SL_ADDR_SPEC>> for R
Source§fn from(reader: R<SL_ADDR_SPEC>) -> Self
fn from(reader: R<SL_ADDR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SL_ADDR_SPEC>> for R
impl From<R<SL_ADDR_SPEC>> for R
Source§fn from(reader: R<SL_ADDR_SPEC>) -> Self
fn from(reader: R<SL_ADDR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SL_ATT0_SPEC>> for R
impl From<R<SL_ATT0_SPEC>> for R
Source§fn from(reader: R<SL_ATT0_SPEC>) -> Self
fn from(reader: R<SL_ATT0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SL_ATT0_SPEC>> for R
impl From<R<SL_ATT0_SPEC>> for R
Source§fn from(reader: R<SL_ATT0_SPEC>) -> Self
fn from(reader: R<SL_ATT0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SL_ATT1_SPEC>> for R
impl From<R<SL_ATT1_SPEC>> for R
Source§fn from(reader: R<SL_ATT1_SPEC>) -> Self
fn from(reader: R<SL_ATT1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SL_ATT1_SPEC>> for R
impl From<R<SL_ATT1_SPEC>> for R
Source§fn from(reader: R<SL_ATT1_SPEC>) -> Self
fn from(reader: R<SL_ATT1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SL_ATT2_SPEC>> for R
impl From<R<SL_ATT2_SPEC>> for R
Source§fn from(reader: R<SL_ATT2_SPEC>) -> Self
fn from(reader: R<SL_ATT2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SL_ATT2_SPEC>> for R
impl From<R<SL_ATT2_SPEC>> for R
Source§fn from(reader: R<SL_ATT2_SPEC>) -> Self
fn from(reader: R<SL_ATT2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SL_ATT3_SPEC>> for R
impl From<R<SL_ATT3_SPEC>> for R
Source§fn from(reader: R<SL_ATT3_SPEC>) -> Self
fn from(reader: R<SL_ATT3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SL_ATT3_SPEC>> for R
impl From<R<SL_ATT3_SPEC>> for R
Source§fn from(reader: R<SL_ATT3_SPEC>) -> Self
fn from(reader: R<SL_ATT3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SL_CTL_SPEC>> for R
impl From<R<SL_CTL_SPEC>> for R
Source§fn from(reader: R<SL_CTL_SPEC>) -> Self
fn from(reader: R<SL_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SL_SIZE_SPEC>> for R
impl From<R<SL_SIZE_SPEC>> for R
Source§fn from(reader: R<SL_SIZE_SPEC>) -> Self
fn from(reader: R<SL_SIZE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SL_SIZE_SPEC>> for R
impl From<R<SL_SIZE_SPEC>> for R
Source§fn from(reader: R<SL_SIZE_SPEC>) -> Self
fn from(reader: R<SL_SIZE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPEC_ADD1_BOTTOM_SPEC>> for R
impl From<R<SPEC_ADD1_BOTTOM_SPEC>> for R
Source§fn from(reader: R<SPEC_ADD1_BOTTOM_SPEC>) -> Self
fn from(reader: R<SPEC_ADD1_BOTTOM_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPEC_ADD1_TOP_SPEC>> for R
impl From<R<SPEC_ADD1_TOP_SPEC>> for R
Source§fn from(reader: R<SPEC_ADD1_TOP_SPEC>) -> Self
fn from(reader: R<SPEC_ADD1_TOP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPEC_ADD2_BOTTOM_SPEC>> for R
impl From<R<SPEC_ADD2_BOTTOM_SPEC>> for R
Source§fn from(reader: R<SPEC_ADD2_BOTTOM_SPEC>) -> Self
fn from(reader: R<SPEC_ADD2_BOTTOM_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPEC_ADD2_TOP_SPEC>> for R
impl From<R<SPEC_ADD2_TOP_SPEC>> for R
Source§fn from(reader: R<SPEC_ADD2_TOP_SPEC>) -> Self
fn from(reader: R<SPEC_ADD2_TOP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPEC_ADD36_BOTTOM_SPEC>> for R
impl From<R<SPEC_ADD36_BOTTOM_SPEC>> for R
Source§fn from(reader: R<SPEC_ADD36_BOTTOM_SPEC>) -> Self
fn from(reader: R<SPEC_ADD36_BOTTOM_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPEC_ADD36_TOP_SPEC>> for R
impl From<R<SPEC_ADD36_TOP_SPEC>> for R
Source§fn from(reader: R<SPEC_ADD36_TOP_SPEC>) -> Self
fn from(reader: R<SPEC_ADD36_TOP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPEC_ADD3_BOTTOM_SPEC>> for R
impl From<R<SPEC_ADD3_BOTTOM_SPEC>> for R
Source§fn from(reader: R<SPEC_ADD3_BOTTOM_SPEC>) -> Self
fn from(reader: R<SPEC_ADD3_BOTTOM_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPEC_ADD3_TOP_SPEC>> for R
impl From<R<SPEC_ADD3_TOP_SPEC>> for R
Source§fn from(reader: R<SPEC_ADD3_TOP_SPEC>) -> Self
fn from(reader: R<SPEC_ADD3_TOP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPEC_ADD4_BOTTOM_SPEC>> for R
impl From<R<SPEC_ADD4_BOTTOM_SPEC>> for R
Source§fn from(reader: R<SPEC_ADD4_BOTTOM_SPEC>) -> Self
fn from(reader: R<SPEC_ADD4_BOTTOM_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPEC_ADD4_TOP_SPEC>> for R
impl From<R<SPEC_ADD4_TOP_SPEC>> for R
Source§fn from(reader: R<SPEC_ADD4_TOP_SPEC>) -> Self
fn from(reader: R<SPEC_ADD4_TOP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPEC_ADD5_BOTTOM_SPEC>> for R
impl From<R<SPEC_ADD5_BOTTOM_SPEC>> for R
Source§fn from(reader: R<SPEC_ADD5_BOTTOM_SPEC>) -> Self
fn from(reader: R<SPEC_ADD5_BOTTOM_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPEC_ADD5_TOP_SPEC>> for R
impl From<R<SPEC_ADD5_TOP_SPEC>> for R
Source§fn from(reader: R<SPEC_ADD5_TOP_SPEC>) -> Self
fn from(reader: R<SPEC_ADD5_TOP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPEC_TYPE1_SPEC>> for R
impl From<R<SPEC_TYPE1_SPEC>> for R
Source§fn from(reader: R<SPEC_TYPE1_SPEC>) -> Self
fn from(reader: R<SPEC_TYPE1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPEC_TYPE2_SPEC>> for R
impl From<R<SPEC_TYPE2_SPEC>> for R
Source§fn from(reader: R<SPEC_TYPE2_SPEC>) -> Self
fn from(reader: R<SPEC_TYPE2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPEC_TYPE3_SPEC>> for R
impl From<R<SPEC_TYPE3_SPEC>> for R
Source§fn from(reader: R<SPEC_TYPE3_SPEC>) -> Self
fn from(reader: R<SPEC_TYPE3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPEC_TYPE4_SPEC>> for R
impl From<R<SPEC_TYPE4_SPEC>> for R
Source§fn from(reader: R<SPEC_TYPE4_SPEC>) -> Self
fn from(reader: R<SPEC_TYPE4_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPI_CTRL_SPEC>> for R
impl From<R<SPI_CTRL_SPEC>> for R
Source§fn from(reader: R<SPI_CTRL_SPEC>) -> Self
fn from(reader: R<SPI_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPI_RX_CTRL_SPEC>> for R
impl From<R<SPI_RX_CTRL_SPEC>> for R
Source§fn from(reader: R<SPI_RX_CTRL_SPEC>) -> Self
fn from(reader: R<SPI_RX_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPI_STATUS_SPEC>> for R
impl From<R<SPI_STATUS_SPEC>> for R
Source§fn from(reader: R<SPI_STATUS_SPEC>) -> Self
fn from(reader: R<SPI_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SPI_TX_CTRL_SPEC>> for R
impl From<R<SPI_TX_CTRL_SPEC>> for R
Source§fn from(reader: R<SPI_TX_CTRL_SPEC>) -> Self
fn from(reader: R<SPI_TX_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SRAM_DATA0_SPEC>> for R
impl From<R<SRAM_DATA0_SPEC>> for R
Source§fn from(reader: R<SRAM_DATA0_SPEC>) -> Self
fn from(reader: R<SRAM_DATA0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SRAM_DATA1_SPEC>> for R
impl From<R<SRAM_DATA1_SPEC>> for R
Source§fn from(reader: R<SRAM_DATA1_SPEC>) -> Self
fn from(reader: R<SRAM_DATA1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SRSS_INTR_MASKED_SPEC>> for R
impl From<R<SRSS_INTR_MASKED_SPEC>> for R
Source§fn from(reader: R<SRSS_INTR_MASKED_SPEC>) -> Self
fn from(reader: R<SRSS_INTR_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SRSS_INTR_MASK_SPEC>> for R
impl From<R<SRSS_INTR_MASK_SPEC>> for R
Source§fn from(reader: R<SRSS_INTR_MASK_SPEC>) -> Self
fn from(reader: R<SRSS_INTR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SRSS_INTR_SET_SPEC>> for R
impl From<R<SRSS_INTR_SET_SPEC>> for R
Source§fn from(reader: R<SRSS_INTR_SET_SPEC>) -> Self
fn from(reader: R<SRSS_INTR_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SRSS_INTR_SPEC>> for R
impl From<R<SRSS_INTR_SPEC>> for R
Source§fn from(reader: R<SRSS_INTR_SPEC>) -> Self
fn from(reader: R<SRSS_INTR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<STACKED_VLAN_SPEC>> for R
impl From<R<STACKED_VLAN_SPEC>> for R
Source§fn from(reader: R<STACKED_VLAN_SPEC>) -> Self
fn from(reader: R<STACKED_VLAN_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<STATUS_SPEC>> for R
impl From<R<STATUS_SPEC>> for R
Source§fn from(reader: R<STATUS_SPEC>) -> Self
fn from(reader: R<STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<STATUS_SPEC>> for R
impl From<R<STATUS_SPEC>> for R
Source§fn from(reader: R<STATUS_SPEC>) -> Self
fn from(reader: R<STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<STATUS_SPEC>> for R
impl From<R<STATUS_SPEC>> for R
Source§fn from(reader: R<STATUS_SPEC>) -> Self
fn from(reader: R<STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<STATUS_SPEC>> for R
impl From<R<STATUS_SPEC>> for R
Source§fn from(reader: R<STATUS_SPEC>) -> Self
fn from(reader: R<STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<STATUS_SPEC>> for R
impl From<R<STATUS_SPEC>> for R
Source§fn from(reader: R<STATUS_SPEC>) -> Self
fn from(reader: R<STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<STATUS_SPEC>> for R
impl From<R<STATUS_SPEC>> for R
Source§fn from(reader: R<STATUS_SPEC>) -> Self
fn from(reader: R<STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<STATUS_SPEC>> for R
impl From<R<STATUS_SPEC>> for R
Source§fn from(reader: R<STATUS_SPEC>) -> Self
fn from(reader: R<STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<STATUS_SPEC>> for R
impl From<R<STATUS_SPEC>> for R
Source§fn from(reader: R<STATUS_SPEC>) -> Self
fn from(reader: R<STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<STATUS_SPEC>> for R
impl From<R<STATUS_SPEC>> for R
Source§fn from(reader: R<STATUS_SPEC>) -> Self
fn from(reader: R<STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<STATUS_SPEC>> for R
impl From<R<STATUS_SPEC>> for R
Source§fn from(reader: R<STATUS_SPEC>) -> Self
fn from(reader: R<STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<STATUS_SPEC>> for R
impl From<R<STATUS_SPEC>> for R
Source§fn from(reader: R<STATUS_SPEC>) -> Self
fn from(reader: R<STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<STATUS_SPEC>> for R
impl From<R<STATUS_SPEC>> for R
Source§fn from(reader: R<STATUS_SPEC>) -> Self
fn from(reader: R<STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<STATUS_SPEC>> for R
impl From<R<STATUS_SPEC>> for R
Source§fn from(reader: R<STATUS_SPEC>) -> Self
fn from(reader: R<STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<STORE_FF_STATUS_SPEC>> for R
impl From<R<STORE_FF_STATUS_SPEC>> for R
Source§fn from(reader: R<STORE_FF_STATUS_SPEC>) -> Self
fn from(reader: R<STORE_FF_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<STRETCH_RATIO_SPEC>> for R
impl From<R<STRETCH_RATIO_SPEC>> for R
Source§fn from(reader: R<STRETCH_RATIO_SPEC>) -> Self
fn from(reader: R<STRETCH_RATIO_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SW_RST_R_SPEC>> for R
impl From<R<SW_RST_R_SPEC>> for R
Source§fn from(reader: R<SW_RST_R_SPEC>) -> Self
fn from(reader: R<SW_RST_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SYNC_CTL_SPEC>> for R
impl From<R<SYNC_CTL_SPEC>> for R
Source§fn from(reader: R<SYNC_CTL_SPEC>) -> Self
fn from(reader: R<SYNC_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SYSTICK_CTL_SPEC>> for R
impl From<R<SYSTICK_CTL_SPEC>> for R
Source§fn from(reader: R<SYSTICK_CTL_SPEC>) -> Self
fn from(reader: R<SYSTICK_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<SYS_WAKE_TIME_SPEC>> for R
impl From<R<SYS_WAKE_TIME_SPEC>> for R
Source§fn from(reader: R<SYS_WAKE_TIME_SPEC>) -> Self
fn from(reader: R<SYS_WAKE_TIME_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TEST_CTL_SPEC>> for R
impl From<R<TEST_CTL_SPEC>> for R
Source§fn from(reader: R<TEST_CTL_SPEC>) -> Self
fn from(reader: R<TEST_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TIMEOUT_CTL_SPEC>> for R
impl From<R<TIMEOUT_CTL_SPEC>> for R
Source§fn from(reader: R<TIMEOUT_CTL_SPEC>) -> Self
fn from(reader: R<TIMEOUT_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TOUT_CTRL_R_SPEC>> for R
impl From<R<TOUT_CTRL_R_SPEC>> for R
Source§fn from(reader: R<TOUT_CTRL_R_SPEC>) -> Self
fn from(reader: R<TOUT_CTRL_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TRANSMIT_Q15_PTR_SPEC>> for R
impl From<R<TRANSMIT_Q15_PTR_SPEC>> for R
Source§fn from(reader: R<TRANSMIT_Q15_PTR_SPEC>) -> Self
fn from(reader: R<TRANSMIT_Q15_PTR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TRANSMIT_Q1_PTR_SPEC>> for R
impl From<R<TRANSMIT_Q1_PTR_SPEC>> for R
Source§fn from(reader: R<TRANSMIT_Q1_PTR_SPEC>) -> Self
fn from(reader: R<TRANSMIT_Q1_PTR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TRANSMIT_Q2_PTR_SPEC>> for R
impl From<R<TRANSMIT_Q2_PTR_SPEC>> for R
Source§fn from(reader: R<TRANSMIT_Q2_PTR_SPEC>) -> Self
fn from(reader: R<TRANSMIT_Q2_PTR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TRANSMIT_Q3_PTR_SPEC>> for R
impl From<R<TRANSMIT_Q3_PTR_SPEC>> for R
Source§fn from(reader: R<TRANSMIT_Q3_PTR_SPEC>) -> Self
fn from(reader: R<TRANSMIT_Q3_PTR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TRANSMIT_Q_PTR_SPEC>> for R
impl From<R<TRANSMIT_Q_PTR_SPEC>> for R
Source§fn from(reader: R<TRANSMIT_Q_PTR_SPEC>) -> Self
fn from(reader: R<TRANSMIT_Q_PTR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TRANSMIT_STATUS_SPEC>> for R
impl From<R<TRANSMIT_STATUS_SPEC>> for R
Source§fn from(reader: R<TRANSMIT_STATUS_SPEC>) -> Self
fn from(reader: R<TRANSMIT_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TRC_DBG_CLOCK_CTL_SPEC>> for R
impl From<R<TRC_DBG_CLOCK_CTL_SPEC>> for R
Source§fn from(reader: R<TRC_DBG_CLOCK_CTL_SPEC>) -> Self
fn from(reader: R<TRC_DBG_CLOCK_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TRIM_RAM200_CTL_SPEC>> for R
impl From<R<TRIM_RAM200_CTL_SPEC>> for R
Source§fn from(reader: R<TRIM_RAM200_CTL_SPEC>) -> Self
fn from(reader: R<TRIM_RAM200_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TRIM_RAM350_CTL_SPEC>> for R
impl From<R<TRIM_RAM350_CTL_SPEC>> for R
Source§fn from(reader: R<TRIM_RAM350_CTL_SPEC>) -> Self
fn from(reader: R<TRIM_RAM350_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TRIM_RAM_CTL_SPEC>> for R
impl From<R<TRIM_RAM_CTL_SPEC>> for R
Source§fn from(reader: R<TRIM_RAM_CTL_SPEC>) -> Self
fn from(reader: R<TRIM_RAM_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TRIM_ROM_CTL_SPEC>> for R
impl From<R<TRIM_ROM_CTL_SPEC>> for R
Source§fn from(reader: R<TRIM_ROM_CTL_SPEC>) -> Self
fn from(reader: R<TRIM_ROM_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_CMD_SPEC>> for R
impl From<R<TR_CMD_SPEC>> for R
Source§fn from(reader: R<TR_CMD_SPEC>) -> Self
fn from(reader: R<TR_CMD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_CMD_SPEC>> for R
impl From<R<TR_CMD_SPEC>> for R
Source§fn from(reader: R<TR_CMD_SPEC>) -> Self
fn from(reader: R<TR_CMD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_CMD_SPEC>> for R
impl From<R<TR_CMD_SPEC>> for R
Source§fn from(reader: R<TR_CMD_SPEC>) -> Self
fn from(reader: R<TR_CMD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_CMD_SPEC>> for R
impl From<R<TR_CMD_SPEC>> for R
Source§fn from(reader: R<TR_CMD_SPEC>) -> Self
fn from(reader: R<TR_CMD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_CMD_SPEC>> for R
impl From<R<TR_CMD_SPEC>> for R
Source§fn from(reader: R<TR_CMD_SPEC>) -> Self
fn from(reader: R<TR_CMD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_CMD_SPEC>> for R
impl From<R<TR_CMD_SPEC>> for R
Source§fn from(reader: R<TR_CMD_SPEC>) -> Self
fn from(reader: R<TR_CMD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_CTL0_SPEC>> for R
impl From<R<TR_CTL0_SPEC>> for R
Source§fn from(reader: R<TR_CTL0_SPEC>) -> Self
fn from(reader: R<TR_CTL0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_CTL1_SPEC>> for R
impl From<R<TR_CTL1_SPEC>> for R
Source§fn from(reader: R<TR_CTL1_SPEC>) -> Self
fn from(reader: R<TR_CTL1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_CTL2_SPEC>> for R
impl From<R<TR_CTL2_SPEC>> for R
Source§fn from(reader: R<TR_CTL2_SPEC>) -> Self
fn from(reader: R<TR_CTL2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_CTL_SPEC>> for R
impl From<R<TR_CTL_SPEC>> for R
Source§fn from(reader: R<TR_CTL_SPEC>) -> Self
fn from(reader: R<TR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_CTL_SPEC>> for R
impl From<R<TR_CTL_SPEC>> for R
Source§fn from(reader: R<TR_CTL_SPEC>) -> Self
fn from(reader: R<TR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_CTL_SPEC>> for R
impl From<R<TR_CTL_SPEC>> for R
Source§fn from(reader: R<TR_CTL_SPEC>) -> Self
fn from(reader: R<TR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_CTL_SPEC>> for R
impl From<R<TR_CTL_SPEC>> for R
Source§fn from(reader: R<TR_CTL_SPEC>) -> Self
fn from(reader: R<TR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_FIRO_CTL_SPEC>> for R
impl From<R<TR_FIRO_CTL_SPEC>> for R
Source§fn from(reader: R<TR_FIRO_CTL_SPEC>) -> Self
fn from(reader: R<TR_FIRO_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_GARO_CTL_SPEC>> for R
impl From<R<TR_GARO_CTL_SPEC>> for R
Source§fn from(reader: R<TR_GARO_CTL_SPEC>) -> Self
fn from(reader: R<TR_GARO_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_IN_EDGE_SEL_SPEC>> for R
impl From<R<TR_IN_EDGE_SEL_SPEC>> for R
Source§fn from(reader: R<TR_IN_EDGE_SEL_SPEC>) -> Self
fn from(reader: R<TR_IN_EDGE_SEL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_IN_SEL0_SPEC>> for R
impl From<R<TR_IN_SEL0_SPEC>> for R
Source§fn from(reader: R<TR_IN_SEL0_SPEC>) -> Self
fn from(reader: R<TR_IN_SEL0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_IN_SEL1_SPEC>> for R
impl From<R<TR_IN_SEL1_SPEC>> for R
Source§fn from(reader: R<TR_IN_SEL1_SPEC>) -> Self
fn from(reader: R<TR_IN_SEL1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_MON_AP_CTL_SPEC>> for R
impl From<R<TR_MON_AP_CTL_SPEC>> for R
Source§fn from(reader: R<TR_MON_AP_CTL_SPEC>) -> Self
fn from(reader: R<TR_MON_AP_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_MON_AP_STATUS0_SPEC>> for R
impl From<R<TR_MON_AP_STATUS0_SPEC>> for R
Source§fn from(reader: R<TR_MON_AP_STATUS0_SPEC>) -> Self
fn from(reader: R<TR_MON_AP_STATUS0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_MON_AP_STATUS1_SPEC>> for R
impl From<R<TR_MON_AP_STATUS1_SPEC>> for R
Source§fn from(reader: R<TR_MON_AP_STATUS1_SPEC>) -> Self
fn from(reader: R<TR_MON_AP_STATUS1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_MON_CMD_SPEC>> for R
impl From<R<TR_MON_CMD_SPEC>> for R
Source§fn from(reader: R<TR_MON_CMD_SPEC>) -> Self
fn from(reader: R<TR_MON_CMD_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_MON_CTL_SPEC>> for R
impl From<R<TR_MON_CTL_SPEC>> for R
Source§fn from(reader: R<TR_MON_CTL_SPEC>) -> Self
fn from(reader: R<TR_MON_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_MON_RC_CTL_SPEC>> for R
impl From<R<TR_MON_RC_CTL_SPEC>> for R
Source§fn from(reader: R<TR_MON_RC_CTL_SPEC>) -> Self
fn from(reader: R<TR_MON_RC_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_MON_RC_STATUS0_SPEC>> for R
impl From<R<TR_MON_RC_STATUS0_SPEC>> for R
Source§fn from(reader: R<TR_MON_RC_STATUS0_SPEC>) -> Self
fn from(reader: R<TR_MON_RC_STATUS0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_MON_RC_STATUS1_SPEC>> for R
impl From<R<TR_MON_RC_STATUS1_SPEC>> for R
Source§fn from(reader: R<TR_MON_RC_STATUS1_SPEC>) -> Self
fn from(reader: R<TR_MON_RC_STATUS1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_OUT_SEL_SPEC>> for R
impl From<R<TR_OUT_SEL_SPEC>> for R
Source§fn from(reader: R<TR_OUT_SEL_SPEC>) -> Self
fn from(reader: R<TR_OUT_SEL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_PEND_SPEC>> for R
impl From<R<TR_PEND_SPEC>> for R
Source§fn from(reader: R<TR_PEND_SPEC>) -> Self
fn from(reader: R<TR_PEND_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_PWM_CTRL_SPEC>> for R
impl From<R<TR_PWM_CTRL_SPEC>> for R
Source§fn from(reader: R<TR_PWM_CTRL_SPEC>) -> Self
fn from(reader: R<TR_PWM_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_RESULT_SPEC>> for R
impl From<R<TR_RESULT_SPEC>> for R
Source§fn from(reader: R<TR_RESULT_SPEC>) -> Self
fn from(reader: R<TR_RESULT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TR_STATUS_SPEC>> for R
impl From<R<TR_STATUS_SPEC>> for R
Source§fn from(reader: R<TR_STATUS_SPEC>) -> Self
fn from(reader: R<TR_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TST_XRES_KEY_SPEC>> for R
impl From<R<TST_XRES_KEY_SPEC>> for R
Source§fn from(reader: R<TST_XRES_KEY_SPEC>) -> Self
fn from(reader: R<TST_XRES_KEY_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TST_XRES_SECURE_SPEC>> for R
impl From<R<TST_XRES_SECURE_SPEC>> for R
Source§fn from(reader: R<TST_XRES_SECURE_SPEC>) -> Self
fn from(reader: R<TST_XRES_SECURE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_MSB_SEC_CMP_SPEC>> for R
impl From<R<TSU_MSB_SEC_CMP_SPEC>> for R
Source§fn from(reader: R<TSU_MSB_SEC_CMP_SPEC>) -> Self
fn from(reader: R<TSU_MSB_SEC_CMP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_NSEC_CMP_SPEC>> for R
impl From<R<TSU_NSEC_CMP_SPEC>> for R
Source§fn from(reader: R<TSU_NSEC_CMP_SPEC>) -> Self
fn from(reader: R<TSU_NSEC_CMP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_PEER_RX_MSB_SEC_SPEC>> for R
impl From<R<TSU_PEER_RX_MSB_SEC_SPEC>> for R
Source§fn from(reader: R<TSU_PEER_RX_MSB_SEC_SPEC>) -> Self
fn from(reader: R<TSU_PEER_RX_MSB_SEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_PEER_RX_NSEC_SPEC>> for R
impl From<R<TSU_PEER_RX_NSEC_SPEC>> for R
Source§fn from(reader: R<TSU_PEER_RX_NSEC_SPEC>) -> Self
fn from(reader: R<TSU_PEER_RX_NSEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_PEER_RX_SEC_SPEC>> for R
impl From<R<TSU_PEER_RX_SEC_SPEC>> for R
Source§fn from(reader: R<TSU_PEER_RX_SEC_SPEC>) -> Self
fn from(reader: R<TSU_PEER_RX_SEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_PEER_TX_MSB_SEC_SPEC>> for R
impl From<R<TSU_PEER_TX_MSB_SEC_SPEC>> for R
Source§fn from(reader: R<TSU_PEER_TX_MSB_SEC_SPEC>) -> Self
fn from(reader: R<TSU_PEER_TX_MSB_SEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_PEER_TX_NSEC_SPEC>> for R
impl From<R<TSU_PEER_TX_NSEC_SPEC>> for R
Source§fn from(reader: R<TSU_PEER_TX_NSEC_SPEC>) -> Self
fn from(reader: R<TSU_PEER_TX_NSEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_PEER_TX_SEC_SPEC>> for R
impl From<R<TSU_PEER_TX_SEC_SPEC>> for R
Source§fn from(reader: R<TSU_PEER_TX_SEC_SPEC>) -> Self
fn from(reader: R<TSU_PEER_TX_SEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_PTP_RX_MSB_SEC_SPEC>> for R
impl From<R<TSU_PTP_RX_MSB_SEC_SPEC>> for R
Source§fn from(reader: R<TSU_PTP_RX_MSB_SEC_SPEC>) -> Self
fn from(reader: R<TSU_PTP_RX_MSB_SEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_PTP_RX_NSEC_SPEC>> for R
impl From<R<TSU_PTP_RX_NSEC_SPEC>> for R
Source§fn from(reader: R<TSU_PTP_RX_NSEC_SPEC>) -> Self
fn from(reader: R<TSU_PTP_RX_NSEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_PTP_RX_SEC_SPEC>> for R
impl From<R<TSU_PTP_RX_SEC_SPEC>> for R
Source§fn from(reader: R<TSU_PTP_RX_SEC_SPEC>) -> Self
fn from(reader: R<TSU_PTP_RX_SEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_PTP_TX_MSB_SEC_SPEC>> for R
impl From<R<TSU_PTP_TX_MSB_SEC_SPEC>> for R
Source§fn from(reader: R<TSU_PTP_TX_MSB_SEC_SPEC>) -> Self
fn from(reader: R<TSU_PTP_TX_MSB_SEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_PTP_TX_NSEC_SPEC>> for R
impl From<R<TSU_PTP_TX_NSEC_SPEC>> for R
Source§fn from(reader: R<TSU_PTP_TX_NSEC_SPEC>) -> Self
fn from(reader: R<TSU_PTP_TX_NSEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_PTP_TX_SEC_SPEC>> for R
impl From<R<TSU_PTP_TX_SEC_SPEC>> for R
Source§fn from(reader: R<TSU_PTP_TX_SEC_SPEC>) -> Self
fn from(reader: R<TSU_PTP_TX_SEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_SEC_CMP_SPEC>> for R
impl From<R<TSU_SEC_CMP_SPEC>> for R
Source§fn from(reader: R<TSU_SEC_CMP_SPEC>) -> Self
fn from(reader: R<TSU_SEC_CMP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_STROBE_MSB_SEC_SPEC>> for R
impl From<R<TSU_STROBE_MSB_SEC_SPEC>> for R
Source§fn from(reader: R<TSU_STROBE_MSB_SEC_SPEC>) -> Self
fn from(reader: R<TSU_STROBE_MSB_SEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_STROBE_NSEC_SPEC>> for R
impl From<R<TSU_STROBE_NSEC_SPEC>> for R
Source§fn from(reader: R<TSU_STROBE_NSEC_SPEC>) -> Self
fn from(reader: R<TSU_STROBE_NSEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_STROBE_SEC_SPEC>> for R
impl From<R<TSU_STROBE_SEC_SPEC>> for R
Source§fn from(reader: R<TSU_STROBE_SEC_SPEC>) -> Self
fn from(reader: R<TSU_STROBE_SEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_TIMER_INCR_SPEC>> for R
impl From<R<TSU_TIMER_INCR_SPEC>> for R
Source§fn from(reader: R<TSU_TIMER_INCR_SPEC>) -> Self
fn from(reader: R<TSU_TIMER_INCR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_TIMER_INCR_SUB_NSEC_SPEC>> for R
impl From<R<TSU_TIMER_INCR_SUB_NSEC_SPEC>> for R
Source§fn from(reader: R<TSU_TIMER_INCR_SUB_NSEC_SPEC>) -> Self
fn from(reader: R<TSU_TIMER_INCR_SUB_NSEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_TIMER_MSB_SEC_SPEC>> for R
impl From<R<TSU_TIMER_MSB_SEC_SPEC>> for R
Source§fn from(reader: R<TSU_TIMER_MSB_SEC_SPEC>) -> Self
fn from(reader: R<TSU_TIMER_MSB_SEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_TIMER_NSEC_SPEC>> for R
impl From<R<TSU_TIMER_NSEC_SPEC>> for R
Source§fn from(reader: R<TSU_TIMER_NSEC_SPEC>) -> Self
fn from(reader: R<TSU_TIMER_NSEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TSU_TIMER_SEC_SPEC>> for R
impl From<R<TSU_TIMER_SEC_SPEC>> for R
Source§fn from(reader: R<TSU_TIMER_SEC_SPEC>) -> Self
fn from(reader: R<TSU_TIMER_SEC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TS_CNT_SPEC>> for R
impl From<R<TS_CNT_SPEC>> for R
Source§fn from(reader: R<TS_CNT_SPEC>) -> Self
fn from(reader: R<TS_CNT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TS_CTL_SPEC>> for R
impl From<R<TS_CTL_SPEC>> for R
Source§fn from(reader: R<TS_CTL_SPEC>) -> Self
fn from(reader: R<TS_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TTCPT_SPEC>> for R
impl From<R<TTCPT_SPEC>> for R
Source§fn from(reader: R<TTCPT_SPEC>) -> Self
fn from(reader: R<TTCPT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TTCSM_SPEC>> for R
impl From<R<TTCSM_SPEC>> for R
Source§fn from(reader: R<TTCSM_SPEC>) -> Self
fn from(reader: R<TTCSM_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TTCTC_SPEC>> for R
impl From<R<TTCTC_SPEC>> for R
Source§fn from(reader: R<TTCTC_SPEC>) -> Self
fn from(reader: R<TTCTC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TTGTP_SPEC>> for R
impl From<R<TTGTP_SPEC>> for R
Source§fn from(reader: R<TTGTP_SPEC>) -> Self
fn from(reader: R<TTGTP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TTILS_SPEC>> for R
impl From<R<TTILS_SPEC>> for R
Source§fn from(reader: R<TTILS_SPEC>) -> Self
fn from(reader: R<TTILS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TTLGT_SPEC>> for R
impl From<R<TTLGT_SPEC>> for R
Source§fn from(reader: R<TTLGT_SPEC>) -> Self
fn from(reader: R<TTLGT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TTMLM_SPEC>> for R
impl From<R<TTMLM_SPEC>> for R
Source§fn from(reader: R<TTMLM_SPEC>) -> Self
fn from(reader: R<TTMLM_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TTOCF_SPEC>> for R
impl From<R<TTOCF_SPEC>> for R
Source§fn from(reader: R<TTOCF_SPEC>) -> Self
fn from(reader: R<TTOCF_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TTOCN_SPEC>> for R
impl From<R<TTOCN_SPEC>> for R
Source§fn from(reader: R<TTOCN_SPEC>) -> Self
fn from(reader: R<TTOCN_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TTOST_SPEC>> for R
impl From<R<TTOST_SPEC>> for R
Source§fn from(reader: R<TTOST_SPEC>) -> Self
fn from(reader: R<TTOST_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TTRMC_SPEC>> for R
impl From<R<TTRMC_SPEC>> for R
Source§fn from(reader: R<TTRMC_SPEC>) -> Self
fn from(reader: R<TTRMC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TTTMC_SPEC>> for R
impl From<R<TTTMC_SPEC>> for R
Source§fn from(reader: R<TTTMC_SPEC>) -> Self
fn from(reader: R<TTTMC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TTTMK_SPEC>> for R
impl From<R<TTTMK_SPEC>> for R
Source§fn from(reader: R<TTTMK_SPEC>) -> Self
fn from(reader: R<TTTMK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TURCF_SPEC>> for R
impl From<R<TURCF_SPEC>> for R
Source§fn from(reader: R<TURCF_SPEC>) -> Self
fn from(reader: R<TURCF_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TURNA_SPEC>> for R
impl From<R<TURNA_SPEC>> for R
Source§fn from(reader: R<TURNA_SPEC>) -> Self
fn from(reader: R<TURNA_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TXBAR_SPEC>> for R
impl From<R<TXBAR_SPEC>> for R
Source§fn from(reader: R<TXBAR_SPEC>) -> Self
fn from(reader: R<TXBAR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TXBCF_SPEC>> for R
impl From<R<TXBCF_SPEC>> for R
Source§fn from(reader: R<TXBCF_SPEC>) -> Self
fn from(reader: R<TXBCF_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TXBCIE_SPEC>> for R
impl From<R<TXBCIE_SPEC>> for R
Source§fn from(reader: R<TXBCIE_SPEC>) -> Self
fn from(reader: R<TXBCIE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TXBCR_SPEC>> for R
impl From<R<TXBCR_SPEC>> for R
Source§fn from(reader: R<TXBCR_SPEC>) -> Self
fn from(reader: R<TXBCR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TXBRP_SPEC>> for R
impl From<R<TXBRP_SPEC>> for R
Source§fn from(reader: R<TXBRP_SPEC>) -> Self
fn from(reader: R<TXBRP_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TXBTIE_SPEC>> for R
impl From<R<TXBTIE_SPEC>> for R
Source§fn from(reader: R<TXBTIE_SPEC>) -> Self
fn from(reader: R<TXBTIE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TXBTO_SPEC>> for R
impl From<R<TXBTO_SPEC>> for R
Source§fn from(reader: R<TXBTO_SPEC>) -> Self
fn from(reader: R<TXBTO_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TXEFA_SPEC>> for R
impl From<R<TXEFA_SPEC>> for R
Source§fn from(reader: R<TXEFA_SPEC>) -> Self
fn from(reader: R<TXEFA_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TXEFC_SPEC>> for R
impl From<R<TXEFC_SPEC>> for R
Source§fn from(reader: R<TXEFC_SPEC>) -> Self
fn from(reader: R<TXEFC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TXEFS_SPEC>> for R
impl From<R<TXEFS_SPEC>> for R
Source§fn from(reader: R<TXEFS_SPEC>) -> Self
fn from(reader: R<TXEFS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TXESC_SPEC>> for R
impl From<R<TXESC_SPEC>> for R
Source§fn from(reader: R<TXESC_SPEC>) -> Self
fn from(reader: R<TXESC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TXFQS_SPEC>> for R
impl From<R<TXFQS_SPEC>> for R
Source§fn from(reader: R<TXFQS_SPEC>) -> Self
fn from(reader: R<TXFQS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_BD_CONTROL_SPEC>> for R
impl From<R<TX_BD_CONTROL_SPEC>> for R
Source§fn from(reader: R<TX_BD_CONTROL_SPEC>) -> Self
fn from(reader: R<TX_BD_CONTROL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_CMD_FIFO_STATUS_SPEC>> for R
impl From<R<TX_CMD_FIFO_STATUS_SPEC>> for R
Source§fn from(reader: R<TX_CMD_FIFO_STATUS_SPEC>) -> Self
fn from(reader: R<TX_CMD_FIFO_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_CTL_SPEC>> for R
impl From<R<TX_CTL_SPEC>> for R
Source§fn from(reader: R<TX_CTL_SPEC>) -> Self
fn from(reader: R<TX_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_CTRL_SPEC>> for R
impl From<R<TX_CTRL_SPEC>> for R
Source§fn from(reader: R<TX_CTRL_SPEC>) -> Self
fn from(reader: R<TX_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_DATA_FIFO_CTL_SPEC>> for R
impl From<R<TX_DATA_FIFO_CTL_SPEC>> for R
Source§fn from(reader: R<TX_DATA_FIFO_CTL_SPEC>) -> Self
fn from(reader: R<TX_DATA_FIFO_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_DATA_FIFO_STATUS_SPEC>> for R
impl From<R<TX_DATA_FIFO_STATUS_SPEC>> for R
Source§fn from(reader: R<TX_DATA_FIFO_STATUS_SPEC>) -> Self
fn from(reader: R<TX_DATA_FIFO_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_FIFO_CTL_SPEC>> for R
impl From<R<TX_FIFO_CTL_SPEC>> for R
Source§fn from(reader: R<TX_FIFO_CTL_SPEC>) -> Self
fn from(reader: R<TX_FIFO_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_FIFO_CTRL_SPEC>> for R
impl From<R<TX_FIFO_CTRL_SPEC>> for R
Source§fn from(reader: R<TX_FIFO_CTRL_SPEC>) -> Self
fn from(reader: R<TX_FIFO_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_FIFO_STATUS_SPEC>> for R
impl From<R<TX_FIFO_STATUS_SPEC>> for R
Source§fn from(reader: R<TX_FIFO_STATUS_SPEC>) -> Self
fn from(reader: R<TX_FIFO_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_FIFO_STATUS_SPEC>> for R
impl From<R<TX_FIFO_STATUS_SPEC>> for R
Source§fn from(reader: R<TX_FIFO_STATUS_SPEC>) -> Self
fn from(reader: R<TX_FIFO_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_LPI_SPEC>> for R
impl From<R<TX_LPI_SPEC>> for R
Source§fn from(reader: R<TX_LPI_SPEC>) -> Self
fn from(reader: R<TX_LPI_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_LPI_TIME_SPEC>> for R
impl From<R<TX_LPI_TIME_SPEC>> for R
Source§fn from(reader: R<TX_LPI_TIME_SPEC>) -> Self
fn from(reader: R<TX_LPI_TIME_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_PAUSE_QUANTUM1_SPEC>> for R
impl From<R<TX_PAUSE_QUANTUM1_SPEC>> for R
Source§fn from(reader: R<TX_PAUSE_QUANTUM1_SPEC>) -> Self
fn from(reader: R<TX_PAUSE_QUANTUM1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_PAUSE_QUANTUM2_SPEC>> for R
impl From<R<TX_PAUSE_QUANTUM2_SPEC>> for R
Source§fn from(reader: R<TX_PAUSE_QUANTUM2_SPEC>) -> Self
fn from(reader: R<TX_PAUSE_QUANTUM2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_PAUSE_QUANTUM3_SPEC>> for R
impl From<R<TX_PAUSE_QUANTUM3_SPEC>> for R
Source§fn from(reader: R<TX_PAUSE_QUANTUM3_SPEC>) -> Self
fn from(reader: R<TX_PAUSE_QUANTUM3_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_PAUSE_QUANTUM_SPEC>> for R
impl From<R<TX_PAUSE_QUANTUM_SPEC>> for R
Source§fn from(reader: R<TX_PAUSE_QUANTUM_SPEC>) -> Self
fn from(reader: R<TX_PAUSE_QUANTUM_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_PFC_PAUSE_SPEC>> for R
impl From<R<TX_PFC_PAUSE_SPEC>> for R
Source§fn from(reader: R<TX_PFC_PAUSE_SPEC>) -> Self
fn from(reader: R<TX_PFC_PAUSE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_PTP_UNICAST_SPEC>> for R
impl From<R<TX_PTP_UNICAST_SPEC>> for R
Source§fn from(reader: R<TX_PTP_UNICAST_SPEC>) -> Self
fn from(reader: R<TX_PTP_UNICAST_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_Q_SEG_ALLOC_Q0TO7_SPEC>> for R
impl From<R<TX_Q_SEG_ALLOC_Q0TO7_SPEC>> for R
Source§fn from(reader: R<TX_Q_SEG_ALLOC_Q0TO7_SPEC>) -> Self
fn from(reader: R<TX_Q_SEG_ALLOC_Q0TO7_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_Q_SEG_ALLOC_Q8TO15_SPEC>> for R
impl From<R<TX_Q_SEG_ALLOC_Q8TO15_SPEC>> for R
Source§fn from(reader: R<TX_Q_SEG_ALLOC_Q8TO15_SPEC>) -> Self
fn from(reader: R<TX_Q_SEG_ALLOC_Q8TO15_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_RX_STATUS_SPEC>> for R
impl From<R<TX_RX_STATUS_SPEC>> for R
Source§fn from(reader: R<TX_RX_STATUS_SPEC>) -> Self
fn from(reader: R<TX_RX_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_SCHED_CTRL_SPEC>> for R
impl From<R<TX_SCHED_CTRL_SPEC>> for R
Source§fn from(reader: R<TX_SCHED_CTRL_SPEC>) -> Self
fn from(reader: R<TX_SCHED_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_UNDERRUNS_SPEC>> for R
impl From<R<TX_UNDERRUNS_SPEC>> for R
Source§fn from(reader: R<TX_UNDERRUNS_SPEC>) -> Self
fn from(reader: R<TX_UNDERRUNS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TX_WATCHDOG_SPEC>> for R
impl From<R<TX_WATCHDOG_SPEC>> for R
Source§fn from(reader: R<TX_WATCHDOG_SPEC>) -> Self
fn from(reader: R<TX_WATCHDOG_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_0_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_0_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_0_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_0_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_0_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_0_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_0_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_0_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_10_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_10_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_10_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_10_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_10_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_10_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_10_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_10_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_11_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_11_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_11_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_11_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_11_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_11_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_11_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_11_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_12_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_12_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_12_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_12_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_12_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_12_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_12_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_12_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_13_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_13_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_13_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_13_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_13_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_13_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_13_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_13_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_14_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_14_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_14_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_14_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_14_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_14_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_14_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_14_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_15_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_15_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_15_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_15_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_15_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_15_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_15_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_15_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_16_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_16_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_16_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_16_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_16_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_16_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_16_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_16_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_17_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_17_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_17_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_17_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_17_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_17_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_17_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_17_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_18_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_18_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_18_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_18_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_18_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_18_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_18_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_18_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_19_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_19_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_19_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_19_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_19_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_19_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_19_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_19_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_1_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_1_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_1_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_1_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_1_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_1_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_1_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_1_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_20_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_20_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_20_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_20_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_20_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_20_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_20_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_20_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_21_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_21_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_21_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_21_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_21_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_21_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_21_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_21_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_22_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_22_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_22_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_22_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_22_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_22_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_22_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_22_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_23_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_23_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_23_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_23_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_23_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_23_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_23_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_23_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_24_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_24_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_24_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_24_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_24_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_24_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_24_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_24_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_25_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_25_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_25_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_25_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_25_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_25_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_25_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_25_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_26_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_26_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_26_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_26_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_26_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_26_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_26_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_26_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_27_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_27_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_27_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_27_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_27_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_27_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_27_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_27_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_28_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_28_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_28_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_28_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_28_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_28_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_28_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_28_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_29_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_29_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_29_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_29_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_29_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_29_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_29_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_29_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_2_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_2_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_2_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_2_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_2_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_2_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_2_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_2_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_30_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_30_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_30_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_30_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_30_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_30_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_30_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_30_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_31_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_31_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_31_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_31_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_31_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_31_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_31_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_31_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_3_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_3_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_3_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_3_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_3_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_3_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_3_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_3_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_4_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_4_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_4_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_4_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_4_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_4_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_4_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_4_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_5_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_5_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_5_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_5_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_5_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_5_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_5_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_5_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_6_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_6_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_6_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_6_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_6_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_6_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_6_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_6_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_7_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_7_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_7_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_7_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_7_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_7_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_7_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_7_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_8_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_8_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_8_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_8_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_8_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_8_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_8_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_8_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_9_WORD_0_SPEC>> for R
impl From<R<TYPE2_COMPARE_9_WORD_0_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_9_WORD_0_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_9_WORD_0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<TYPE2_COMPARE_9_WORD_1_SPEC>> for R
impl From<R<TYPE2_COMPARE_9_WORD_1_SPEC>> for R
Source§fn from(reader: R<TYPE2_COMPARE_9_WORD_1_SPEC>) -> Self
fn from(reader: R<TYPE2_COMPARE_9_WORD_1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<UART_CTRL_SPEC>> for R
impl From<R<UART_CTRL_SPEC>> for R
Source§fn from(reader: R<UART_CTRL_SPEC>) -> Self
fn from(reader: R<UART_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<UART_FLOW_CTRL_SPEC>> for R
impl From<R<UART_FLOW_CTRL_SPEC>> for R
Source§fn from(reader: R<UART_FLOW_CTRL_SPEC>) -> Self
fn from(reader: R<UART_FLOW_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<UART_RX_CTRL_SPEC>> for R
impl From<R<UART_RX_CTRL_SPEC>> for R
Source§fn from(reader: R<UART_RX_CTRL_SPEC>) -> Self
fn from(reader: R<UART_RX_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<UART_RX_STATUS_SPEC>> for R
impl From<R<UART_RX_STATUS_SPEC>> for R
Source§fn from(reader: R<UART_RX_STATUS_SPEC>) -> Self
fn from(reader: R<UART_RX_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<UART_TX_CTRL_SPEC>> for R
impl From<R<UART_TX_CTRL_SPEC>> for R
Source§fn from(reader: R<UART_TX_CTRL_SPEC>) -> Self
fn from(reader: R<UART_TX_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<UDB_PWR_CTL_SPEC>> for R
impl From<R<UDB_PWR_CTL_SPEC>> for R
Source§fn from(reader: R<UDB_PWR_CTL_SPEC>) -> Self
fn from(reader: R<UDB_PWR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<UDB_PWR_DELAY_CTL_SPEC>> for R
impl From<R<UDB_PWR_DELAY_CTL_SPEC>> for R
Source§fn from(reader: R<UDB_PWR_DELAY_CTL_SPEC>) -> Self
fn from(reader: R<UDB_PWR_DELAY_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<UNDERSIZE_FRAMES_SPEC>> for R
impl From<R<UNDERSIZE_FRAMES_SPEC>> for R
Source§fn from(reader: R<UNDERSIZE_FRAMES_SPEC>) -> Self
fn from(reader: R<UNDERSIZE_FRAMES_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<UPPER_LIMIT_SPEC>> for R
impl From<R<UPPER_LIMIT_SPEC>> for R
Source§fn from(reader: R<UPPER_LIMIT_SPEC>) -> Self
fn from(reader: R<UPPER_LIMIT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<UPPER_LIMIT_SPEC>> for R
impl From<R<UPPER_LIMIT_SPEC>> for R
Source§fn from(reader: R<UPPER_LIMIT_SPEC>) -> Self
fn from(reader: R<UPPER_LIMIT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<UPPER_RX_Q_BASE_ADDR_SPEC>> for R
impl From<R<UPPER_RX_Q_BASE_ADDR_SPEC>> for R
Source§fn from(reader: R<UPPER_RX_Q_BASE_ADDR_SPEC>) -> Self
fn from(reader: R<UPPER_RX_Q_BASE_ADDR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<UPPER_TX_Q_BASE_ADDR_SPEC>> for R
impl From<R<UPPER_TX_Q_BASE_ADDR_SPEC>> for R
Source§fn from(reader: R<UPPER_TX_Q_BASE_ADDR_SPEC>) -> Self
fn from(reader: R<UPPER_TX_Q_BASE_ADDR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<USER_IO_REGISTER_SPEC>> for R
impl From<R<USER_IO_REGISTER_SPEC>> for R
Source§fn from(reader: R<USER_IO_REGISTER_SPEC>) -> Self
fn from(reader: R<USER_IO_REGISTER_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<VDD_ACTIVE_SPEC>> for R
impl From<R<VDD_ACTIVE_SPEC>> for R
Source§fn from(reader: R<VDD_ACTIVE_SPEC>) -> Self
fn from(reader: R<VDD_ACTIVE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<VDD_INTR_MASKED_SPEC>> for R
impl From<R<VDD_INTR_MASKED_SPEC>> for R
Source§fn from(reader: R<VDD_INTR_MASKED_SPEC>) -> Self
fn from(reader: R<VDD_INTR_MASKED_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<VDD_INTR_MASK_SPEC>> for R
impl From<R<VDD_INTR_MASK_SPEC>> for R
Source§fn from(reader: R<VDD_INTR_MASK_SPEC>) -> Self
fn from(reader: R<VDD_INTR_MASK_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<VDD_INTR_SET_SPEC>> for R
impl From<R<VDD_INTR_SET_SPEC>> for R
Source§fn from(reader: R<VDD_INTR_SET_SPEC>) -> Self
fn from(reader: R<VDD_INTR_SET_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<VDD_INTR_SPEC>> for R
impl From<R<VDD_INTR_SPEC>> for R
Source§fn from(reader: R<VDD_INTR_SPEC>) -> Self
fn from(reader: R<VDD_INTR_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<VU_CTL0_SPEC>> for R
impl From<R<VU_CTL0_SPEC>> for R
Source§fn from(reader: R<VU_CTL0_SPEC>) -> Self
fn from(reader: R<VU_CTL0_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<VU_CTL1_SPEC>> for R
impl From<R<VU_CTL1_SPEC>> for R
Source§fn from(reader: R<VU_CTL1_SPEC>) -> Self
fn from(reader: R<VU_CTL1_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<VU_CTL2_SPEC>> for R
impl From<R<VU_CTL2_SPEC>> for R
Source§fn from(reader: R<VU_CTL2_SPEC>) -> Self
fn from(reader: R<VU_CTL2_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<VU_RF_DATA_SPEC>> for R
impl From<R<VU_RF_DATA_SPEC>> for R
Source§fn from(reader: R<VU_RF_DATA_SPEC>) -> Self
fn from(reader: R<VU_RF_DATA_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<VU_STATUS_SPEC>> for R
impl From<R<VU_STATUS_SPEC>> for R
Source§fn from(reader: R<VU_STATUS_SPEC>) -> Self
fn from(reader: R<VU_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<WARN_LIMIT_SPEC>> for R
impl From<R<WARN_LIMIT_SPEC>> for R
Source§fn from(reader: R<WARN_LIMIT_SPEC>) -> Self
fn from(reader: R<WARN_LIMIT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<WARN_LIMIT_SPEC>> for R
impl From<R<WARN_LIMIT_SPEC>> for R
Source§fn from(reader: R<WARN_LIMIT_SPEC>) -> Self
fn from(reader: R<WARN_LIMIT_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<WOL_REGISTER_SPEC>> for R
impl From<R<WOL_REGISTER_SPEC>> for R
Source§fn from(reader: R<WOL_REGISTER_SPEC>) -> Self
fn from(reader: R<WOL_REGISTER_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<WORK_FLASH_SAFETY_SPEC>> for R
impl From<R<WORK_FLASH_SAFETY_SPEC>> for R
Source§fn from(reader: R<WORK_FLASH_SAFETY_SPEC>) -> Self
fn from(reader: R<WORK_FLASH_SAFETY_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<WORK_PULSE_SPEC>> for R
impl From<R<WORK_PULSE_SPEC>> for R
Source§fn from(reader: R<WORK_PULSE_SPEC>) -> Self
fn from(reader: R<WORK_PULSE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<WORK_RANGE_HI_SPEC>> for R
impl From<R<WORK_RANGE_HI_SPEC>> for R
Source§fn from(reader: R<WORK_RANGE_HI_SPEC>) -> Self
fn from(reader: R<WORK_RANGE_HI_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<WORK_RANGE_SPEC>> for R
impl From<R<WORK_RANGE_SPEC>> for R
Source§fn from(reader: R<WORK_RANGE_SPEC>) -> Self
fn from(reader: R<WORK_RANGE_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<WORK_VALID_SPEC>> for R
impl From<R<WORK_VALID_SPEC>> for R
Source§fn from(reader: R<WORK_VALID_SPEC>) -> Self
fn from(reader: R<WORK_VALID_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<WR_ADDR_CTL_SPEC>> for R
impl From<R<WR_ADDR_CTL_SPEC>> for R
Source§fn from(reader: R<WR_ADDR_CTL_SPEC>) -> Self
fn from(reader: R<WR_ADDR_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<WR_CMD_CTL_SPEC>> for R
impl From<R<WR_CMD_CTL_SPEC>> for R
Source§fn from(reader: R<WR_CMD_CTL_SPEC>) -> Self
fn from(reader: R<WR_CMD_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<WR_CRC_CTL_SPEC>> for R
impl From<R<WR_CRC_CTL_SPEC>> for R
Source§fn from(reader: R<WR_CRC_CTL_SPEC>) -> Self
fn from(reader: R<WR_CRC_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<WR_DATA_CTL_SPEC>> for R
impl From<R<WR_DATA_CTL_SPEC>> for R
Source§fn from(reader: R<WR_DATA_CTL_SPEC>) -> Self
fn from(reader: R<WR_DATA_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<WR_DUMMY_CTL_SPEC>> for R
impl From<R<WR_DUMMY_CTL_SPEC>> for R
Source§fn from(reader: R<WR_DUMMY_CTL_SPEC>) -> Self
fn from(reader: R<WR_DUMMY_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<WR_MODE_CTL_SPEC>> for R
impl From<R<WR_MODE_CTL_SPEC>> for R
Source§fn from(reader: R<WR_MODE_CTL_SPEC>) -> Self
fn from(reader: R<WR_MODE_CTL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<WUP_CTRL_R_SPEC>> for R
impl From<R<WUP_CTRL_R_SPEC>> for R
Source§fn from(reader: R<WUP_CTRL_R_SPEC>) -> Self
fn from(reader: R<WUP_CTRL_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<XFER_MODE_R_SPEC>> for R
impl From<R<XFER_MODE_R_SPEC>> for R
Source§fn from(reader: R<XFER_MODE_R_SPEC>) -> Self
fn from(reader: R<XFER_MODE_R_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<XIDAM_SPEC>> for R
impl From<R<XIDAM_SPEC>> for R
Source§fn from(reader: R<XIDAM_SPEC>) -> Self
fn from(reader: R<XIDAM_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<XIDFC_SPEC>> for R
impl From<R<XIDFC_SPEC>> for R
Source§fn from(reader: R<XIDFC_SPEC>) -> Self
fn from(reader: R<XIDFC_SPEC>) -> Self
Converts to this type from the input type.
Source§impl<REG: RegisterSpec, FI> PartialEq<FI> for R<REG>
impl<REG: RegisterSpec, FI> PartialEq<FI> for R<REG>
Auto Trait Implementations§
impl<REG> Freeze for R<REG>
impl<REG> RefUnwindSafe for R<REG>
impl<REG> Send for R<REG>
impl<REG> Sync for R<REG>
impl<REG> Unpin for R<REG>
impl<REG> UnwindSafe for R<REG>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more