EFM32GG11 GPIO Support.
More...
#include <bspopts.h>
Go to the source code of this file.
|
|
void | efm32gg11_gpio_init_0 (void) |
| |
|
void | efm32gg11_gpio_init (void) |
| |
|
int | efm32gg11_gpio_int_register (uint8_t port, uint8_t pin, void(*cb)(void *), void *arg) |
| |
|
void | efm32gg11_gpio_wake_pin_int_register (unsigned int which, void(*cb)(void *), void *arg) |
| |
|
void | efm32gg11_gpio_int_mode (unsigned int which, bool rising, bool falling) |
| |
|
void | efm32gg11_gpio_wake_pin_level (unsigned int which, bool high) |
| |
|
void | efm32gg11_gpio_int_enable (unsigned int which, bool enable) |
| |
|
void | efm32gg11_gpio_mode (uint8_t port, uint8_t pin, uint8_t mode) |
| |
|
void | efm32gg11_gpio_clear_set (uint8_t port, uint16_t clear, uint16_t set) |
| |