#include <stdint.h>
Go to the source code of this file.
◆ NVME_CORE_VOLTAGE_1_OFFSET
#define NVME_CORE_VOLTAGE_1_OFFSET 0x71 |
◆ NVME_CORE_VOLTAGE_2_OFFSET
#define NVME_CORE_VOLTAGE_2_OFFSET 0x73 |
◆ NVME_TEMP_OFFSET
#define NVME_TEMP_OFFSET 0x00 |
◆ NVME_VOLTAGE_RAIL_1_OFFSET
#define NVME_VOLTAGE_RAIL_1_OFFSET 0x75 |
◆ NVME_VOLTAGE_RAIL_2_OFFSET
#define NVME_VOLTAGE_RAIL_2_OFFSET 0x77 |
◆ nvme_init()
◆ read_nvme_info()
int read_nvme_info |
( |
uint8_t |
bus, |
|
|
uint8_t |
addr, |
|
|
uint8_t |
offset, |
|
|
uint8_t |
read_len, |
|
|
uint8_t * |
data |
|
) |
| |