Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_flash_ex.c317 assert_param(IS_OB_PCROP_CONFIG(pOBInit->PCROPConfig)); in HAL_FLASHEx_OBProgram()
631 assert_param(IS_OB_PCROP_CONFIG(PCROPConfig)); in FLASH_OB_PCROP1AConfig()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_flash.h995 #define IS_OB_PCROP_CONFIG(__CONFIG__) \ macro
1001 #define IS_OB_PCROP_CONFIG(__CONFIG__) (((__CONFIG__)\ macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_flash_ex.c322 assert_param(IS_OB_PCROP_CONFIG(pOBInit->PCROPConfig)); in HAL_FLASHEx_OBProgram()
670 assert_param(IS_OB_PCROP_CONFIG(PCROPConfig)); in FLASH_OB_PCROP1AConfig()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_flash_ex.c345 assert_param(IS_OB_PCROP_CONFIG(pOBInit->PCROPConfig)); in HAL_FLASHEx_OBProgram()
853 assert_param(IS_OB_PCROP_CONFIG(PCROPConfig)); in FLASH_OB_PCROP1AConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_flash_ex.c361 assert_param(IS_OB_PCROP_CONFIG(pOBInit->PCROPConfig)); in HAL_FLASHEx_OBProgram()
857 assert_param(IS_OB_PCROP_CONFIG(PCROPConfig)); in FLASH_OB_PCROP1AConfig()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_flash.h791 #define IS_OB_PCROP_CONFIG(__CONFIG__) (((__CONFIG__) & ~(OB_PCROP_ZONE_A | OB_PCRO… macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h976 #define IS_OB_PCROP_CONFIG(__VALUE__) (((__VALUE__) & ~(OB_PCROP_ZONE_A | OB_PCROP_ZO… macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_flash.h966 #define IS_OB_PCROP_CONFIG(__VALUE__) (((__VALUE__) &\ macro