[][src]Struct msp430fr2355::sac1::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub sac1oa: SAC1OA,
    pub sac1pga: SAC1PGA,
    pub sac1dac: SAC1DAC,
    pub sac1dat: SAC1DAT,
    pub sac1dacsts: SAC1DACSTS,
    pub sac1iv: SAC1IV,
}

Register block

Fields

sac1oa: SAC1OA

0x00 - SAC OA Control Register

sac1pga: SAC1PGA

0x02 - SAC PGA Control Register

sac1dac: SAC1DAC

0x04 - SAC DAC Control Register

sac1dat: SAC1DAT

0x06 - SAC DAC Data Register

sac1dacsts: SAC1DACSTS

0x08 - SAC DAC Status Register

sac1iv: SAC1IV

0x0a - SAC Interrupt Vector Register

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.