[][src]Struct msp430fr4133::cs::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub csctl0: CSCTL0,
    pub csctl1: CSCTL1,
    pub csctl2: CSCTL2,
    pub csctl3: CSCTL3,
    pub csctl4: CSCTL4,
    pub csctl5: CSCTL5,
    pub csctl6: CSCTL6,
    pub csctl7: CSCTL7,
    pub csctl8: CSCTL8,
}

Register block

Fields

csctl0: CSCTL0

0x00 - CS Control Register 0

csctl1: CSCTL1

0x02 - CS Control Register 1

csctl2: CSCTL2

0x04 - CS Control Register 2

csctl3: CSCTL3

0x06 - CS Control Register 3

csctl4: CSCTL4

0x08 - CS Control Register 4

csctl5: CSCTL5

0x0a - CS Control Register 5

csctl6: CSCTL6

0x0c - CS Control Register 6

csctl7: CSCTL7

0x0e - CS Control Register 7

csctl8: CSCTL8

0x10 - CS Control Register 8

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.