OpenBIC
OpenSource Bridge-IC
guid.h File Reference
#include "eeprom.h"
Include dependency graph for guid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  {
  GUID_WRITE_SUCCESS , GUID_READ_SUCCESS , GUID_INVALID_ID , GUID_OUT_OF_RANGE ,
  GUID_FAIL_TO_ACCESS
}
 
enum  { GUID_ACCESS_BYTE , GUID_ACCESS_WORD }
 

Functions

uint8_t GUID_read (EEPROM_ENTRY *entry)
 
uint8_t GUID_write (EEPROM_ENTRY *entry)
 
uint8_t get_system_guid (uint16_t *data_len, uint8_t *data)
 
uint8_t set_system_guid (const uint16_t *data_len, uint8_t *data)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
GUID_WRITE_SUCCESS 
GUID_READ_SUCCESS 
GUID_INVALID_ID 
GUID_OUT_OF_RANGE 
GUID_FAIL_TO_ACCESS 

◆ anonymous enum

anonymous enum
Enumerator
GUID_ACCESS_BYTE 
GUID_ACCESS_WORD 

Function Documentation

◆ get_system_guid()

uint8_t get_system_guid ( uint16_t *  data_len,
uint8_t *  data 
)
Here is the call graph for this function:

◆ GUID_read()

uint8_t GUID_read ( EEPROM_ENTRY entry)
Here is the call graph for this function:

◆ GUID_write()

uint8_t GUID_write ( EEPROM_ENTRY entry)
Here is the call graph for this function:

◆ set_system_guid()

uint8_t set_system_guid ( const uint16_t *  data_len,
uint8_t *  data 
)
Here is the call graph for this function: