OpenBIC
OpenSource Bridge-IC
eeprom.c File Reference
#include <stdio.h>
#include "eeprom.h"
#include "fru.h"
#include "hal_i2c.h"
#include <string.h>
#include <logging/log.h>
Include dependency graph for eeprom.c:

Functions

 LOG_MODULE_REGISTER (dev_eeprom)
 
bool eeprom_mux_check (EEPROM_ENTRY *entry)
 
bool eeprom_write (EEPROM_ENTRY *entry)
 
bool eeprom_read (EEPROM_ENTRY *entry)
 

Function Documentation

◆ eeprom_mux_check()

bool eeprom_mux_check ( EEPROM_ENTRY entry)
Here is the call graph for this function:

◆ eeprom_read()

bool eeprom_read ( EEPROM_ENTRY entry)
Here is the call graph for this function:

◆ eeprom_write()

bool eeprom_write ( EEPROM_ENTRY entry)
Here is the call graph for this function:

◆ LOG_MODULE_REGISTER()

LOG_MODULE_REGISTER ( dev_eeprom  )