Type Definition stm32f1::stm32f103::dma1::ch::NDTR[][src]

type NDTR = Reg<u32, _NDTR>;

DMA channel 1 number of data register

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

For information about available fields see ndtr module

Trait Implementations

impl Readable for NDTR[src]

read() method returns ndtr::R reader structure

impl ResetValue for NDTR[src]

Register NDTR reset()'s with value 0

type Type = u32

Register size

impl Writable for NDTR[src]

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