Searched refs:IS_FLASH_RWBLOCK (Results 1 – 2 of 2) sorted by relevance
234 assert_parameters(IS_FLASH_RWBLOCK(Block)); in FLASH_SetReadProtection()265 assert_parameters(IS_FLASH_RWBLOCK(Block)); in FLASH_WriteProtection()
56 #define IS_FLASH_RWBLOCK(__BLOCK__) ((((__BLOCK__) & FLASH_BLOCK_Msk) != 0UL) &&\ macro
Completed in 6 milliseconds