RTEMS 6.1-rc1
|
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. More... | |
rtems_status_code | rpi_gpio_select_spi (void) |
Setups a SPI interface. More... | |
rtems_status_code | rpi_gpio_select_i2c (void) |
Setups a I2C interface. More... | |
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, |