Home
last modified time | relevance | path

Searched refs:sys_put_le16 (Results 1 – 25 of 56) sorted by relevance

123

/Zephyr-Core-3.7.0/include/zephyr/sys/
Dbyteorder.h410 static inline void sys_put_le16(uint16_t val, uint8_t dst[2]) in sys_put_le16() function
427 sys_put_le16(val, dst); in sys_put_le24()
442 sys_put_le16(val, dst); in sys_put_le32()
443 sys_put_le16(val >> 16, &dst[2]); in sys_put_le32()
473 sys_put_le16(val >> 32, &dst[4]); in sys_put_le48()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/read_fill_buf/server/
Dmain.c27 sys_put_le16(buf_len, buf); in read_mtu_validation_chrc()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/hci/
Dhci_vendor.c23 sys_put_le16(NRF_FICR->DEVICEADDR[1], &addrs[0].bdaddr.val[4]); in hci_vendor_read_static_addr()
/Zephyr-Core-3.7.0/drivers/fuel_gauge/bq27z746/
Demul_bq27z746.c62 sys_put_le16(data->mac_cmd, buf); in emul_bq27z746_read_altmac()
258 sys_put_le16(val, buf); in emul_bq27z746_read()
Dbq27z746.c46 sys_put_le16(value, &buf[1]); in bq27z746_write16()
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dhealth_srv.c90 sys_put_le16(comp->cid, company_ptr); in health_get_current()
94 sys_put_le16(company_id, company_ptr); in health_get_current()
99 sys_put_le16(comp->cid, company_ptr); in health_get_current()
/Zephyr-Core-3.7.0/drivers/fuel_gauge/max17048/
Demul_max17048.c103 sys_put_le16(val, msgs->buf); in max17048_emul_transfer_i2c()
/Zephyr-Core-3.7.0/drivers/gpio/
Dgpio_mcp230xx.c55 sys_put_le16(value, &buf[1]); in mcp230xx_write_port_regs()
Dgpio_stmpe1600.c78 sys_put_le16(value, &buf[1]); in write_reg16()
/Zephyr-Core-3.7.0/drivers/charger/
Demul_sbs_charger.c105 sys_put_le16(val, msgs->buf); in sbs_charger_emul_transfer_i2c()
Dsbs_charger.c45 sys_put_le16(val, buf); in sbs_cmd_reg_write()
/Zephyr-Core-3.7.0/drivers/smbus/
Dsmbus_stm32.c195 sys_put_le16(word, buffer + 1); in smbus_stm32_word_data_write()
221 sys_put_le16(send_word, buffer + 1); in smbus_stm32_pcall()
/Zephyr-Core-3.7.0/drivers/sensor/ens160/
Dens160.c38 sys_put_le16(DIV_ROUND_CLOSEST(temp, 1000000U), buf); in ens160_set_temperature()
65 sys_put_le16(DIV_ROUND_CLOSEST(rh, 1000000U), buf); in ens160_set_humidity()
/Zephyr-Core-3.7.0/drivers/ieee802154/
Dieee802154_uart_pipe.c205 sys_put_le16(pan_id, pan_id_le); in upipe_set_pan_id()
217 sys_put_le16(short_addr, short_addr_le); in upipe_set_short_addr()
Dieee802154_b91.c42 sys_put_le16(pan_id, pan_id_le); in b91_set_pan_id()
53 sys_put_le16(short_addr, short_addr_le); in b91_set_short_addr()
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Duuid.c36 sys_put_le16(BT_UUID_16(src)->val, in uuid_to_uuid128()
/Zephyr-Core-3.7.0/drivers/auxdisplay/
Dauxdisplay_itron.c214 sys_put_le16(x, &cmd[2]); in auxdisplay_itron_cursor_position_set()
215 sys_put_le16(y, &cmd[4]); in auxdisplay_itron_cursor_position_set()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/pipeline/dut/src/
Dmain.c178 sys_put_le16(counter, buf); in read_from()
225 sys_put_le16(handle, data); in send_write_handle()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/long_read/
Dmain.c78 sys_put_le16(read_len, buf); in read_mtu_validation_chrc()
/Zephyr-Core-3.7.0/subsys/dap/
Dcmsis_dap.c147 sys_put_le16(ctx->pkt_size, &info[0]); in dap_info()
761 sys_put_le16(rspns_cnt, &response[0]); in dap_swdp_transferblock()
782 sys_put_le16(0U, &response[0]); in dap_transferblock()
796 sys_put_le16(0U, &response[0]); in dap_transferblock()
/Zephyr-Core-3.7.0/subsys/usb/device_next/
Dusbd_init.c226 sys_put_le16(sizeof(struct usb_cfg_descriptor) + cfg_len, in init_configuration()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/sequential/dut/src/
Dmain.c250 sys_put_le16(handle, data); in send_write_handle()
/Zephyr-Core-3.7.0/drivers/sensor/vishay/vcnl4040/
Dvcnl4040.c42 sys_put_le16(value, &buf[1]); in vcnl4040_write()
/Zephyr-Core-3.7.0/drivers/sensor/mc3419/
Dmc3419.c169 sys_put_le16((uint16_t)val->val1, &buf[1]); in mc3419_set_anymotion_threshold()
/Zephyr-Core-3.7.0/drivers/fuel_gauge/sbs_gauge/
Demul_sbs_gauge.c261 sys_put_le16(val, msgs->buf); in sbs_gauge_emul_transfer_i2c()

123