pub type OPERATION_W<'a, const O: u8> = BitWriter<'a, u32, MODE_SPEC, OPERATION_A, O>;
Field OPERATION writer - Mono or stereo operation
OPERATION
struct OPERATION_W<'a, const O: u8> { /* private fields */ }
Sample and store one pair (Left + Right) of 16bit samples per RAM word R=[31:16]; L=[15:0]
Sample and store two successive Left samples (16 bit each) per RAM word L1=[31:16]; L0=[15:0]