Home
last modified time | relevance | path

Searched refs:OB_PCROP_ZONE_A (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_flash.h571 #define OB_PCROP_ZONE_A 0x00000001U /*!< PCROP Zone A */ macro
997 (((__CONFIG__) & ~(OB_PCROP_ZONE_A | OB_PCROP_ZONE_B | \
999 (((__CONFIG__) & ~(OB_PCROP_ZONE_A | OB_PCROP_ZONE_B | OB_PCROP_RDP_ERASE)) == 0x00U))
1002 … & ~(OB_PCROP_ZONE_A | OB_PCROP_ZONE_B | OB_PCROP_RDP_ERASE)) == 0x00U)
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_flash_ex.c319 if ((pOBInit->PCROPConfig & (OB_PCROP_ZONE_A | OB_PCROP_RDP_ERASE)) != 0x00U) in HAL_FLASHEx_OBProgram()
390 pOBInit->PCROPConfig |= (OB_PCROP_ZONE_A | OB_PCROP_ZONE_B); in HAL_FLASHEx_OBGetConfig()
639 if ((PCROPConfig & OB_PCROP_ZONE_A) != 0x00U) in FLASH_OB_PCROP1AConfig()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_flash_ex.c324 if ((pOBInit->PCROPConfig & (OB_PCROP_ZONE_A | OB_PCROP_RDP_ERASE)) != 0U) in HAL_FLASHEx_OBProgram()
392 pOBInit->PCROPConfig |= (OB_PCROP_ZONE_A | OB_PCROP_ZONE_B); in HAL_FLASHEx_OBGetConfig()
678 if ((PCROPConfig & OB_PCROP_ZONE_A) != 0U) in FLASH_OB_PCROP1AConfig()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_flash_ex.c347 if ((pOBInit->PCROPConfig & (OB_PCROP_ZONE_A | OB_PCROP_RDP_ERASE)) != 0x00U) in HAL_FLASHEx_OBProgram()
439 pOBInit->PCROPConfig |= (OB_PCROP_ZONE_A | OB_PCROP_ZONE_B); in HAL_FLASHEx_OBGetConfig()
881 if ((PCROPConfig & OB_PCROP_ZONE_A) != 0x00U) in FLASH_OB_PCROP1AConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_flash_ex.c363 if ((pOBInit->PCROPConfig & (OB_PCROP_ZONE_A | OB_PCROP_RDP_ERASE)) != 0U) in HAL_FLASHEx_OBProgram()
432 pOBInit->PCROPConfig |= (OB_PCROP_ZONE_A | OB_PCROP_ZONE_B); in HAL_FLASHEx_OBGetConfig()
865 if ((PCROPConfig & OB_PCROP_ZONE_A) != 0U) in FLASH_OB_PCROP1AConfig()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_flash.h492 #define OB_PCROP_ZONE_A 0x00000001U /*!< PCROP Zone A */ macro
791 #define IS_OB_PCROP_CONFIG(__CONFIG__) (((__CONFIG__) & ~(OB_PCROP_ZONE_A | OB_PCRO…
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h508 #define OB_PCROP_ZONE_A 0x00000001U /*!< PCROP Zone A */ macro
976 #define IS_OB_PCROP_CONFIG(__VALUE__) (((__VALUE__) & ~(OB_PCROP_ZONE_A | OB_PCROP_ZO…
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_flash.h479 #define OB_PCROP_ZONE_A 0x00000001U /*!< PCROP Zone A */ macro
967 … ~(OB_PCROP_ZONE_A | OB_PCROP_ZONE_B | OB_PCROP_RDP_ERASE)) == 0U)