pub type YCC_SWAP_W<'a, const O: u8> = FieldWriterSafe<'a, u32, CFG2_SPEC, u8, YCC_SWAPSELECT_A, 2, O>;
Expand description

Field YCC_SWAP writer - YCrCb Format Swap Mode

Implementations

Byte 0 Cb(i)Byte 1 Y(i)Byte 2 Cr(i)Byte 3 Y(i+1)

Byte 0 Cr(i)Byte 1 Y(i)Byte 2 Cb(i)Byte 3 Y(i+1)

Byte 0 Y(i)Byte 1 Cb(i)Byte 2 Y(i+1)Byte 3 Cr(i)

Byte 0 Y(i)Byte 1 Cr(i)Byte 2 Y(i+1)Byte 3 Cb(i)