Trait msp430g2211::generic::ResetValue[][src]

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[src]

Register size

Loading content...

Required methods

fn reset_value() -> Self::Type[src]

Reset value of the register

Loading content...

Implementors

impl ResetValue for CALBC1_1MHZ[src]

Register CALBC1_1MHZ reset()’s with value 0

type Type = u8

impl ResetValue for CALDCO_1MHZ[src]

Register CALDCO_1MHZ reset()’s with value 0

type Type = u8

impl ResetValue for CACTL1[src]

Register CACTL1 reset()’s with value 0

type Type = u8

impl ResetValue for CACTL2[src]

Register CACTL2 reset()’s with value 0

type Type = u8

impl ResetValue for CAPD[src]

Register CAPD reset()’s with value 0

type Type = u8

impl ResetValue for FCTL1[src]

Register FCTL1 reset()’s with value 0

type Type = u16

impl ResetValue for FCTL2[src]

Register FCTL2 reset()’s with value 0

type Type = u16

impl ResetValue for FCTL3[src]

Register FCTL3 reset()’s with value 0

type Type = u16

impl ResetValue for P1DIR[src]

Register P1DIR reset()’s with value 0

type Type = u8

impl ResetValue for P1IE[src]

Register P1IE reset()’s with value 0

type Type = u8

impl ResetValue for P1IES[src]

Register P1IES reset()’s with value 0

type Type = u8

impl ResetValue for P1IFG[src]

Register P1IFG reset()’s with value 0

type Type = u8

impl ResetValue for P1IN[src]

Register P1IN reset()’s with value 0

type Type = u8

impl ResetValue for P1OUT[src]

Register P1OUT reset()’s with value 0

type Type = u8

impl ResetValue for P1REN[src]

Register P1REN reset()’s with value 0

type Type = u8

impl ResetValue for P1SEL[src]

Register P1SEL reset()’s with value 0

type Type = u8

impl ResetValue for P2DIR[src]

Register P2DIR reset()’s with value 0

type Type = u8

impl ResetValue for P2IE[src]

Register P2IE reset()’s with value 0

type Type = u8

impl ResetValue for P2IES[src]

Register P2IES reset()’s with value 0

type Type = u8

impl ResetValue for P2IFG[src]

Register P2IFG reset()’s with value 0

type Type = u8

impl ResetValue for P2IN[src]

Register P2IN reset()’s with value 0

type Type = u8

impl ResetValue for P2OUT[src]

Register P2OUT reset()’s with value 0

type Type = u8

impl ResetValue for P2REN[src]

Register P2REN reset()’s with value 0

type Type = u8

impl ResetValue for P2SEL[src]

Register P2SEL reset()’s with value 0

type Type = u8

impl ResetValue for IE1[src]

Register IE1 reset()’s with value 0

type Type = u8

impl ResetValue for IFG1[src]

Register IFG1 reset()’s with value 0

type Type = u8

impl ResetValue for BCSCTL1[src]

Register BCSCTL1 reset()’s with value 0

type Type = u8

impl ResetValue for BCSCTL2[src]

Register BCSCTL2 reset()’s with value 0

type Type = u8

impl ResetValue for BCSCTL3[src]

Register BCSCTL3 reset()’s with value 0

type Type = u8

impl ResetValue for DCOCTL[src]

Register DCOCTL reset()’s with value 0

type Type = u8

impl ResetValue for TACCR0[src]

Register TACCR0 reset()’s with value 0

type Type = u16

impl ResetValue for TACCR1[src]

Register TACCR1 reset()’s with value 0

type Type = u16

impl ResetValue for TACCTL0[src]

Register TACCTL0 reset()’s with value 0

type Type = u16

impl ResetValue for TACCTL1[src]

Register TACCTL1 reset()’s with value 0

type Type = u16

impl ResetValue for TACTL[src]

Register TACTL reset()’s with value 0

type Type = u16

impl ResetValue for TAIV[src]

Register TAIV reset()’s with value 0

type Type = u16

impl ResetValue for TAR[src]

Register TAR reset()’s with value 0

type Type = u16

impl ResetValue for WDTCTL[src]

Register WDTCTL reset()’s with value 0

type Type = u16

Loading content...