[][src]Struct atsams70j21b::lockbit::lockbit_word2::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_64(&mut self) -> _LOCK_REGION_64W[src]

Bit 0 - Lock Region 64

pub fn lock_region_65(&mut self) -> _LOCK_REGION_65W[src]

Bit 1 - Lock Region 65

pub fn lock_region_66(&mut self) -> _LOCK_REGION_66W[src]

Bit 2 - Lock Region 66

pub fn lock_region_67(&mut self) -> _LOCK_REGION_67W[src]

Bit 3 - Lock Region 67

pub fn lock_region_68(&mut self) -> _LOCK_REGION_68W[src]

Bit 4 - Lock Region 68

pub fn lock_region_69(&mut self) -> _LOCK_REGION_69W[src]

Bit 5 - Lock Region 69

pub fn lock_region_70(&mut self) -> _LOCK_REGION_70W[src]

Bit 6 - Lock Region 70

pub fn lock_region_71(&mut self) -> _LOCK_REGION_71W[src]

Bit 7 - Lock Region 71

pub fn lock_region_72(&mut self) -> _LOCK_REGION_72W[src]

Bit 8 - Lock Region 72

pub fn lock_region_73(&mut self) -> _LOCK_REGION_73W[src]

Bit 9 - Lock Region 73

pub fn lock_region_74(&mut self) -> _LOCK_REGION_74W[src]

Bit 10 - Lock Region 74

pub fn lock_region_75(&mut self) -> _LOCK_REGION_75W[src]

Bit 11 - Lock Region 75

pub fn lock_region_76(&mut self) -> _LOCK_REGION_76W[src]

Bit 12 - Lock Region 76

pub fn lock_region_77(&mut self) -> _LOCK_REGION_77W[src]

Bit 13 - Lock Region 77

pub fn lock_region_78(&mut self) -> _LOCK_REGION_78W[src]

Bit 14 - Lock Region 78

pub fn lock_region_79(&mut self) -> _LOCK_REGION_79W[src]

Bit 15 - Lock Region 79

pub fn lock_region_80(&mut self) -> _LOCK_REGION_80W[src]

Bit 16 - Lock Region 80

pub fn lock_region_81(&mut self) -> _LOCK_REGION_81W[src]

Bit 17 - Lock Region 81

pub fn lock_region_82(&mut self) -> _LOCK_REGION_82W[src]

Bit 18 - Lock Region 82

pub fn lock_region_83(&mut self) -> _LOCK_REGION_83W[src]

Bit 19 - Lock Region 83

pub fn lock_region_84(&mut self) -> _LOCK_REGION_84W[src]

Bit 20 - Lock Region 84

pub fn lock_region_85(&mut self) -> _LOCK_REGION_85W[src]

Bit 21 - Lock Region 85

pub fn lock_region_86(&mut self) -> _LOCK_REGION_86W[src]

Bit 22 - Lock Region 86

pub fn lock_region_87(&mut self) -> _LOCK_REGION_87W[src]

Bit 23 - Lock Region 87

pub fn lock_region_88(&mut self) -> _LOCK_REGION_88W[src]

Bit 24 - Lock Region 88

pub fn lock_region_89(&mut self) -> _LOCK_REGION_89W[src]

Bit 25 - Lock Region 89

pub fn lock_region_90(&mut self) -> _LOCK_REGION_90W[src]

Bit 26 - Lock Region 90

pub fn lock_region_91(&mut self) -> _LOCK_REGION_91W[src]

Bit 27 - Lock Region 91

pub fn lock_region_92(&mut self) -> _LOCK_REGION_92W[src]

Bit 28 - Lock Region 92

pub fn lock_region_93(&mut self) -> _LOCK_REGION_93W[src]

Bit 29 - Lock Region 93

pub fn lock_region_94(&mut self) -> _LOCK_REGION_94W[src]

Bit 30 - Lock Region 94

pub fn lock_region_95(&mut self) -> _LOCK_REGION_95W[src]

Bit 31 - Lock Region 95

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