[][src]Type Definition cc3220sf::gpioa0::PCTL

type PCTL = Reg<u32, _PCTL>;

This register is not used in cc3xx. equivalant register exsist outside GPIO IP (refer PAD*_config register in the shared comn space) 0x4000 552C 0x4000 652C 0x4000 752C 0x4002 452C GPIO Port Control (GPIOPCTL)@@ offset 0x52C The GPIOPCTL register is used in conjunction with the GPIOAFSEL register and selects the specific peripheral signal for each GPIO pin when using the alternate function mode. Most bits in the GPIOAFSEL register are cleared on reset@@ therefore most GPIO pins are configured as GPIOs by default. When a bit is set in the GPIOAFSEL register@@ the corresponding GPIO signal is controlled by an associated peripheral. The GPIOPCTL register selects one out of a set of peripheral functions for each GPIO@@ providing additional flexibility in signal definition.

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

For information about available fields see pctl module

Trait Implementations

impl Readable for PCTL[src]

read() method returns pctl::R reader structure

impl ResetValue for PCTL[src]

Register PCTL reset()'s with value 0

type Type = u32

Register size

impl Writable for PCTL[src]

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