Home
last modified time | relevance | path

Searched refs:WRPState (Results 1 – 22 of 22) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c116 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/
Dstm32h5xx_hal_flash_ex.c114 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/
Dstm32h7xx_hal_flash_ex.c117 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/
Dstm32l0xx_hal_flash_ex.c335 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/
Dstm32f2xx_hal_flash_ex.c267 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/
Dstm32f3xx_hal_flash_ex.c373 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/
Dstm32f0xx_hal_flash_ex.c373 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/
Dstm32f7xx_hal_flash_ex.c298 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/
Dstm32f1xx_hal_flash_ex.c454 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/
Dstm32f4xx_hal_flash_ex.c294 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/
Dstm32f2xx_hal_flash_ex.h72 uint32_t WRPState; /*!< Write protection activation or deactivation. member
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h110 uint32_t WRPState; /*!< WRPState: Write protection activation or deactivation. member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_flash_ex.h156 uint32_t WRPState; /*!< WRPState: Write protection activation or deactivation. member
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c417 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/
Dstm32l0xx_hal_flash_ex.h173 uint32_t WRPState; /*!< WRPState: Write protection activation or deactivation. member
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h193 uint32_t WRPState; /*!< WRPState: Write protection activation or deactivation. member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash_ex.h74 uint32_t WRPState; /*!< Write protection activation or deactivation. member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_flash.h67 …uint32_t WRPState; /*!< Write protection activation or deactivation (used for O… member
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_flash_ex.h226 uint32_t WRPState; /*!< WRPState: Write protection activation or deactivation. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h97 uint32_t WRPState; /*!< Write protection activation or deactivation. member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h73 uint32_t WRPState; /*!< Write protection activation or deactivation. member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash_ex.h72 uint32_t WRPState; /*!< Write protection activation or deactivation. member