pub type NL_W<'a, const O: u8> = FieldWriterRaw<'a, u32, NLR_SPEC, u16, u16, Safe, 16, O>;
Expand description
Field NL
writer - Number of lines Number of lines of the area to be transferred. These bits can only be written when data transfers are disabled. Once the transfer has started, they are read-only.
Aliased Type§
struct NL_W<'a, const O: u8> { /* private fields */ }