Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sd.h345 #define HAL_SD_ERROR_WRITE_PROT_VIOLATION SDMMC_ERROR_WRITE_PROT_VIOLATION /*!< Attempt to p…
Dstm32l4xx_ll_sdmmc.h167 #define SDMMC_ERROR_WRITE_PROT_VIOLATION ((uint32_t)0x00000400U) /*!< Attempt to program a wr… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_sdmmc.c1310 return SDMMC_ERROR_WRITE_PROT_VIOLATION; in SDMMC_GetCmdResp1()