Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.h141 …uint32_t dw4; /*!< Fast Read(1s-1s-2s and 1s-2s-2s): wait states, mode bit clocks and instruction… member
260 uint32_t dw4; /*!< 4th dword. */ member
285 …uint32_t dw4; /*!< Generic addressable Read/Write status/control register command for volatile re… member
324 uint32_t dw4; /*!< Program Error. */ member
348 uint32_t dw4; /*!< Non-Volatile register address offset for Die2. */ member
362 uint32_t dw4; /*!< 4th dword. */ member
378 uint32_t dw4; /*!< Dummy cycles used for various frequencies. */ member
391 uint32_t dw4; /*!< 4th dword. */ member
407 uint32_t dw4; /*!< 4th dword. */ member
Dfsl_sfdp_parser.c250 ptr2PadReadCmdInfo->dummyCycle = (uint8_t)(handle->bfp.dw4 & 0x1FUL); in SFDP_Get2PadReadCmd()
251 ptr2PadReadCmdInfo->modeClocks = (uint8_t)((handle->bfp.dw4 & 0xE0UL) >> 5UL); in SFDP_Get2PadReadCmd()
252 ptr2PadReadCmdInfo->instruction = (uint8_t)((handle->bfp.dw4 & 0xFF00UL) >> 8UL); in SFDP_Get2PadReadCmd()
256 ptr2PadReadCmdInfo->dummyCycle = (uint8_t)((handle->bfp.dw4 & 0x1F0000UL) >> 16UL); in SFDP_Get2PadReadCmd()
257 ptr2PadReadCmdInfo->modeClocks = (uint8_t)((handle->bfp.dw4 & 0xE00000UL) >> 21UL); in SFDP_Get2PadReadCmd()
258 ptr2PadReadCmdInfo->instruction = (uint8_t)((handle->bfp.dw4 & 0xFF000000UL) >> 24UL); in SFDP_Get2PadReadCmd()
360 … ptr4PadReadCmdInfo->dummyCycle = (uint8_t)((handle->x4QualIOWithDS.dw4 & 0xF80UL) >> 7UL); in SFDP_Get4PadReadCmd()
439 … ptr8PadReadCmdInfo->dummyCycle = (uint8_t)((handle->xSPIProfile1Table.dw4 & 0xF80UL) >> 7UL); in SFDP_Get8PadReadCmd()
490 … ptr8PadReadCmdInfo->dummyCycle = (uint8_t)((handle->xSPIProfile1Table.dw4 & 0xF80UL) >> 7UL); in SFDP_Get8PadReadCmd()