Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd_ex.c299 uint32_t add = BlockAdd; in HAL_SDEx_ReadBlocksDMAMultiBuffer() local
303 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() local
392 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()
Dstm32l4xx_hal_sd.c644 uint32_t add = BlockAdd; in HAL_SD_ReadBlocks() local
657 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() local
882 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 …]
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/DFU/Inc/
Dusbd_dfu.h146 #define IS_PROTECTED_AREA(add) (uint8_t)(((add >= 0x08000000) && (add < (APP_DEFAULT_ADD)))… argument
/loramac-node-latest/doc/
Ddevelopment-environment.md16 …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`*.
/loramac-node-latest/src/apps/tx-cw/
DCMakeLists.txt52 # Loops through all regions and add compile time definitions for the enabled ones.
/loramac-node-latest/src/apps/rx-sensi/
DCMakeLists.txt57 # Loops through all regions and add compile time definitions for the enabled ones.
/loramac-node-latest/src/apps/ping-pong/
DCMakeLists.txt57 # Loops through all regions and add compile time definitions for the enabled ones.
/loramac-node-latest/src/boards/mcu/saml21/hal/documentation/
Dtimer.rst42 it is not recommended to add or remove a task from such interrupts: in case if a higher priority in…
/loramac-node-latest/src/mac/
DCMakeLists.txt131 # Loops through all regions and add compile time definitions for the enabled ones.
/loramac-node-latest/
DCHANGELOG.md855 - Started to add support for CooCox CoIDE Integrated Development Environment