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

type PUR = Reg<u32, _PUR>;

0x4000 5510 0x4000 6510 0x4000 7510 0x4002 4510 GPIO Pull-Up Select (GPIOPUR)@@ offset 0x510 The GPIOPUR register is the pull-up control register. When a bit is set@@ a weak pull-up resistor on the corresponding GPIO signal is enabled. Setting a bit in GPIOPUR automatically clears the corresponding bit in the GPIO Pull-Down Select (GPIOPDR) register . Write access to this register is protected with the GPIOCR register. Bits in GPIOCR that are cleared prevent writes to the equivalent bit in this register.

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

For information about available fields see pur module

Trait Implementations

impl Readable for PUR[src]

read() method returns pur::R reader structure

impl ResetValue for PUR[src]

Register PUR reset()'s with value 0

type Type = u32

Register size

impl Writable for PUR[src]

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