Searched defs:__BLOCK__ (Results 1 – 1 of 1) sorted by relevance
56 #define IS_FLASH_RWBLOCK(__BLOCK__) ((((__BLOCK__) & FLASH_BLOCK_Msk) != 0UL) &&\ argument59 #define IS_FLASH_BLOCK(__BLOCK__) (((__BLOCK__) == FLASH_BLOCK_0) ||\ argument
Completed in 5 milliseconds