pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn fifo_threshold(&self) -> &FifoThreshold
pub const fn fifo_threshold(&self) -> &FifoThreshold
0x64 - FIFO threshold register
Sourcepub const fn data_width_set(&self) -> &DataWidthSet
pub const fn data_width_set(&self) -> &DataWidthSet
0x78 - Data width register
Sourcepub const fn signed_ext(&self) -> &SignedExt
pub const fn signed_ext(&self) -> &SignedExt
0x84 - Signed extension enable
Sourcepub const fn i2s_bclk_div_num(&self) -> &I2sBclkDivNum
pub const fn i2s_bclk_div_num(&self) -> &I2sBclkDivNum
0x94 - BCLK divider number
Sourcepub const fn i2s_fs_div_num(&self) -> &I2sFsDivNum
pub const fn i2s_fs_div_num(&self) -> &I2sFsDivNum
0x98 - FS divider number
Sourcepub const fn i2s_fs_div_ratio_num(&self) -> &I2sFsDivRatioNum
pub const fn i2s_fs_div_ratio_num(&self) -> &I2sFsDivRatioNum
0x9c - FS divider ratio number
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl !Sync for RegisterBlock
impl Send for RegisterBlock
impl Unpin for RegisterBlock
impl UnsafeUnpin 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