Struct atsame70n21b::lockbit::word3::R

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

Register WORD3 reader

Implementations§

source§

impl R

source

pub fn lock_region_96(&self) -> LOCK_REGION_96_R

Bit 0 - Lock Region 96

source

pub fn lock_region_97(&self) -> LOCK_REGION_97_R

Bit 1 - Lock Region 97

source

pub fn lock_region_98(&self) -> LOCK_REGION_98_R

Bit 2 - Lock Region 98

source

pub fn lock_region_99(&self) -> LOCK_REGION_99_R

Bit 3 - Lock Region 99

source

pub fn lock_region_100(&self) -> LOCK_REGION_100_R

Bit 4 - Lock Region 100

source

pub fn lock_region_101(&self) -> LOCK_REGION_101_R

Bit 5 - Lock Region 101

source

pub fn lock_region_102(&self) -> LOCK_REGION_102_R

Bit 6 - Lock Region 102

source

pub fn lock_region_103(&self) -> LOCK_REGION_103_R

Bit 7 - Lock Region 103

source

pub fn lock_region_104(&self) -> LOCK_REGION_104_R

Bit 8 - Lock Region 104

source

pub fn lock_region_105(&self) -> LOCK_REGION_105_R

Bit 9 - Lock Region 105

source

pub fn lock_region_106(&self) -> LOCK_REGION_106_R

Bit 10 - Lock Region 106

source

pub fn lock_region_107(&self) -> LOCK_REGION_107_R

Bit 11 - Lock Region 107

source

pub fn lock_region_108(&self) -> LOCK_REGION_108_R

Bit 12 - Lock Region 108

source

pub fn lock_region_109(&self) -> LOCK_REGION_109_R

Bit 13 - Lock Region 109

source

pub fn lock_region_110(&self) -> LOCK_REGION_110_R

Bit 14 - Lock Region 110

source

pub fn lock_region_111(&self) -> LOCK_REGION_111_R

Bit 15 - Lock Region 111

source

pub fn lock_region_112(&self) -> LOCK_REGION_112_R

Bit 16 - Lock Region 112

source

pub fn lock_region_113(&self) -> LOCK_REGION_113_R

Bit 17 - Lock Region 113

source

pub fn lock_region_114(&self) -> LOCK_REGION_114_R

Bit 18 - Lock Region 114

source

pub fn lock_region_115(&self) -> LOCK_REGION_115_R

Bit 19 - Lock Region 115

source

pub fn lock_region_116(&self) -> LOCK_REGION_116_R

Bit 20 - Lock Region 116

source

pub fn lock_region_117(&self) -> LOCK_REGION_117_R

Bit 21 - Lock Region 117

source

pub fn lock_region_118(&self) -> LOCK_REGION_118_R

Bit 22 - Lock Region 118

source

pub fn lock_region_119(&self) -> LOCK_REGION_119_R

Bit 23 - Lock Region 119

source

pub fn lock_region_120(&self) -> LOCK_REGION_120_R

Bit 24 - Lock Region 120

source

pub fn lock_region_121(&self) -> LOCK_REGION_121_R

Bit 25 - Lock Region 121

source

pub fn lock_region_122(&self) -> LOCK_REGION_122_R

Bit 26 - Lock Region 122

source

pub fn lock_region_123(&self) -> LOCK_REGION_123_R

Bit 27 - Lock Region 123

source

pub fn lock_region_124(&self) -> LOCK_REGION_124_R

Bit 28 - Lock Region 124

source

pub fn lock_region_125(&self) -> LOCK_REGION_125_R

Bit 29 - Lock Region 125

source

pub fn lock_region_126(&self) -> LOCK_REGION_126_R

Bit 30 - Lock Region 126

source

pub fn lock_region_127(&self) -> LOCK_REGION_127_R

Bit 31 - Lock Region 127

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<WORD3_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<WORD3_SPEC>> for R

source§

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