[][src]Type Definition gd32vf103_pac::dac::SWT

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