XFlash_IsReady - 2021.1 English

Xilinx Standalone Library Documentation OS and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2021-06-16
Version
2021.1 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.