Searched refs:offset2 (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/subsys/shell/ |
D | shell_utils.h | 20 uint16_t offset2); 24 uint16_t offset2);
|
D | shell_utils.c | 72 uint16_t offset2) in z_column_span_with_buffer_offsets_get() argument 74 return col_num_with_buffer_offset_get(cons, offset2) in z_column_span_with_buffer_offsets_get() 80 uint16_t offset2) in z_row_span_with_buffer_offsets_get() argument 82 return line_num_with_buffer_offset_get(cons, offset2) in z_row_span_with_buffer_offsets_get()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_lan865x.c | 232 int8_t offset1 = 0, offset2 = 0; in lan865x_init_chip() local 247 offset2 = (int8_t)((uint8_t)value2 - 0x20); in lan865x_init_chip() 249 offset2 = (int8_t)value2; in lan865x_init_chip() 254 cfgparam2 = (uint16_t) (((40 + offset2) & 0x3F) << 10); in lan865x_init_chip()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_conn_update/src/ |
D | main.c | 70 .offset2 = 0xffffU, 85 .offset2 = 0xffffU, 99 .offset2 = 0xffffU, 112 .offset2 = 0xffffU, 128 .offset2 = 0xffffU, 144 .offset2 = 0xffffU, 2612 .offset2 = 0xffffU, in ZTEST() 2626 .offset2 = 0xffffU, in ZTEST() 2757 .offset2 = 0xffffU, in ZTEST() 2882 .offset2 = 0xffffU, in ZTEST() [all …]
|
/Zephyr-latest/tests/bluetooth/controller/common/src/ |
D | helper_pdu.c | 282 pdu->llctrl.conn_param_req.offset2 = sys_cpu_to_le16(p->offset2); in helper_pdu_encode_conn_param_req() 306 pdu->llctrl.conn_param_rsp.offset2 = sys_cpu_to_le16(p->offset2); in helper_pdu_encode_conn_param_rsp() 877 zassert_equal(pdu->llctrl.conn_param_req.offset2, p->offset2, in helper_pdu_verify_conn_param_req() 918 zassert_equal(pdu->llctrl.conn_param_rsp.offset2, p->offset2, in helper_pdu_verify_conn_param_rsp()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/ |
D | main.c | 73 .offset2 = 0xffffU, 87 .offset2 = 0xffffU,
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | pdu.h | 710 uint16_t offset2; member 725 uint16_t offset2; member 745 uint16_t offset2; member
|
D | ull_llcp_pdu.c | 522 p->offset2 = sys_cpu_to_le16(ctx->data.cu.offsets[2]); in encode_conn_param_req_rsp_common() 554 ctx->data.cu.offsets[2] = sys_le16_to_cpu(p->offset2); in decode_conn_param_req_rsp_common()
|