Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.c292 ptr4PadReadCmdInfo->dummyCycle = (uint8_t)((handle->bfp.dw3 & 0x1F0000UL) >> 16UL); in SFDP_Get4PadReadCmd()
293 ptr4PadReadCmdInfo->modeClocks = (uint8_t)((handle->bfp.dw3 & 0xE00000UL) >> 21UL); in SFDP_Get4PadReadCmd()
294 ptr4PadReadCmdInfo->instruction = (uint8_t)((handle->bfp.dw3 & 0xFF000000UL) >> 24UL); in SFDP_Get4PadReadCmd()
307 ptr4PadReadCmdInfo->dummyCycle = (uint8_t)(handle->bfp.dw3 & 0x1FUL); in SFDP_Get4PadReadCmd()
308 ptr4PadReadCmdInfo->modeClocks = (uint8_t)((handle->bfp.dw3 & 0xE0UL) >> 5UL); in SFDP_Get4PadReadCmd()
309 ptr4PadReadCmdInfo->instruction = (uint8_t)((handle->bfp.dw3 & 0xFF00UL) >> 8UL); in SFDP_Get4PadReadCmd()
449 … ptr8PadReadCmdInfo->dummyCycle = (uint8_t)((handle->xSPIProfile2Table.dw3 & 0xF80UL) >> 7UL); in SFDP_Get8PadReadCmd()
453 … ptr8PadReadCmdInfo->dummyCycle = (uint8_t)((handle->xSPIProfile2Table.dw3 & 0x3E0000UL) >> 12UL); in SFDP_Get8PadReadCmd()
457 …ptr8PadReadCmdInfo->dummyCycle = (uint8_t)((handle->xSPIProfile2Table.dw3 & 0xF8000000UL) >> 27UL); in SFDP_Get8PadReadCmd()
500 … ptr8PadReadCmdInfo->dummyCycle = (uint8_t)((handle->xSPIProfile2Table.dw3 & 0xF80UL) >> 7UL); in SFDP_Get8PadReadCmd()
[all …]
Dfsl_sfdp_parser.h140 …uint32_t dw3; /*!< Fast Read(1s-4s-4s and 1s-1s-4s): wait states, mode bit clocks and instruction… member
259 uint32_t dw3; /*!< 3rd dword. */ member
273 uint32_t dw3; /*!< 3rd dword. */ member
284 …uint32_t dw3; /*!< Generic addressable Read/Write status/control register command for volatile re… member
323 uint32_t dw3; /*!< Generic addressable Read/Write Status/Control register commands. */ member
347 uint32_t dw3; /*!< Volatile register address offset for Die2. */ member
361 uint32_t dw3; /*!< 3rd dword. */ member
377 uint32_t dw3; /*!< Memory commands supported in 4s-4d-4d protocal mode. */ member
390 uint32_t dw3; /*!< 3rd dword. */ member
406 uint32_t dw3; /*!< 3rd dword. */ member