SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
sys-sid.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0+ */
2
3#ifndef _SYS_SID_H_
4#define _SYS_SID_H_
5
6#ifdef __cplusplus
7extern "C" {
8#endif// __cplusplus
9
10#include <io.h>
11#include <stdarg.h>
12#include <stdbool.h>
13#include <stddef.h>
14#include <stdint.h>
15#include <types.h>
16
17#include "log.h"
18
19#include <reg-ncat.h>
20
30
40
47void syter_efuse_dump(void);
48
49#ifdef __cplusplus
50}
51#endif// __cplusplus
52
53#endif// _SYS_SID_H_
u32_t uint32_t
Definition stdint.h:13
static uint8_t value
Definition io.h:144
void syter_efuse_dump(void)
Dump the contents of the eFuse memory.
Definition sys-sid.c:89
uint32_t syter_efuse_read(uint32_t offset)
Read a value from the eFuse memory.
Definition sys-sid.c:51
void syter_efuse_write(uint32_t offset, uint32_t value)
Write a value to the eFuse memory.
Definition sys-sid.c:70