Home
last modified time | relevance | path

Searched refs:e (Results 1 – 4 of 4) sorted by relevance

/hal_telink-3.7.0/tlsr9/ble/stack/ble/controller/ll/
Dll.h26 typedef void (*blt_event_callback_t)(u8 e, u8 *p, int n);
60 void blc_ll_registerTelinkControllerEventCallback (u8 e, blt_event_callback_t p);
/hal_telink-3.7.0/tlsr9/ble/algorithm/crypto/
Dcrypto_alg.h116 void blt_crypto_alg_f6 (unsigned char *e, unsigned char w[16], unsigned char n1[16], unsigned ch…
/hal_telink-3.7.0/tlsr9/common/
Dbit.h34 #define BIT_RNG(s, e) (BIT_MASK_LEN((e)-(s)+1) << (s)) argument
/hal_telink-3.7.0/tlsr9/ble/common/
Dutility.h101 #define foreach_range(i, s, e) for(int i = (s); i < (e); ++i) argument