/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_flash_ex.c | 93 static HAL_StatusTypeDef FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRD… 97 static void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t *WRPStartOffset, uint32_t *WRDP… 326 …if (FLASH_OB_WRPConfig(pOBInit->WRPArea, pOBInit->WRPStartOffset, pOBInit->WRPEndOffset) != HAL_OK) in HAL_FLASHEx_OBProgram() 404 …if ((pOBInit->WRPArea == OB_WRPAREA_BANK1_AREAA) || (pOBInit->WRPArea == OB_WRPAREA_BANK1_AREAB) || in HAL_FLASHEx_OBGetConfig() 405 (pOBInit->WRPArea == OB_WRPAREA_BANK2_AREAA) || (pOBInit->WRPArea == OB_WRPAREA_BANK2_AREAB)) in HAL_FLASHEx_OBGetConfig() 407 if ((pOBInit->WRPArea == OB_WRPAREA_BANK1_AREAA) || (pOBInit->WRPArea == OB_WRPAREA_BANK1_AREAB)) in HAL_FLASHEx_OBGetConfig() 412 FLASH_OB_GetWRP(pOBInit->WRPArea, &(pOBInit->WRPStartOffset), &(pOBInit->WRPEndOffset)); in HAL_FLASHEx_OBGetConfig() 674 static HAL_StatusTypeDef FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRD… in FLASH_OB_WRPConfig() argument 679 assert_param(IS_OB_WRPAREA(WRPArea)); in FLASH_OB_WRPConfig() 689 if (WRPArea == OB_WRPAREA_BANK1_AREAA) in FLASH_OB_WRPConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_flash_ex.c | 117 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRPEndOffset… 125 static void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t * WRPStartOffset, uint32_t * WRPEndOffse… 326 FLASH_OB_WRPConfig(pOBInit->WRPArea, pOBInit->WRPStartOffset, pOBInit->WRPEndOffset); in HAL_FLASHEx_OBProgram() 393 if((pOBInit->WRPArea == OB_WRPAREA_BANK1_AREAA) || (pOBInit->WRPArea == OB_WRPAREA_BANK1_AREAB) || in HAL_FLASHEx_OBGetConfig() 394 (pOBInit->WRPArea == OB_WRPAREA_BANK2_AREAA) || (pOBInit->WRPArea == OB_WRPAREA_BANK2_AREAB)) in HAL_FLASHEx_OBGetConfig() 398 FLASH_OB_GetWRP(pOBInit->WRPArea, &(pOBInit->WRPStartOffset), &(pOBInit->WRPEndOffset)); in HAL_FLASHEx_OBGetConfig() 871 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRPEndOffset) in FLASH_OB_WRPConfig() argument 874 assert_param(IS_OB_WRPAREA(WRPArea)); in FLASH_OB_WRPConfig() 879 if(WRPArea == OB_WRPAREA_BANK1_AREAA) in FLASH_OB_WRPConfig() 884 else if(WRPArea == OB_WRPAREA_BANK1_AREAB) in FLASH_OB_WRPConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_flash_ex.c | 83 static HAL_StatusTypeDef FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRD… 87 static void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t * WRPStartOffset, uint32_t * WR… 313 … if(FLASH_OB_WRPConfig(pOBInit->WRPArea, pOBInit->WRPStartOffset, pOBInit->WRPEndOffset) != HAL_OK) in HAL_FLASHEx_OBProgram() 376 if((pOBInit->WRPArea == OB_WRPAREA_BANK1_AREAA) || (pOBInit->WRPArea == OB_WRPAREA_BANK1_AREAB) || in HAL_FLASHEx_OBGetConfig() 377 (pOBInit->WRPArea == OB_WRPAREA_BANK2_AREAA) || (pOBInit->WRPArea == OB_WRPAREA_BANK2_AREAB)) in HAL_FLASHEx_OBGetConfig() 379 if((pOBInit->WRPArea == OB_WRPAREA_BANK1_AREAA) || (pOBInit->WRPArea == OB_WRPAREA_BANK1_AREAB)) in HAL_FLASHEx_OBGetConfig() 384 FLASH_OB_GetWRP(pOBInit->WRPArea, &(pOBInit->WRPStartOffset), &(pOBInit->WRPEndOffset)); in HAL_FLASHEx_OBGetConfig() 651 static HAL_StatusTypeDef FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRD… in FLASH_OB_WRPConfig() argument 656 assert_param(IS_OB_WRPAREA(WRPArea)); in FLASH_OB_WRPConfig() 666 if(WRPArea == OB_WRPAREA_BANK1_AREAA) in FLASH_OB_WRPConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_flash_ex.c | 125 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRP… 135 static void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t *WRPStartOffset, uint32_t *WRPE… 340 …FLASH_OB_WRPConfig(pOBInit->WRPArea, pOBInit->WRPStartOffset, pOBInit->WRPEndOffset, pOBInit->WRPL… in HAL_FLASHEx_OBProgram() 415 …if ((pOBInit->WRPArea == OB_WRPAREA_BANK1_AREAA) || (pOBInit->WRPArea == OB_WRPAREA_BANK1_AREAB) || in HAL_FLASHEx_OBGetConfig() 416 (pOBInit->WRPArea == OB_WRPAREA_BANK2_AREAA) || (pOBInit->WRPArea == OB_WRPAREA_BANK2_AREAB)) in HAL_FLASHEx_OBGetConfig() 420 …FLASH_OB_GetWRP(pOBInit->WRPArea, &(pOBInit->WRPStartOffset), &(pOBInit->WRPEndOffset), &(pOBInit-… in HAL_FLASHEx_OBGetConfig() 976 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRPEndOffset, in FLASH_OB_WRPConfig() argument 980 assert_param(IS_OB_WRPAREA(WRPArea)); in FLASH_OB_WRPConfig() 986 if (WRPArea == OB_WRPAREA_BANK1_AREAA) in FLASH_OB_WRPConfig() 992 else if (WRPArea == OB_WRPAREA_BANK1_AREAB) in FLASH_OB_WRPConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_flash_ex.c | 94 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WR… 95 static void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t *WRPStartOffset, uint32_t *WRD… 314 FLASH_OB_WRPConfig(pOBInit->WRPArea, pOBInit->WRPStartOffset, pOBInit->WRPEndOffset); in HAL_FLASHEx_OBProgram() 426 FLASH_OB_GetWRP(pOBInit->WRPArea, &(pOBInit->WRPStartOffset), &(pOBInit->WRPEndOffset)); in HAL_FLASHEx_OBGetConfig() 658 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRDPEndOffset) in FLASH_OB_WRPConfig() argument 661 assert_param(IS_OB_WRPAREA(WRPArea)); in FLASH_OB_WRPConfig() 666 if (WRPArea == OB_WRPAREA_ZONE_A) in FLASH_OB_WRPConfig() 671 else if (WRPArea == OB_WRPAREA_ZONE2_A) in FLASH_OB_WRPConfig() 675 else if (WRPArea == OB_WRPAREA_ZONE2_B) in FLASH_OB_WRPConfig() 701 static void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t *WRPStartOffset, uint32_t *WRDPEndOffset) in FLASH_OB_GetWRP() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_flash_ex.c | 102 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRD… 109 static void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t *WRPStartOffset, uint32_t *WRDP… 288 FLASH_OB_WRPConfig(pOBInit->WRPArea, pOBInit->WRPStartOffset, pOBInit->WRPEndOffset); in HAL_FLASHEx_OBProgram() 376 if ((pOBInit->WRPArea == OB_WRPAREA_BANK1_AREAA) || (pOBInit->WRPArea == OB_WRPAREA_BANK1_AREAB)) in HAL_FLASHEx_OBGetConfig() 379 FLASH_OB_GetWRP(pOBInit->WRPArea, &(pOBInit->WRPStartOffset), &(pOBInit->WRPEndOffset)); in HAL_FLASHEx_OBGetConfig() 577 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRDPEndOffset) in FLASH_OB_WRPConfig() argument 580 assert_param(IS_OB_WRPAREA(WRPArea)); in FLASH_OB_WRPConfig() 585 if (WRPArea == OB_WRPAREA_BANK1_AREAA) in FLASH_OB_WRPConfig() 848 static void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t *WRPStartOffset, uint32_t *WRDPEndOffset) in FLASH_OB_GetWRP() argument 851 assert_param(IS_OB_WRPAREA(WRPArea)); in FLASH_OB_GetWRP() [all …]
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_flash_ex.c | 96 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WR… 97 static void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t *WRPStartOffset, uint32_t *WRD… 294 FLASH_OB_WRPConfig(pOBInit->WRPArea, pOBInit->WRPStartOffset, pOBInit->WRPEndOffset); in HAL_FLASHEx_OBProgram() 371 FLASH_OB_GetWRP(pOBInit->WRPArea, &(pOBInit->WRPStartOffset), &(pOBInit->WRPEndOffset)); in HAL_FLASHEx_OBGetConfig() 517 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRDPEndOffset) in FLASH_OB_WRPConfig() argument 520 assert_param(IS_OB_WRPAREA(WRPArea)); in FLASH_OB_WRPConfig() 525 if (WRPArea == OB_WRPAREA_ZONE_A) in FLASH_OB_WRPConfig() 547 static void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t *WRPStartOffset, uint32_t *WRDPEndOffset) in FLASH_OB_GetWRP() argument 551 if (WRPArea == OB_WRPAREA_ZONE_A) in FLASH_OB_GetWRP() 556 else if (WRPArea == OB_WRPAREA_ZONE_B) in FLASH_OB_GetWRP()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_flash_ex.c | 96 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRDPE… 101 static void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t *WRPStartOffset, uint32_t *WRDPEn… 287 FLASH_OB_WRPConfig(pOBInit->WRPArea, pOBInit->WRPStartOffset, pOBInit->WRPEndOffset); in HAL_FLASHEx_OBProgram() 378 FLASH_OB_GetWRP(pOBInit->WRPArea, &(pOBInit->WRPStartOffset), &(pOBInit->WRPEndOffset)); in HAL_FLASHEx_OBGetConfig() 543 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRDPEndOffset) in FLASH_OB_WRPConfig() argument 546 assert_param(IS_OB_WRPAREA(WRPArea)); in FLASH_OB_WRPConfig() 551 if (WRPArea != OB_WRPAREA_ZONE_A) in FLASH_OB_WRPConfig() 730 static void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t *WRPStartOffset, uint32_t *WRDPEndOffset) in FLASH_OB_GetWRP() argument 733 assert_param(IS_OB_WRPAREA(WRPArea)); in FLASH_OB_GetWRP() 736 if (WRPArea == OB_WRPAREA_ZONE_A) in FLASH_OB_GetWRP()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_flash_ex.c | 123 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRPEndOffset, 133 static void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t *WRPStartOffset, uint32_t *WRPEndOffset, 352 …FLASH_OB_WRPConfig(pOBInit->WRPArea, pOBInit->WRPStartOffset, pOBInit->WRPEndOffset, pOBInit->WRPL… in HAL_FLASHEx_OBProgram() 428 if ((pOBInit->WRPArea == OB_WRPAREA_BANK1_AREAA) || (pOBInit->WRPArea == OB_WRPAREA_BANK1_AREAB)) in HAL_FLASHEx_OBGetConfig() 432 …FLASH_OB_GetWRP(pOBInit->WRPArea, &(pOBInit->WRPStartOffset), &(pOBInit->WRPEndOffset), &(pOBInit-… in HAL_FLASHEx_OBGetConfig() 1060 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRPEndOffset, Fu… in FLASH_OB_WRPConfig() argument 1063 assert_param(IS_OB_WRPAREA(WRPArea)); in FLASH_OB_WRPConfig() 1069 if (WRPArea == OB_WRPAREA_BANK1_AREAA) in FLASH_OB_WRPConfig() 1075 else if (WRPArea == OB_WRPAREA_BANK1_AREAB) in FLASH_OB_WRPConfig() 1472 static void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t *WRPStartOffset, uint32_t *WRPEndOffset, Fun… in FLASH_OB_GetWRP() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_flash_ex.c | 116 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRD… 124 static void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t *WRPStartOffset, uint32_t *WRDP… 327 FLASH_OB_WRPConfig(pOBInit->WRPArea, pOBInit->WRPStartOffset, pOBInit->WRPEndOffset); in HAL_FLASHEx_OBProgram() 417 if ((pOBInit->WRPArea == OB_WRPAREA_BANK1_AREAA) || (pOBInit->WRPArea == OB_WRPAREA_BANK1_AREAB)) in HAL_FLASHEx_OBGetConfig() 420 FLASH_OB_GetWRP(pOBInit->WRPArea, &(pOBInit->WRPStartOffset), &(pOBInit->WRPEndOffset)); in HAL_FLASHEx_OBGetConfig() 728 static void FLASH_OB_WRPConfig(uint32_t WRPArea, uint32_t WRPStartOffset, uint32_t WRDPEndOffset) in FLASH_OB_WRPConfig() argument 731 assert_param(IS_OB_WRPAREA(WRPArea)); in FLASH_OB_WRPConfig() 736 if (WRPArea == OB_WRPAREA_BANK1_AREAA) in FLASH_OB_WRPConfig() 1056 static void FLASH_OB_GetWRP(uint32_t WRPArea, uint32_t *WRPStartOffset, uint32_t *WRDPEndOffset) in FLASH_OB_GetWRP() argument 1059 assert_param(IS_OB_WRPAREA(WRPArea)); in FLASH_OB_GetWRP() [all …]
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_flash.h | 63 uint32_t WRPArea; /*!< Write protection area to be programmed (used for OPTIONBYTE_WRP). member
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_flash.h | 65 uint32_t WRPArea; /*!< Write protection area to be programmed (used for OPTIONBYTE_WRP). member
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_flash.h | 66 uint32_t WRPArea; /*!< Write protection area to be programmed (used for OPTIONBYTE_WRP). member
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_flash.h | 63 …uint32_t WRPArea; /*!< Write protection area to be programmed (used for OPTIONBYTE… member
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_flash.h | 65 uint32_t WRPArea; /*!< Write protection area to be programmed (used for OPTIONBYTE_WRP). member
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_flash.h | 63 …uint32_t WRPArea; /*!< Write protection area to be programmed (used for OPTIONBYTE… member
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_flash.h | 63 uint32_t WRPArea; /*!< Write protection area to be programmed (used for OPTIONBYTE_WRP). member
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_flash.h | 66 uint32_t WRPArea; /*!< Write protection area to be programmed (used for OPTIONBYTE_WRP). member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_flash.h | 67 uint32_t WRPArea; /*!< Write protection area to be programmed (used for OPTIONBYTE_WRP). member
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_flash.h | 66 uint32_t WRPArea; /*!< Write protection area to be programmed (used for OPTIONBYTE_WRP). member
|