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

type CH2CNT = Reg<u32, _CH2CNT>;

DMA channel 2 counter register

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

For information about available fields see ch2cnt module

Trait Implementations

impl Readable for CH2CNT[src]

read() method returns ch2cnt::R reader structure

impl ResetValue for CH2CNT[src]

Register CH2CNT reset()’s with value 0

type Type = u32

Register size

impl Writable for CH2CNT[src]

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