[][src]Struct atsams70n21b::lockbit::lockbit_word3::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_96(&mut self) -> _LOCK_REGION_96W[src]

Bit 0 - Lock Region 96

pub fn lock_region_97(&mut self) -> _LOCK_REGION_97W[src]

Bit 1 - Lock Region 97

pub fn lock_region_98(&mut self) -> _LOCK_REGION_98W[src]

Bit 2 - Lock Region 98

pub fn lock_region_99(&mut self) -> _LOCK_REGION_99W[src]

Bit 3 - Lock Region 99

pub fn lock_region_100(&mut self) -> _LOCK_REGION_100W[src]

Bit 4 - Lock Region 100

pub fn lock_region_101(&mut self) -> _LOCK_REGION_101W[src]

Bit 5 - Lock Region 101

pub fn lock_region_102(&mut self) -> _LOCK_REGION_102W[src]

Bit 6 - Lock Region 102

pub fn lock_region_103(&mut self) -> _LOCK_REGION_103W[src]

Bit 7 - Lock Region 103

pub fn lock_region_104(&mut self) -> _LOCK_REGION_104W[src]

Bit 8 - Lock Region 104

pub fn lock_region_105(&mut self) -> _LOCK_REGION_105W[src]

Bit 9 - Lock Region 105

pub fn lock_region_106(&mut self) -> _LOCK_REGION_106W[src]

Bit 10 - Lock Region 106

pub fn lock_region_107(&mut self) -> _LOCK_REGION_107W[src]

Bit 11 - Lock Region 107

pub fn lock_region_108(&mut self) -> _LOCK_REGION_108W[src]

Bit 12 - Lock Region 108

pub fn lock_region_109(&mut self) -> _LOCK_REGION_109W[src]

Bit 13 - Lock Region 109

pub fn lock_region_110(&mut self) -> _LOCK_REGION_110W[src]

Bit 14 - Lock Region 110

pub fn lock_region_111(&mut self) -> _LOCK_REGION_111W[src]

Bit 15 - Lock Region 111

pub fn lock_region_112(&mut self) -> _LOCK_REGION_112W[src]

Bit 16 - Lock Region 112

pub fn lock_region_113(&mut self) -> _LOCK_REGION_113W[src]

Bit 17 - Lock Region 113

pub fn lock_region_114(&mut self) -> _LOCK_REGION_114W[src]

Bit 18 - Lock Region 114

pub fn lock_region_115(&mut self) -> _LOCK_REGION_115W[src]

Bit 19 - Lock Region 115

pub fn lock_region_116(&mut self) -> _LOCK_REGION_116W[src]

Bit 20 - Lock Region 116

pub fn lock_region_117(&mut self) -> _LOCK_REGION_117W[src]

Bit 21 - Lock Region 117

pub fn lock_region_118(&mut self) -> _LOCK_REGION_118W[src]

Bit 22 - Lock Region 118

pub fn lock_region_119(&mut self) -> _LOCK_REGION_119W[src]

Bit 23 - Lock Region 119

pub fn lock_region_120(&mut self) -> _LOCK_REGION_120W[src]

Bit 24 - Lock Region 120

pub fn lock_region_121(&mut self) -> _LOCK_REGION_121W[src]

Bit 25 - Lock Region 121

pub fn lock_region_122(&mut self) -> _LOCK_REGION_122W[src]

Bit 26 - Lock Region 122

pub fn lock_region_123(&mut self) -> _LOCK_REGION_123W[src]

Bit 27 - Lock Region 123

pub fn lock_region_124(&mut self) -> _LOCK_REGION_124W[src]

Bit 28 - Lock Region 124

pub fn lock_region_125(&mut self) -> _LOCK_REGION_125W[src]

Bit 29 - Lock Region 125

pub fn lock_region_126(&mut self) -> _LOCK_REGION_126W[src]

Bit 30 - Lock Region 126

pub fn lock_region_127(&mut self) -> _LOCK_REGION_127W[src]

Bit 31 - Lock Region 127

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync 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