#[repr(C)]pub struct RegisterBlock {
pub ctrl: CTRL,
pub data: DATA,
pub stat: STAT,
pub ie: IE,
pub if_: IF,
pub i2scr: I2SCR,
pub i2spr: I2SPR,
}Expand description
Register block
Fields§
§ctrl: CTRL0x00 - CTRL register
data: DATA0x04 - DATA register
stat: STAT0x08 - STAT register
ie: IE0x0c - IE register
if_: IF0x10 - IF register
i2scr: I2SCR0x14 - I2SCR register
i2spr: I2SPR0x18 - I2SPR 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