OpenBIC
OpenSource Bridge-IC
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <zephyr.h>
#include "guid.h"
#include <logging/log.h>
Functions | |
LOG_MODULE_REGISTER (dev_guid) | |
uint8_t | GUID_read (EEPROM_ENTRY *entry) |
uint8_t | GUID_write (EEPROM_ENTRY *entry) |
__weak uint8_t | get_system_guid (uint16_t *data_len, uint8_t *data) |
__weak uint8_t | set_system_guid (const uint16_t *data_len, uint8_t *data) |
Variables | |
__weak const EEPROM_CFG | guid_config [1] = {} |
__weak uint8_t get_system_guid | ( | uint16_t * | data_len, |
uint8_t * | data | ||
) |
uint8_t GUID_read | ( | EEPROM_ENTRY * | entry | ) |
uint8_t GUID_write | ( | EEPROM_ENTRY * | entry | ) |
LOG_MODULE_REGISTER | ( | dev_guid | ) |
__weak uint8_t set_system_guid | ( | const uint16_t * | data_len, |
uint8_t * | data | ||
) |
__weak const EEPROM_CFG guid_config[1] = {} |