Home
last modified time | relevance | path

Searched refs:REG_TL_MODEM_BASE_ADDR (Results 1 – 2 of 2) sorted by relevance

/hal_telink-latest/tlsr9/drivers/B91/reg_include/
Drf_reg.h705 #define REG_TL_MODEM_BASE_ADDR 0x140c00//140c00 macro
707 #define reg_rf_modem_mode_cfg_rx1_0 REG_ADDR8(REG_TL_MODEM_BASE_ADDR+0x20)
720 #define reg_rf_modem_mode_ctrl_tx1_0 REG_ADDR8(REG_TL_MODEM_BASE_ADDR+0x22)
726 #define reg_rf_modem_rx_ctrl_0 REG_ADDR8(REG_TL_MODEM_BASE_ADDR+0x4c)
734 #define reg_rf_modem_sync_thre_ble REG_ADDR8(REG_TL_MODEM_BASE_ADDR+0x4e)
736 #define reg_rf_agc_rssi_lat REG_ADDR8(REG_TL_MODEM_BASE_ADDR+0x5d)
738 #define reg_rf_tx_tl_ctrl REG_ADDR8(REG_TL_MODEM_BASE_ADDR+0x9a)
/hal_telink-latest/tlsr9/drivers/B91/
Drf.c418 …return (((signed char)(read_reg8(REG_TL_MODEM_BASE_ADDR+0x5d))) - 110);//this function can not tes… in rf_get_rssi()