|
Contiki-NG
|
Implementation file for the CC13xx/CC26xx GPIO HAL functions. More...
Go to the source code of this file.
Functions | |
| void | gpio_hal_arch_no_port_pin_cfg_set (gpio_hal_pin_t pin, gpio_hal_pin_cfg_t cfg) |
| Configure a gpio pin. More... | |
| gpio_hal_pin_cfg_t | gpio_hal_arch_no_port_pin_cfg_get (gpio_hal_pin_t pin) |
| Read the configuration of a GPIO pin. More... | |
| gpio_hal_pin_mask_t | gpio_hal_arch_no_port_read_pins (gpio_hal_pin_mask_t pins) |
| Read multiple pins. More... | |
| uint8_t | gpio_hal_arch_no_port_read_pin (gpio_hal_pin_t pin) |
| Read a GPIO pin. More... | |
Implementation file for the CC13xx/CC26xx GPIO HAL functions.
Definition in file gpio-hal-arch.c.
1.8.13