XFlash_IsReady - 2021.2 English

Xilinx Standalone Library Documentation: OS and Libraries Document Collection

Document ID
UG643
Release Date
2021-10-27
Version
2021.2 English

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

Note: None.

Prototype

int XFlash_IsReady(XFlash *InstancePtr);

Parameters

The following table lists the XFlash_IsReady function arguments.

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

Returns

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