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

type PDR = Reg<u32, _PDR>;

0x4000 5514 0x4000 6514 0x4000 7514 0x4002 4514 GPIO Pull-Down Select (GPIOPDR)@@ offset 0x514 The GPIOPDR register is the pull-down control register. When a bit is set@@ a weak pull-down resistor on the corresponding GPIO signal is enabled. Setting a bit in GPIOPDR automatically clears the corresponding bit in the GPIO Pull-Up Select (GPIOPUR) register

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

For information about available fields see pdr module

Trait Implementations

impl Readable for PDR[src]

read() method returns pdr::R reader structure

impl ResetValue for PDR[src]

Register PDR reset()'s with value 0

type Type = u32

Register size

impl Writable for PDR[src]

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