Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.c213 sfdp_read_cmd_info_t *ptr1PadReadCmdInfo) in SFDP_Get1PadReadCmd() argument
217 ptr1PadReadCmdInfo->dummyCycle = 8U; in SFDP_Get1PadReadCmd()
218 ptr1PadReadCmdInfo->instruction = 0x0BU; in SFDP_Get1PadReadCmd()
224 ptr1PadReadCmdInfo->instruction = 0x0CU; in SFDP_Get1PadReadCmd()
230 ptr1PadReadCmdInfo->dummyCycle = handle->bfp.dw22 & 0x1FUL; in SFDP_Get1PadReadCmd()
231 ptr1PadReadCmdInfo->instruction = (handle->bfp.dw22 & 0xFF00UL) >> 8UL; in SFDP_Get1PadReadCmd()
237 ptr1PadReadCmdInfo->instruction = 0x0EU; in SFDP_Get1PadReadCmd()
240 ptr1PadReadCmdInfo->modeClocks = (handle->bfp.dw22 & 0xE0UL) >> 5UL; in SFDP_Get1PadReadCmd()