Struct msp430fr6972::mpu::mpusam::R[][src]

pub struct R(_);

Register MPUSAM reader

Implementations

impl R[src]

pub fn mpuseg1re(&self) -> MPUSEG1RE_R[src]

Bit 0 - MPU Main memory Segment 1 Read enable

pub fn mpuseg1we(&self) -> MPUSEG1WE_R[src]

Bit 1 - MPU Main memory Segment 1 Write enable

pub fn mpuseg1xe(&self) -> MPUSEG1XE_R[src]

Bit 2 - MPU Main memory Segment 1 Execute enable

pub fn mpuseg1vs(&self) -> MPUSEG1VS_R[src]

Bit 3 - MPU Main memory Segment 1 Violation select

pub fn mpuseg2re(&self) -> MPUSEG2RE_R[src]

Bit 4 - MPU Main memory Segment 2 Read enable

pub fn mpuseg2we(&self) -> MPUSEG2WE_R[src]

Bit 5 - MPU Main memory Segment 2 Write enable

pub fn mpuseg2xe(&self) -> MPUSEG2XE_R[src]

Bit 6 - MPU Main memory Segment 2 Execute enable

pub fn mpuseg2vs(&self) -> MPUSEG2VS_R[src]

Bit 7 - MPU Main memory Segment 2 Violation select

pub fn mpuseg3re(&self) -> MPUSEG3RE_R[src]

Bit 8 - MPU Main memory Segment 3 Read enable

pub fn mpuseg3we(&self) -> MPUSEG3WE_R[src]

Bit 9 - MPU Main memory Segment 3 Write enable

pub fn mpuseg3xe(&self) -> MPUSEG3XE_R[src]

Bit 10 - MPU Main memory Segment 3 Execute enable

pub fn mpuseg3vs(&self) -> MPUSEG3VS_R[src]

Bit 11 - MPU Main memory Segment 3 Violation select

pub fn mpusegire(&self) -> MPUSEGIRE_R[src]

Bit 12 - MPU Info memory Segment Read enable

pub fn mpusegiwe(&self) -> MPUSEGIWE_R[src]

Bit 13 - MPU Info memory Segment Write enable

pub fn mpusegixe(&self) -> MPUSEGIXE_R[src]

Bit 14 - MPU Info memory Segment Execute enable

pub fn mpusegivs(&self) -> MPUSEGIVS_R[src]

Bit 15 - MPU Info memory Segment Violation select

Methods from Deref<Target = R<MPUSAM_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<MPUSAM_SPEC>

The resulting type after dereferencing.

fn deref(&self) -> &Self::Target[src]

Dereferences the value.

impl From<R<MPUSAM_SPEC>> for R[src]

fn from(reader: R<MPUSAM_SPEC>) -> Self[src]

Performs the conversion.

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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.