/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_flash_ex.c | 98 … void FLASH_OB_OptrConfig(uint32_t UserType, uint32_t UserConfig, uint32_t RDPLevel); 301 FLASH_OB_OptrConfig(pOBInit->USERType, pOBInit->USERConfig, pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 307 FLASH_OB_OptrConfig(optr, optr, pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 374 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig() 597 static void FLASH_OB_OptrConfig(uint32_t UserType, uint32_t UserConfig, uint32_t RDPLevel) in FLASH_OB_OptrConfig() argument 604 assert_param(IS_OB_RDP_LEVEL(RDPLevel)); in FLASH_OB_OptrConfig() 609 FLASH->OPTR = (optr | UserConfig | RDPLevel); in FLASH_OB_OptrConfig()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_flash_ex.c | 97 …tic void FLASH_OB_OptrConfig(uint32_t UserType, uint32_t UserConfig, uint32_t RDPLevel); 294 FLASH_OB_OptrConfig(pOBInit->USERType, pOBInit->USERConfig, pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 300 FLASH_OB_OptrConfig(optr, optr, pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 381 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig() 594 static void FLASH_OB_OptrConfig(uint32_t UserType, uint32_t UserConfig, uint32_t RDPLevel) in FLASH_OB_OptrConfig() argument 601 assert_param(IS_OB_RDP_LEVEL(RDPLevel)); in FLASH_OB_OptrConfig() 606 FLASH->OPTR = (optr | UserConfig | RDPLevel); in FLASH_OB_OptrConfig()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_flash_ex.c | 103 …c void FLASH_OB_OptrConfig(uint32_t UserType, uint32_t UserConfig, uint32_t RDPLevel); 295 FLASH_OB_OptrConfig(pOBInit->UserType, pOBInit->UserConfig, pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 305 FLASH_OB_OptrConfig(optr, optr, pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 383 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig() 633 static void FLASH_OB_OptrConfig(uint32_t UserType, uint32_t UserConfig, uint32_t RDPLevel) in FLASH_OB_OptrConfig() argument 640 assert_param(IS_OB_RDP_LEVEL(RDPLevel)); in FLASH_OB_OptrConfig() 645 FLASH->OPTR = (optr | UserConfig | RDPLevel); in FLASH_OB_OptrConfig()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_flash_ex.c | 96 … void FLASH_OB_OptrConfig(uint32_t UserType, uint32_t UserConfig, uint32_t RDPLevel); 321 FLASH_OB_OptrConfig(pOBInit->USERType, pOBInit->USERConfig, pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 327 FLASH_OB_OptrConfig(optr, optr, pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 429 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig() 764 static void FLASH_OB_OptrConfig(uint32_t UserType, uint32_t UserConfig, uint32_t RDPLevel) in FLASH_OB_OptrConfig() argument 771 assert_param(IS_OB_RDP_LEVEL(RDPLevel)); in FLASH_OB_OptrConfig() 776 FLASH->OPTR = (optr | UserConfig | RDPLevel); in FLASH_OB_OptrConfig()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_flash_ex.c | 117 …c void FLASH_OB_OptrConfig(uint32_t UserType, uint32_t UserConfig, uint32_t RDPLevel); 334 FLASH_OB_OptrConfig(pOBInit->UserType, pOBInit->UserConfig, pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 344 FLASH_OB_OptrConfig(optr, optr, pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 424 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig() 820 static void FLASH_OB_OptrConfig(uint32_t UserType, uint32_t UserConfig, uint32_t RDPLevel) in FLASH_OB_OptrConfig() argument 827 assert_param(IS_OB_RDP_LEVEL(RDPLevel)); in FLASH_OB_OptrConfig() 832 FLASH->OPTR = (optr | UserConfig | RDPLevel); in FLASH_OB_OptrConfig()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_flash_ex.c | 118 static void FLASH_OB_RDPConfig(uint32_t RDPLevel); 333 FLASH_OB_RDPConfig(pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 402 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig() 924 static void FLASH_OB_RDPConfig(uint32_t RDPLevel) in FLASH_OB_RDPConfig() argument 927 assert_param(IS_OB_RDP_LEVEL(RDPLevel)); in FLASH_OB_RDPConfig() 930 MODIFY_REG(FLASH->OPTR, FLASH_OPTR_RDP, RDPLevel); in FLASH_OB_RDPConfig()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_flash_ex.c | 125 static void FLASH_OB_RDPConfig(uint32_t RDPLevel); 359 FLASH_OB_RDPConfig(pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 436 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig() 1106 static void FLASH_OB_RDPConfig(uint32_t RDPLevel) in FLASH_OB_RDPConfig() argument 1109 assert_param(IS_OB_RDP_LEVEL(RDPLevel)); in FLASH_OB_RDPConfig() 1112 MODIFY_REG(FLASH->OPTR, FLASH_OPTR_RDP, RDPLevel); in FLASH_OB_RDPConfig()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_flash_ex.c | 94 static HAL_StatusTypeDef FLASH_OB_RDPConfig(uint32_t RDPLevel); 336 if (FLASH_OB_RDPConfig(pOBInit->RDPLevel) != HAL_OK) in HAL_FLASHEx_OBProgram() 416 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig() 739 static HAL_StatusTypeDef FLASH_OB_RDPConfig(uint32_t RDPLevel) in FLASH_OB_RDPConfig() argument 744 assert_param(IS_OB_RDP_LEVEL(RDPLevel)); in FLASH_OB_RDPConfig() 752 MODIFY_REG(FLASH->OPTR, FLASH_OPTR_RDP, RDPLevel); in FLASH_OB_RDPConfig()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_flash_ex.c | 127 static void FLASH_OB_RDPConfig(uint32_t RDPLevel); 347 FLASH_OB_RDPConfig(pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 424 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig() 1035 static void FLASH_OB_RDPConfig(uint32_t RDPLevel) in FLASH_OB_RDPConfig() argument 1038 assert_param(IS_OB_RDP_LEVEL(RDPLevel)); in FLASH_OB_RDPConfig() 1041 MODIFY_REG(FLASH->OPTR, FLASH_OPTR_RDP, RDPLevel); in FLASH_OB_RDPConfig()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_flash_ex.c | 84 static HAL_StatusTypeDef FLASH_OB_RDPConfig(uint32_t RDPLevel); 324 if(FLASH_OB_RDPConfig(pOBInit->RDPLevel) != HAL_OK) in HAL_FLASHEx_OBProgram() 388 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig() 727 static HAL_StatusTypeDef FLASH_OB_RDPConfig(uint32_t RDPLevel) in FLASH_OB_RDPConfig() argument 732 assert_param(IS_OB_RDP_LEVEL(RDPLevel)); in FLASH_OB_RDPConfig() 740 MODIFY_REG(FLASH->OPTR, FLASH_OPTR_RDP, RDPLevel); in FLASH_OB_RDPConfig()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_flash_ex.c | 118 static void FLASH_OB_RDPConfig(uint32_t RDPLevel); 476 FLASH_OB_RDPConfig(pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 572 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig() 1357 static void FLASH_OB_RDPConfig(uint32_t RDPLevel) in FLASH_OB_RDPConfig() argument 1360 assert_param(IS_OB_RDP_LEVEL(RDPLevel)); in FLASH_OB_RDPConfig() 1363 MODIFY_REG(FLASH->OPTSR_PRG, FLASH_OPTSR_RDP, RDPLevel); in FLASH_OB_RDPConfig()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_flash_ex.c | 283 status = FLASH_OB_RDP_LevelConfig(pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 321 pOBInit->RDPLevel = (uint32_t)FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_flash_ex.c | 395 status = FLASH_OB_RDP_LevelConfig(pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 449 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_flash_ex.c | 395 status = FLASH_OB_RDP_LevelConfig(pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 449 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_flash_ex.c | 314 status = FLASH_OB_RDP_LevelConfig(pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 393 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_flash_ex.c | 476 status = FLASH_OB_RDP_LevelConfig(pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 530 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_flash_ex.c | 352 status = FLASH_OB_RDPConfig(pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 417 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_flash_ex.c | 310 status = FLASH_OB_RDP_LevelConfig(pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 348 pOBInit->RDPLevel = (uint32_t)FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_flash_ex.h | 81 uint32_t RDPLevel; /*!< Set the read protection level. member
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_flash_ex.h | 116 uint8_t RDPLevel; /*!< RDPLevel: Set the read protection level.. member
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_flash_ex.h | 162 uint8_t RDPLevel; /*!< RDPLevel: Set the read protection level.. member
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_flash_ex.c | 439 status = FLASH_OB_RDPConfig(pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram() 521 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_flash.h | 70 uint32_t RDPLevel; /*!< Set the read protection level (used for OPTIONBYTE_RDP). member
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_flash.h | 72 uint32_t RDPLevel; /*!< Set the read protection level (used for OPTIONBYTE_RDP). member
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_flash_ex.h | 184 uint8_t RDPLevel; /*!< RDPLevel: Set the read protection level. member
|