[][src]Struct atsams70j21b::lockbit::lockbit_word0::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_0(&self) -> LOCK_REGION_0_R[src]

Bit 0 - Lock Region 0

pub fn lock_region_1(&self) -> LOCK_REGION_1_R[src]

Bit 1 - Lock Region 1

pub fn lock_region_2(&self) -> LOCK_REGION_2_R[src]

Bit 2 - Lock Region 2

pub fn lock_region_3(&self) -> LOCK_REGION_3_R[src]

Bit 3 - Lock Region 3

pub fn lock_region_4(&self) -> LOCK_REGION_4_R[src]

Bit 4 - Lock Region 4

pub fn lock_region_5(&self) -> LOCK_REGION_5_R[src]

Bit 5 - Lock Region 5

pub fn lock_region_6(&self) -> LOCK_REGION_6_R[src]

Bit 6 - Lock Region 6

pub fn lock_region_7(&self) -> LOCK_REGION_7_R[src]

Bit 7 - Lock Region 7

pub fn lock_region_8(&self) -> LOCK_REGION_8_R[src]

Bit 8 - Lock Region 8

pub fn lock_region_9(&self) -> LOCK_REGION_9_R[src]

Bit 9 - Lock Region 9

pub fn lock_region_10(&self) -> LOCK_REGION_10_R[src]

Bit 10 - Lock Region 10

pub fn lock_region_11(&self) -> LOCK_REGION_11_R[src]

Bit 11 - Lock Region 11

pub fn lock_region_12(&self) -> LOCK_REGION_12_R[src]

Bit 12 - Lock Region 12

pub fn lock_region_13(&self) -> LOCK_REGION_13_R[src]

Bit 13 - Lock Region 13

pub fn lock_region_14(&self) -> LOCK_REGION_14_R[src]

Bit 14 - Lock Region 14

pub fn lock_region_15(&self) -> LOCK_REGION_15_R[src]

Bit 15 - Lock Region 15

pub fn lock_region_16(&self) -> LOCK_REGION_16_R[src]

Bit 16 - Lock Region 16

pub fn lock_region_17(&self) -> LOCK_REGION_17_R[src]

Bit 17 - Lock Region 17

pub fn lock_region_18(&self) -> LOCK_REGION_18_R[src]

Bit 18 - Lock Region 18

pub fn lock_region_19(&self) -> LOCK_REGION_19_R[src]

Bit 19 - Lock Region 19

pub fn lock_region_20(&self) -> LOCK_REGION_20_R[src]

Bit 20 - Lock Region 20

pub fn lock_region_21(&self) -> LOCK_REGION_21_R[src]

Bit 21 - Lock Region 21

pub fn lock_region_22(&self) -> LOCK_REGION_22_R[src]

Bit 22 - Lock Region 22

pub fn lock_region_23(&self) -> LOCK_REGION_23_R[src]

Bit 23 - Lock Region 23

pub fn lock_region_24(&self) -> LOCK_REGION_24_R[src]

Bit 24 - Lock Region 24

pub fn lock_region_25(&self) -> LOCK_REGION_25_R[src]

Bit 25 - Lock Region 25

pub fn lock_region_26(&self) -> LOCK_REGION_26_R[src]

Bit 26 - Lock Region 26

pub fn lock_region_27(&self) -> LOCK_REGION_27_R[src]

Bit 27 - Lock Region 27

pub fn lock_region_28(&self) -> LOCK_REGION_28_R[src]

Bit 28 - Lock Region 28

pub fn lock_region_29(&self) -> LOCK_REGION_29_R[src]

Bit 29 - Lock Region 29

pub fn lock_region_30(&self) -> LOCK_REGION_30_R[src]

Bit 30 - Lock Region 30

pub fn lock_region_31(&self) -> LOCK_REGION_31_R[src]

Bit 31 - Lock Region 31

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