Home
last modified time | relevance | path

Searched refs:txDummy (Results 1 – 1 of 1) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/sd/
DSDSPI.c204 uint8_t txDummy[10] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, in SDSPI_initialize() local
227 status = spiTransfer(object->spiHandle, NULL, &txDummy, 10); in SDSPI_initialize()
263 status = spiTransfer(object->spiHandle, &ocr, &txDummy, 4); in SDSPI_initialize()
295 status = spiTransfer(object->spiHandle, &ocr, &txDummy, 4); in SDSPI_initialize()
784 uint8_t txDummy = 0xFF; in waitUntilReady() local
794 status = spiTransfer(handle, &rxDummy, &txDummy, 1); in waitUntilReady()