Revision 65d08293

View differences:

templates/periphAL.h
311 311
apalExitStatus_t apalSPITransmit(apalSPIDriver_t* spid, const uint8_t* const data, const size_t length);
312 312

  
313 313
/**
314
 * @brief Transmit data to SPI and receive data afterwards without releasing the bus in between
314
 * @brief Transmit data to SPI and receive data afterwards without releasing the bus in between.
315 315
 *
316
 * @param   spid        The SPI driver to use.
317
 * @param   txData      Transmit data buffer.
318
 * @param   rxData      Receive data buffer.
319
 * @param   txLength    Number of bytes to send.
320
 * @param   rxLength    Number of bytes to receive.
316
 * @param[in]   spid        The SPI driver to use.
317
 * @param[in]   txData      Transmit data buffer.
318
 * @param[in]   rxData      Receive data buffer.
319
 * @param[in]   txLength    Number of bytes to send.
320
 * @param[in]   rxLength    Number of bytes to receive.
321 321
 *
322 322
 * @return The status indicates whether the function call was succesful.
323 323
 */

Also available in: Unified diff