W

Struct W 

Source
pub struct W<REG: RegisterSpec + ?Sized> { /* private fields */ }
Expand description

Register writer.

Used as an argument to the closures in the write and modify methods of the register.

Implementations§

Source§

impl<REG: RegisterSpec> W<REG>

Source

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self

Writes raw bits to the register.

Trait Implementations§

Source§

impl From<W<COUNT_SPEC>> for W

Source§

fn from(writer: W<COUNT_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<DPORT_CTL_SPEC>> for W

Source§

fn from(writer: W<DPORT_CTL_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<EDGE_INT_ENABLE_SPEC>> for W

Source§

fn from(writer: W<EDGE_INT_ENABLE_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<EFUSE_DATA0_SPEC>> for W

Source§

fn from(writer: W<EFUSE_DATA0_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<EFUSE_DATA1_SPEC>> for W

Source§

fn from(writer: W<EFUSE_DATA1_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<EFUSE_DATA2_SPEC>> for W

Source§

fn from(writer: W<EFUSE_DATA2_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<EFUSE_DATA3_SPEC>> for W

Source§

fn from(writer: W<EFUSE_DATA3_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<FRC1_CTRL_SPEC>> for W

Source§

fn from(writer: W<FRC1_CTRL_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<FRC1_INT_SPEC>> for W

Source§

fn from(writer: W<FRC1_INT_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<FRC1_LOAD_SPEC>> for W

Source§

fn from(writer: W<FRC1_LOAD_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<FRC2_ALARM_SPEC>> for W

Source§

fn from(writer: W<FRC2_ALARM_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<FRC2_CTRL_SPEC>> for W

Source§

fn from(writer: W<FRC2_CTRL_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<FRC2_INT_SPEC>> for W

Source§

fn from(writer: W<FRC2_INT_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<FRC2_LOAD_SPEC>> for W

Source§

fn from(writer: W<FRC2_LOAD_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_ENABLE_SPEC>> for W

Source§

fn from(writer: W<GPIO_ENABLE_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_ENABLE_W1TC_SPEC>> for W

Source§

fn from(writer: W<GPIO_ENABLE_W1TC_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_ENABLE_W1TS_SPEC>> for W

Source§

fn from(writer: W<GPIO_ENABLE_W1TS_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_IN_SPEC>> for W

Source§

fn from(writer: W<GPIO_IN_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_OUT_SPEC>> for W

Source§

fn from(writer: W<GPIO_OUT_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_OUT_W1TC_SPEC>> for W

Source§

fn from(writer: W<GPIO_OUT_W1TC_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_OUT_W1TS_SPEC>> for W

Source§

fn from(writer: W<GPIO_OUT_W1TS_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_PIN0_SPEC>> for W

Source§

fn from(writer: W<GPIO_PIN0_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_PIN10_SPEC>> for W

Source§

fn from(writer: W<GPIO_PIN10_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_PIN11_SPEC>> for W

Source§

fn from(writer: W<GPIO_PIN11_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_PIN12_SPEC>> for W

Source§

fn from(writer: W<GPIO_PIN12_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_PIN13_SPEC>> for W

Source§

fn from(writer: W<GPIO_PIN13_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_PIN14_SPEC>> for W

Source§

fn from(writer: W<GPIO_PIN14_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_PIN15_SPEC>> for W

Source§

fn from(writer: W<GPIO_PIN15_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_PIN1_SPEC>> for W

Source§

fn from(writer: W<GPIO_PIN1_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_PIN2_SPEC>> for W

Source§

fn from(writer: W<GPIO_PIN2_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_PIN3_SPEC>> for W

Source§

fn from(writer: W<GPIO_PIN3_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_PIN4_SPEC>> for W

Source§

fn from(writer: W<GPIO_PIN4_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_PIN5_SPEC>> for W

Source§

fn from(writer: W<GPIO_PIN5_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_PIN6_SPEC>> for W

Source§

fn from(writer: W<GPIO_PIN6_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_PIN7_SPEC>> for W

Source§

fn from(writer: W<GPIO_PIN7_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_PIN8_SPEC>> for W

Source§

fn from(writer: W<GPIO_PIN8_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_PIN9_SPEC>> for W

Source§

fn from(writer: W<GPIO_PIN9_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_RTC_CALIB_SYNC_SPEC>> for W

Source§

fn from(writer: W<GPIO_RTC_CALIB_SYNC_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_RTC_CALIB_VALUE_SPEC>> for W

Source§

fn from(writer: W<GPIO_RTC_CALIB_VALUE_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_SIGMA_DELTA_SPEC>> for W

Source§

fn from(writer: W<GPIO_SIGMA_DELTA_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_STATUS_SPEC>> for W

Source§

fn from(writer: W<GPIO_STATUS_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_STATUS_W1TC_SPEC>> for W

Source§

fn from(writer: W<GPIO_STATUS_W1TC_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<GPIO_STATUS_W1TS_SPEC>> for W

Source§

fn from(writer: W<GPIO_STATUS_W1TS_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<I2SCONF_SIGLE_DATA_SPEC>> for W

Source§

fn from(writer: W<I2SCONF_SIGLE_DATA_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<I2SCONF_SPEC>> for W

Source§

fn from(writer: W<I2SCONF_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<I2SINT_CLR_SPEC>> for W

Source§

fn from(writer: W<I2SINT_CLR_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<I2SINT_ENA_SPEC>> for W

Source§

fn from(writer: W<I2SINT_ENA_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<I2SINT_RAW_SPEC>> for W

Source§

fn from(writer: W<I2SINT_RAW_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<I2SINT_ST_SPEC>> for W

Source§

fn from(writer: W<I2SINT_ST_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<I2SRXEOF_NUM_SPEC>> for W

Source§

fn from(writer: W<I2SRXEOF_NUM_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<I2SRXFIFO_SPEC>> for W

Source§

fn from(writer: W<I2SRXFIFO_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<I2STIMING_SPEC>> for W

Source§

fn from(writer: W<I2STIMING_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<I2STXFIFO_SPEC>> for W

Source§

fn from(writer: W<I2STXFIFO_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<I2S_FIFO_CONF_SPEC>> for W

Source§

fn from(writer: W<I2S_FIFO_CONF_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<IOSWAP_SPEC>> for W

Source§

fn from(writer: W<IOSWAP_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<IO_MUX_CONF_SPEC>> for W

Source§

fn from(writer: W<IO_MUX_CONF_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<IO_MUX_GPIO0_SPEC>> for W

Source§

fn from(writer: W<IO_MUX_GPIO0_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<IO_MUX_GPIO2_SPEC>> for W

Source§

fn from(writer: W<IO_MUX_GPIO2_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<IO_MUX_GPIO4_SPEC>> for W

Source§

fn from(writer: W<IO_MUX_GPIO4_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<IO_MUX_GPIO5_SPEC>> for W

Source§

fn from(writer: W<IO_MUX_GPIO5_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<IO_MUX_MTCK_SPEC>> for W

Source§

fn from(writer: W<IO_MUX_MTCK_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<IO_MUX_MTDI_SPEC>> for W

Source§

fn from(writer: W<IO_MUX_MTDI_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<IO_MUX_MTDO_SPEC>> for W

Source§

fn from(writer: W<IO_MUX_MTDO_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<IO_MUX_MTMS_SPEC>> for W

Source§

fn from(writer: W<IO_MUX_MTMS_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<IO_MUX_SD_CLK_SPEC>> for W

Source§

fn from(writer: W<IO_MUX_SD_CLK_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<IO_MUX_SD_CMD_SPEC>> for W

Source§

fn from(writer: W<IO_MUX_SD_CMD_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<IO_MUX_SD_DATA0_SPEC>> for W

Source§

fn from(writer: W<IO_MUX_SD_DATA0_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<IO_MUX_SD_DATA1_SPEC>> for W

Source§

fn from(writer: W<IO_MUX_SD_DATA1_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<IO_MUX_SD_DATA2_SPEC>> for W

Source§

fn from(writer: W<IO_MUX_SD_DATA2_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<IO_MUX_SD_DATA3_SPEC>> for W

Source§

fn from(writer: W<IO_MUX_SD_DATA3_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<IO_MUX_U0RXD_SPEC>> for W

Source§

fn from(writer: W<IO_MUX_U0RXD_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<IO_MUX_U0TXD_SPEC>> for W

Source§

fn from(writer: W<IO_MUX_U0TXD_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<PAD_XPD_DCDC_CONF_SPEC>> for W

Source§

fn from(writer: W<PAD_XPD_DCDC_CONF_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<PLL_SPEC>> for W

Source§

fn from(writer: W<PLL_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<RESET_STAGE_SPEC>> for W

Source§

fn from(writer: W<RESET_STAGE_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<RTC_GPIO_CONF_SPEC>> for W

Source§

fn from(writer: W<RTC_GPIO_CONF_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<RTC_GPIO_ENABLE_SPEC>> for W

Source§

fn from(writer: W<RTC_GPIO_ENABLE_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<RTC_GPIO_IN_DATA_SPEC>> for W

Source§

fn from(writer: W<RTC_GPIO_IN_DATA_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<RTC_GPIO_OUT_SPEC>> for W

Source§

fn from(writer: W<RTC_GPIO_OUT_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<RTC_STATE1_SPEC>> for W

Source§

fn from(writer: W<RTC_STATE1_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<RTC_STORE0_SPEC>> for W

Source§

fn from(writer: W<RTC_STORE0_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_AHB_TEST_SPEC>> for W

Source§

fn from(writer: W<SLC_AHB_TEST_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_BRIDGE_CONF_SPEC>> for W

Source§

fn from(writer: W<SLC_BRIDGE_CONF_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_CONF0_SPEC>> for W

Source§

fn from(writer: W<SLC_CONF0_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_CONF1_SPEC>> for W

Source§

fn from(writer: W<SLC_CONF1_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_DATE_SPEC>> for W

Source§

fn from(writer: W<SLC_DATE_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_ID_SPEC>> for W

Source§

fn from(writer: W<SLC_ID_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_INTVEC_TOHOST_SPEC>> for W

Source§

fn from(writer: W<SLC_INTVEC_TOHOST_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_INT_CLR_SPEC>> for W

Source§

fn from(writer: W<SLC_INT_CLR_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_INT_ENA_SPEC>> for W

Source§

fn from(writer: W<SLC_INT_ENA_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_INT_RAW_SPEC>> for W

Source§

fn from(writer: W<SLC_INT_RAW_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_INT_STATUS_SPEC>> for W

Source§

fn from(writer: W<SLC_INT_STATUS_SPEC>) -> Self

Converts to this type from the input type.
Source§

fn from(writer: W<SLC_RXLINK_DSCR_BF0_SPEC>) -> Self

Converts to this type from the input type.
Source§

fn from(writer: W<SLC_RXLINK_DSCR_BF1_SPEC>) -> Self

Converts to this type from the input type.
Source§

fn from(writer: W<SLC_RXLINK_DSCR_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_RX_DSCR_CONF_SPEC>> for W

Source§

fn from(writer: W<SLC_RX_DSCR_CONF_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_RX_EOF_BFR_DES_ADDR_SPEC>> for W

Source§

fn from(writer: W<SLC_RX_EOF_BFR_DES_ADDR_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_RX_EOF_DES_ADDR_SPEC>> for W

Source§

fn from(writer: W<SLC_RX_EOF_DES_ADDR_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_RX_FIFO_PUSH_SPEC>> for W

Source§

fn from(writer: W<SLC_RX_FIFO_PUSH_SPEC>) -> Self

Converts to this type from the input type.
Source§

fn from(writer: W<SLC_RX_LINK_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_RX_STATUS_SPEC>> for W

Source§

fn from(writer: W<SLC_RX_STATUS_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_SDIO_ST_SPEC>> for W

Source§

fn from(writer: W<SLC_SDIO_ST_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_STATE0_SPEC>> for W

Source§

fn from(writer: W<SLC_STATE0_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_STATE1_SPEC>> for W

Source§

fn from(writer: W<SLC_STATE1_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_TOKEN0_SPEC>> for W

Source§

fn from(writer: W<SLC_TOKEN0_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_TOKEN1_SPEC>> for W

Source§

fn from(writer: W<SLC_TOKEN1_SPEC>) -> Self

Converts to this type from the input type.
Source§

fn from(writer: W<SLC_TXLINK_DSCR_BF0_SPEC>) -> Self

Converts to this type from the input type.
Source§

fn from(writer: W<SLC_TXLINK_DSCR_BF1_SPEC>) -> Self

Converts to this type from the input type.
Source§

fn from(writer: W<SLC_TXLINK_DSCR_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_TX_EOF_DES_ADDR_SPEC>> for W

Source§

fn from(writer: W<SLC_TX_EOF_DES_ADDR_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_TX_FIFO_POP_SPEC>> for W

Source§

fn from(writer: W<SLC_TX_FIFO_POP_SPEC>) -> Self

Converts to this type from the input type.
Source§

fn from(writer: W<SLC_TX_LINK_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SLC_TX_STATUS_SPEC>> for W

Source§

fn from(writer: W<SLC_TX_STATUS_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_ADDR_SPEC>> for W

Source§

fn from(writer: W<SPI_ADDR_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_ADDR_SPEC>> for W

Source§

fn from(writer: W<SPI_ADDR_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_CACHE_SPEC>> for W

Source§

fn from(writer: W<SPI_CACHE_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_CACHE_TARGET_SPEC>> for W

Source§

fn from(writer: W<SPI_CACHE_TARGET_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_CLOCK_SPEC>> for W

Source§

fn from(writer: W<SPI_CLOCK_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_CLOCK_SPEC>> for W

Source§

fn from(writer: W<SPI_CLOCK_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_CMD_SPEC>> for W

Source§

fn from(writer: W<SPI_CMD_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_CMD_SPEC>> for W

Source§

fn from(writer: W<SPI_CMD_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_CTRL1_SPEC>> for W

Source§

fn from(writer: W<SPI_CTRL1_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_CTRL1_SPEC>> for W

Source§

fn from(writer: W<SPI_CTRL1_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_CTRL2_SPEC>> for W

Source§

fn from(writer: W<SPI_CTRL2_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_CTRL2_SPEC>> for W

Source§

fn from(writer: W<SPI_CTRL2_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_CTRL_SPEC>> for W

Source§

fn from(writer: W<SPI_CTRL_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_CTRL_SPEC>> for W

Source§

fn from(writer: W<SPI_CTRL_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_EXT0_SPEC>> for W

Source§

fn from(writer: W<SPI_EXT0_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_EXT0_SPEC>> for W

Source§

fn from(writer: W<SPI_EXT0_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_EXT1_SPEC>> for W

Source§

fn from(writer: W<SPI_EXT1_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_EXT1_SPEC>> for W

Source§

fn from(writer: W<SPI_EXT1_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_EXT2_SPEC>> for W

Source§

fn from(writer: W<SPI_EXT2_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_EXT2_SPEC>> for W

Source§

fn from(writer: W<SPI_EXT2_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_EXT3_SPEC>> for W

Source§

fn from(writer: W<SPI_EXT3_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_EXT3_SPEC>> for W

Source§

fn from(writer: W<SPI_EXT3_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_PIN_SPEC>> for W

Source§

fn from(writer: W<SPI_PIN_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_PIN_SPEC>> for W

Source§

fn from(writer: W<SPI_PIN_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_RD_STATUS_SPEC>> for W

Source§

fn from(writer: W<SPI_RD_STATUS_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_RD_STATUS_SPEC>> for W

Source§

fn from(writer: W<SPI_RD_STATUS_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_SLAVE1_SPEC>> for W

Source§

fn from(writer: W<SPI_SLAVE1_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_SLAVE1_SPEC>> for W

Source§

fn from(writer: W<SPI_SLAVE1_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_SLAVE2_SPEC>> for W

Source§

fn from(writer: W<SPI_SLAVE2_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_SLAVE2_SPEC>> for W

Source§

fn from(writer: W<SPI_SLAVE2_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_SLAVE3_SPEC>> for W

Source§

fn from(writer: W<SPI_SLAVE3_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_SLAVE3_SPEC>> for W

Source§

fn from(writer: W<SPI_SLAVE3_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_SLAVE_SPEC>> for W

Source§

fn from(writer: W<SPI_SLAVE_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_SLAVE_SPEC>> for W

Source§

fn from(writer: W<SPI_SLAVE_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_USER1_SPEC>> for W

Source§

fn from(writer: W<SPI_USER1_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_USER1_SPEC>> for W

Source§

fn from(writer: W<SPI_USER1_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_USER2_SPEC>> for W

Source§

fn from(writer: W<SPI_USER2_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_USER2_SPEC>> for W

Source§

fn from(writer: W<SPI_USER2_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_USER_SPEC>> for W

Source§

fn from(writer: W<SPI_USER_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_USER_SPEC>> for W

Source§

fn from(writer: W<SPI_USER_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W0_SPEC>> for W

Source§

fn from(writer: W<SPI_W0_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W0_SPEC>> for W

Source§

fn from(writer: W<SPI_W0_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W10_SPEC>> for W

Source§

fn from(writer: W<SPI_W10_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W10_SPEC>> for W

Source§

fn from(writer: W<SPI_W10_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W11_SPEC>> for W

Source§

fn from(writer: W<SPI_W11_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W11_SPEC>> for W

Source§

fn from(writer: W<SPI_W11_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W12_SPEC>> for W

Source§

fn from(writer: W<SPI_W12_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W12_SPEC>> for W

Source§

fn from(writer: W<SPI_W12_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W13_SPEC>> for W

Source§

fn from(writer: W<SPI_W13_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W13_SPEC>> for W

Source§

fn from(writer: W<SPI_W13_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W14_SPEC>> for W

Source§

fn from(writer: W<SPI_W14_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W14_SPEC>> for W

Source§

fn from(writer: W<SPI_W14_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W15_SPEC>> for W

Source§

fn from(writer: W<SPI_W15_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W15_SPEC>> for W

Source§

fn from(writer: W<SPI_W15_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W1_SPEC>> for W

Source§

fn from(writer: W<SPI_W1_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W1_SPEC>> for W

Source§

fn from(writer: W<SPI_W1_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W2_SPEC>> for W

Source§

fn from(writer: W<SPI_W2_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W2_SPEC>> for W

Source§

fn from(writer: W<SPI_W2_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W3_SPEC>> for W

Source§

fn from(writer: W<SPI_W3_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W3_SPEC>> for W

Source§

fn from(writer: W<SPI_W3_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W4_SPEC>> for W

Source§

fn from(writer: W<SPI_W4_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W4_SPEC>> for W

Source§

fn from(writer: W<SPI_W4_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W5_SPEC>> for W

Source§

fn from(writer: W<SPI_W5_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W5_SPEC>> for W

Source§

fn from(writer: W<SPI_W5_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W6_SPEC>> for W

Source§

fn from(writer: W<SPI_W6_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W6_SPEC>> for W

Source§

fn from(writer: W<SPI_W6_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W7_SPEC>> for W

Source§

fn from(writer: W<SPI_W7_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W7_SPEC>> for W

Source§

fn from(writer: W<SPI_W7_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W8_SPEC>> for W

Source§

fn from(writer: W<SPI_W8_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W8_SPEC>> for W

Source§

fn from(writer: W<SPI_W8_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W9_SPEC>> for W

Source§

fn from(writer: W<SPI_W9_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_W9_SPEC>> for W

Source§

fn from(writer: W<SPI_W9_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_WR_STATUS_SPEC>> for W

Source§

fn from(writer: W<SPI_WR_STATUS_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<SPI_WR_STATUS_SPEC>> for W

Source§

fn from(writer: W<SPI_WR_STATUS_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<STAGE_SPEC>> for W

Source§

fn from(writer: W<STAGE_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<UART_AUTOBAUD_SPEC>> for W

Source§

fn from(writer: W<UART_AUTOBAUD_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<UART_AUTOBAUD_SPEC>> for W

Source§

fn from(writer: W<UART_AUTOBAUD_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<UART_CLKDIV_SPEC>> for W

Source§

fn from(writer: W<UART_CLKDIV_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<UART_CLKDIV_SPEC>> for W

Source§

fn from(writer: W<UART_CLKDIV_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<UART_CONF0_SPEC>> for W

Source§

fn from(writer: W<UART_CONF0_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<UART_CONF0_SPEC>> for W

Source§

fn from(writer: W<UART_CONF0_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<UART_CONF1_SPEC>> for W

Source§

fn from(writer: W<UART_CONF1_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<UART_CONF1_SPEC>> for W

Source§

fn from(writer: W<UART_CONF1_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<UART_DATE_SPEC>> for W

Source§

fn from(writer: W<UART_DATE_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<UART_DATE_SPEC>> for W

Source§

fn from(writer: W<UART_DATE_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<UART_FIFO_SPEC>> for W

Source§

fn from(writer: W<UART_FIFO_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<UART_FIFO_SPEC>> for W

Source§

fn from(writer: W<UART_FIFO_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<UART_ID_SPEC>> for W

Source§

fn from(writer: W<UART_ID_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<UART_ID_SPEC>> for W

Source§

fn from(writer: W<UART_ID_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<UART_INT_CLR_SPEC>> for W

Source§

fn from(writer: W<UART_INT_CLR_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<UART_INT_CLR_SPEC>> for W

Source§

fn from(writer: W<UART_INT_CLR_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<UART_INT_ENA_SPEC>> for W

Source§

fn from(writer: W<UART_INT_ENA_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<UART_INT_ENA_SPEC>> for W

Source§

fn from(writer: W<UART_INT_ENA_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<WDT_CTL_SPEC>> for W

Source§

fn from(writer: W<WDT_CTL_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<WDT_OP_ND_SPEC>> for W

Source§

fn from(writer: W<WDT_OP_ND_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<WDT_OP_SPEC>> for W

Source§

fn from(writer: W<WDT_OP_SPEC>) -> Self

Converts to this type from the input type.
Source§

impl From<W<WDT_RST_SPEC>> for W

Source§

fn from(writer: W<WDT_RST_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl<REG> Freeze for W<REG>
where <REG as RegisterSpec>::Ux: Freeze, REG: ?Sized,

§

impl<REG> RefUnwindSafe for W<REG>
where <REG as RegisterSpec>::Ux: RefUnwindSafe, REG: RefUnwindSafe + ?Sized,

§

impl<REG> Send for W<REG>
where <REG as RegisterSpec>::Ux: Send, REG: Send + ?Sized,

§

impl<REG> Sync for W<REG>
where <REG as RegisterSpec>::Ux: Sync, REG: Sync + ?Sized,

§

impl<REG> Unpin for W<REG>
where <REG as RegisterSpec>::Ux: Unpin, REG: Unpin + ?Sized,

§

impl<REG> UnwindSafe for W<REG>
where <REG as RegisterSpec>::Ux: UnwindSafe, REG: UnwindSafe + ?Sized,

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.