Home
last modified time | relevance | path

Searched refs:CY_FLASH_LG_DBM0_TOP (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_flash_v2.c452 if(( CY_FLASH_LG_DBM0_TOP <= address) && (address < CY_FLASH_LG_DBM0_END)) in Cy_Flash_MainBoundsCheck()
1328 else if ((rowAddr >= CY_FLASH_LG_DBM0_TOP) && (rowAddr < CY_FLASH_SM_DBM0_END)) in Cy_Flash_GetRowDetails()
1331 ((rowAddr - CY_FLASH_LG_DBM0_TOP) / CY_FLASH_SIZEOF_ROW)); in Cy_Flash_GetRowDetails()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_flash.h532 #define CY_FLASH_LG_DBM0_TOP CY_FLASH_LG_DBM0_BASE macro