Type Definition gd32f1::gd32f170::dma::CH3CNT[][src]

type CH3CNT = Reg<u32, _CH3CNT>;

DMA channel 3 counter register

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

For information about available fields see ch3cnt module

Trait Implementations

impl Readable for CH3CNT[src]

read() method returns ch3cnt::R reader structure

impl ResetValue for CH3CNT[src]

Register CH3CNT reset()’s with value 0

type Type = u32

Register size

impl Writable for CH3CNT[src]

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