libpynq (release 5EWC0-2023 version 0.2.1 of 2023-09-01 11:02)
Loading...
Searching...
No Matches
xiic_l.c File Reference
#include <xiic_l.h>
Include dependency graph for xiic_l.c:

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ XIic_CheckIsBusBusy()

u32 XIic_CheckIsBusBusy ( UINTPTR  BaseAddress)

Definition at line 11 of file xiic_l.c.

Here is the caller graph for this function:

◆ XIic_DynInit()

int XIic_DynInit ( UINTPTR  BaseAddress)

Definition at line 10 of file xiic_l.c.

◆ XIic_DynRecv()

unsigned XIic_DynRecv ( UINTPTR  BaseAddress,
u8  Address,
u8 *  BufferPtr,
u8  ByteCount 
)

Definition at line 6 of file xiic_l.c.

◆ XIic_DynSend()

unsigned XIic_DynSend ( UINTPTR  BaseAddress,
u16  Address,
u8 *  BufferPtr,
u8  ByteCount,
u8  Option 
)

Definition at line 8 of file xiic_l.c.

◆ XIic_Recv()

unsigned XIic_Recv ( UINTPTR  BaseAddress,
u8  Address,
u8 *  BufferPtr,
unsigned  ByteCount,
u8  Option 
)

Definition at line 2 of file xiic_l.c.

Here is the caller graph for this function:

◆ XIic_Send()

unsigned XIic_Send ( UINTPTR  BaseAddress,
u8  Address,
u8 *  BufferPtr,
unsigned  ByteCount,
u8  Option 
)

Definition at line 4 of file xiic_l.c.

Here is the caller graph for this function:

◆ XIic_WaitBusFree()

u32 XIic_WaitBusFree ( UINTPTR  BaseAddress)

Definition at line 12 of file xiic_l.c.

Here is the caller graph for this function: