Searched refs:instruction (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/ |
| D | fsl_sfdp_parser.c | 218 ptr1PadReadCmdInfo->instruction = 0x0BU; in SFDP_Get1PadReadCmd() 224 ptr1PadReadCmdInfo->instruction = 0x0CU; in SFDP_Get1PadReadCmd() 231 ptr1PadReadCmdInfo->instruction = (handle->bfp.dw22 & 0xFF00UL) >> 8UL; in SFDP_Get1PadReadCmd() 237 ptr1PadReadCmdInfo->instruction = 0x0EU; in SFDP_Get1PadReadCmd() 252 ptr2PadReadCmdInfo->instruction = (uint8_t)((handle->bfp.dw4 & 0xFF00UL) >> 8UL); in SFDP_Get2PadReadCmd() 258 ptr2PadReadCmdInfo->instruction = (uint8_t)((handle->bfp.dw4 & 0xFF000000UL) >> 24UL); in SFDP_Get2PadReadCmd() 264 ptr2PadReadCmdInfo->instruction = (uint8_t)((handle->bfp.dw22 & 0xFF000000UL) >> 24UL); in SFDP_Get2PadReadCmd() 270 ptr2PadReadCmdInfo->instruction = 0xBEU; in SFDP_Get2PadReadCmd() 278 ptr2PadReadCmdInfo->instruction = (uint8_t)((handle->bfp.dw6 & 0xFF000000UL) >> 24UL); in SFDP_Get2PadReadCmd() 294 ptr4PadReadCmdInfo->instruction = (uint8_t)((handle->bfp.dw3 & 0xFF000000UL) >> 24UL); in SFDP_Get4PadReadCmd() [all …]
|
| D | fsl_sfdp_parser.h | 507 uint8_t instruction; /*!< The instruction to write status register. */ member 614 uint8_t instruction; /*!< The read instruction. */ member 625 uint8_t instruction; /* Instruction to erase whole chip. */ member 636 uint8_t instruction; /*!< Instruction to erase specific size of memory. */ member 658 uint8_t instruction; /*!< The instruction of page program. */ member 668 uint8_t instruction; /*!< The read status instruction. */ member
|
| /hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/ |
| D | Qspi_Ip_Sfdp.c | 961 uint8 instruction 1023 uint8 *instruction, 1074 uint8 instruction 1954 uint8 instruction in Qspi_Ip_SfdpGetCmdExt() argument 1964 cmdExt = instruction; in Qspi_Ip_SfdpGetCmdExt() 1968 cmdExt = ~instruction; in Qspi_Ip_SfdpGetCmdExt() 2569 uint8 *instruction, in Qspi_Ip_SfdpGetSpiReadInstr() argument 2581 *instruction = read4ByteInst[cnt]; in Qspi_Ip_SfdpGetSpiReadInstr() 2587 *instruction = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, readInstDword[cnt], in Qspi_Ip_SfdpGetSpiReadInstr() 2604 uint8 instruction; in Qspi_Ip_SfdpConfigBasicRead() local [all …]
|
| /hal_nxp-latest/s32/drivers/s32k3/Fls/src/ |
| D | Qspi_Ip_Sfdp.c | 962 uint8 instruction 1024 uint8 *instruction, 1075 uint8 instruction 1949 uint8 instruction in Qspi_Ip_SfdpGetCmdExt() argument 1959 cmdExt = instruction; in Qspi_Ip_SfdpGetCmdExt() 1963 cmdExt = ~instruction; in Qspi_Ip_SfdpGetCmdExt() 2564 uint8 *instruction, in Qspi_Ip_SfdpGetSpiReadInstr() argument 2576 *instruction = read4ByteInst[cnt]; in Qspi_Ip_SfdpGetSpiReadInstr() 2582 *instruction = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, readInstDword[cnt], in Qspi_Ip_SfdpGetSpiReadInstr() 2599 uint8 instruction; in Qspi_Ip_SfdpConfigBasicRead() local [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/ |
| D | fsl_xspi_nor_flash.c | 427 … SFDP_GetOctalDTRCmdExtension(xspiMemNorHandle.ptrSfdpHandle, pageProgramCmdInfo.instruction); in XSPI_NOR_FillPageProgramLutSeq() 430 …XSPI_LUT_SEQ(cmdInstr, (xspi_pad_t)instrPad, pageProgramCmdInfo.instruction, cmdInstr, (xspi_pad_t… in XSPI_NOR_FillPageProgramLutSeq() 438 XSPI_LUT_SEQ(cmdInstr, (xspi_pad_t)instrPad, pageProgramCmdInfo.instruction, raddrInstr, in XSPI_NOR_FillPageProgramLutSeq() 469 … SFDP_GetOctalDTRCmdExtension(xspiMemNorHandle.ptrSfdpHandle, sectorEraseCmdInfo.instruction); in XSPI_NOR_FillSectorEraseLutSeq() 472 …XSPI_LUT_SEQ(cmdInstr, instrPad, sectorEraseCmdInfo.instruction, cmdInstr, instrPad, cmdInstrExten… in XSPI_NOR_FillSectorEraseLutSeq() 479 …cmdInstr, instrPad, sectorEraseCmdInfo.instruction, raddrInstr, addrPad, xspiMemNorHandle.addrSize… in XSPI_NOR_FillSectorEraseLutSeq() 514 … SFDP_GetOctalDTRCmdExtension(xspiMemNorHandle.ptrSfdpHandle, sectorEraseCmdInfo.instruction); in XSPI_NOR_FillBlockEraseLutSeq() 516 …XSPI_LUT_SEQ(cmdInstr, instrPad, sectorEraseCmdInfo.instruction, cmdInstr, instrPad, cmdInstrExten… in XSPI_NOR_FillBlockEraseLutSeq() 523 …cmdInstr, instrPad, sectorEraseCmdInfo.instruction, raddrInstr, addrPad, xspiMemNorHandle.addrSize… in XSPI_NOR_FillBlockEraseLutSeq() 643 …rExtension = SFDP_GetOctalDTRCmdExtension(xspiMemNorHandle.ptrSfdpHandle, readCmdInfo.instruction); in XSPI_NOR_FillReadDataLutSeq() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/ |
| D | README.md | 17 Re-quantization | Shift and saturate in one instruction. ~ 5 cycles | Greater than 200 cycles for o…
|