RegisterBlock

Struct RegisterBlock 

#[repr(C)]
pub struct RegisterBlock { _reserved_0_data: [u8; 4], gpoly: Gpoly, ctrl: Ctrl, }
Expand description

Register block

Fields§

§_reserved_0_data: [u8; 4]§gpoly: Gpoly§ctrl: Ctrl

Implementations§

§

impl RegisterBlock

pub const fn datall(&self) -> &Datall

0x00 - CRC_DATALL register.

pub const fn datal(&self) -> &Datal

0x00 - CRC_DATAL register.

pub const fn data(&self) -> &Data

0x00 - CRC Data register

pub const fn datalu(&self) -> &Datalu

0x01 - CRC_DATALU register.

pub const fn datahl(&self) -> &Datahl

0x02 - CRC_DATAHL register.

pub const fn datah(&self) -> &Datah

0x02 - CRC_DATAH register.

pub const fn datahu(&self) -> &Datahu

0x03 - CRC_DATAHU register.

pub const fn gpoly(&self) -> &Gpoly

0x04 - CRC Polynomial register

pub const fn ctrl(&self) -> &Ctrl

0x08 - CRC Control register

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.