Home
last modified time | relevance | path

Searched refs:useOctal (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() argument
174 if (useOctal) in xspi_nor_write_enable()
188 static status_t xspi_nor_wait_bus_busy(XSPI_Type *base, bool useOctal) in xspi_nor_wait_bus_busy() argument
200 if (useOctal) in xspi_nor_wait_bus_busy()
272 …pi_nor_flash_read(XSPI_Type *base, uint32_t dstAddr, uint32_t *src, uint32_t length, bool useOctal) in xspi_nor_flash_read() argument
292 status = xspi_nor_wait_bus_busy(base, useOctal); in xspi_nor_flash_read()
297 static status_t xspi_nor_flash_erase_sector(XSPI_Type *base, uint32_t address, bool useOctal) in xspi_nor_flash_erase_sector() argument
303 status = xspi_nor_write_enable(base, 0, useOctal); in xspi_nor_flash_erase_sector()
324 status = xspi_nor_wait_bus_busy(base, useOctal); in xspi_nor_flash_erase_sector()
329 …atus_t xspi_nor_flash_page_program(XSPI_Type *base, uint32_t dstAddr, uint32_t *src, bool useOctal) in xspi_nor_flash_page_program() argument
[all …]