Home
last modified time | relevance | path

Searched refs:USERConfig (Results 1 – 25 of 36) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c321 status = FLASH_OB_UserConfig(pOBInit->USERConfig & OB_WWDG_SW, in HAL_FLASHEx_OBProgram()
322 pOBInit->USERConfig & OB_IWDG_SW, in HAL_FLASHEx_OBProgram()
323 pOBInit->USERConfig & OB_STOP_NO_RST, in HAL_FLASHEx_OBProgram()
324 pOBInit->USERConfig & OB_STDBY_NO_RST, in HAL_FLASHEx_OBProgram()
325 pOBInit->USERConfig & OB_IWDG_STOP_ACTIVE, in HAL_FLASHEx_OBProgram()
326 pOBInit->USERConfig & OB_IWDG_STDBY_ACTIVE, in HAL_FLASHEx_OBProgram()
327 pOBInit->USERConfig & OB_NDBANK_SINGLE_BANK, in HAL_FLASHEx_OBProgram()
328 pOBInit->USERConfig & OB_DUAL_BOOT_DISABLE); in HAL_FLASHEx_OBProgram()
330 status = FLASH_OB_UserConfig(pOBInit->USERConfig & OB_WWDG_SW, in HAL_FLASHEx_OBProgram()
331 pOBInit->USERConfig & OB_IWDG_SW, in HAL_FLASHEx_OBProgram()
[all …]
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash_ex.c289 status = FLASH_OB_UserConfig(pOBInit->USERConfig&OB_IWDG_SW, in HAL_FLASHEx_OBProgram()
290 pOBInit->USERConfig&OB_STOP_NO_RST, in HAL_FLASHEx_OBProgram()
291 pOBInit->USERConfig&OB_STDBY_NO_RST); in HAL_FLASHEx_OBProgram()
324 pOBInit->USERConfig = (uint8_t)FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c364 status = FLASH_OB_UserConfig(pOBInit->USERConfig & OB_IWDG_SW, in HAL_FLASHEx_OBProgram()
365 pOBInit->USERConfig & OB_STOP_NORST, in HAL_FLASHEx_OBProgram()
366 pOBInit->USERConfig & OB_STDBY_NORST); in HAL_FLASHEx_OBProgram()
420 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c316 status = FLASH_OB_UserConfig(pOBInit->USERConfig & OB_IWDG_SW, in HAL_FLASHEx_OBProgram()
317 pOBInit->USERConfig & OB_STOP_NO_RST, in HAL_FLASHEx_OBProgram()
318 pOBInit->USERConfig & OB_STDBY_NO_RST); in HAL_FLASHEx_OBProgram()
351 pOBInit->USERConfig = (uint8_t)FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_flash_ex.c301 FLASH_OB_OptrConfig(pOBInit->USERType, pOBInit->USERConfig, pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram()
313 FLASH_OB_OptrConfig(pOBInit->USERType, pOBInit->USERConfig, optr); in HAL_FLASHEx_OBProgram()
377 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_flash_ex.c294 FLASH_OB_OptrConfig(pOBInit->USERType, pOBInit->USERConfig, pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram()
306 FLASH_OB_OptrConfig(pOBInit->USERType, pOBInit->USERConfig, optr); in HAL_FLASHEx_OBProgram()
384 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_flash_ex.c321 FLASH_OB_OptrConfig(pOBInit->USERType, pOBInit->USERConfig, pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram()
333 FLASH_OB_OptrConfig(pOBInit->USERType, pOBInit->USERConfig, optr); in HAL_FLASHEx_OBProgram()
432 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c451 status = FLASH_OB_UserConfig(pOBInit->USERConfig & OB_IWDG_SW, in HAL_FLASHEx_OBProgram()
452 pOBInit->USERConfig & OB_STOP_NORST, in HAL_FLASHEx_OBProgram()
453 pOBInit->USERConfig & OB_STDBY_NORST); in HAL_FLASHEx_OBProgram()
524 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h206 uint8_t USERConfig; /*!< USERConfig: Program the FLASH User Option Byte: member
211 uint8_t USERConfig; /*!< USERConfig: Program the FLASH User Option Byte: member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_flash_ex.c407 status = FLASH_OB_UserConfig(pOBInit->USERConfig); in HAL_FLASHEx_OBProgram()
452 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c407 status = FLASH_OB_UserConfig(pOBInit->USERConfig); in HAL_FLASHEx_OBProgram()
452 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c488 status = FLASH_OB_UserConfig(pOBInit->USERConfig); in HAL_FLASHEx_OBProgram()
533 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_flash_ex.c340 FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig); in HAL_FLASHEx_OBProgram()
405 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c373 FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig); in HAL_FLASHEx_OBProgram()
439 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_flash_ex.c346 if (FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig) != HAL_OK) in HAL_FLASHEx_OBProgram()
419 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c361 FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig); in HAL_FLASHEx_OBProgram()
427 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_flash_ex.c334 if(FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig) != HAL_OK) in HAL_FLASHEx_OBProgram()
391 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_flash_ex.h87 uint8_t USERConfig; /*!< Program the FLASH User Option Byte: IWDG_SW / RST_STOP / RST_STDBY. */ member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c384 FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig, pOBInit->USERConfig2); in HAL_FLASHEx_OBProgram()
453 FLASH_OB_GetUser(&(pOBInit->USERConfig), &(pOBInit->USERConfig2)); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h119 uint8_t USERConfig; /*!< USERConfig: Program the FLASH User Option Byte: member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_flash_ex.h165 uint8_t USERConfig; /*!< USERConfig: Program the FLASH User Option Byte: member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c483 FLASH_OB_UserConfig(pOBInit->USERType, pOBInit->USERConfig); in HAL_FLASHEx_OBProgram()
575 pOBInit->USERConfig = FLASH_OB_GetUser(); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_flash.h74 uint32_t USERConfig; /*!< Value of the user option byte (used for OPTIONBYTE_USER). member
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_flash.h76 uint32_t USERConfig; /*!< Value of the user option byte (used for OPTIONBYTE_USER). member
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_flash_ex.h190 …uint8_t USERConfig; /*!< USERConfig: Program the FLASH User Option Byte: IWDG_SW / RST_STO… member

12