/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_flash_ex.c | 116 static void FLASH_OB_WRPConfig(uint32_t WRPState, uint32_t WRPSector); 121 static void FLASH_OB_GetWRP(uint32_t *WRPState, uint32_t *WRPSector); 317 FLASH_OB_WRPConfig(pOBInit->WRPState, pOBInit->WRPSector); in HAL_FLASHEx_OBProgram() 367 FLASH_OB_GetWRP(&(pOBInit->WRPState), &(pOBInit->WRPSector)); in HAL_FLASHEx_OBGetConfig() 921 static void FLASH_OB_WRPConfig(uint32_t WRPState, uint32_t WRPSector) in FLASH_OB_WRPConfig() argument 924 assert_param(IS_OB_WRPSTATE(WRPState)); in FLASH_OB_WRPConfig() 927 if (WRPState == OB_WRPSTATE_DISABLE) in FLASH_OB_WRPConfig() 931 else if (WRPState == OB_WRPSTATE_ENABLE) in FLASH_OB_WRPConfig() 1155 static void FLASH_OB_GetWRP(uint32_t *WRPState, uint32_t *WRPSector) in FLASH_OB_GetWRP() argument 1160 *WRPState = OB_WRPSTATE_DISABLE; in FLASH_OB_GetWRP() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_flash_ex.c | 114 static void FLASH_OB_GetWRP(uint32_t Bank, uint32_t *WRPState, uint32_t *WRPSector); 359 assert_param(IS_WRPSTATE(pOBInit->WRPState)); in HAL_FLASHEx_OBProgram() 361 if (pOBInit->WRPState == OB_WRPSTATE_ENABLE) in HAL_FLASHEx_OBProgram() 459 FLASH_OB_GetWRP(pOBInit->Banks, &(pOBInit->WRPState), &(pOBInit->WRPSector)); in HAL_FLASHEx_OBGetConfig() 1118 static void FLASH_OB_GetWRP(uint32_t Bank, uint32_t *WRPState, uint32_t *WRPSector) in FLASH_OB_GetWRP() argument 1136 (*WRPState) = OB_WRPSTATE_DISABLE; in FLASH_OB_GetWRP() 1140 (*WRPState) = OB_WRPSTATE_ENABLE; in FLASH_OB_GetWRP()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_flash_ex.c | 117 static void FLASH_OB_GetWRP(uint32_t *WRPState, uint32_t *WRPSector, uint32_t Bank); 458 assert_param(IS_WRPSTATE(pOBInit->WRPState)); in HAL_FLASHEx_OBProgram() 460 if(pOBInit->WRPState == OB_WRPSTATE_ENABLE) in HAL_FLASHEx_OBProgram() 589 FLASH_OB_GetWRP(&(pOBInit->WRPState), &(pOBInit->WRPSector), pOBInit->Banks); in HAL_FLASHEx_OBGetConfig() 1311 static void FLASH_OB_GetWRP(uint32_t *WRPState, uint32_t *WRPSector, uint32_t Bank) in FLASH_OB_GetWRP() argument 1331 (*WRPState) = OB_WRPSTATE_DISABLE; in FLASH_OB_GetWRP() 1335 (*WRPState) = OB_WRPSTATE_ENABLE; in FLASH_OB_GetWRP()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_flash_ex.c | 335 assert_param(IS_WRPSTATE(pOBInit->WRPState)); in HAL_FLASHEx_OBProgram() 337 …atus = FLASH_OB_ProtectedSectorsConfig(pOBInit->WRPSector, pOBInit->WRPSector2, pOBInit->WRPState); in HAL_FLASHEx_OBProgram() 339 status = FLASH_OB_ProtectedSectorsConfig(pOBInit->WRPSector, pOBInit->WRPState); in HAL_FLASHEx_OBProgram()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_flash_ex.c | 267 assert_param(IS_WRPSTATE(pOBInit->WRPState)); in HAL_FLASHEx_OBProgram() 268 if(pOBInit->WRPState == OB_WRPSTATE_ENABLE) in HAL_FLASHEx_OBProgram()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_flash_ex.c | 373 assert_param(IS_WRPSTATE(pOBInit->WRPState)); in HAL_FLASHEx_OBProgram() 374 if (pOBInit->WRPState == OB_WRPSTATE_ENABLE) in HAL_FLASHEx_OBProgram()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_flash_ex.c | 373 assert_param(IS_WRPSTATE(pOBInit->WRPState)); in HAL_FLASHEx_OBProgram() 374 if (pOBInit->WRPState == OB_WRPSTATE_ENABLE) in HAL_FLASHEx_OBProgram()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_flash_ex.c | 298 assert_param(IS_WRPSTATE(pOBInit->WRPState)); in HAL_FLASHEx_OBProgram() 299 if(pOBInit->WRPState == OB_WRPSTATE_ENABLE) in HAL_FLASHEx_OBProgram()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_flash_ex.c | 454 assert_param(IS_WRPSTATE(pOBInit->WRPState)); in HAL_FLASHEx_OBProgram() 455 if (pOBInit->WRPState == OB_WRPSTATE_ENABLE) in HAL_FLASHEx_OBProgram()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_flash_ex.c | 294 assert_param(IS_WRPSTATE(pOBInit->WRPState)); in HAL_FLASHEx_OBProgram() 295 if (pOBInit->WRPState == OB_WRPSTATE_ENABLE) in HAL_FLASHEx_OBProgram()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_flash_ex.h | 72 uint32_t WRPState; /*!< Write protection activation or deactivation. member
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_flash_ex.h | 110 uint32_t WRPState; /*!< WRPState: Write protection activation or deactivation. member
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_flash_ex.h | 156 uint32_t WRPState; /*!< WRPState: Write protection activation or deactivation. member
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_flash_ex.c | 417 assert_param(IS_WRPSTATE(pOBInit->WRPState)); in HAL_FLASHEx_OBProgram() 418 if (pOBInit->WRPState == OB_WRPSTATE_ENABLE) in HAL_FLASHEx_OBProgram()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_flash_ex.h | 173 uint32_t WRPState; /*!< WRPState: Write protection activation or deactivation. member
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_flash_ex.h | 193 uint32_t WRPState; /*!< WRPState: Write protection activation or deactivation. member
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_flash_ex.h | 74 uint32_t WRPState; /*!< Write protection activation or deactivation. member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_flash.h | 67 …uint32_t WRPState; /*!< Write protection activation or deactivation (used for O… member
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_flash_ex.h | 226 uint32_t WRPState; /*!< WRPState: Write protection activation or deactivation. member
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_flash_ex.h | 97 uint32_t WRPState; /*!< Write protection activation or deactivation. member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_flash_ex.h | 73 uint32_t WRPState; /*!< Write protection activation or deactivation. member
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_flash_ex.h | 72 uint32_t WRPState; /*!< Write protection activation or deactivation. member
|