Home
last modified time | relevance | path

Searched refs:u32 (Results 1 – 15 of 15) sorted by relevance

/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/ble/stack/ble/controller/ll/iso/
Diso_test.h26 u32 successCnt;
27 u32 missedCnt;
28 u32 failedCnt;
29 u32 lastPkt;
33 u32 send_pkt_cnt;
34 u32 isoTestSendTick;
Dbis.h27 u32 blc_ll_getAvailBisNum(u8 role);
28 u32 blt_ll_bis_getAccessCode(u32 seedAccessCode, u8 bisSeq);
29 u32 blt_ll_bis_getSeedAccessAddr(void);
Dcis.h29 ble_sts_t blc_ll_initCisConnectionParameters( u8 *pCisConnPara, u32 master_cis_num, u32 slave_cis_…
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/ble/stack/ble/hci/
Dhci.h59 u32 size;
116 typedef int (*hci_event_handler_t) (u32 h, u8 *para, int n);
125 extern u32 hci_eventMask;
126 extern u32 hci_le_eventMask;
127 extern u32 hci_le_eventMask_2;
198 int blc_hci_send_event (u32 h, u8 *para, int n);
214 ble_sts_t blc_hci_setEventMask_cmd(u32 evtMask); //eventMask: BT/EDR
222 ble_sts_t blc_hci_le_setEventMask_cmd(u32 evtMask); //eventMask: LE event 0~31
230 ble_sts_t blc_hci_le_setEventMask_2_cmd(u32 evtMask_2); //eventMask: LE event 32~63
277 int blc_hci_send_data (u32 h, u8 *para, int n);
[all …]
Dhci_cmd.h1217 u32 controller_delay :24;
1218 u32 codec_configration_length :8;
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/ble/stack/ble/controller/ll/
Dll_pm.h89 u32 blc_pm_getWakeupSystemTick(void);
96 void blc_pm_setDeepsleepRetentionThreshold(u32 thres_ms);
103 void blc_pm_setDeepsleepRetentionEarlyWakeupTiming(u32 earlyWakeup_us);
125 void blc_pm_setAppWakeupLowPower(u32 wakeup_tick, u8 enable);
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/ble/stack/ble/
Dble_format.h68 u32 maxSduM2S :12;
69 u32 rfu0 :3;
70 u32 framed :1;
71 u32 maxSduS2M :12;
72 u32 rfu1 :4;
107 u32 cisAccessAddr; //Access Address of the CIS
139 u32 dma_len;
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/ble/stack/ble/controller/ll/init/
Dinit.h37 ble_sts_t blc_ll_setCreateConnectionTimeout (u32 timeout_ms);
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/common/
Dtypes.h45 typedef unsigned int u32 ; typedef
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/ble/stack/ble/controller/ll/adv/
Dext_adv.h141 …dvParam( u8 adv_handle, advEvtProp_type_t adv_evt_prop, u32 pri_advInter_min, u32 pri_adv…
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/ble/common/
Dutility.h132 static inline u64 mul64_32x32(u32 u, u32 v) in mul64_32x32()
135 u32 u0, v0, w0; in mul64_32x32()
136 u32 u1, v1, w1, w2, t; in mul64_32x32()
137 u32 x, y; in mul64_32x32()
162 u32 size;
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/ble/stack/ble/controller/ial/
Dial.h54 u32 timestamp;
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/ble/algorithm/aes_ccm/
Daes_ccm.h34 u32 pkt;
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/ble/stack/ble/controller/ll/acl_conn/
Dacl_conn.h88 u32 blc_ll_getConnectionStartTick(u16 connHandle);
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/ble/vendor/controller/
Db91_bt.c77 u32 len; in b91_bt_hci_tx_handler()