RTEMS 6.1-rc5
|
The SC16IS752 device configuration. More...
#include <sc16is752.h>
Data Fields | |
const char * | device_path |
The device file path for the new device. | |
sc16is752_mode | mode |
The SC16IS752 mode. | |
uint32_t | input_frequency |
The input frequency in Hertz of the SC16IS752 chip. See XTAL1 and XTAL2 pins. | |
const char * | spi_path |
The SPI bus device path. | |
uint8_t | spi_chip_select |
The SPI chip select (starts with 0, the SPI driver uses SPI_ChipSelect(1 << spi_chip_select)). | |
uint32_t | spi_speed_hz |
The SPI bus speed in Hertz. | |
const Pin | irq_pin |
The interrupt pin, e.g. { PIO_PD28, PIOD, ID_PIOD, PIO_INPUT, PIO_IT_LOW_LEVEL }. | |
uint32_t | server_index |
The index to identify the interrupt server used for interrupt processing. | |
The SC16IS752 device configuration.