[][src]Struct atsams70j21b::lockbit::lockbit_word3::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn lock_region_96(&self) -> LOCK_REGION_96_R[src]

Bit 0 - Lock Region 96

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

Bit 1 - Lock Region 97

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

Bit 2 - Lock Region 98

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

Bit 3 - Lock Region 99

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

Bit 4 - Lock Region 100

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

Bit 5 - Lock Region 101

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

Bit 6 - Lock Region 102

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

Bit 7 - Lock Region 103

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

Bit 8 - Lock Region 104

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

Bit 9 - Lock Region 105

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

Bit 10 - Lock Region 106

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

Bit 11 - Lock Region 107

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

Bit 12 - Lock Region 108

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

Bit 13 - Lock Region 109

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

Bit 14 - Lock Region 110

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

Bit 15 - Lock Region 111

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

Bit 16 - Lock Region 112

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

Bit 17 - Lock Region 113

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

Bit 18 - Lock Region 114

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

Bit 19 - Lock Region 115

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

Bit 20 - Lock Region 116

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

Bit 21 - Lock Region 117

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

Bit 22 - Lock Region 118

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

Bit 23 - Lock Region 119

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

Bit 24 - Lock Region 120

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

Bit 25 - Lock Region 121

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

Bit 26 - Lock Region 122

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

Bit 27 - Lock Region 123

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

Bit 28 - Lock Region 124

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

Bit 29 - Lock Region 125

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

Bit 30 - Lock Region 126

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

Bit 31 - Lock Region 127

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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