XFlash_IsReady - 2023.2 English

Standalone Library Documentation: BSP and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2023-12-13
Version
2023.2 English

This function checks the readiness of the device, which means it has been successfully initialized.

Prototype

int XFlash_IsReady(XFlash *InstancePtr);

Parameters

The following table lists the XFlash_IsReady function arguments.

Table 1. XFlash_IsReady Arguments
Type Member Description
XFlash * InstancePtr Pointer to the XFlash instance

Returns

TRUE if the device has been initialized (but not necessarily started), and FALSE otherwise.