Module cc26xx::gpio [] [src]

General Purpose Input Output (GPIO)

For details see p.987 in the cc2650 technical reference manual.

Configures the GPIO pins, and interfaces with the HIL for gpio.

Reexports

use core::cell::Cell;
use core::ops::Index;
use core::ops::IndexMut;
use ioc;
use kernel::common::regs::ReadWrite;
use kernel::common::regs::WriteOnly;
use kernel::hil;

Structs

GPIOPin
GpioRegisters
Port

Constants

GPIO_BASE
NUM_PINS

Statics

PORT