pub type ASTRTEN_W<'a, const O: u8> = BitWriter<'a, u32, I2SCFGR_SPEC, ASTRTEN_A, O>;
Expand description

Field ASTRTEN writer - Asynchronous start enable. When the I2S is enabled in slave mode, the hardware starts the transfer when the I2S clock is received and an appropriate transition is detected on the WS signal. When the I2S is enabled in slave mode, the hardware starts the transfer when the I2S clock is received and the appropriate level is detected on the WS signal. Note: The appropriate transition is a falling edge on WS signal when I2S Philips Standard is used, or a rising edge for other standards. The appropriate level is a low level on WS signal when I2S Philips Standard is used, or a high level for other standards. Please refer to for additional information.

Implementations

Asynchronous start disabled

Asynchronous start enabled