Struct msp432p401r::flctl::flctl_bank0_main_weprot::R[][src]

pub struct R(_);

Register FLCTL_BANK0_MAIN_WEPROT reader

Implementations

impl R[src]

pub fn prot0(&self) -> PROT0_R[src]

Bit 0 - Protects Sector 0 from program or erase

pub fn prot1(&self) -> PROT1_R[src]

Bit 1 - Protects Sector 1 from program or erase

pub fn prot2(&self) -> PROT2_R[src]

Bit 2 - Protects Sector 2 from program or erase

pub fn prot3(&self) -> PROT3_R[src]

Bit 3 - Protects Sector 3 from program or erase

pub fn prot4(&self) -> PROT4_R[src]

Bit 4 - Protects Sector 4 from program or erase

pub fn prot5(&self) -> PROT5_R[src]

Bit 5 - Protects Sector 5 from program or erase

pub fn prot6(&self) -> PROT6_R[src]

Bit 6 - Protects Sector 6 from program or erase

pub fn prot7(&self) -> PROT7_R[src]

Bit 7 - Protects Sector 7 from program or erase

pub fn prot8(&self) -> PROT8_R[src]

Bit 8 - Protects Sector 8 from program or erase

pub fn prot9(&self) -> PROT9_R[src]

Bit 9 - Protects Sector 9 from program or erase

pub fn prot10(&self) -> PROT10_R[src]

Bit 10 - Protects Sector 10 from program or erase

pub fn prot11(&self) -> PROT11_R[src]

Bit 11 - Protects Sector 11 from program or erase

pub fn prot12(&self) -> PROT12_R[src]

Bit 12 - Protects Sector 12 from program or erase

pub fn prot13(&self) -> PROT13_R[src]

Bit 13 - Protects Sector 13 from program or erase

pub fn prot14(&self) -> PROT14_R[src]

Bit 14 - Protects Sector 14 from program or erase

pub fn prot15(&self) -> PROT15_R[src]

Bit 15 - Protects Sector 15 from program or erase

pub fn prot16(&self) -> PROT16_R[src]

Bit 16 - Protects Sector 16 from program or erase

pub fn prot17(&self) -> PROT17_R[src]

Bit 17 - Protects Sector 17 from program or erase

pub fn prot18(&self) -> PROT18_R[src]

Bit 18 - Protects Sector 18 from program or erase

pub fn prot19(&self) -> PROT19_R[src]

Bit 19 - Protects Sector 19 from program or erase

pub fn prot20(&self) -> PROT20_R[src]

Bit 20 - Protects Sector 20 from program or erase

pub fn prot21(&self) -> PROT21_R[src]

Bit 21 - Protects Sector 21 from program or erase

pub fn prot22(&self) -> PROT22_R[src]

Bit 22 - Protects Sector 22 from program or erase

pub fn prot23(&self) -> PROT23_R[src]

Bit 23 - Protects Sector 23 from program or erase

pub fn prot24(&self) -> PROT24_R[src]

Bit 24 - Protects Sector 24 from program or erase

pub fn prot25(&self) -> PROT25_R[src]

Bit 25 - Protects Sector 25 from program or erase

pub fn prot26(&self) -> PROT26_R[src]

Bit 26 - Protects Sector 26 from program or erase

pub fn prot27(&self) -> PROT27_R[src]

Bit 27 - Protects Sector 27 from program or erase

pub fn prot28(&self) -> PROT28_R[src]

Bit 28 - Protects Sector 28 from program or erase

pub fn prot29(&self) -> PROT29_R[src]

Bit 29 - Protects Sector 29 from program or erase

pub fn prot30(&self) -> PROT30_R[src]

Bit 30 - Protects Sector 30 from program or erase

pub fn prot31(&self) -> PROT31_R[src]

Bit 31 - Protects Sector 31 from program or erase

Methods from Deref<Target = R<FLCTL_BANK0_MAIN_WEPROT_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<FLCTL_BANK0_MAIN_WEPROT_SPEC>

The resulting type after dereferencing.

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

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]

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.