Struct atsame70n21b::lockbit::word0::R

source ·
pub struct R(/* private fields */);
Expand description

Register WORD0 reader

Implementations§

source§

impl R

source

pub fn lock_region_0(&self) -> LOCK_REGION_0_R

Bit 0 - Lock Region 0

source

pub fn lock_region_1(&self) -> LOCK_REGION_1_R

Bit 1 - Lock Region 1

source

pub fn lock_region_2(&self) -> LOCK_REGION_2_R

Bit 2 - Lock Region 2

source

pub fn lock_region_3(&self) -> LOCK_REGION_3_R

Bit 3 - Lock Region 3

source

pub fn lock_region_4(&self) -> LOCK_REGION_4_R

Bit 4 - Lock Region 4

source

pub fn lock_region_5(&self) -> LOCK_REGION_5_R

Bit 5 - Lock Region 5

source

pub fn lock_region_6(&self) -> LOCK_REGION_6_R

Bit 6 - Lock Region 6

source

pub fn lock_region_7(&self) -> LOCK_REGION_7_R

Bit 7 - Lock Region 7

source

pub fn lock_region_8(&self) -> LOCK_REGION_8_R

Bit 8 - Lock Region 8

source

pub fn lock_region_9(&self) -> LOCK_REGION_9_R

Bit 9 - Lock Region 9

source

pub fn lock_region_10(&self) -> LOCK_REGION_10_R

Bit 10 - Lock Region 10

source

pub fn lock_region_11(&self) -> LOCK_REGION_11_R

Bit 11 - Lock Region 11

source

pub fn lock_region_12(&self) -> LOCK_REGION_12_R

Bit 12 - Lock Region 12

source

pub fn lock_region_13(&self) -> LOCK_REGION_13_R

Bit 13 - Lock Region 13

source

pub fn lock_region_14(&self) -> LOCK_REGION_14_R

Bit 14 - Lock Region 14

source

pub fn lock_region_15(&self) -> LOCK_REGION_15_R

Bit 15 - Lock Region 15

source

pub fn lock_region_16(&self) -> LOCK_REGION_16_R

Bit 16 - Lock Region 16

source

pub fn lock_region_17(&self) -> LOCK_REGION_17_R

Bit 17 - Lock Region 17

source

pub fn lock_region_18(&self) -> LOCK_REGION_18_R

Bit 18 - Lock Region 18

source

pub fn lock_region_19(&self) -> LOCK_REGION_19_R

Bit 19 - Lock Region 19

source

pub fn lock_region_20(&self) -> LOCK_REGION_20_R

Bit 20 - Lock Region 20

source

pub fn lock_region_21(&self) -> LOCK_REGION_21_R

Bit 21 - Lock Region 21

source

pub fn lock_region_22(&self) -> LOCK_REGION_22_R

Bit 22 - Lock Region 22

source

pub fn lock_region_23(&self) -> LOCK_REGION_23_R

Bit 23 - Lock Region 23

source

pub fn lock_region_24(&self) -> LOCK_REGION_24_R

Bit 24 - Lock Region 24

source

pub fn lock_region_25(&self) -> LOCK_REGION_25_R

Bit 25 - Lock Region 25

source

pub fn lock_region_26(&self) -> LOCK_REGION_26_R

Bit 26 - Lock Region 26

source

pub fn lock_region_27(&self) -> LOCK_REGION_27_R

Bit 27 - Lock Region 27

source

pub fn lock_region_28(&self) -> LOCK_REGION_28_R

Bit 28 - Lock Region 28

source

pub fn lock_region_29(&self) -> LOCK_REGION_29_R

Bit 29 - Lock Region 29

source

pub fn lock_region_30(&self) -> LOCK_REGION_30_R

Bit 30 - Lock Region 30

source

pub fn lock_region_31(&self) -> LOCK_REGION_31_R

Bit 31 - Lock Region 31

Methods from Deref<Target = R<WORD0_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<WORD0_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<WORD0_SPEC>> for R

source§

fn from(original: R<WORD0_SPEC>) -> R

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.