Searched refs:bfp (Results 1 – 2 of 2) sorted by relevance
78 (void)spiReadTable(ptrCurParamHeader->ptp, (uint32_t *)((uint32_t)(&(handle->bfp))), in SFDP_InterpretSFDPParamHeaders()230 ptr1PadReadCmdInfo->dummyCycle = handle->bfp.dw22 & 0x1FUL; in SFDP_Get1PadReadCmd()231 ptr1PadReadCmdInfo->instruction = (handle->bfp.dw22 & 0xFF00UL) >> 8UL; in SFDP_Get1PadReadCmd()240 ptr1PadReadCmdInfo->modeClocks = (handle->bfp.dw22 & 0xE0UL) >> 5UL; in SFDP_Get1PadReadCmd()250 ptr2PadReadCmdInfo->dummyCycle = (uint8_t)(handle->bfp.dw4 & 0x1FUL); in SFDP_Get2PadReadCmd()251 ptr2PadReadCmdInfo->modeClocks = (uint8_t)((handle->bfp.dw4 & 0xE0UL) >> 5UL); in SFDP_Get2PadReadCmd()252 ptr2PadReadCmdInfo->instruction = (uint8_t)((handle->bfp.dw4 & 0xFF00UL) >> 8UL); in SFDP_Get2PadReadCmd()256 ptr2PadReadCmdInfo->dummyCycle = (uint8_t)((handle->bfp.dw4 & 0x1F0000UL) >> 16UL); in SFDP_Get2PadReadCmd()257 ptr2PadReadCmdInfo->modeClocks = (uint8_t)((handle->bfp.dw4 & 0xE00000UL) >> 21UL); in SFDP_Get2PadReadCmd()258 ptr2PadReadCmdInfo->instruction = (uint8_t)((handle->bfp.dw4 & 0xFF000000UL) >> 24UL); in SFDP_Get2PadReadCmd()[all …]
963 …sfdp_basic_flash_param_table_t bfp; /*!< Basic flash parameter table… member1088 return (bool)((handle->bfp.dw1 & 0x80000UL) != 0UL); in SFDP_CheckDTRSupported()1102 return (sfdp_addr_mode_t)((handle->bfp.dw1 & 0x60000UL) >> 17UL); in SFDP_GetAddressBytes()1115 return (bool)((handle->bfp.dw12 & (1UL << 31UL)) == 0UL); in SFDP_CheckSuspendSupported()1128 return (bool)((handle->bfp.dw14 & (1UL << 31UL)) == 0UL); in SFDP_CheckDeepPowerDownSupported()1141 return (sfdp_4_byte_addr_enter_method_t)(uint32_t)((handle->bfp.dw16 & 0xFF000000UL) >> 24UL); in SFDP_Get4ByteAddrModeEnterMethod()1154 return (sfdp_4_byte_addr_exit_method_t)(uint32_t)((handle->bfp.dw16 & 0xFFC000UL) >> 14UL); in SFDP_Get4ByteAddrModeExitMethod()1165 return (sfdp_soft_reset_method_t)((handle->bfp.dw16 & 0x3F00UL) >> 8UL); in SFDP_GetSoftResetMethod()1184 return (sfdp_quad_enable_method_t)((handle->bfp.dw15 & 0x700000UL) >> 20UL); in SFDP_GetQuadEnableMethod()1197 return ((handle->bfp.dw15 & 0x200UL) != 0UL); in SFDP_Check044ModeSupported()[all …]