[][src]Trait esp8266::generic::RegisterSpec

pub trait RegisterSpec {
    type Ux: Copy;
}

Raw register type

Associated Types

type Ux: Copy

Raw register type (u8, u16, u32, ...).

Loading content...

Implementors

impl RegisterSpec for CHIPID_SPEC[src]

type Ux = u32

impl RegisterSpec for DPORT_CTL_SPEC[src]

type Ux = u32

impl RegisterSpec for EDGE_INT_ENABLE_SPEC[src]

type Ux = u32

impl RegisterSpec for IOSWAP_SPEC[src]

type Ux = u32

impl RegisterSpec for MAC0_SPEC[src]

type Ux = u32

impl RegisterSpec for MAC1_SPEC[src]

type Ux = u32

impl RegisterSpec for MAC2_SPEC[src]

type Ux = u32

impl RegisterSpec for SPI_INTERRUPT_TYPE_SPEC[src]

type Ux = u32

impl RegisterSpec for EFUSE_DATA0_SPEC[src]

type Ux = u32

impl RegisterSpec for EFUSE_DATA1_SPEC[src]

type Ux = u32

impl RegisterSpec for EFUSE_DATA2_SPEC[src]

type Ux = u32

impl RegisterSpec for EFUSE_DATA3_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_ENABLE_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_ENABLE_W1TC_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_ENABLE_W1TS_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_IN_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_OUT_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_OUT_W1TC_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_OUT_W1TS_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_PIN0_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_PIN1_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_PIN2_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_PIN3_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_PIN4_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_PIN5_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_PIN6_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_PIN7_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_PIN8_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_PIN9_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_PIN10_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_PIN11_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_PIN12_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_PIN13_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_PIN14_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_PIN15_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_RTC_CALIB_SYNC_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_RTC_CALIB_VALUE_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_SIGMA_DELTA_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_STATUS_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_STATUS_W1TC_SPEC[src]

type Ux = u32

impl RegisterSpec for GPIO_STATUS_W1TS_SPEC[src]

type Ux = u32

impl RegisterSpec for I2S_FIFO_CONF_SPEC[src]

type Ux = u32

impl RegisterSpec for I2SCONF_SPEC[src]

type Ux = u32

impl RegisterSpec for I2SCONF_SIGLE_DATA_SPEC[src]

type Ux = u32

impl RegisterSpec for I2SINT_CLR_SPEC[src]

type Ux = u32

impl RegisterSpec for I2SINT_ENA_SPEC[src]

type Ux = u32

impl RegisterSpec for I2SINT_RAW_SPEC[src]

type Ux = u32

impl RegisterSpec for I2SINT_ST_SPEC[src]

type Ux = u32

impl RegisterSpec for I2SRXEOF_NUM_SPEC[src]

type Ux = u32

impl RegisterSpec for I2SRXFIFO_SPEC[src]

type Ux = u32

impl RegisterSpec for I2STIMING_SPEC[src]

type Ux = u32

impl RegisterSpec for I2STXFIFO_SPEC[src]

type Ux = u32

impl RegisterSpec for IO_MUX_CONF_SPEC[src]

type Ux = u32

impl RegisterSpec for IO_MUX_GPIO0_SPEC[src]

type Ux = u32

impl RegisterSpec for IO_MUX_GPIO2_SPEC[src]

type Ux = u32

impl RegisterSpec for IO_MUX_GPIO4_SPEC[src]

type Ux = u32

impl RegisterSpec for IO_MUX_GPIO5_SPEC[src]

type Ux = u32

impl RegisterSpec for IO_MUX_MTCK_SPEC[src]

type Ux = u32

impl RegisterSpec for IO_MUX_MTDI_SPEC[src]

type Ux = u32

impl RegisterSpec for IO_MUX_MTDO_SPEC[src]

type Ux = u32

impl RegisterSpec for IO_MUX_MTMS_SPEC[src]

type Ux = u32

impl RegisterSpec for IO_MUX_SD_CLK_SPEC[src]

type Ux = u32

impl RegisterSpec for IO_MUX_SD_CMD_SPEC[src]

type Ux = u32

impl RegisterSpec for IO_MUX_SD_DATA0_SPEC[src]

type Ux = u32

impl RegisterSpec for IO_MUX_SD_DATA1_SPEC[src]

type Ux = u32

impl RegisterSpec for IO_MUX_SD_DATA2_SPEC[src]

type Ux = u32

impl RegisterSpec for IO_MUX_SD_DATA3_SPEC[src]

type Ux = u32

impl RegisterSpec for IO_MUX_U0RXD_SPEC[src]

type Ux = u32

impl RegisterSpec for IO_MUX_U0TXD_SPEC[src]

type Ux = u32

impl RegisterSpec for RNG_SPEC[src]

type Ux = u32

impl RegisterSpec for PAD_XPD_DCDC_CONF_SPEC[src]

type Ux = u32

impl RegisterSpec for RTC_GPIO_CONF_SPEC[src]

type Ux = u32

impl RegisterSpec for RTC_GPIO_ENABLE_SPEC[src]

type Ux = u32

impl RegisterSpec for RTC_GPIO_IN_DATA_SPEC[src]

type Ux = u32

impl RegisterSpec for RTC_GPIO_OUT_SPEC[src]

type Ux = u32

impl RegisterSpec for RTC_STATE1_SPEC[src]

type Ux = u32

impl RegisterSpec for RTC_STORE0_SPEC[src]

type Ux = u32

impl RegisterSpec for PLL_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_AHB_TEST_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_BRIDGE_CONF_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_CONF0_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_CONF1_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_DATE_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_ID_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_INT_CLR_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_INT_ENA_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_INT_RAW_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_INT_STATUS_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_INTVEC_TOHOST_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_RX_DSCR_CONF_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_RX_EOF_BFR_DES_ADDR_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_RX_EOF_DES_ADDR_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_RX_FIFO_PUSH_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_RX_LINK_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_RX_STATUS_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_RXLINK_DSCR_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_RXLINK_DSCR_BF0_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_RXLINK_DSCR_BF1_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_SDIO_ST_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_STATE0_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_STATE1_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_TOKEN0_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_TOKEN1_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_TX_EOF_DES_ADDR_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_TX_FIFO_POP_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_TX_LINK_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_TX_STATUS_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_TXLINK_DSCR_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_TXLINK_DSCR_BF0_SPEC[src]

type Ux = u32

impl RegisterSpec for SLC_TXLINK_DSCR_BF1_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_addr::SPI_ADDR_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_clock::SPI_CLOCK_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_cmd::SPI_CMD_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_ctrl1::SPI_CTRL1_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_ctrl2::SPI_CTRL2_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_ctrl::SPI_CTRL_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_ext3::SPI_EXT3_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_pin::SPI_PIN_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_rd_status::SPI_RD_STATUS_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_slave1::SPI_SLAVE1_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_slave2::SPI_SLAVE2_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_slave3::SPI_SLAVE3_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_slave::SPI_SLAVE_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_user1::SPI_USER1_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_user2::SPI_USER2_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_user::SPI_USER_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_w0::SPI_W0_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_w1::SPI_W1_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_w2::SPI_W2_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_w3::SPI_W3_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_w4::SPI_W4_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_w5::SPI_W5_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_w6::SPI_W6_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_w7::SPI_W7_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_w8::SPI_W8_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_w9::SPI_W9_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_w10::SPI_W10_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_w11::SPI_W11_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_w12::SPI_W12_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_w13::SPI_W13_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_w14::SPI_W14_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_w15::SPI_W15_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi0::spi_wr_status::SPI_WR_STATUS_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_addr::SPI_ADDR_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_clock::SPI_CLOCK_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_cmd::SPI_CMD_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_ctrl1::SPI_CTRL1_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_ctrl2::SPI_CTRL2_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_ctrl::SPI_CTRL_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_ext3::SPI_EXT3_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_pin::SPI_PIN_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_rd_status::SPI_RD_STATUS_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_slave1::SPI_SLAVE1_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_slave2::SPI_SLAVE2_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_slave3::SPI_SLAVE3_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_slave::SPI_SLAVE_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_user1::SPI_USER1_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_user2::SPI_USER2_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_user::SPI_USER_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_w0::SPI_W0_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_w1::SPI_W1_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_w2::SPI_W2_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_w3::SPI_W3_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_w4::SPI_W4_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_w5::SPI_W5_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_w6::SPI_W6_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_w7::SPI_W7_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_w8::SPI_W8_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_w9::SPI_W9_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_w10::SPI_W10_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_w11::SPI_W11_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_w12::SPI_W12_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_w13::SPI_W13_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_w14::SPI_W14_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_w15::SPI_W15_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::spi1::spi_wr_status::SPI_WR_STATUS_SPEC[src]

type Ux = u32

impl RegisterSpec for FRC1_COUNT_SPEC[src]

type Ux = u32

impl RegisterSpec for FRC1_CTRL_SPEC[src]

type Ux = u32

impl RegisterSpec for FRC1_INT_SPEC[src]

type Ux = u32

impl RegisterSpec for FRC1_LOAD_SPEC[src]

type Ux = u32

impl RegisterSpec for FRC2_ALARM_SPEC[src]

type Ux = u32

impl RegisterSpec for FRC2_COUNT_SPEC[src]

type Ux = u32

impl RegisterSpec for FRC2_CTRL_SPEC[src]

type Ux = u32

impl RegisterSpec for FRC2_INT_SPEC[src]

type Ux = u32

impl RegisterSpec for FRC2_LOAD_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart0::uart_autobaud::UART_AUTOBAUD_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart0::uart_clkdiv::UART_CLKDIV_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart0::uart_conf0::UART_CONF0_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart0::uart_conf1::UART_CONF1_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart0::uart_date::UART_DATE_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart0::uart_fifo::UART_FIFO_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart0::uart_highpulse::UART_HIGHPULSE_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart0::uart_id::UART_ID_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart0::uart_int_clr::UART_INT_CLR_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart0::uart_int_ena::UART_INT_ENA_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart0::uart_int_raw::UART_INT_RAW_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart0::uart_int_st::UART_INT_ST_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart0::uart_lowpulse::UART_LOWPULSE_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart0::uart_rxd_cnt::UART_RXD_CNT_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart0::uart_status::UART_STATUS_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart1::uart_autobaud::UART_AUTOBAUD_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart1::uart_clkdiv::UART_CLKDIV_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart1::uart_conf0::UART_CONF0_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart1::uart_conf1::UART_CONF1_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart1::uart_date::UART_DATE_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart1::uart_fifo::UART_FIFO_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart1::uart_highpulse::UART_HIGHPULSE_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart1::uart_id::UART_ID_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart1::uart_int_clr::UART_INT_CLR_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart1::uart_int_ena::UART_INT_ENA_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart1::uart_int_raw::UART_INT_RAW_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart1::uart_int_st::UART_INT_ST_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart1::uart_lowpulse::UART_LOWPULSE_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart1::uart_rxd_cnt::UART_RXD_CNT_SPEC[src]

type Ux = u32

impl RegisterSpec for esp8266::uart1::uart_status::UART_STATUS_SPEC[src]

type Ux = u32

impl RegisterSpec for COUNT_SPEC[src]

type Ux = u32

impl RegisterSpec for CTL_SPEC[src]

type Ux = u32

impl RegisterSpec for RELOAD_STAGE0_SPEC[src]

type Ux = u32

impl RegisterSpec for RELOAD_STAGE1_SPEC[src]

type Ux = u32

impl RegisterSpec for RESET_SPEC[src]

type Ux = u32

impl RegisterSpec for RESET_STAGE_SPEC[src]

type Ux = u32

impl RegisterSpec for STAGE_SPEC[src]

type Ux = u32

impl RegisterSpec for WDT_CTL_SPEC[src]

type Ux = u32

impl RegisterSpec for WDT_OP_SPEC[src]

type Ux = u32

impl RegisterSpec for WDT_OP_ND_SPEC[src]

type Ux = u32

impl RegisterSpec for WDT_RST_SPEC[src]

type Ux = u32

Loading content...