Searched defs:c (Results 1 – 5 of 5) sorted by relevance
| /hal_telink-latest/tlsr9/drivers/B91/ |
| D | mspi.h | 86 _attribute_ram_code_sec_ static inline void mspi_write(unsigned char c){ in mspi_write() 95 _attribute_ram_code_sec_ static inline void mspi_fm_write(unsigned char c){ in mspi_fm_write()
|
| D | pke.c | 130 void sub_u32(unsigned int *a, unsigned int *b, unsigned int *c, unsigned int wordLen) in sub_u32() 765 unsigned int bWordLen, unsigned int *c) in pke_mod()
|
| /hal_telink-latest/tlsr9/ble/common/ |
| D | utility.h | 39 #define min3(a,b,c) min2(min2(a, b), c) argument 47 #define max3(a,b,c) max2(max2(a, b), c) argument 76 #define MAKE_U24(a,b,c) ((unsigned int)(((a) << 16) | ((b) << 8) | (c))) argument 77 #define MAKE_U32(a,b,c,d) ((unsigned int)(((a) << 24) | ((b) << 16) | ((c) << 8) | (d))) argument
|
| D | utility.c | 27 int i, c; in swapN() local
|
| /hal_telink-latest/tlsr9/ble/stack/ble/hci/ |
| D | hci_const.h | 236 #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
|