Type Definition gd32f1::gd32f130::dma::CH1CNT[][src]

type CH1CNT = Reg<u32, _CH1CNT>;

DMA channel 1 counter register

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

For information about available fields see ch1cnt module

Trait Implementations

impl Readable for CH1CNT[src]

read() method returns ch1cnt::R reader structure

impl ResetValue for CH1CNT[src]

Register CH1CNT reset()’s with value 0

type Type = u32

Register size

impl Writable for CH1CNT[src]

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