WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_tx_rom.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: hal tx.
4 */
5
6#ifndef HAL_TX_ROM_H
7#define HAL_TX_ROM_H
8
9#include "osal_types.h"
10#include "hal_device_rom.h"
11
12#ifdef __cplusplus
13#if __cplusplus
14extern "C" {
15#endif
16#endif
17
18#define RPT_TX_QUEUE_AL_EMPTY_INTR_BK_MASK 0x20 // bit5
19#define RPT_TX_QUEUE_AL_EMPTY_INTR_BE_MASK 0x800 // bit11
20#define RPT_TX_QUEUE_AL_EMPTY_INTR_VI_MASK 0x1000000 // bit24
21#define RPT_TX_QUEUE_AL_EMPTY_INTR_VO_MASK 0x2000000 // bit25
22#define TIMESTAMP_FROM_REG_UNIT_CHANGE 4 // backoff time和tx done time时间戳单位为16us, 左移四位转换
23
27
28
29#ifdef __cplusplus
30#if __cplusplus
31}
32#endif
33#endif
34
35#endif /* end of HAL_TX_ROM_H */
osal_void hh503_irq_tx_complete_isr(hal_device_stru *device, osal_u8 data)
osal_void hal_log_txq_overrun(hal_to_dmac_device_stru *hal_device, osal_u32 param)
osal_void hh503_irq_tx_queue_al_empty_isr(hal_device_stru *device, osal_u8 data)
unsigned char osal_u8
Definition osal_types.h:11
void osal_void
Definition osal_types.h:29
unsigned int osal_u32
Definition osal_types.h:13
Definition hal_device_rom.h:39
Definition hal_ops_common_rom.h:529
Definition hal_uart_v151_regs_def.h:38