[][src]Type Definition cc3220sf::gpioa4::AMSEL

type AMSEL = Reg<u32, _AMSEL>;

0x4000 5528 0x4000 6528 0x4000 7528 0x4002 4528 The GPIOAMSEL register controls isolation circuits to the analog side of a unified I/O pad. Because the GPIOs may be driven by a 5-V source and affect analog operation@@ analog circuitry requires isolation from the pins when they are not used in their analog function. Each bit of this register controls the isolation circuitry for the corresponding GPIO signal.

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

For information about available fields see amsel module

Trait Implementations

impl Readable for AMSEL[src]

read() method returns amsel::R reader structure

impl ResetValue for AMSEL[src]

Register AMSEL reset()'s with value 0

type Type = u32

Register size

impl Writable for AMSEL[src]

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