Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

An SPI BSP is required so that the SD/MMC SPI driver will work on a particular system. For more information about these functions, see section C-7 “SPI BSP”.

Function

Description

FSDev_SD_SPI_BSP_SPI_Open()

Open (initialize) SPI

FSDev_SD_SPI_BSP_SPI_Close()

Close (uninitialize) SPI

FSDev_SD_SPI_BSP_SPI_Lock()

Acquire SPI lock

FSDev_SD_SPI_BSP_SPI_Unlock()

Release SPI lock

FSDev_SD_SPI_BSP_SPI_Rd()

Read from SPI

FSDev_SD_SPI_BSP_SPI_Wr()

Write to SPI

FSDev_SD_SPI_BSP_SPI_ChipSelEn()

Enable chip select

FSDev_SD_SPI_BSP_SPI_ChipSelDis()

Disable chip select

FSDev_SD_SPI_BSP_SPI_SetClkFreq()

Set SPI clock frequency

Table 14-5 SD/MMC SPI BSP functions

  • No labels