Type Definition stm32g0::stm32g031::dma::ch::NDTR[][src]

type NDTR = Reg<u32, _NDTR>;

DMA channel x 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