Difference between revisions of "Unit BCM2708"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit Reference === Description === ---- ''To be documented'' === Constants === ---- ''To be documented'' === Type definitions === ---- ''To...")
 
Line 5: Line 5:
 
----
 
----
  
''To be documented''
+
This unit provides the BCM2708 specific implementations of the following devices:
 +
 
 +
*SPI0
 +
*I2C0
 +
*I2C1
 +
*SPI1
 +
*SPI2
 +
*I2C Slave
 +
*SPI Slave
 +
*DMA
 +
*PWM0
 +
*PWM1
 +
*PCM
 +
*GPIO
 +
*UART0
 +
*UART1
 +
*SDHCI (eMMC)
 +
 +
*Clock
 +
*ARM Timer
 +
*Random
 +
*Mailbox
 +
*Watchdog
 +
*Framebuffer
 +
 
 +
*MIPI CSI-2 (Camera Serial Interface)
 +
*DSI (Display Serial Interface)
  
 
=== Constants ===
 
=== Constants ===

Revision as of 04:15, 17 October 2016

Return to Unit Reference


Description


This unit provides the BCM2708 specific implementations of the following devices:

  • SPI0
  • I2C0
  • I2C1
  • SPI1
  • SPI2
  • I2C Slave
  • SPI Slave
  • DMA
  • PWM0
  • PWM1
  • PCM
  • GPIO
  • UART0
  • UART1
  • SDHCI (eMMC)
  • Clock
  • ARM Timer
  • Random
  • Mailbox
  • Watchdog
  • Framebuffer
  • MIPI CSI-2 (Camera Serial Interface)
  • DSI (Display Serial Interface)

Constants


To be documented

Type definitions


To be documented

Public variables


To be documented

Function declarations


To be documented


Return to Unit Reference