[][src]Struct atsams70j20b::lockbit::lockbit_word1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Writes raw bits to the register

pub fn lock_region_32(&mut self) -> _LOCK_REGION_32W[src]

Bit 0 - Lock Region 32

pub fn lock_region_33(&mut self) -> _LOCK_REGION_33W[src]

Bit 1 - Lock Region 33

pub fn lock_region_34(&mut self) -> _LOCK_REGION_34W[src]

Bit 2 - Lock Region 34

pub fn lock_region_35(&mut self) -> _LOCK_REGION_35W[src]

Bit 3 - Lock Region 35

pub fn lock_region_36(&mut self) -> _LOCK_REGION_36W[src]

Bit 4 - Lock Region 36

pub fn lock_region_37(&mut self) -> _LOCK_REGION_37W[src]

Bit 5 - Lock Region 37

pub fn lock_region_38(&mut self) -> _LOCK_REGION_38W[src]

Bit 6 - Lock Region 38

pub fn lock_region_39(&mut self) -> _LOCK_REGION_39W[src]

Bit 7 - Lock Region 39

pub fn lock_region_40(&mut self) -> _LOCK_REGION_40W[src]

Bit 8 - Lock Region 40

pub fn lock_region_41(&mut self) -> _LOCK_REGION_41W[src]

Bit 9 - Lock Region 41

pub fn lock_region_42(&mut self) -> _LOCK_REGION_42W[src]

Bit 10 - Lock Region 42

pub fn lock_region_43(&mut self) -> _LOCK_REGION_43W[src]

Bit 11 - Lock Region 43

pub fn lock_region_44(&mut self) -> _LOCK_REGION_44W[src]

Bit 12 - Lock Region 44

pub fn lock_region_45(&mut self) -> _LOCK_REGION_45W[src]

Bit 13 - Lock Region 45

pub fn lock_region_46(&mut self) -> _LOCK_REGION_46W[src]

Bit 14 - Lock Region 46

pub fn lock_region_47(&mut self) -> _LOCK_REGION_47W[src]

Bit 15 - Lock Region 47

pub fn lock_region_48(&mut self) -> _LOCK_REGION_48W[src]

Bit 16 - Lock Region 48

pub fn lock_region_49(&mut self) -> _LOCK_REGION_49W[src]

Bit 17 - Lock Region 49

pub fn lock_region_50(&mut self) -> _LOCK_REGION_50W[src]

Bit 18 - Lock Region 50

pub fn lock_region_51(&mut self) -> _LOCK_REGION_51W[src]

Bit 19 - Lock Region 51

pub fn lock_region_52(&mut self) -> _LOCK_REGION_52W[src]

Bit 20 - Lock Region 52

pub fn lock_region_53(&mut self) -> _LOCK_REGION_53W[src]

Bit 21 - Lock Region 53

pub fn lock_region_54(&mut self) -> _LOCK_REGION_54W[src]

Bit 22 - Lock Region 54

pub fn lock_region_55(&mut self) -> _LOCK_REGION_55W[src]

Bit 23 - Lock Region 55

pub fn lock_region_56(&mut self) -> _LOCK_REGION_56W[src]

Bit 24 - Lock Region 56

pub fn lock_region_57(&mut self) -> _LOCK_REGION_57W[src]

Bit 25 - Lock Region 57

pub fn lock_region_58(&mut self) -> _LOCK_REGION_58W[src]

Bit 26 - Lock Region 58

pub fn lock_region_59(&mut self) -> _LOCK_REGION_59W[src]

Bit 27 - Lock Region 59

pub fn lock_region_60(&mut self) -> _LOCK_REGION_60W[src]

Bit 28 - Lock Region 60

pub fn lock_region_61(&mut self) -> _LOCK_REGION_61W[src]

Bit 29 - Lock Region 61

pub fn lock_region_62(&mut self) -> _LOCK_REGION_62W[src]

Bit 30 - Lock Region 62

pub fn lock_region_63(&mut self) -> _LOCK_REGION_63W[src]

Bit 31 - Lock Region 63

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self