Searched refs:CY_FLASH_NUMBER_ROWS (Results 1 – 2 of 2) sorted by relevance
462 #define CY_FLASH_NUMBER_ROWS (CPUSS_FLASH_SIZE/CY_FLASH_SIZEOF_ROW) /** Number of flash rows */ macro1461 #define CY_FLASH_NUMBER_ROWS (CY_FLASH_SIZE / CY_FLASH_SIZEOF_ROW) macro
246 if (config->rowId >= CY_FLASH_NUMBER_ROWS) in Cy_Flash_Checksum()