📄 qmc__tsa.h
字号:
/*
*********************************
* Definitions for time slot table
*********************************
*/
#ifndef __SLOT_H
#define __SLOT_H
typedef enum
{
Tx_Time_Slot_Tbl,
Rx_Time_Slot_Tbl
}time_slot_tbl;
SI slot_init(SI scc_num, time_slot_tbl table,SI slot_num,
SI mask,SI channel_num);
SI slot_enable (SI scc_num, time_slot_tbl table, SI slot_num);
SI slot_disable(SI scc_num, time_slot_tbl table, SI slot_num);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -