Struct atsame70n21b::lockbit::word2::R

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

Register WORD2 reader

Implementations§

source§

impl R

source

pub fn lock_region_64(&self) -> LOCK_REGION_64_R

Bit 0 - Lock Region 64

source

pub fn lock_region_65(&self) -> LOCK_REGION_65_R

Bit 1 - Lock Region 65

source

pub fn lock_region_66(&self) -> LOCK_REGION_66_R

Bit 2 - Lock Region 66

source

pub fn lock_region_67(&self) -> LOCK_REGION_67_R

Bit 3 - Lock Region 67

source

pub fn lock_region_68(&self) -> LOCK_REGION_68_R

Bit 4 - Lock Region 68

source

pub fn lock_region_69(&self) -> LOCK_REGION_69_R

Bit 5 - Lock Region 69

source

pub fn lock_region_70(&self) -> LOCK_REGION_70_R

Bit 6 - Lock Region 70

source

pub fn lock_region_71(&self) -> LOCK_REGION_71_R

Bit 7 - Lock Region 71

source

pub fn lock_region_72(&self) -> LOCK_REGION_72_R

Bit 8 - Lock Region 72

source

pub fn lock_region_73(&self) -> LOCK_REGION_73_R

Bit 9 - Lock Region 73

source

pub fn lock_region_74(&self) -> LOCK_REGION_74_R

Bit 10 - Lock Region 74

source

pub fn lock_region_75(&self) -> LOCK_REGION_75_R

Bit 11 - Lock Region 75

source

pub fn lock_region_76(&self) -> LOCK_REGION_76_R

Bit 12 - Lock Region 76

source

pub fn lock_region_77(&self) -> LOCK_REGION_77_R

Bit 13 - Lock Region 77

source

pub fn lock_region_78(&self) -> LOCK_REGION_78_R

Bit 14 - Lock Region 78

source

pub fn lock_region_79(&self) -> LOCK_REGION_79_R

Bit 15 - Lock Region 79

source

pub fn lock_region_80(&self) -> LOCK_REGION_80_R

Bit 16 - Lock Region 80

source

pub fn lock_region_81(&self) -> LOCK_REGION_81_R

Bit 17 - Lock Region 81

source

pub fn lock_region_82(&self) -> LOCK_REGION_82_R

Bit 18 - Lock Region 82

source

pub fn lock_region_83(&self) -> LOCK_REGION_83_R

Bit 19 - Lock Region 83

source

pub fn lock_region_84(&self) -> LOCK_REGION_84_R

Bit 20 - Lock Region 84

source

pub fn lock_region_85(&self) -> LOCK_REGION_85_R

Bit 21 - Lock Region 85

source

pub fn lock_region_86(&self) -> LOCK_REGION_86_R

Bit 22 - Lock Region 86

source

pub fn lock_region_87(&self) -> LOCK_REGION_87_R

Bit 23 - Lock Region 87

source

pub fn lock_region_88(&self) -> LOCK_REGION_88_R

Bit 24 - Lock Region 88

source

pub fn lock_region_89(&self) -> LOCK_REGION_89_R

Bit 25 - Lock Region 89

source

pub fn lock_region_90(&self) -> LOCK_REGION_90_R

Bit 26 - Lock Region 90

source

pub fn lock_region_91(&self) -> LOCK_REGION_91_R

Bit 27 - Lock Region 91

source

pub fn lock_region_92(&self) -> LOCK_REGION_92_R

Bit 28 - Lock Region 92

source

pub fn lock_region_93(&self) -> LOCK_REGION_93_R

Bit 29 - Lock Region 93

source

pub fn lock_region_94(&self) -> LOCK_REGION_94_R

Bit 30 - Lock Region 94

source

pub fn lock_region_95(&self) -> LOCK_REGION_95_R

Bit 31 - Lock Region 95

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<WORD2_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<WORD2_SPEC>> for R

source§

fn from(original: R<WORD2_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.