Home
last modified time | relevance | path

Searched defs:s (Results 1 – 5 of 5) sorted by relevance

/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/common/
Dcompiler.h39 #define _attribute_aligned_(s) __attribute__((aligned(s))) argument
42 #define _attribute_session_(s) __attribute__((section(s))) argument
Dbit.h34 #define BIT_RNG(s, e) (BIT_MASK_LEN((e)-(s)+1) << (s)) argument
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/ble/common/
Dutility.c86 void my_fifo_init (my_fifo_t *f, int s, u8 n, u8 *p) in my_fifo_init()
Dutility.h50 #define OFFSETOF(s, m) ((unsigned int) &((s *)0)->m) argument
101 #define foreach_range(i, s, e) for(int i = (s); i < (e); ++i) argument
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/ble/stack/ble/hci/
Dhci_const.h236 #define HCI_EVT_CMDSTATUS(n,c,g,s) ((s) | (n<<8) | (c<<16) | (g<<24)) argument
237 #define HCI_EVT_CMD_COMPLETE_STATUS(n,c,g,s) ((n<<0) | (c<<8) | (g<<16) | (s<<24)) argument