Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/spifi/
Dfsl_spifi_nor_flash.c295 cmd.opcode = handle->commandSet.readStatusCommand; in spifi_check_norflash_finish()
323 cmd.opcode = handle->commandSet.writeEnableCommand; in spifi_nor_write_enable()
328 value = spifi_nor_read_status(base, handle->commandSet.readStatusCommand); in spifi_nor_write_enable()
375 valueStatus = spifi_nor_read_status(base, memHandle->commandSet.readStatusCommand); in spifi_nor_quad_mode_enable()
385 cmd.opcode = memHandle->commandSet.writeStatusCommand; in spifi_nor_quad_mode_enable()
446 cmd.opcode = memHandle->commandSet.writeStatusCommand; in spifi_nor_writeprotect_disable()
602 …memHandle->commandSet.eraseSectorCommand = flash_4b_tbl->erase_inst_info.erase_inst[sector_erase_t… in spifi_get_page_sector_size_from_sfdp()
609 memHandle->commandSet.eraseSectorCommand = kSerialNorCmd_EraseSector4KBA32; in spifi_get_page_sector_size_from_sfdp()
612 memHandle->commandSet.eraseSectorCommand = kSerialNorCmd_EraseSectorA32; in spifi_get_page_sector_size_from_sfdp()
619 memHandle->commandSet.eraseSectorCommand = param_tbl->erase_info[sector_erase_type].inst; in spifi_get_page_sector_size_from_sfdp()
[all …]
Dfsl_spifi_nor_flash.h123 serial_nor_command_set_t commandSet; /*!< Serial NOR basic command set */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT735S/drivers/romapi/iap/
Dfsl_sbloader_v3.h260 uint32_t commandSet; /*!< support command set during sb file handling */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/drivers/romapi/iap/
Dfsl_sbloader_v3.h260 uint32_t commandSet; /*!< support command set during sb file handling */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5536/drivers/mem_interface/
Dfsl_sbloader_v3.h261 uint32_t commandSet; /*!< support command set during sb file handling */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5534/drivers/mem_interface/
Dfsl_sbloader_v3.h261 uint32_t commandSet; /*!< support command set during sb file handling */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_romapi/mem_interface/
Dfsl_sbloader_v3.h261 uint32_t commandSet; /*!< support command set during sb file handling */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S36/drivers/mem_interface/
Dfsl_sbloader_v3.h261 uint32_t commandSet; /*!< support command set during sb file handling */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT758S/drivers/romapi/iap/
Dfsl_sbloader_v3.h260 uint32_t commandSet; /*!< support command set during sb file handling */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/RW612/drivers/romapi/iap/
Dfsl_sbloader_v3.h271 uint32_t commandSet; //!< support command set during sb file handling member
/hal_nxp-latest/mcux/mcux-sdk/devices/RW610/drivers/romapi/iap/
Dfsl_sbloader_v3.h271 uint32_t commandSet; //!< support command set during sb file handling member
/hal_nxp-latest/mcux/mcux-sdk/components/conn_fwloader/include/
Dfsl_loader_utils.h637 uint32_t commandSet; //!< support command set during sb file handling member
/hal_nxp-latest/mcux/mcux-sdk/components/conn_fwloader/
Dfsl_loader_utils.c819 context->commandSet = SBLOADER_V3_CMD_SET_ALL; in fsl_sbloader_init()