chip/at32uc3a3/include/chip/spi.h File Reference
AT32UC3A3 chip-specific SPI definitions.
More...
#include <chip/memory-map.h>
#include <stddef.h>
Go to the source code of this file.
|
Functions |
| static void * | get_spi_regs (unsigned int id) |
| | Get a pointer to the SPI registers.
|
Detailed Description
AT32UC3A3 chip-specific SPI definitions.
- Compiler: IAR EWAVR32 and GNU GCC for AVR32
- Supported devices: AT32UC3A3
- AppNote:
- Author:
- Atmel Corporation: http://www.atmel.com
Support and FAQ: http://support.atmel.no/
Definition in file spi.h.
Function Documentation
| static void* get_spi_regs |
( |
unsigned int |
id |
) |
[inline, static] |
Get a pointer to the SPI registers.
- Parameters:
-
- Returns:
- A pointer to a virtual address corresponding to the base address of the SPIid registers.
Definition at line 55 of file spi.h.