Searched refs:CY_FLASH_TICKS_FOR_1US (Results 1 – 1 of 1) sorted by relevance
147 #define CY_FLASH_TICKS_FOR_1US (8U) macro552 uint32_t ticks = (microseconds & 0xFFFFUL) * CY_FLASH_TICKS_FOR_1US; in Cy_Flash_RAMDelay()