Home
last modified time | relevance | path

Searched refs:FLASH_OB_UserConfig (Results 1 – 16 of 16) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c107 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint32_t Wwdg, uint32_t Iwdg, uint32_t Stop, uint32_t…
111 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint32_t Wwdg, uint32_t Iwdg, uint32_t Stop, uint32_t…
321 status = FLASH_OB_UserConfig(pOBInit->USERConfig & OB_WWDG_SW, in HAL_FLASHEx_OBProgram()
330 status = FLASH_OB_UserConfig(pOBInit->USERConfig & OB_WWDG_SW, in HAL_FLASHEx_OBProgram()
576 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint32_t Wwdg, uint32_t Iwdg, uint32_t Stop, uint32_t … in FLASH_OB_UserConfig() function
745 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint32_t Wwdg, uint32_t Iwdg, uint32_t Stop, uint32_t … in FLASH_OB_UserConfig() function
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash_ex.c91 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint8_t Iwdg, uint8_t Stop, uint8_t Stdby);
289 status = FLASH_OB_UserConfig(pOBInit->USERConfig&OB_IWDG_SW, in HAL_FLASHEx_OBProgram()
569 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint8_t Iwdg, uint8_t Stop, uint8_t Stdby) in FLASH_OB_UserConfig() function
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_flash_ex.c102 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint8_t UserConfig);
407 status = FLASH_OB_UserConfig(pOBInit->USERConfig); in HAL_FLASHEx_OBProgram()
792 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint8_t UserConfig) in FLASH_OB_UserConfig() function
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c102 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint8_t UserConfig);
407 status = FLASH_OB_UserConfig(pOBInit->USERConfig); in HAL_FLASHEx_OBProgram()
800 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint8_t UserConfig) in FLASH_OB_UserConfig() function
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c102 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint8_t UserConfig);
488 status = FLASH_OB_UserConfig(pOBInit->USERConfig); in HAL_FLASHEx_OBProgram()
932 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint8_t UserConfig) in FLASH_OB_UserConfig() function
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c101 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint8_t OB_IWDG, uint8_t OB_STOP, uint8_t OB_STDBY);
364 status = FLASH_OB_UserConfig(pOBInit->USERConfig & OB_IWDG_SW, in HAL_FLASHEx_OBProgram()
1130 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint8_t OB_IWDG, uint8_t OB_STOP, uint8_t OB_STDBY) in FLASH_OB_UserConfig() function
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c117 static void FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig1, uint32_t User…
324 FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig1, pOBInit->USERConfig2); in HAL_FLASHEx_OBProgram()
952 static void FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig1, uint32_t UserConfig2) in FLASH_OB_UserConfig() function
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c104 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint8_t Iwdg, uint8_t Stop, uint8_t Stdby);
316 status = FLASH_OB_UserConfig(pOBInit->USERConfig & OB_IWDG_SW, in HAL_FLASHEx_OBProgram()
1191 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint8_t Iwdg, uint8_t Stop, uint8_t Stdby) in FLASH_OB_UserConfig() function
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_flash_ex.c119 static void FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig);
340 FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig); in HAL_FLASHEx_OBProgram()
956 static void FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig) in FLASH_OB_UserConfig() function
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c126 static void FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig);
373 FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig); in HAL_FLASHEx_OBProgram()
1164 static void FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig) in FLASH_OB_UserConfig() function
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_flash_ex.c95 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig);
346 if (FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig) != HAL_OK) in HAL_FLASHEx_OBProgram()
786 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig) in FLASH_OB_UserConfig() function
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c128 static void FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig);
361 FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig); in HAL_FLASHEx_OBProgram()
1095 static void FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig) in FLASH_OB_UserConfig() function
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_flash_ex.c85 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig);
334 if(FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig) != HAL_OK) in HAL_FLASHEx_OBProgram()
771 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig) in FLASH_OB_UserConfig() function
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c117 static void FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig1, uint32_t UserConfig2);
384 FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig, pOBInit->USERConfig2); in HAL_FLASHEx_OBProgram()
1201 static void FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig1, uint32_t UserConfig2) in FLASH_OB_UserConfig() function
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c124 static void FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig);
483 FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig); in HAL_FLASHEx_OBProgram()
1430 static void FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig) in FLASH_OB_UserConfig() function
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c124 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint8_t OB_IWDG, uint8_t OB_STOP, uint8_t OB_STDBY);
451 status = FLASH_OB_UserConfig(pOBInit->USERConfig & OB_IWDG_SW, in HAL_FLASHEx_OBProgram()
1422 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint8_t OB_IWDG, uint8_t OB_STOP, uint8_t OB_STDBY) in FLASH_OB_UserConfig() function