Sign in

xiemeng / Optek_sdk_131 · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • Optek_sdk_131
  • source
  • media
  • cec
  • optek_cec_i2c.h
  • Initial code
    7e937523
    luozhesi authored
    2021-05-12 09:32:43 +0800  
    Browse Files »
optek_cec_i2c.h 211 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef OPTEK_CEC_I2C_H
#define OPTEK_CEC_I2C_H

typedef enum {
	I2C_SUCCESS,	/* @emem Success */
	I2C_ERROR		/* @emem Failure */
} I2C_RETURN;

void Hdmi_i2c_init (void);
void Hdmi_IF_Read(u32 parm);


#endif