#include <stdint.h>
#include <zephyr/device.h>
#include "fw_table.pb.h"
#include "flash_info.pb.h"
#include "read_only.pb.h"
Go to the source code of this file.
◆ BOARDTYPE_ORION
| #define BOARDTYPE_ORION 0x37 |
◆ BOARDTYPE_P100A
| #define BOARDTYPE_P100A 0x43 |
◆ BOARDTYPE_P150
| #define BOARDTYPE_P150 0x41 |
◆ BOARDTYPE_P150A
| #define BOARDTYPE_P150A 0x40 |
◆ BOARDTYPE_P150C
| #define BOARDTYPE_P150C 0x42 |
◆ BOARDTYPE_P300
| #define BOARDTYPE_P300 0x44 |
◆ BOARDTYPE_P300A
| #define BOARDTYPE_P300A 0x45 |
◆ BOARDTYPE_P300C
| #define BOARDTYPE_P300C 0x46 |
◆ BOARDTYPE_UBB
| #define BOARDTYPE_UBB 0x47 |
◆ PcbType
| Enumerator |
|---|
| PcbTypeOrion | 0 | |
| PcbTypeP100 | 1 | |
| PcbTypeP150 | 2 | |
| PcbTypeP300 | 3 | |
| PcbTypeUBB | 4 | |
| PcbTypeUnknown | 0xFF | |
◆ tt_bh_fwtable_get_asic_location()
◆ tt_bh_fwtable_get_board_type()
| uint8_t tt_bh_fwtable_get_board_type |
( |
const struct device * | dev | ) |
|
◆ tt_bh_fwtable_get_flash_info_table()
| const FlashInfoTable * tt_bh_fwtable_get_flash_info_table |
( |
const struct device * | dev | ) |
|
◆ tt_bh_fwtable_get_fw_table()
| const FwTable * tt_bh_fwtable_get_fw_table |
( |
const struct device * | dev | ) |
|
◆ tt_bh_fwtable_get_pcb_type()
◆ tt_bh_fwtable_get_read_only_table()
| const ReadOnly * tt_bh_fwtable_get_read_only_table |
( |
const struct device * | dev | ) |
|
◆ tt_bh_fwtable_is_p300_left_chip()
| bool tt_bh_fwtable_is_p300_left_chip |
( |
void | | ) |
|