#include "pic24_all.h"
Go to the source code of this file.
Functions | |
uint16 | ioMasterSPI1 (uint16 u16_c) |
Definition in file pic24_spi.c.
Writes a value to the SPIx output buffer, and returns the SPIx input value. This function waits until the entire transmission is complete so it can return the new input value. Whether or not 8-bits or 16-bits is sent depends on how the SPIx module is configured.
u16_c | Value to write to SPI TXBUF |
Definition at line 66 of file pic24_spi.c.