[][src]Type Definition stm32f4::stm32f469::dma2d::NLR

type NLR = Reg<u32, _NLR>;

number of line register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see nlr module

Trait Implementations

impl Readable for NLR[src]

read() method returns nlr::R reader structure

impl ResetValue for NLR[src]

Register NLR reset()'s with value 0

type Type = u32

Register size

impl Writable for NLR[src]

write(|w| ..) method takes nlr::W writer structure