pub struct R(/* private fields */);Expand description
Register TFCR0 reader
Implementations§
Source§impl R
impl R
Sourcepub fn txchet(&self) -> TXCHET_R
pub fn txchet(&self) -> TXCHET_R
Bits 0:3 - Transmit Channel Empty Trigger. These bits program the trigger level in the TX FIFO at which the Empty Threshold Reached Interrupt is generated. Trigger Level = TXCHET TXCHET values: 0 to (I2S_TX_FIFO_x – 1) If an illegal value is programmed, these bits saturate to (I2S_TX_FIFO_x – 1). The channel must be disabled prior to any changes in this value (that is, TERx\[0\] = 0).
Methods from Deref<Target = R<TFCR0_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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