Home
last modified time | relevance | path

Searched defs:first (Results 51 – 62 of 62) sorted by relevance

123

/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm_internal.h141 #define BT_RFCOMM_GET_LEN_EXTENDED(first, second) ((((first) & 0xfe) >> 1) | ((second) << 7)) argument
/Zephyr-latest/scripts/kconfig/
Dguiconfig.py616 def yscrollcommand(first, last): argument
/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.c662 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/
Dmain.c496 bool first; in prepare_block1_request() local
669 bool first; in prepare_block2_response() local
/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c284 uint8_t first; /* Slot index of first user operation */ member
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfd_srv.c156 uint16_t first, cnt; in handle_receivers_get() local
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_nxp_setup.c374 bool first = true; in fw_upload_change_timeout() local
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull.c2637 static uint8_t tx_cmplt_get(uint16_t *handle, uint8_t *first, uint8_t last) in tx_cmplt_get()
/Zephyr-latest/subsys/net/ip/
Dnet_pkt.c945 struct net_buf *first = NULL; local
Dtcp.c102 struct net_buf *buf, *first = pkt->cursor.buf, *second = first->frags; in tcp_pkt_linearize() local
/Zephyr-latest/drivers/i3c/
Di3c_shell.c1907 uint8_t cnt = 0, first = 0x04, last = 0x77; in cmd_i3c_i2c_scan() local
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1978 bool first; in coap_register_observer() local

123