Searched refs:IS_OB_WRP (Results 1 – 6 of 6) sorted by relevance
1244 assert_param(IS_OB_WRP(WRP1OrPCROP1)); in FLASH_OB_WRPConfigWRP1OrPCROP1()1290 assert_param(IS_OB_WRP(WRP2OrPCROP2)); in FLASH_OB_WRPConfigWRP2OrPCROP2()1336 assert_param(IS_OB_WRP(WRP3)); in FLASH_OB_WRPConfigWRP3()1381 assert_param(IS_OB_WRP(WRP4)); in FLASH_OB_WRPConfigWRP4()
113 #define IS_OB_WRP(PAGE) (((PAGE) != 0x0000000)) macro
145 #define IS_OB_WRP(PAGE) (((PAGE) != 0x0000000)) macro
475 assert_param(IS_OB_WRP(OB_WRP)); in FLASH_OB_EnableWRP()942 assert_param(IS_OB_WRP(OB_WRP)); in FLASH_OB_EnableWRP()
575 assert_param(IS_OB_WRP(OB_WRP)); in FLASH_OB_EnableWRP()
110 #define IS_OB_WRP(__PAGE__) (((__PAGE__) != 0x0000000U)) macro
Completed in 17 milliseconds