pub type GREEN_W<'a, const O: u8> = FieldWriterRaw<'a, u32, OCOLR_SPEC, u8, u8, Unsafe, 8, O>;
Expand description
Field GREEN
writer - Green Value These bits define the green value of the output image. These bits can only be written when data transfers are disabled. Once the transfer has started, they are read-only.
Aliased Type§
struct GREEN_W<'a, const O: u8> { /* private fields */ }