[][src]Type Definition cc3220sf::gpioa3::ADCCTL

type ADCCTL = Reg<u32, _ADCCTL>;

This register is not used in cc3xx. ADC trigger via GPIO is not supported. 0x4000 5530 0x4000 6530 0x4000 7530 0x4002 4530 GPIO ADC Control (GPIOADCCTL)@@ offset 0x530 This register is used to configure a GPIO pin as a source for the ADC trigger. Note that if the Port B GPIOADCCTL register is cleared@@ PB4 can still be used as an external trigger for the ADC. This is a legacy mode which allows code written for previous Stellaris devices to operate on this microcontroller.

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

For information about available fields see adcctl module

Trait Implementations

impl Readable for ADCCTL[src]

read() method returns adcctl::R reader structure

impl ResetValue for ADCCTL[src]

Register ADCCTL reset()'s with value 0

type Type = u32

Register size

impl Writable for ADCCTL[src]

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