Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.h903 } sfdp_octal_enable_method_t; typedef
1355 static inline sfdp_octal_enable_method_t SFDP_GetOctalEnableMethod(sfdp_handle_t *handle) in SFDP_GetOctalEnableMethod()
1357 return (sfdp_octal_enable_method_t)((handle->bfp.dw19 & 0x700000UL) >> 20UL); in SFDP_GetOctalEnableMethod()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c1095sfdp_octal_enable_method_t octalEnableMethod = SFDP_GetOctalEnableMethod(xspiMemNorHandle.ptrSfdpH… in XSPI_NOR_OctalEnable()