pub struct W(_);
Expand description
Register RXEOF_NUM
writer
Implementations§
source§impl W
impl W
sourcepub fn rx_eof_num(&mut self) -> RX_EOF_NUM_W<'_, 0>
pub fn rx_eof_num(&mut self) -> RX_EOF_NUM_W<'_, 0>
Bits 0:31 - The length of data to be received. It will trigger I2S_IN_SUC_EOF_INT.
Methods from Deref<Target = W<RXEOF_NUM_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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