[][src]Trait esp8266::generic::ResetValue

pub trait ResetValue {
    type Type;
    fn reset_value() -> Self::Type;
}

Reset value of the register

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

Associated Types

type Type

Register size

Loading content...

Required methods

fn reset_value() -> Self::Type

Reset value of the register

Loading content...

Implementors

impl ResetValue for DPORT_CTL[src]

Register DPORT_CTL reset()'s with value 0

type Type = u32

impl ResetValue for EDGE_INT_ENABLE[src]

Register EDGE_INT_ENABLE reset()'s with value 0

type Type = u32

impl ResetValue for EFUSE_DATA0[src]

Register EFUSE_DATA0 reset()'s with value 0

type Type = u32

impl ResetValue for EFUSE_DATA1[src]

Register EFUSE_DATA1 reset()'s with value 0

type Type = u32

impl ResetValue for EFUSE_DATA2[src]

Register EFUSE_DATA2 reset()'s with value 0

type Type = u32

impl ResetValue for EFUSE_DATA3[src]

Register EFUSE_DATA3 reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_ENABLE[src]

Register GPIO_ENABLE reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_ENABLE_W1TC[src]

Register GPIO_ENABLE_W1TC reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_ENABLE_W1TS[src]

Register GPIO_ENABLE_W1TS reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_IN[src]

Register GPIO_IN reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_OUT[src]

Register GPIO_OUT reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_OUT_W1TC[src]

Register GPIO_OUT_W1TC reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_OUT_W1TS[src]

Register GPIO_OUT_W1TS reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_PIN0[src]

Register GPIO_PIN0 reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_PIN1[src]

Register GPIO_PIN1 reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_PIN10[src]

Register GPIO_PIN10 reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_PIN11[src]

Register GPIO_PIN11 reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_PIN12[src]

Register GPIO_PIN12 reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_PIN13[src]

Register GPIO_PIN13 reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_PIN14[src]

Register GPIO_PIN14 reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_PIN15[src]

Register GPIO_PIN15 reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_PIN2[src]

Register GPIO_PIN2 reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_PIN3[src]

Register GPIO_PIN3 reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_PIN4[src]

Register GPIO_PIN4 reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_PIN5[src]

Register GPIO_PIN5 reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_PIN6[src]

Register GPIO_PIN6 reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_PIN7[src]

Register GPIO_PIN7 reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_PIN8[src]

Register GPIO_PIN8 reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_PIN9[src]

Register GPIO_PIN9 reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_RTC_CALIB_SYNC[src]

Register GPIO_RTC_CALIB_SYNC reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_SIGMA_DELTA[src]

Register GPIO_SIGMA_DELTA reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_STATUS[src]

Register GPIO_STATUS reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_STATUS_W1TC[src]

Register GPIO_STATUS_W1TC reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_STATUS_W1TS[src]

Register GPIO_STATUS_W1TS reset()'s with value 0

type Type = u32

impl ResetValue for I2SCONF[src]

Register I2SCONF reset()'s with value 0

type Type = u32

impl ResetValue for I2SCONF_SIGLE_DATA[src]

Register I2SCONF_SIGLE_DATA reset()'s with value 0

type Type = u32

impl ResetValue for I2SINT_CLR[src]

Register I2SINT_CLR reset()'s with value 0

type Type = u32

impl ResetValue for I2SINT_ENA[src]

Register I2SINT_ENA reset()'s with value 0

type Type = u32

impl ResetValue for I2SINT_RAW[src]

Register I2SINT_RAW reset()'s with value 0

type Type = u32

impl ResetValue for I2SINT_ST[src]

Register I2SINT_ST reset()'s with value 0

type Type = u32

impl ResetValue for I2SRXEOF_NUM[src]

Register I2SRXEOF_NUM reset()'s with value 0

type Type = u32

impl ResetValue for I2SRXFIFO[src]

Register I2SRXFIFO reset()'s with value 0

type Type = u32

impl ResetValue for I2STIMING[src]

Register I2STIMING reset()'s with value 0

type Type = u32

impl ResetValue for I2STXFIFO[src]

Register I2STXFIFO reset()'s with value 0

type Type = u32

impl ResetValue for I2S_FIFO_CONF[src]

Register I2S_FIFO_CONF reset()'s with value 0

type Type = u32

impl ResetValue for IO_MUX_CONF[src]

Register IO_MUX_CONF reset()'s with value 0

type Type = u32

impl ResetValue for IO_MUX_GPIO0[src]

Register IO_MUX_GPIO0 reset()'s with value 0

type Type = u32

impl ResetValue for IO_MUX_GPIO2[src]

Register IO_MUX_GPIO2 reset()'s with value 0

type Type = u32

impl ResetValue for IO_MUX_GPIO4[src]

Register IO_MUX_GPIO4 reset()'s with value 0

type Type = u32

impl ResetValue for IO_MUX_GPIO5[src]

Register IO_MUX_GPIO5 reset()'s with value 0

type Type = u32

impl ResetValue for IO_MUX_MTCK[src]

Register IO_MUX_MTCK reset()'s with value 0

type Type = u32

impl ResetValue for IO_MUX_MTDI[src]

Register IO_MUX_MTDI reset()'s with value 0

type Type = u32

impl ResetValue for IO_MUX_MTDO[src]

Register IO_MUX_MTDO reset()'s with value 0

type Type = u32

impl ResetValue for IO_MUX_MTMS[src]

Register IO_MUX_MTMS reset()'s with value 0

type Type = u32

impl ResetValue for IO_MUX_SD_CLK[src]

Register IO_MUX_SD_CLK reset()'s with value 0

type Type = u32

impl ResetValue for IO_MUX_SD_CMD[src]

Register IO_MUX_SD_CMD reset()'s with value 0

type Type = u32

impl ResetValue for IO_MUX_SD_DATA0[src]

Register IO_MUX_SD_DATA0 reset()'s with value 0

type Type = u32

impl ResetValue for IO_MUX_SD_DATA1[src]

Register IO_MUX_SD_DATA1 reset()'s with value 0

type Type = u32

impl ResetValue for IO_MUX_SD_DATA2[src]

Register IO_MUX_SD_DATA2 reset()'s with value 0

type Type = u32

impl ResetValue for IO_MUX_SD_DATA3[src]

Register IO_MUX_SD_DATA3 reset()'s with value 0

type Type = u32

impl ResetValue for IO_MUX_U0RXD[src]

Register IO_MUX_U0RXD reset()'s with value 0

type Type = u32

impl ResetValue for IO_MUX_U0TXD[src]

Register IO_MUX_U0TXD reset()'s with value 0

type Type = u32

impl ResetValue for RTC_STATE1[src]

Register RTC_STATE1 reset()'s with value 0

type Type = u32

impl ResetValue for RTC_STORE0[src]

Register RTC_STORE0 reset()'s with value 0

type Type = u32

impl ResetValue for SLC_AHB_TEST[src]

Register SLC_AHB_TEST reset()'s with value 0

type Type = u32

impl ResetValue for SLC_BRIDGE_CONF[src]

Register SLC_BRIDGE_CONF reset()'s with value 0

type Type = u32

impl ResetValue for SLC_CONF0[src]

Register SLC_CONF0 reset()'s with value 0

type Type = u32

impl ResetValue for SLC_CONF1[src]

Register SLC_CONF1 reset()'s with value 0

type Type = u32

impl ResetValue for SLC_DATE[src]

Register SLC_DATE reset()'s with value 0

type Type = u32

impl ResetValue for SLC_ID[src]

Register SLC_ID reset()'s with value 0

type Type = u32

impl ResetValue for SLC_INTVEC_TOHOST[src]

Register SLC_INTVEC_TOHOST reset()'s with value 0

type Type = u32

impl ResetValue for SLC_INT_CLR[src]

Register SLC_INT_CLR reset()'s with value 0

type Type = u32

impl ResetValue for SLC_INT_ENA[src]

Register SLC_INT_ENA reset()'s with value 0

type Type = u32

impl ResetValue for SLC_INT_RAW[src]

Register SLC_INT_RAW reset()'s with value 0

type Type = u32

impl ResetValue for SLC_INT_STATUS[src]

Register SLC_INT_STATUS reset()'s with value 0

type Type = u32

impl ResetValue for SLC_RXLINK_DSCR[src]

Register SLC_RXLINK_DSCR reset()'s with value 0

type Type = u32

impl ResetValue for SLC_RXLINK_DSCR_BF0[src]

Register SLC_RXLINK_DSCR_BF0 reset()'s with value 0

type Type = u32

impl ResetValue for SLC_RXLINK_DSCR_BF1[src]

Register SLC_RXLINK_DSCR_BF1 reset()'s with value 0

type Type = u32

impl ResetValue for SLC_RX_DSCR_CONF[src]

Register SLC_RX_DSCR_CONF reset()'s with value 0

type Type = u32

impl ResetValue for SLC_RX_EOF_BFR_DES_ADDR[src]

Register SLC_RX_EOF_BFR_DES_ADDR reset()'s with value 0

type Type = u32

impl ResetValue for SLC_RX_EOF_DES_ADDR[src]

Register SLC_RX_EOF_DES_ADDR reset()'s with value 0

type Type = u32

impl ResetValue for SLC_RX_FIFO_PUSH[src]

Register SLC_RX_FIFO_PUSH reset()'s with value 0

type Type = u32

impl ResetValue for SLC_RX_LINK[src]

Register SLC_RX_LINK reset()'s with value 0

type Type = u32

impl ResetValue for SLC_RX_STATUS[src]

Register SLC_RX_STATUS reset()'s with value 0

type Type = u32

impl ResetValue for SLC_SDIO_ST[src]

Register SLC_SDIO_ST reset()'s with value 0

type Type = u32

impl ResetValue for SLC_STATE0[src]

Register SLC_STATE0 reset()'s with value 0

type Type = u32

impl ResetValue for SLC_STATE1[src]

Register SLC_STATE1 reset()'s with value 0

type Type = u32

impl ResetValue for SLC_TOKEN0[src]

Register SLC_TOKEN0 reset()'s with value 0

type Type = u32

impl ResetValue for SLC_TOKEN1[src]

Register SLC_TOKEN1 reset()'s with value 0

type Type = u32

impl ResetValue for SLC_TXLINK_DSCR[src]

Register SLC_TXLINK_DSCR reset()'s with value 0

type Type = u32

impl ResetValue for SLC_TXLINK_DSCR_BF0[src]

Register SLC_TXLINK_DSCR_BF0 reset()'s with value 0

type Type = u32

impl ResetValue for SLC_TXLINK_DSCR_BF1[src]

Register SLC_TXLINK_DSCR_BF1 reset()'s with value 0

type Type = u32

impl ResetValue for SLC_TX_EOF_DES_ADDR[src]

Register SLC_TX_EOF_DES_ADDR reset()'s with value 0

type Type = u32

impl ResetValue for SLC_TX_FIFO_POP[src]

Register SLC_TX_FIFO_POP reset()'s with value 0

type Type = u32

impl ResetValue for SLC_TX_LINK[src]

Register SLC_TX_LINK reset()'s with value 0

type Type = u32

impl ResetValue for SLC_TX_STATUS[src]

Register SLC_TX_STATUS reset()'s with value 0

type Type = u32

impl ResetValue for SPI_ADDR[src]

Register SPI_ADDR reset()'s with value 0

type Type = u32

impl ResetValue for SPI_CLOCK[src]

Register SPI_CLOCK reset()'s with value 0

type Type = u32

impl ResetValue for SPI_CMD[src]

Register SPI_CMD reset()'s with value 0

type Type = u32

impl ResetValue for SPI_CTRL[src]

Register SPI_CTRL reset()'s with value 0

type Type = u32

impl ResetValue for SPI_CTRL2[src]

Register SPI_CTRL2 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_PIN[src]

Register SPI_PIN reset()'s with value 0

type Type = u32

impl ResetValue for SPI_RD_STATUS[src]

Register SPI_RD_STATUS reset()'s with value 0

type Type = u32

impl ResetValue for SPI_SLAVE[src]

Register SPI_SLAVE reset()'s with value 0

type Type = u32

impl ResetValue for SPI_SLAVE1[src]

Register SPI_SLAVE1 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_SLAVE2[src]

Register SPI_SLAVE2 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_SLAVE3[src]

Register SPI_SLAVE3 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_USER[src]

Register SPI_USER reset()'s with value 0

type Type = u32

impl ResetValue for SPI_USER1[src]

Register SPI_USER1 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_USER2[src]

Register SPI_USER2 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_W0[src]

Register SPI_W0 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_W1[src]

Register SPI_W1 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_W10[src]

Register SPI_W10 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_W11[src]

Register SPI_W11 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_W12[src]

Register SPI_W12 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_W13[src]

Register SPI_W13 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_W14[src]

Register SPI_W14 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_W15[src]

Register SPI_W15 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_W2[src]

Register SPI_W2 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_W3[src]

Register SPI_W3 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_W4[src]

Register SPI_W4 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_W5[src]

Register SPI_W5 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_W6[src]

Register SPI_W6 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_W7[src]

Register SPI_W7 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_W8[src]

Register SPI_W8 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_W9[src]

Register SPI_W9 reset()'s with value 0

type Type = u32

impl ResetValue for SPI_WR_STATUS[src]

Register SPI_WR_STATUS reset()'s with value 0

type Type = u32

impl ResetValue for FRC1_COUNT[src]

Register FRC1_COUNT reset()'s with value 0

type Type = u32

impl ResetValue for FRC1_CTRL[src]

Register FRC1_CTRL reset()'s with value 0

type Type = u32

impl ResetValue for FRC1_INT[src]

Register FRC1_INT reset()'s with value 0

type Type = u32

impl ResetValue for FRC1_LOAD[src]

Register FRC1_LOAD reset()'s with value 0

type Type = u32

impl ResetValue for FRC2_COUNT[src]

Register FRC2_COUNT reset()'s with value 0

type Type = u32

impl ResetValue for FRC2_CTRL[src]

Register FRC2_CTRL reset()'s with value 0

type Type = u32

impl ResetValue for FRC2_INT[src]

Register FRC2_INT reset()'s with value 0

type Type = u32

impl ResetValue for FRC2_LOAD[src]

Register FRC2_LOAD reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart0::UART_AUTOBAUD[src]

Register UART_AUTOBAUD reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart0::UART_CLKDIV[src]

Register UART_CLKDIV reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart0::UART_CONF0[src]

Register UART_CONF0 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart0::UART_CONF1[src]

Register UART_CONF1 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart0::UART_DATE[src]

Register UART_DATE reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart0::UART_FIFO[src]

Register UART_FIFO reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart0::UART_HIGHPULSE[src]

Register UART_HIGHPULSE reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart0::UART_INT_CLR[src]

Register UART_INT_CLR reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart0::UART_INT_ENA[src]

Register UART_INT_ENA reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart0::UART_INT_RAW[src]

Register UART_INT_RAW reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart0::UART_INT_ST[src]

Register UART_INT_ST reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart0::UART_LOWPULSE[src]

Register UART_LOWPULSE reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart0::UART_RXD_CNT[src]

Register UART_RXD_CNT reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart0::UART_STATUS[src]

Register UART_STATUS reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart1::UART_AUTOBAUD[src]

Register UART_AUTOBAUD reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart1::UART_CLKDIV[src]

Register UART_CLKDIV reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart1::UART_CONF0[src]

Register UART_CONF0 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart1::UART_CONF1[src]

Register UART_CONF1 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart1::UART_DATE[src]

Register UART_DATE reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart1::UART_FIFO[src]

Register UART_FIFO reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart1::UART_HIGHPULSE[src]

Register UART_HIGHPULSE reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart1::UART_INT_CLR[src]

Register UART_INT_CLR reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart1::UART_INT_ENA[src]

Register UART_INT_ENA reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart1::UART_INT_RAW[src]

Register UART_INT_RAW reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart1::UART_INT_ST[src]

Register UART_INT_ST reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart1::UART_LOWPULSE[src]

Register UART_LOWPULSE reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart1::UART_RXD_CNT[src]

Register UART_RXD_CNT reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::uart1::UART_STATUS[src]

Register UART_STATUS reset()'s with value 0

type Type = u32

impl ResetValue for WDT_CTL[src]

Register WDT_CTL reset()'s with value 0

type Type = u32

impl ResetValue for WDT_OP[src]

Register WDT_OP reset()'s with value 0

type Type = u32

impl ResetValue for WDT_OP_ND[src]

Register WDT_OP_ND reset()'s with value 0

type Type = u32

impl ResetValue for WDT_RST[src]

Register WDT_RST reset()'s with value 0

type Type = u32

Loading content...