![]() |
RTEMS 6.1
|
Raspberry Pi specific GPIO definitions. More...
#include <rtems.h>Go to the source code of this file.
Functions | |
| rtems_status_code | rpi_gpio_select_jtag (void) |
| Setups a JTAG interface. | |
| rtems_status_code | rpi_gpio_select_spi (void) |
| Setups a SPI interface. | |
| rtems_status_code | rpi_gpio_select_i2c (void) |
| Setups a I2C interface. | |
Raspberry Pi specific GPIO definitions.
| rtems_status_code rpi_gpio_select_i2c | ( | void | ) |
Setups a I2C interface.
| RTEMS_SUCCESSFUL | I2C interface successfully configured. |
| * | At least one of the required pins is currently occupied, |
| rtems_status_code rpi_gpio_select_jtag | ( | void | ) |
Setups a JTAG interface.
| RTEMS_SUCCESSFUL | JTAG interface successfully configured. |
| * | At least one of the required pins is currently occupied, |
| rtems_status_code rpi_gpio_select_spi | ( | void | ) |
Setups a SPI interface.
| RTEMS_SUCCESSFUL | SPI interface successfully configured. |
| * | At least one of the required pins is currently occupied, |