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

Bit 0 - Lock Region 64

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

Bit 1 - Lock Region 65

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

Bit 2 - Lock Region 66

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

Bit 3 - Lock Region 67

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

Bit 4 - Lock Region 68

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

Bit 5 - Lock Region 69

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

Bit 6 - Lock Region 70

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

Bit 7 - Lock Region 71

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

Bit 8 - Lock Region 72

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

Bit 9 - Lock Region 73

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

Bit 10 - Lock Region 74

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

Bit 11 - Lock Region 75

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

Bit 12 - Lock Region 76

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

Bit 13 - Lock Region 77

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

Bit 14 - Lock Region 78

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

Bit 15 - Lock Region 79

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

Bit 16 - Lock Region 80

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

Bit 17 - Lock Region 81

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

Bit 18 - Lock Region 82

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

Bit 19 - Lock Region 83

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

Bit 20 - Lock Region 84

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

Bit 21 - Lock Region 85

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

Bit 22 - Lock Region 86

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

Bit 23 - Lock Region 87

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

Bit 24 - Lock Region 88

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

Bit 25 - Lock Region 89

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

Bit 26 - Lock Region 90

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

Bit 27 - Lock Region 91

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

Bit 28 - Lock Region 92

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

Bit 29 - Lock Region 93

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

Bit 30 - Lock Region 94

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

Bit 31 - Lock Region 95

Auto Trait Implementations

impl Unpin for R

impl Send for R

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