Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt700/
Dmflash_drv.c162 static status_t xspi_nor_write_enable(XSPI_Type *base, uint32_t baseAddr, bool useOctal) in xspi_nor_write_enable() function
244 status = xspi_nor_write_enable(base, 0, false); in xspi_nor_enable_octal_mode()
303 status = xspi_nor_write_enable(base, 0, useOctal); in xspi_nor_flash_erase_sector()
344 status = xspi_nor_write_enable(base, dstAddr, useOctal); in xspi_nor_flash_page_program()