Home
last modified time | relevance | path

Searched defs: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()
188 static status_t xspi_nor_wait_bus_busy(XSPI_Type *base, bool 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()
297 static status_t xspi_nor_flash_erase_sector(XSPI_Type *base, uint32_t address, bool 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()
371 static int32_t mflash_drv_init_internal(XSPI_Type *base, bool useOctal) in mflash_drv_init_internal()