|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
#include "LPC21xx.h"
Include dependency graph for ssp_hw.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | SSP_Enable() SetBit(SSPCR1, SSE); |
| #define | SSP_Disable() ClearBit(SSPCR1, SSE); |
| #define | SSP_EnableRxi() SetBit(SSPIMSC, RXIM) |
| #define | SSP_DisableRxi() ClearBit(SSPIMSC, RXIM) |
| #define | SSP_EnableTxi() SetBit(SSPIMSC, TXIM) |
| #define | SSP_DisableTxi() ClearBit(SSPIMSC, TXIM) |
| #define | SSP_EnableRti() SetBit(SSPIMSC, RTIM); |
| #define | SSP_DisableRti() ClearBit(SSPIMSC, RTIM); |
| #define | SSP_ClearRti() SetBit(SSPICR, RTIC); |
| #define | SSP_Send(_a) {SSPDR = (_a);} |
| #define SSP_Send | ( | _a | ) | {SSPDR = (_a);} |
Definition at line 16 of file ssp_hw.h.
Referenced by EXTINT_ISR(), max11040_hw_init(), and SSP_ISR().