Type Definition gd32f1::gd32f130::timer15::DMAINTEN[][src]

type DMAINTEN = Reg<u16, _DMAINTEN>;

DMA and interrupt enable register

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

For information about available fields see dmainten module

Trait Implementations

impl Readable for DMAINTEN[src]

read() method returns dmainten::R reader structure

impl ResetValue for DMAINTEN[src]

Register DMAINTEN reset()’s with value 0

type Type = u16

Register size

impl Writable for DMAINTEN[src]

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