Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.c206 static inline bool SFDP_CheckSignature(sfdp_header_t *ptrSfdpHeader) in SFDP_CheckSignature() argument
208 return (bool)(ptrSfdpHeader->signature == 0x50444653UL); in SFDP_CheckSignature()