21#ifndef LIBBSP_ARM_BEAGLE_SPI_H
22#define LIBBSP_ARM_BEAGLE_SPI_H
32#define BBB_SPI_TIMEOUT 1000
34#define BBB_SPI_0_BUS_PATH "/dev/spi-0"
36#define BBB_SPI_0_IRQ AM335X_INT_SPI0INT
47 unsigned short status;
48 unsigned short length;
49 volatile void *buffer;
79int beagle_spi_read_bytes
91int beagle_spi_write_bytes
128 const char *bus_path,
129 uintptr_t register_base,
135 return bsp_register_spi(
Interrupt Handler Support.
ISR_Vector_number rtems_vector_number
This integer type represents interrupt vector numbers.
Definition: intr.h:102
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
Definition: status.h:85
Objects_Id rtems_id
This type represents RTEMS object identifiers.
Definition: types.h:94