Type Definition gd32f1::gd32f130::dac::SWT[][src]

type SWT = Reg<u32, _SWT>;

software trigger register

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

For information about available fields see swt module

Trait Implementations

impl ResetValue for SWT[src]

Register SWT reset()’s with value 0

type Type = u32

Register size

impl Writable for SWT[src]

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