Go to the source code of this file.
|
unsigned | XIic_Recv (UINTPTR BaseAddress, u8 Address, u8 *BufferPtr, unsigned ByteCount, u8 Option) |
|
unsigned | XIic_Send (UINTPTR BaseAddress, u8 Address, u8 *BufferPtr, unsigned ByteCount, u8 Option) |
|
unsigned | XIic_DynRecv (UINTPTR BaseAddress, u8 Address, u8 *BufferPtr, u8 ByteCount) |
|
unsigned | XIic_DynSend (UINTPTR BaseAddress, u16 Address, u8 *BufferPtr, u8 ByteCount, u8 Option) |
|
int | XIic_DynInit (UINTPTR BaseAddress) |
|
u32 | XIic_CheckIsBusBusy (UINTPTR BaseAddress) |
|
u32 | XIic_WaitBusFree (UINTPTR BaseAddress) |
|
◆ XIic_CheckIsBusBusy()
u32 XIic_CheckIsBusBusy |
( |
UINTPTR |
BaseAddress | ) |
|
◆ XIic_DynInit()
int XIic_DynInit |
( |
UINTPTR |
BaseAddress | ) |
|
◆ XIic_DynRecv()
unsigned XIic_DynRecv |
( |
UINTPTR |
BaseAddress, |
|
|
u8 |
Address, |
|
|
u8 * |
BufferPtr, |
|
|
u8 |
ByteCount |
|
) |
| |
◆ XIic_DynSend()
unsigned XIic_DynSend |
( |
UINTPTR |
BaseAddress, |
|
|
u16 |
Address, |
|
|
u8 * |
BufferPtr, |
|
|
u8 |
ByteCount, |
|
|
u8 |
Option |
|
) |
| |
◆ XIic_Recv()
unsigned XIic_Recv |
( |
UINTPTR |
BaseAddress, |
|
|
u8 |
Address, |
|
|
u8 * |
BufferPtr, |
|
|
unsigned |
ByteCount, |
|
|
u8 |
Option |
|
) |
| |
◆ XIic_Send()
unsigned XIic_Send |
( |
UINTPTR |
BaseAddress, |
|
|
u8 |
Address, |
|
|
u8 * |
BufferPtr, |
|
|
unsigned |
ByteCount, |
|
|
u8 |
Option |
|
) |
| |
◆ XIic_WaitBusFree()
u32 XIic_WaitBusFree |
( |
UINTPTR |
BaseAddress | ) |
|