Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.h563 } sfdp_4_byte_addr_enter_method_t; typedef
1139 static inline sfdp_4_byte_addr_enter_method_t SFDP_Get4ByteAddrModeEnterMethod(sfdp_handle_t *handl… in SFDP_Get4ByteAddrModeEnterMethod()
1141 return (sfdp_4_byte_addr_enter_method_t)(uint32_t)((handle->bfp.dw16 & 0xFF000000UL) >> 24UL); in SFDP_Get4ByteAddrModeEnterMethod()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c275sfdp_4_byte_addr_enter_method_t enterMethod = SFDP_Get4ByteAddrModeEnterMethod(xspiMemNorHandle.pt… in XSPI_NOR_Enter4ByteMode()