Type Definition gd32f1::gd32f170::tsi::ASW[][src]

type ASW = Reg<u32, _ASW>;

I/O analog switch register

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

For information about available fields see asw module

Trait Implementations

impl Readable for ASW[src]

read() method returns asw::R reader structure

impl ResetValue for ASW[src]

Register ASW reset()’s with value 0

type Type = u32

Register size

impl Writable for ASW[src]

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