#[repr(C)]pub struct RegisterBlock {
pub cmd: CMD,
pub input: INPUT,
pub cos: COS,
pub sin: SIN,
pub arctan: ARCTAN,
pub if_: IF,
pub ie: IE,
pub tanh: TANH,
}Expand description
Register block
Fields§
§cmd: CMD0x00 - CMD register
input: INPUT0x04 - INPUT register
cos: COS0x08 - COS register
sin: SIN0x0c - SIN register
arctan: ARCTAN0x10 - ARCTAN register
if_: IF0x14 - IF register
ie: IE0x18 - IE register
tanh: TANH0x1c - TANH register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more