[][src]Struct cc13x2_cc26x2_pac::pka_int::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub reserved_0: RESERVED_0, pub options: OPTIONS, pub revision: REVISION, // some fields omitted }

Register block

Fields

reserved_0: RESERVED_0

0x00 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

options: OPTIONS

0xff8 - PKA Options register

revision: REVISION

0xffc - PKA hardware revision register This register allows the host access to the hardware revision number of the PKA engine for software driver matching and diagnostic purposes. It is always located at the highest address in the access space of the module and contains an encoding of the EIP number (with its complement as signature) for recognition of the hardware module.

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self