Struct atsame70n21b::pioa::driver::R

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

Register DRIVER reader

Implementations§

source§

impl R

source

pub fn line0(&self) -> LINE0_R

Bit 0 - Drive of PIO Line 0

source

pub fn line1(&self) -> LINE1_R

Bit 1 - Drive of PIO Line 1

source

pub fn line2(&self) -> LINE2_R

Bit 2 - Drive of PIO Line 2

source

pub fn line3(&self) -> LINE3_R

Bit 3 - Drive of PIO Line 3

source

pub fn line4(&self) -> LINE4_R

Bit 4 - Drive of PIO Line 4

source

pub fn line5(&self) -> LINE5_R

Bit 5 - Drive of PIO Line 5

source

pub fn line6(&self) -> LINE6_R

Bit 6 - Drive of PIO Line 6

source

pub fn line7(&self) -> LINE7_R

Bit 7 - Drive of PIO Line 7

source

pub fn line8(&self) -> LINE8_R

Bit 8 - Drive of PIO Line 8

source

pub fn line9(&self) -> LINE9_R

Bit 9 - Drive of PIO Line 9

source

pub fn line10(&self) -> LINE10_R

Bit 10 - Drive of PIO Line 10

source

pub fn line11(&self) -> LINE11_R

Bit 11 - Drive of PIO Line 11

source

pub fn line12(&self) -> LINE12_R

Bit 12 - Drive of PIO Line 12

source

pub fn line13(&self) -> LINE13_R

Bit 13 - Drive of PIO Line 13

source

pub fn line14(&self) -> LINE14_R

Bit 14 - Drive of PIO Line 14

source

pub fn line15(&self) -> LINE15_R

Bit 15 - Drive of PIO Line 15

source

pub fn line16(&self) -> LINE16_R

Bit 16 - Drive of PIO Line 16

source

pub fn line17(&self) -> LINE17_R

Bit 17 - Drive of PIO Line 17

source

pub fn line18(&self) -> LINE18_R

Bit 18 - Drive of PIO Line 18

source

pub fn line19(&self) -> LINE19_R

Bit 19 - Drive of PIO Line 19

source

pub fn line20(&self) -> LINE20_R

Bit 20 - Drive of PIO Line 20

source

pub fn line21(&self) -> LINE21_R

Bit 21 - Drive of PIO Line 21

source

pub fn line22(&self) -> LINE22_R

Bit 22 - Drive of PIO Line 22

source

pub fn line23(&self) -> LINE23_R

Bit 23 - Drive of PIO Line 23

source

pub fn line24(&self) -> LINE24_R

Bit 24 - Drive of PIO Line 24

source

pub fn line25(&self) -> LINE25_R

Bit 25 - Drive of PIO Line 25

source

pub fn line26(&self) -> LINE26_R

Bit 26 - Drive of PIO Line 26

source

pub fn line27(&self) -> LINE27_R

Bit 27 - Drive of PIO Line 27

source

pub fn line28(&self) -> LINE28_R

Bit 28 - Drive of PIO Line 28

source

pub fn line29(&self) -> LINE29_R

Bit 29 - Drive of PIO Line 29

source

pub fn line30(&self) -> LINE30_R

Bit 30 - Drive of PIO Line 30

source

pub fn line31(&self) -> LINE31_R

Bit 31 - Drive of PIO Line 31

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<DRIVER_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<DRIVER_SPEC>> for R

source§

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