[][src]Type Definition cc3220sf::gpioa2::DEN

type DEN = Reg<u32, _DEN>;

0x4000 551C 0x4000 651C 0x4000 751C 0x4002 451C GPIO Digital Enable (GPIODEN)@@ offset 0x51C Note: Pins configured as digital inputs are Schmitt-triggered. The GPIODEN register is the digital enable register. By default@@ all GPIO signals except those listed below are configured out of reset to be undriven (tristate). Their digital function is disabled; they do not drive a logic value on the pin and they do not allow the pin voltage into the GPIO receiver. To use the pin as a digital input or output (either GPIO or alternate function)@@ the corresponding GPIODEN bit must be set.

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

For information about available fields see den module

Trait Implementations

impl Readable for DEN[src]

read() method returns den::R reader structure

impl ResetValue for DEN[src]

Register DEN reset()'s with value 0

type Type = u32

Register size

impl Writable for DEN[src]

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