RegisterBlock

Struct RegisterBlock 

Source
pub struct RegisterBlock { /* private fields */ }
Expand description

Register block

Implementations§

Source§

impl RegisterBlock

Source

pub const fn verid(&self) -> &Verid

0x00 - Version ID

Source

pub const fn gpclr(&self) -> &Gpclr

0x10 - Global Pin Control Low

Source

pub const fn gpchr(&self) -> &Gpchr

0x14 - Global Pin Control High

Source

pub const fn config(&self) -> &Config

0x20 - Configuration

Source

pub const fn calib0(&self) -> &Calib0

0x60 - Calibration 0

Source

pub const fn calib1(&self) -> &Calib1

0x64 - Calibration 1

Source

pub const fn pcr0(&self) -> &Pcr0

0x80 - Pin Control 0

Source

pub const fn pcr1(&self) -> &Pcr1

0x84 - Pin Control 1

Source

pub const fn pcr2(&self) -> &Pcr2

0x88 - Pin Control 2

Source

pub const fn pcr3(&self) -> &Pcr3

0x8c - Pin Control 3

Source

pub const fn pcr4(&self) -> &Pcr4

0x90 - Pin Control 4

Source

pub const fn pcr5(&self) -> &Pcr5

0x94 - Pin Control 5

Source

pub const fn pcr6(&self) -> &Pcr6

0x98 - Pin Control 6

Source

pub const fn pcr7(&self) -> &Pcr7

0x9c - Pin Control 7

Source

pub const fn pcr8(&self) -> &Pcr8

0xa0 - Pin Control 8

Source

pub const fn pcr9(&self) -> &Pcr9

0xa4 - Pin Control 9

Source

pub const fn pcr10(&self) -> &Pcr10

0xa8 - Pin Control 10

Source

pub const fn pcr11(&self) -> &Pcr11

0xac - Pin Control 11

Source

pub const fn pcr12(&self) -> &Pcr12

0xb0 - Pin Control 12

Source

pub const fn pcr13(&self) -> &Pcr13

0xb4 - Pin Control 13

Source

pub const fn pcr14(&self) -> &Pcr14

0xb8 - Pin Control 14

Source

pub const fn pcr15(&self) -> &Pcr15

0xbc - Pin Control 15

Source

pub const fn pcr16(&self) -> &Pcr16

0xc0 - Pin Control 16

Source

pub const fn pcr17(&self) -> &Pcr17

0xc4 - Pin Control 17

Source

pub const fn pcr18(&self) -> &Pcr18

0xc8 - Pin Control 18

Source

pub const fn pcr19(&self) -> &Pcr19

0xcc - Pin Control 19

Source

pub const fn pcr20(&self) -> &Pcr20

0xd0 - Pin Control 20

Source

pub const fn pcr21(&self) -> &Pcr21

0xd4 - Pin Control 21

Source

pub const fn pcr22(&self) -> &Pcr22

0xd8 - Pin Control 22

Source

pub const fn pcr23(&self) -> &Pcr23

0xdc - Pin Control 23

Source

pub const fn pcr24(&self) -> &Pcr24

0xe0 - Pin Control 24

Source

pub const fn pcr25(&self) -> &Pcr25

0xe4 - Pin Control 25

Source

pub const fn pcr26(&self) -> &Pcr26

0xe8 - Pin Control 26

Source

pub const fn pcr27(&self) -> &Pcr27

0xec - Pin Control 27

Source

pub const fn pcr28(&self) -> &Pcr28

0xf0 - Pin Control 28

Source

pub const fn pcr29(&self) -> &Pcr29

0xf4 - Pin Control 29

Source

pub const fn pcr30(&self) -> &Pcr30

0xf8 - Pin Control 30

Source

pub const fn pcr31(&self) -> &Pcr31

0xfc - Pin Control 31

Auto Trait Implementations§

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>,

Source§

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>,

Source§

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.