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

Bit 0 - Lock Region 0

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

Bit 1 - Lock Region 1

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

Bit 2 - Lock Region 2

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

Bit 3 - Lock Region 3

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

Bit 4 - Lock Region 4

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

Bit 5 - Lock Region 5

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

Bit 6 - Lock Region 6

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

Bit 7 - Lock Region 7

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

Bit 8 - Lock Region 8

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

Bit 9 - Lock Region 9

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

Bit 10 - Lock Region 10

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

Bit 11 - Lock Region 11

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

Bit 12 - Lock Region 12

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

Bit 13 - Lock Region 13

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

Bit 14 - Lock Region 14

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

Bit 15 - Lock Region 15

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

Bit 16 - Lock Region 16

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

Bit 17 - Lock Region 17

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

Bit 18 - Lock Region 18

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

Bit 19 - Lock Region 19

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

Bit 20 - Lock Region 20

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

Bit 21 - Lock Region 21

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

Bit 22 - Lock Region 22

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

Bit 23 - Lock Region 23

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

Bit 24 - Lock Region 24

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

Bit 25 - Lock Region 25

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

Bit 26 - Lock Region 26

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

Bit 27 - Lock Region 27

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

Bit 28 - Lock Region 28

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

Bit 29 - Lock Region 29

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

Bit 30 - Lock Region 30

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

Bit 31 - Lock Region 31

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