Searched refs:sfdp_handle_t (Results 1 – 4 of 4) sorted by relevance
991 } sfdp_handle_t; typedef1012 sfdp_ret_type_t SFDP_ReadSFDPHeader(sfdp_handle_t *handle, SFDP_SpiReadFunc spiRead);1037 sfdp_ret_type_t SFDP_ReadAllSupportedTable(sfdp_handle_t *handle);1053 uint32_t SFDP_GetFlashDensity(sfdp_handle_t *handle);1062 uint32_t SFDP_GetPageSize(sfdp_handle_t *handle);1073 sfdp_protocol_type_t SFDP_GetFlashProtocolType(sfdp_handle_t *handle,1085 static inline bool SFDP_CheckDTRSupported(sfdp_handle_t *handle) in SFDP_CheckDTRSupported()1098 static inline sfdp_addr_mode_t SFDP_GetAddressBytes(sfdp_handle_t *handle) in SFDP_GetAddressBytes()1113 static inline bool SFDP_CheckSuspendSupported(sfdp_handle_t *handle) in SFDP_CheckSuspendSupported()1126 static inline bool SFDP_CheckDeepPowerDownSupported(sfdp_handle_t *handle) in SFDP_CheckDeepPowerDownSupported()[all …]
63 static void SFDP_InterpretSFDPParamHeaders(sfdp_param_header_t *ptrSfdpParamHeaders, sfdp_handle_t … in SFDP_InterpretSFDPParamHeaders()211 static void SFDP_Get1PadReadCmd(sfdp_handle_t *handle, in SFDP_Get1PadReadCmd()244 static void SFDP_Get2PadReadCmd(sfdp_handle_t *handle, in SFDP_Get2PadReadCmd()285 static void SFDP_Get4PadReadCmd(sfdp_handle_t *handle, in SFDP_Get4PadReadCmd()372 static void SFDP_Get8PadReadCmd(sfdp_handle_t *handle, in SFDP_Get8PadReadCmd()538 sfdp_ret_type_t SFDP_ReadSFDPHeader(sfdp_handle_t *handle, SFDP_SpiReadFunc spiRead) in SFDP_ReadSFDPHeader()602 sfdp_ret_type_t SFDP_ReadAllSupportedTable(sfdp_handle_t *handle) in SFDP_ReadAllSupportedTable()634 uint32_t SFDP_GetFlashDensity(sfdp_handle_t *handle) in SFDP_GetFlashDensity()664 uint32_t SFDP_GetPageSize(sfdp_handle_t *handle) in SFDP_GetPageSize()691 sfdp_protocol_type_t SFDP_GetFlashProtocolType(sfdp_handle_t *handle, in SFDP_GetFlashProtocolType()[all …]
109 sfdp_handle_t *ptrSfdpHandle; /*!< Pointer to sfdp handle. */
1261 sfdp_handle_t sfdpHandle; in Nor_Flash_Init()