Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_sd.h311 SD_READ_SINGLE_BLOCK = 0, /*!< Read single block operation */ enumerator
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c893 hsd->SdOperation = SD_READ_SINGLE_BLOCK; in HAL_SD_ReadBlocks_DMA()