Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/os/freertos/services/
A Dosbdev.c238 ( ullSectorStart >= gaRedVolConf[ bVolNum ].ullSectorCount ) || in RedOsBDevRead()
282 ( ullSectorStart >= gaRedVolConf[ bVolNum ].ullSectorCount ) || in RedOsBDevWrite()
477 uint32_t ulSectorSize = gaRedVolConf[ bVolNum ].ulSectorSize; in DiskRead()
714 uint32_t ulSectorSize = gaRedVolConf[ bVolNum ].ulSectorSize; in DiskRead()
759 uint32_t ulSectorSize = gaRedVolConf[ bVolNum ].ulSectorSize; in DiskWrite()
891 if( ( gaRedVolConf[ bVolNum ].ulSectorSize != 512U ) || in DiskOpen()
942 uint32_t ulSectorSize = gaRedVolConf[ bVolNum ].ulSectorSize; in DiskRead()
987 uint32_t ulSectorSize = gaRedVolConf[ bVolNum ].ulSectorSize; in DiskWrite()
1139 uint32_t ulSectorSize = gaRedVolConf[ bVolNum ].ulSectorSize; in DiskOpen()
1195 uint32_t ulSectorSize = gaRedVolConf[ bVolNum ].ulSectorSize; in DiskRead()
[all …]
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ConfigurationFiles/
A Dredconf.c15 const VOLCONF gaRedVolConf[ REDCONF_VOLUME_COUNT ] = variable
/FreeRTOS-Plus/Source/Reliance-Edge/toolcmn/
A Dtoolcmn.c80 if( strcmp( gaRedVolConf[ bIndex ].pszPathPrefix, pszVolume ) == 0 ) in RedFindVolumeNumber()
/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredvolume.h82 extern const VOLCONF gaRedVolConf[ REDCONF_VOLUME_COUNT ];
/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dpath.c85 const char * pszPrefix = gaRedVolConf[ bVolNum ].pszPathPrefix; in RedPathSplit()
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dcore.c78 const VOLCONF * CONST_IF_ONE_VOLUME gpRedVolConf = &gaRedVolConf[ 0U ];
129 const VOLCONF * pVolConf = &gaRedVolConf[ bVolNum ]; in RedCoreInit()
153 const char * pszCmpPathPrefix = gaRedVolConf[ bCmpVol ].pszPathPrefix; in RedCoreInit()
360 gpRedVolConf = &gaRedVolConf[ bVolNum ]; in RedCoreVolSetCurrent()

Completed in 16 milliseconds