pub type SWIDTH_W<'a, const O: u8> = FieldWriterSafe<'a, u32, SWIDTH_SPEC, u8, SWIDTH_A, 3, O>;
Expand description

Field SWIDTH writer - Sample and half-frame width

Implementations

8 bit sample.

16 bit sample.

24 bit sample.

32 bit sample.

8 bit sample in a 16-bit half-frame.

8 bit sample in a 32-bit half-frame.

16 bit sample in a 32-bit half-frame.

24 bit sample in a 32-bit half-frame.