readspi2.c
来自「Mplab C30编译器」· C语言 代码 · 共 18 行
C
18 行
#if defined(__PIC24F__)
#include <p24Fxxxx.h>
#endif
#include "spi.h"
/************************************************************************************
Function Prototype : unsigned int ReadSPI2(void)
Include : spi.h
Description : This function reads the content of the SPI Receive Buffer
(SPIxBUF) register.
Arguments : None
Return Value : This function returns the content of Receive Buffer
(SPIxBUF) register.
If a value of
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?