Struct msp430fr6972::sys::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub sysctl: Reg<SYSCTL_SPEC>, pub sysjmbc: Reg<SYSJMBC_SPEC>, pub sysjmbi0: Reg<SYSJMBI0_SPEC>, pub sysjmbi1: Reg<SYSJMBI1_SPEC>, pub sysjmbo0: Reg<SYSJMBO0_SPEC>, pub sysjmbo1: Reg<SYSJMBO1_SPEC>, pub sysuniv: Reg<SYSUNIV_SPEC>, pub syssniv: Reg<SYSSNIV_SPEC>, pub sysrstiv: Reg<SYSRSTIV_SPEC>, // some fields omitted }

Register block

Fields

sysctl: Reg<SYSCTL_SPEC>

0x00 - System control

sysjmbc: Reg<SYSJMBC_SPEC>

0x06 - JTAG mailbox control

sysjmbi0: Reg<SYSJMBI0_SPEC>

0x08 - JTAG mailbox input 0

sysjmbi1: Reg<SYSJMBI1_SPEC>

0x0a - JTAG mailbox input 1

sysjmbo0: Reg<SYSJMBO0_SPEC>

0x0c - JTAG mailbox output 0

sysjmbo1: Reg<SYSJMBO1_SPEC>

0x0e - JTAG mailbox output 1

sysuniv: Reg<SYSUNIV_SPEC>

0x1a - User NMI vector generator

syssniv: Reg<SYSSNIV_SPEC>

0x1c - System NMI vector generator

sysrstiv: Reg<SYSRSTIV_SPEC>

0x1e - Reset vector generator

Auto Trait Implementations

Blanket Implementations

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

pub fn type_id(&self) -> TypeId[src]

Gets the TypeId of self. Read more

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

pub fn borrow(&self) -> &T[src]

Immutably borrows from an owned value. Read more

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

pub fn borrow_mut(&mut self) -> &mut T[src]

Mutably borrows from an owned value. Read more

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

pub fn from(t: T) -> T[src]

Performs the conversion.

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

pub fn into(self) -> U[src]

Performs the conversion.

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.

pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]

Performs the conversion.

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.

pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]

Performs the conversion.