pub struct W(_);
Register I2SCTRL writer
I2SCTRL
Bit 0 - Enable I2S Mode
Bit 1 - Stero or Mono
Bit 2 - Justification of I2S Data
Bit 3 - Separate DMA Request for Left/Right Data
Bit 4 - Delay on I2S Data
Bits 8:10 - I2S Word Format
Writes raw bits to the register.
Read datasheet or reference manual to find what values are allowed to pass.
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U