![]() |
iic
Xilinx SDK Drivers API Documentation
|
Functions | |
| void | XIic_SlaveInclude () |
| This function includes slave code such that slave events will be processsed. More... | |
| int | XIic_SlaveSend (XIic *InstancePtr, u8 *TxMsgPtr, int ByteCount) |
| This function sends data as a slave on the IIC bus and should not be called until an event has occurred that indicates the device has been selected by a master attempting read from the slave (XII_MASTER_READ_EVENT). More... | |
| int | XIic_SlaveRecv (XIic *InstancePtr, u8 *RxMsgPtr, int ByteCount) |
| This function sends data as a slave on the IIC bus and should not be called until an event has occurred that indicates the device has been selected by a master attempting read from the slave (XII_MASTER_READ_EVENT). More... | |