dataflash_spi1cs10_init Function

Initiliazes/Registers DataFlash device (spi1, cs8)

Syntax

ERRCODE dataflash_spi1cs10_init(DSCB* dscb);

Parameters

DSCB* - pointer to DATA STORAGE CONTROL BLOCK structure

Return Value

SERIALAPI_SUCCESS -  serial spi channel is initialized
SERIALAPI_XXXX_ERROR - otherwise

Remarks

N/A

Requirements

dataflash_int.h

Example

N/A