[][src]Type Definition ambiq_apollo1_pac::adc::SWT

type SWT = Reg<u32, _SWT>;

Software trigger

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

For information about available fields see swt module

Trait Implementations

impl Readable for SWT[src]

read() method returns swt::R reader structure

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