#[repr(C)]
pub struct RegisterBlock {
pub actlr: RW<u32>,
/* private fields */
}
Expand description
Auxiliary Control Register
This register is entirely implementation defined – the standard gives
it an address, but does not define its role or contents.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.