Struct e310x::OTP[][src]

pub struct OTP { /* fields omitted */ }

One Time Programmable Memory

Methods

impl OTP
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for OTP
[src]

impl Deref for OTP
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for OTP