Searched defs:first (Results 51 – 62 of 62) sorted by relevance
123
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | rfcomm_internal.h | 141 #define BT_RFCOMM_GET_LEN_EXTENDED(first, second) ((((first) & 0xfe) >> 1) | ((second) << 7)) argument
|
/Zephyr-latest/scripts/kconfig/ |
D | guiconfig.py | 616 def yscrollcommand(first, last): argument
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_diskops.c | 662 int64_t ext2_inode_remove_blocks(struct ext2_inode *inode, uint32_t first) in ext2_inode_remove_blocks()
|
/Zephyr-latest/tests/net/lib/coap/src/ |
D | main.c | 496 bool first; in prepare_block1_request() local 669 bool first; in prepare_block2_response() local
|
/Zephyr-latest/subsys/bluetooth/controller/ticker/ |
D | ticker.c | 284 uint8_t first; /* Slot index of first user operation */ member
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfd_srv.c | 156 uint16_t first, cnt; in handle_receivers_get() local
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_nxp_setup.c | 374 bool first = true; in fw_upload_change_timeout() local
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull.c | 2637 static uint8_t tx_cmplt_get(uint16_t *handle, uint8_t *first, uint8_t last) in tx_cmplt_get()
|
/Zephyr-latest/subsys/net/ip/ |
D | net_pkt.c | 945 struct net_buf *first = NULL; local
|
D | tcp.c | 102 struct net_buf *buf, *first = pkt->cursor.buf, *second = first->frags; in tcp_pkt_linearize() local
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_shell.c | 1907 uint8_t cnt = 0, first = 0x04, last = 0x77; in cmd_i3c_i2c_scan() local
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap.c | 1978 bool first; in coap_register_observer() local
|
123