Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/
DSD.c115 SD_Handle SD_open(uint_least8_t index, SD_Params *params) in SD_open() function
DSD.h457 extern SD_Handle SD_open(uint_least8_t index, SD_Params *params);
DSDFatFS.c310 obj->sdHandle = SD_open(idx, NULL); in SDFatFS_open()