[][src]Trait fomu_pac::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 RESET[src]

Register RESET reset()'s with value 0

type Type = u8

impl ResetValue for SCRATCH0[src]

Register SCRATCH0 reset()'s with value 0x78

type Type = u8

impl ResetValue for SCRATCH1[src]

Register SCRATCH1 reset()'s with value 0x56

type Type = u8

impl ResetValue for SCRATCH2[src]

Register SCRATCH2 reset()'s with value 0x34

type Type = u8

impl ResetValue for SCRATCH3[src]

Register SCRATCH3 reset()'s with value 0x12

type Type = u8

impl ResetValue for BITBANG[src]

Register BITBANG reset()'s with value 0

type Type = u8

impl ResetValue for BITBANG_EN[src]

Register BITBANG_EN reset()'s with value 0

type Type = u8

impl ResetValue for IN[src]

Register IN reset()'s with value 0

type Type = u8

impl ResetValue for ADDR0[src]

Register ADDR0 reset()'s with value 0

type Type = u8

impl ResetValue for ADDR1[src]

Register ADDR1 reset()'s with value 0

type Type = u8

impl ResetValue for ADDR2[src]

Register ADDR2 reset()'s with value 0

type Type = u8

impl ResetValue for ADDR3[src]

Register ADDR3 reset()'s with value 0

type Type = u8

impl ResetValue for fomu_pac::reboot::CTRL[src]

Register CTRL reset()'s with value 0

type Type = u8

impl ResetValue for ADDR[src]

Register ADDR reset()'s with value 0

type Type = u8

impl ResetValue for fomu_pac::rgb::CTRL[src]

Register CTRL reset()'s with value 0

type Type = u8

impl ResetValue for DAT[src]

Register DAT reset()'s with value 0

type Type = u8

impl ResetValue for RAW[src]

Register RAW reset()'s with value 0

type Type = u8

impl ResetValue for EN[src]

Register EN reset()'s with value 0

type Type = u8

impl ResetValue for EV_ENABLE[src]

Register EV_ENABLE reset()'s with value 0

type Type = u8

impl ResetValue for EV_PENDING[src]

Register EV_PENDING reset()'s with value 0

type Type = u8

impl ResetValue for EV_STATUS[src]

Register EV_STATUS reset()'s with value 0

type Type = u8

impl ResetValue for LOAD0[src]

Register LOAD0 reset()'s with value 0

type Type = u8

impl ResetValue for LOAD1[src]

Register LOAD1 reset()'s with value 0

type Type = u8

impl ResetValue for LOAD2[src]

Register LOAD2 reset()'s with value 0

type Type = u8

impl ResetValue for LOAD3[src]

Register LOAD3 reset()'s with value 0

type Type = u8

impl ResetValue for RELOAD0[src]

Register RELOAD0 reset()'s with value 0

type Type = u8

impl ResetValue for RELOAD1[src]

Register RELOAD1 reset()'s with value 0

type Type = u8

impl ResetValue for RELOAD2[src]

Register RELOAD2 reset()'s with value 0

type Type = u8

impl ResetValue for RELOAD3[src]

Register RELOAD3 reset()'s with value 0

type Type = u8

impl ResetValue for UPDATE_VALUE[src]

Register UPDATE_VALUE reset()'s with value 0

type Type = u8

impl ResetValue for O[src]

Register O reset()'s with value 0

type Type = u8

impl ResetValue for OE[src]

Register OE reset()'s with value 0

type Type = u8

impl ResetValue for ADDRESS[src]

Register ADDRESS reset()'s with value 0

type Type = u8

impl ResetValue for IN_CTRL[src]

Register IN_CTRL reset()'s with value 0

type Type = u8

impl ResetValue for IN_DATA[src]

Register IN_DATA reset()'s with value 0

type Type = u8

impl ResetValue for IN_EV_ENABLE[src]

Register IN_EV_ENABLE reset()'s with value 0

type Type = u8

impl ResetValue for IN_EV_PENDING[src]

Register IN_EV_PENDING reset()'s with value 0

type Type = u8

impl ResetValue for IN_EV_STATUS[src]

Register IN_EV_STATUS reset()'s with value 0

type Type = u8

impl ResetValue for OUT_CTRL[src]

Register OUT_CTRL reset()'s with value 0

type Type = u8

impl ResetValue for OUT_EV_ENABLE[src]

Register OUT_EV_ENABLE reset()'s with value 0

type Type = u8

impl ResetValue for OUT_EV_PENDING[src]

Register OUT_EV_PENDING reset()'s with value 0

type Type = u8

impl ResetValue for OUT_EV_STATUS[src]

Register OUT_EV_STATUS reset()'s with value 0

type Type = u8

impl ResetValue for PULLUP_OUT[src]

Register PULLUP_OUT reset()'s with value 0

type Type = u8

impl ResetValue for SETUP_CTRL[src]

Register SETUP_CTRL reset()'s with value 0

type Type = u8

impl ResetValue for SETUP_EV_ENABLE[src]

Register SETUP_EV_ENABLE reset()'s with value 0

type Type = u8

impl ResetValue for SETUP_EV_PENDING[src]

Register SETUP_EV_PENDING reset()'s with value 0

type Type = u8

impl ResetValue for SETUP_EV_STATUS[src]

Register SETUP_EV_STATUS reset()'s with value 0

type Type = u8

Loading content...