RTEMS
5.0.0
|
#include <bspopts.h>
#include <stdbool.h>
Go to the source code of this file.
Data Structures | |
struct | lm3s69xx_gpio_config |
Functions | |
void | lm3s69xx_gpio_set_config (const lm3s69xx_gpio_config *config) |
void | lm3s69xx_gpio_set_config_array (const lm3s69xx_gpio_config *configs, unsigned int count) |
void | lm3s69xx_gpio_digital_enable (unsigned int pin, bool enable) |
void | lm3s69xx_gpio_analog_mode_select (unsigned int pin, bool enable) |
void | lm3s69xx_gpio_set_pin (unsigned int pin, bool set) |
bool | lm3s69xx_gpio_get_pin (unsigned int pin) |
IO definitions.
#define LM3S69XX_PIN_LED | ( | port, | |
idx | |||
) |
#define LM3S69XX_PIN_UART_CTS | ( | port, | |
idx | |||
) |
#define LM3S69XX_PIN_UART_RTS | ( | port, | |
idx | |||
) |
#define LM3S69XX_PIN_UART_RX | ( | port, | |
idx | |||
) |
#define LM3S69XX_PIN_UART_TX | ( | port, | |
idx | |||
) |
void lm3s69xx_gpio_analog_mode_select | ( | unsigned int | pin, |
bool | enable | ||
) |
Enables/disables analog mode on the specified pin.
void lm3s69xx_gpio_digital_enable | ( | unsigned int | pin, |
bool | enable | ||
) |
Enables/disables digital function on the specified pin.