[][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 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 esp8266::gpio::GPIO_PIN0[src]

Register GPIO_PIN0 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::gpio::GPIO_PIN1[src]

Register GPIO_PIN1 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::gpio::GPIO_PIN10[src]

Register GPIO_PIN10 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::gpio::GPIO_PIN11[src]

Register GPIO_PIN11 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::gpio::GPIO_PIN12[src]

Register GPIO_PIN12 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::gpio::GPIO_PIN13[src]

Register GPIO_PIN13 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::gpio::GPIO_PIN14[src]

Register GPIO_PIN14 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::gpio::GPIO_PIN15[src]

Register GPIO_PIN15 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::gpio::GPIO_PIN16[src]

Register GPIO_PIN16 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::gpio::GPIO_PIN2[src]

Register GPIO_PIN2 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::gpio::GPIO_PIN3[src]

Register GPIO_PIN3 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::gpio::GPIO_PIN4[src]

Register GPIO_PIN4 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::gpio::GPIO_PIN5[src]

Register GPIO_PIN5 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::gpio::GPIO_PIN6[src]

Register GPIO_PIN6 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::gpio::GPIO_PIN7[src]

Register GPIO_PIN7 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::gpio::GPIO_PIN8[src]

Register GPIO_PIN8 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::gpio::GPIO_PIN9[src]

Register GPIO_PIN9 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 CONF[src]

Register CONF reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::io_mux::GPIO_PIN0[src]

Register GPIO_PIN0 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::io_mux::GPIO_PIN1[src]

Register GPIO_PIN1 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::io_mux::GPIO_PIN10[src]

Register GPIO_PIN10 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::io_mux::GPIO_PIN11[src]

Register GPIO_PIN11 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::io_mux::GPIO_PIN12[src]

Register GPIO_PIN12 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::io_mux::GPIO_PIN13[src]

Register GPIO_PIN13 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::io_mux::GPIO_PIN14[src]

Register GPIO_PIN14 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::io_mux::GPIO_PIN15[src]

Register GPIO_PIN15 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::io_mux::GPIO_PIN16[src]

Register GPIO_PIN16 reset()'s with value 0

type Type = u32

impl ResetValue for GPIO_PIN17[src]

Register GPIO_PIN17 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::io_mux::GPIO_PIN2[src]

Register GPIO_PIN2 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::io_mux::GPIO_PIN3[src]

Register GPIO_PIN3 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::io_mux::GPIO_PIN4[src]

Register GPIO_PIN4 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::io_mux::GPIO_PIN5[src]

Register GPIO_PIN5 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::io_mux::GPIO_PIN6[src]

Register GPIO_PIN6 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::io_mux::GPIO_PIN7[src]

Register GPIO_PIN7 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::io_mux::GPIO_PIN8[src]

Register GPIO_PIN8 reset()'s with value 0

type Type = u32

impl ResetValue for esp8266::io_mux::GPIO_PIN9[src]

Register GPIO_PIN9 reset()'s with value 0

type Type = u32

Loading content...