![]() |
S2-LP Low Level API
v. 1.3.0
|
Macros | |
| #define | S2LPEnterShutdown SdkEvalEnterShutdown |
| #define | S2LPExitShutdown SdkEvalExitShutdown |
| #define | S2LPCheckShutdown (S2LPFlagStatus)SdkEvalCheckShutdown |
| #define | S2LPSpiInit SdkEvalSpiInit |
| #define | S2LPSpiDeinit SdkEvalSpiDeinit |
| #define | S2LPSpiWriteRegisters(cRegAddress, cNbBytes, pcBuffer) SdkEvalSpiWriteRegisters(cRegAddress, cNbBytes, pcBuffer) |
| #define | S2LPSpiReadRegisters(cRegAddress, cNbBytes, pcBuffer) SdkEvalSpiReadRegisters(cRegAddress, cNbBytes, pcBuffer) |
| #define | S2LPSpiCommandStrobes(cCommandCode) SdkEvalSpiCommandStrobes(cCommandCode) |
| #define | S2LPSpiWriteFifo(cNbBytes, pcBuffer) SdkEvalSpiWriteFifo(cNbBytes, pcBuffer) |
| #define | S2LPSpiReadFifo(cNbBytes, pcBuffer) SdkEvalSpiReadFifo(cNbBytes, pcBuffer) |
| #define S2LPCheckShutdown (S2LPFlagStatus)SdkEvalCheckShutdown |
Definition at line 111 of file MCU_Interface_template.h.
| #define S2LPEnterShutdown SdkEvalEnterShutdown |
Definition at line 109 of file MCU_Interface_template.h.
| #define S2LPExitShutdown SdkEvalExitShutdown |
Definition at line 110 of file MCU_Interface_template.h.
| #define S2LPSpiCommandStrobes | ( | cCommandCode | ) | SdkEvalSpiCommandStrobes(cCommandCode) |
Definition at line 117 of file MCU_Interface_template.h.
| #define S2LPSpiDeinit SdkEvalSpiDeinit |
Definition at line 114 of file MCU_Interface_template.h.
| #define S2LPSpiInit SdkEvalSpiInit |
Definition at line 113 of file MCU_Interface_template.h.
| #define S2LPSpiReadFifo | ( | cNbBytes, | |
| pcBuffer | |||
| ) | SdkEvalSpiReadFifo(cNbBytes, pcBuffer) |
Definition at line 119 of file MCU_Interface_template.h.
| #define S2LPSpiReadRegisters | ( | cRegAddress, | |
| cNbBytes, | |||
| pcBuffer | |||
| ) | SdkEvalSpiReadRegisters(cRegAddress, cNbBytes, pcBuffer) |
Definition at line 116 of file MCU_Interface_template.h.
| #define S2LPSpiWriteFifo | ( | cNbBytes, | |
| pcBuffer | |||
| ) | SdkEvalSpiWriteFifo(cNbBytes, pcBuffer) |
Definition at line 118 of file MCU_Interface_template.h.
| #define S2LPSpiWriteRegisters | ( | cRegAddress, | |
| cNbBytes, | |||
| pcBuffer | |||
| ) | SdkEvalSpiWriteRegisters(cRegAddress, cNbBytes, pcBuffer) |
Definition at line 115 of file MCU_Interface_template.h.
1.8.14