Searched refs:MX25LM51245G_ERASE_64K (Results 1 – 5 of 5) sorted by relevance
189 #define BSP_OSPI_NOR_ERASE_64K MX25LM51245G_ERASE_64K
188 #define BSP_OSPI_NOR_ERASE_64K MX25LM51245G_ERASE_64K
284 MX25LM51245G_ERASE_64K, /*!< 64K size Block erase */ enumerator
415 if(BlockSize == MX25LM51245G_ERASE_64K) in MX25LM51245G_BlockErase()427 if(BlockSize == MX25LM51245G_ERASE_64K) in MX25LM51245G_BlockErase()
440 err = BSP_OSPI_NOR_Erase_Block(0, addr, MX25LM51245G_ERASE_64K); in Ospi_Flash_EraseSector()