Struct msp432p401r::flctl::flctl_bank1_main_weprot::W[][src]

pub struct W(_);

Register FLCTL_BANK1_MAIN_WEPROT writer

Implementations

impl W[src]

pub fn prot0(&mut self) -> PROT0_W<'_>[src]

Bit 0 - Protects Sector 0 from program or erase operations

pub fn prot1(&mut self) -> PROT1_W<'_>[src]

Bit 1 - Protects Sector 1 from program or erase operations

pub fn prot2(&mut self) -> PROT2_W<'_>[src]

Bit 2 - Protects Sector 2 from program or erase operations

pub fn prot3(&mut self) -> PROT3_W<'_>[src]

Bit 3 - Protects Sector 3 from program or erase operations

pub fn prot4(&mut self) -> PROT4_W<'_>[src]

Bit 4 - Protects Sector 4 from program or erase operations

pub fn prot5(&mut self) -> PROT5_W<'_>[src]

Bit 5 - Protects Sector 5 from program or erase operations

pub fn prot6(&mut self) -> PROT6_W<'_>[src]

Bit 6 - Protects Sector 6 from program or erase operations

pub fn prot7(&mut self) -> PROT7_W<'_>[src]

Bit 7 - Protects Sector 7 from program or erase operations

pub fn prot8(&mut self) -> PROT8_W<'_>[src]

Bit 8 - Protects Sector 8 from program or erase operations

pub fn prot9(&mut self) -> PROT9_W<'_>[src]

Bit 9 - Protects Sector 9 from program or erase operations

pub fn prot10(&mut self) -> PROT10_W<'_>[src]

Bit 10 - Protects Sector 10 from program or erase operations

pub fn prot11(&mut self) -> PROT11_W<'_>[src]

Bit 11 - Protects Sector 11 from program or erase operations

pub fn prot12(&mut self) -> PROT12_W<'_>[src]

Bit 12 - Protects Sector 12 from program or erase operations

pub fn prot13(&mut self) -> PROT13_W<'_>[src]

Bit 13 - Protects Sector 13 from program or erase operations

pub fn prot14(&mut self) -> PROT14_W<'_>[src]

Bit 14 - Protects Sector 14 from program or erase operations

pub fn prot15(&mut self) -> PROT15_W<'_>[src]

Bit 15 - Protects Sector 15 from program or erase operations

pub fn prot16(&mut self) -> PROT16_W<'_>[src]

Bit 16 - Protects Sector 16 from program or erase operations

pub fn prot17(&mut self) -> PROT17_W<'_>[src]

Bit 17 - Protects Sector 17 from program or erase operations

pub fn prot18(&mut self) -> PROT18_W<'_>[src]

Bit 18 - Protects Sector 18 from program or erase operations

pub fn prot19(&mut self) -> PROT19_W<'_>[src]

Bit 19 - Protects Sector 19 from program or erase operations

pub fn prot20(&mut self) -> PROT20_W<'_>[src]

Bit 20 - Protects Sector 20 from program or erase operations

pub fn prot21(&mut self) -> PROT21_W<'_>[src]

Bit 21 - Protects Sector 21 from program or erase operations

pub fn prot22(&mut self) -> PROT22_W<'_>[src]

Bit 22 - Protects Sector 22 from program or erase operations

pub fn prot23(&mut self) -> PROT23_W<'_>[src]

Bit 23 - Protects Sector 23 from program or erase operations

pub fn prot24(&mut self) -> PROT24_W<'_>[src]

Bit 24 - Protects Sector 24 from program or erase operations

pub fn prot25(&mut self) -> PROT25_W<'_>[src]

Bit 25 - Protects Sector 25 from program or erase operations

pub fn prot26(&mut self) -> PROT26_W<'_>[src]

Bit 26 - Protects Sector 26 from program or erase operations

pub fn prot27(&mut self) -> PROT27_W<'_>[src]

Bit 27 - Protects Sector 27 from program or erase operations

pub fn prot28(&mut self) -> PROT28_W<'_>[src]

Bit 28 - Protects Sector 28 from program or erase operations

pub fn prot29(&mut self) -> PROT29_W<'_>[src]

Bit 29 - Protects Sector 29 from program or erase operations

pub fn prot30(&mut self) -> PROT30_W<'_>[src]

Bit 30 - Protects Sector 30 from program or erase operations

pub fn prot31(&mut self) -> PROT31_W<'_>[src]

Bit 31 - Protects Sector 31 from program or erase operations

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<FLCTL_BANK1_MAIN_WEPROT_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<FLCTL_BANK1_MAIN_WEPROT_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<FLCTL_BANK1_MAIN_WEPROT_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.