Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.4.0/include/zephyr/sys/
Dbyteorder.h299 static inline void sys_put_le16(uint16_t val, uint8_t dst[2]) in sys_put_le16() function
316 sys_put_le16(val, dst); in sys_put_le24()
331 sys_put_le16(val, dst); in sys_put_le32()
332 sys_put_le16(val >> 16, &dst[2]); in sys_put_le32()
347 sys_put_le16(val >> 32, &dst[4]); in sys_put_le48()
/Zephyr-Core-3.4.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.4.0/subsys/bluetooth/controller/hci/nordic/
Dhci_vendor.c23 sys_put_le16(NRF_FICR->DEVICEADDR[1], &addrs[0].bdaddr.val[4]); in hci_vendor_read_static_addr()
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/
Dhealth_srv.c91 sys_put_le16(comp->cid, company_ptr); in health_get_current()
95 sys_put_le16(company_id, company_ptr); in health_get_current()
100 sys_put_le16(comp->cid, company_ptr); in health_get_current()
/Zephyr-Core-3.4.0/drivers/fuel_gauge/max17048/
Demul_max17048.c106 sys_put_le16(val, msgs->buf); in max17048_emul_transfer_i2c()
/Zephyr-Core-3.4.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.4.0/drivers/ieee802154/
Dieee802154_uart_pipe.c214 sys_put_le16(pan_id, pan_id_le); in upipe_set_pan_id()
226 sys_put_le16(short_addr, short_addr_le); in upipe_set_short_addr()
Dieee802154_b91.c40 sys_put_le16(pan_id, pan_id_le); in b91_set_pan_id()
51 sys_put_le16(short_addr, short_addr_le); in b91_set_short_addr()
Dieee802154_nrf5.c303 sys_put_le16(pan_id, pan_id_le); in nrf5_set_pan_id()
317 sys_put_le16(short_addr, short_addr_le); in nrf5_set_short_addr()
917 sys_put_le16(config->ack_ie.short_addr, short_addr_le); in nrf5_configure()
Dieee802154_rf2xx.c568 sys_put_le16(short_addr, short_addr_le); in rf2xx_set_short_addr()
588 sys_put_le16(pan_id, pan_id_le); in rf2xx_set_pan_id()
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Duuid.c36 sys_put_le16(BT_UUID_16(src)->val, in uuid_to_uuid128()
/Zephyr-Core-3.4.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.4.0/drivers/fuel_gauge/sbs_gauge/
Demul_sbs_gauge.c194 sys_put_le16(val, msgs->buf); in sbs_gauge_emul_transfer_i2c()
Dsbs_gauge.c44 sys_put_le16(val, buf); in sbs_cmd_reg_write()
/Zephyr-Core-3.4.0/tests/kernel/common/src/
Dbyteorder.c298 sys_put_le16(val, tmp); in ZTEST()
/Zephyr-Core-3.4.0/subsys/usb/device_next/
Dusbd_init.c220 sys_put_le16(sizeof(struct usb_cfg_descriptor) + cfg_len, in init_configuration()
/Zephyr-Core-3.4.0/subsys/net/
Dbuf_simple.c92 sys_put_le16(val, net_buf_simple_add(buf, sizeof(val))); in net_buf_simple_add_le16()
320 sys_put_le16(val, net_buf_simple_push(buf, sizeof(val))); in net_buf_simple_push_le16()
/Zephyr-Core-3.4.0/modules/openthread/platform/
Dradio.c923 sys_put_le16(aShortAddress, short_address); in otPlatRadioAddSrcMatchShortEntry()
964 sys_put_le16(aShortAddress, short_address); in otPlatRadioClearSrcMatchShortEntry()
1174 sys_put_le16(aCslPeriod, &ie_header[OT_IE_HEADER_SIZE + 2]); in otPlatRadioEnableCsl()
1276 sys_put_le16(element_id, &ie_header[0]); in set_vendor_ie_header_lm()
/Zephyr-Core-3.4.0/drivers/sensor/vcnl4040/
Dvcnl4040.c42 sys_put_le16(value, &buf[1]); in vcnl4040_write()
/Zephyr-Core-3.4.0/drivers/sensor/max17055/
Dmax17055.c54 sys_put_le16(val, &buf[1]); in max17055_reg_write()
/Zephyr-Core-3.4.0/drivers/w1/
Dw1_ds2477_85_common.c28 sys_put_le16(value, &buf[3]); in ds2477_85_write_port_config()
/Zephyr-Core-3.4.0/subsys/bluetooth/services/ots/
Dots_dir_list.c123 sys_put_le16(len, start); in dir_list_object_encode()
/Zephyr-Core-3.4.0/drivers/sensor/veml7700/
Dveml7700.c202 sys_put_le16(data, &send_buf[1]); /* bytes 1,2: command arguments */ in veml7700_write()
/Zephyr-Core-3.4.0/subsys/usb/device/
Dusb_descriptor.c481 sys_put_le16((uint8_t *)head - (uint8_t *)cfg_descr, in usb_fix_descriptor()

12