APM:Libraries
Functions
spi_hook.h File Reference
#include "hal.h"
Include dependency graph for spi_hook.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void spiStartHook (SPIDriver *spip, const SPIConfig *config)
 
void spiStopHook (SPIDriver *spip)
 
void spiSelectHook (SPIDriver *spip)
 
void spiUnselectHook (SPIDriver *spip)
 
void spiIgnoreHook (SPIDriver *spip, size_t n)
 
void spiSendHook (SPIDriver *spip, size_t n, const void *txbuf)
 
void spiReceiveHook (SPIDriver *spip, size_t n, void *rxbuf)
 

Function Documentation

◆ spiIgnoreHook()

void spiIgnoreHook ( SPIDriver *  spip,
size_t  n 
)

Referenced by sdcard_stop().

Here is the caller graph for this function:

◆ spiReceiveHook()

void spiReceiveHook ( SPIDriver *  spip,
size_t  n,
void *  rxbuf 
)

Referenced by sdcard_stop().

Here is the caller graph for this function:

◆ spiSelectHook()

void spiSelectHook ( SPIDriver *  spip)

Referenced by sdcard_stop().

Here is the caller graph for this function:

◆ spiSendHook()

void spiSendHook ( SPIDriver *  spip,
size_t  n,
const void *  txbuf 
)

Referenced by sdcard_stop().

Here is the caller graph for this function:

◆ spiStartHook()

void spiStartHook ( SPIDriver *  spip,
const SPIConfig *  config 
)

Referenced by sdcard_stop().

Here is the caller graph for this function:

◆ spiStopHook()

void spiStopHook ( SPIDriver *  spip)

Referenced by sdcard_stop().

Here is the caller graph for this function:

◆ spiUnselectHook()

void spiUnselectHook ( SPIDriver *  spip)

Referenced by sdcard_stop().

Here is the caller graph for this function: