/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_mmc.h | 199 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
|
D | stm32f1xx_hal_sd.h | 202 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
|
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_mmc.h | 199 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
|
D | stm32f4xx_hal_sd.h | 202 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
|
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_mmc.h | 199 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
|
D | stm32f2xx_hal_sd.h | 202 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
|
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_mmc.h | 199 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
|
D | stm32f7xx_hal_sd.h | 202 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
|
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_sd.h | 202 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
|
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_sd.h | 208 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
|
D | stm32l5xx_hal_mmc.h | 200 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
|
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_sd.h | 208 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
|
D | stm32h7xx_hal_mmc.h | 200 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
|
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_sd.h | 206 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
|
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_mmc.h | 197 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
|
D | stm32u5xx_hal_sd.h | 205 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
|
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_mmc.h | 211 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
|
D | stm32l4xx_hal_sd.h | 218 __IO uint8_t PermWrProtect; /*!< Permanent write protection */ member
|
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_mmc.c | 2096 pCSD->PermWrProtect = (uint8_t)((hmmc->CSD[3] & 0x00002000U) >> 13U); in HAL_MMC_GetCardCSD()
|
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_mmc.c | 2047 pCSD->PermWrProtect = (uint8_t)((hmmc->CSD[3] & 0x00002000U) >> 13U); in HAL_MMC_GetCardCSD()
|
D | stm32f1xx_hal_sd.c | 2074 pCSD->PermWrProtect = (uint8_t)((hsd->CSD[3] & 0x00002000U) >> 13U); in HAL_SD_GetCardCSD()
|
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_mmc.c | 2047 pCSD->PermWrProtect = (uint8_t)((hmmc->CSD[3] & 0x00002000U) >> 13U); in HAL_MMC_GetCardCSD()
|
D | stm32f2xx_hal_sd.c | 2074 pCSD->PermWrProtect = (uint8_t)((hsd->CSD[3] & 0x00002000U) >> 13U); in HAL_SD_GetCardCSD()
|
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_mmc.c | 2048 pCSD->PermWrProtect = (uint8_t)((hmmc->CSD[3] & 0x00002000U) >> 13U); in HAL_MMC_GetCardCSD()
|
D | stm32f7xx_hal_sd.c | 2074 pCSD->PermWrProtect = (uint8_t)((hsd->CSD[3] & 0x00002000U) >> 13U); in HAL_SD_GetCardCSD()
|