Logo
1.0.20231103-wip
BeagleBoard Project v: latest
Document Release Versions
latest
0.0
Downloads
PDF
BeagleBoard.org Links
Docs Source

Introduction

  • Blink LED
  • Support
  • Beagle 101
  • Contribution
  • Contributors

Boards

  • BeaglePlay
  • BeagleBone AI-64
  • BeagleBone AI
  • BeagleBone Black
  • BeagleBone Blue
  • BeagleBone (all)
  • BeagleV-Ahead
  • BeagleV-Fire
  • Capes
  • PocketBeagle
  • BeagleConnect Freedom
  • BeagleBoard (all)
  • Terms & Conditions

Projects

  • simpPRU
  • BB-Config
  • Robot Control Library
  • BeagleConnect

Books

  • BeagleBone Cookbook
  • PRU Cookbook

Accessories

  • Capes
  • Accessories

Reference

  • About
  • Donate
  • FAQ
BeagleBoard Docs
  • File spi.h
  • Edit on GitLab

This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.

File spi.h¶

↰ Parent directory (library/include/rc)

Contents

  • Definition (library/include/rc/spi.h)

  • Includes

  • Included By

  • Functions

  • Defines

Definition (library/include/rc/spi.h)¶

Includes¶

  • linux/spi/spidev.h

  • stdint.h

Included By¶

  • File robotcontrol.h

Functions¶

  • Function rc_spi_close

  • Function rc_spi_get_fd

  • Function rc_spi_init_auto_slave

  • Function rc_spi_init_manual_slave

  • Function rc_spi_manual_select

  • Function rc_spi_read

  • Function rc_spi_transfer

  • Function rc_spi_write

Defines¶

  • Define RC_BB_SPI1_SS1

  • Define RC_BB_SPI1_SS2

  • Define RC_BLUE_SS1_GPIO

  • Define RC_BLUE_SS2_GPIO

  • Define RC_CAPE_SS1_GPIO

  • Define RC_CAPE_SS2_GPIO

  • Define RC_SPI_BITS_PER_WORD

  • Define RC_SPI_MAX_SPEED

  • Define RC_SPI_MIN_SPEED


© Copyright 2023, BeagleBoard.org Foundation. Last updated on Nov 03, 2023.

BeagleBoard Project v: latest
Document Release Versions
latest
0.0
Downloads
PDF
BeagleBoard.org Links
Docs Source