xinxin.li 61a8435a6d > 1. 增加cpri模式,帧头提前2ms的功能,UCP4008-SL-EVB New Feature #926;
> 2. 系统平台lib库更新;
> 3. 增加单模模式下,双小区的删建功能;
> 4. 回归测试case:case21/case22(NR15K)/case34/case37/case68(LTE)
2023-08-18 20:30:52 +08:00

33 lines
762 B
C

#ifndef _APE_MTIMER_H_
#define _APE_MTIMER_H_
#include "typedef.h"
void ape_mtimer_int_init(void);
void ape_mtimer_sync(int32_t nScsId);
void ape_mtimer_unsync(int32_t nScsId);
int32_t mtimer_sfn_para_init(int32_t nTmrId);
void ape_slot_ctw_set(uint8_t nTmrId);
int32_t mtimer_ape_slot_callback(uint8_t nTmrId);
int32_t get_tx_nr_sfn(uint8_t scs);
int32_t get_tx_lte_sfn();
int32_t get_tx_nr_slot(uint8_t scs);
int32_t get_tx_lte_subframe();
int32_t get_rx_nr_sfn(uint8_t scs);
int32_t get_rx_lte_sfn();
int32_t get_rx_nr_slot(uint8_t scs);
int32_t get_rx_lte_subframe();
uint32_t get_tx_nr_slot_cycle();
uint32_t get_tx_lte_subframe_cycle();
uint32_t get_rx_nr_slot_cycle();
uint32_t get_rx_lte_subframe_cycle();
#endif