Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.c1391 sfdp_wip_bit_info_t *ptrBusyBitInfo) in SFDP_GetBusyBitInfo() argument
1398 ptrBusyBitInfo->upperHalfWordSelected = false; in SFDP_GetBusyBitInfo()
1401 ptrBusyBitInfo->readInstr = 0x05U; in SFDP_GetBusyBitInfo()
1402 ptrBusyBitInfo->writeInstr = 0x01U; in SFDP_GetBusyBitInfo()
1403 ptrBusyBitInfo->polarity = false; in SFDP_GetBusyBitInfo()
1404 ptrBusyBitInfo->location = 0U; in SFDP_GetBusyBitInfo()
1408 ptrBusyBitInfo->readInstr = 0x70U; in SFDP_GetBusyBitInfo()
1409 ptrBusyBitInfo->writeInstr = 0x50U; in SFDP_GetBusyBitInfo()
1410 ptrBusyBitInfo->polarity = true; in SFDP_GetBusyBitInfo()
1411 ptrBusyBitInfo->location = 7U; in SFDP_GetBusyBitInfo()
[all …]
Dfsl_sfdp_parser.h1557 sfdp_wip_bit_info_t *ptrBusyBitInfo);