Searched refs:add (Results 1 – 10 of 10) sorted by relevance
299 uint32_t add = BlockAdd; in HAL_SDEx_ReadBlocksDMAMultiBuffer() local303 if((add + NumberOfBlocks) > (hsd->SdCard.LogBlockNbr)) in HAL_SDEx_ReadBlocksDMAMultiBuffer()325 add *= 512U; in HAL_SDEx_ReadBlocksDMAMultiBuffer()358 errorstate = SDMMC_CmdReadMultiBlock(hsd->Instance, add); in HAL_SDEx_ReadBlocksDMAMultiBuffer()388 uint32_t add = BlockAdd; in HAL_SDEx_WriteBlocksDMAMultiBuffer() local392 if((add + NumberOfBlocks) > (hsd->SdCard.LogBlockNbr)) in HAL_SDEx_WriteBlocksDMAMultiBuffer()415 add *= 512U; in HAL_SDEx_WriteBlocksDMAMultiBuffer()446 errorstate = SDMMC_CmdWriteMultiBlock(hsd->Instance, add); in HAL_SDEx_WriteBlocksDMAMultiBuffer()
644 uint32_t add = BlockAdd; in HAL_SD_ReadBlocks() local657 if((add + NumberOfBlocks) > (hsd->SdCard.LogBlockNbr)) in HAL_SD_ReadBlocks()670 add *= 512U; in HAL_SD_ReadBlocks()706 errorstate = SDMMC_CmdReadMultiBlock(hsd->Instance, add); in HAL_SD_ReadBlocks()713 errorstate = SDMMC_CmdReadSingleBlock(hsd->Instance, add); in HAL_SD_ReadBlocks()869 uint32_t add = BlockAdd; in HAL_SD_WriteBlocks() local882 if((add + NumberOfBlocks) > (hsd->SdCard.LogBlockNbr)) in HAL_SD_WriteBlocks()895 add *= 512U; in HAL_SD_WriteBlocks()931 errorstate = SDMMC_CmdWriteMultiBlock(hsd->Instance, add); in HAL_SD_WriteBlocks()938 errorstate = SDMMC_CmdWriteSingleBlock(hsd->Instance, add); in HAL_SD_WriteBlocks()[all …]
146 #define IS_PROTECTED_AREA(add) (uint8_t)(((add >= 0x08000000) && (add < (APP_DEFAULT_ADD)))… argument
16 …iable. (On Windows 10 search for _Environment Variables_ at start menu and add your CMake installa…191 …configurations. Open your settings under *File->Preferences->Settings* and add the following lines:248 …Follow the indications to setup the project and add `-DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-arm-no…254 * Click on *`Run->Configure Launches...`* and add a new *`Compiled Binary Launcher`*.
52 # Loops through all regions and add compile time definitions for the enabled ones.
57 # Loops through all regions and add compile time definitions for the enabled ones.
42 it is not recommended to add or remove a task from such interrupts: in case if a higher priority in…
131 # Loops through all regions and add compile time definitions for the enabled ones.
855 - Started to add support for CooCox CoIDE Integrated Development Environment