GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)

This commit is contained in:
lai
2026-09-06 03:52:57 +08:00
commit b1928b41c0
21813 changed files with 4413081 additions and 0 deletions
@@ -0,0 +1,19 @@
/*
* Copyright (c) XMEDIA. All rights reserved.
*/
#ifndef _GPIO_I2C_H
#define _GPIO_I2C_H
#define GPIO_I2C_READ 0x01
#define GPIO_I2C_WRITE 0x03
typedef unsigned char byte;
unsigned char gpio_i2c_read(unsigned char devaddress, unsigned char address);
void gpio_i2c_write(unsigned char devaddress, unsigned char address, unsigned char value);
byte siiReadSegmentBlockEDID(byte SlaveAddr, byte Segment, byte Offset, byte *Buffer, byte Length);
#endif