Searched refs:IS_OB_WMSEC_CONFIG (Results 1 – 6 of 6) sorted by relevance
1156 assert_param(IS_OB_WMSEC_CONFIG(WMSecConfig)); in FLASH_OB_WMSECConfig()1397 assert_param(IS_OB_WMSEC_CONFIG(*WMSecConfig)); in FLASH_OB_GetWMSEC()
1341 assert_param(IS_OB_WMSEC_CONFIG(WMSecConfig)); in FLASH_OB_WMSECConfig()1563 assert_param(IS_OB_WMSEC_CONFIG(*WMSecConfig)); in FLASH_OB_GetWMSEC()
1347 assert_param(IS_OB_WMSEC_CONFIG(WMSecConfig)); in FLASH_OB_WMSECConfig()1600 assert_param(IS_OB_WMSEC_CONFIG(*WMSecConfig)); in FLASH_OB_GetWMSEC()
1022 #define IS_OB_WMSEC_CONFIG(CFG) ((((CFG) & 0x1B4U) != 0U) && (((CFG) & 0x4U) != 0U) && (… macro
1053 #define IS_OB_WMSEC_CONFIG(CFG) ((((CFG) & 0x1B3U) != 0U) && (((CFG) & 0x3U) != 0U) && (… macro
1063 #define IS_OB_WMSEC_CONFIG(CFG) ((((CFG) & 0x7F3U) != 0U) && \ macro