/Zephyr-Core-3.4.0/include/zephyr/sys/ |
D | byteorder.h | 299 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/ |
D | main.c | 27 sys_put_le16(buf_len, buf); in read_mtu_validation_chrc()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/hci/nordic/ |
D | hci_vendor.c | 23 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/ |
D | health_srv.c | 91 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/ |
D | emul_max17048.c | 106 sys_put_le16(val, msgs->buf); in max17048_emul_transfer_i2c()
|
/Zephyr-Core-3.4.0/drivers/gpio/ |
D | gpio_mcp230xx.c | 55 sys_put_le16(value, &buf[1]); in mcp230xx_write_port_regs()
|
D | gpio_stmpe1600.c | 78 sys_put_le16(value, &buf[1]); in write_reg16()
|
/Zephyr-Core-3.4.0/drivers/ieee802154/ |
D | ieee802154_uart_pipe.c | 214 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()
|
D | ieee802154_b91.c | 40 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()
|
D | ieee802154_nrf5.c | 303 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()
|
D | ieee802154_rf2xx.c | 568 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/ |
D | uuid.c | 36 sys_put_le16(BT_UUID_16(src)->val, in uuid_to_uuid128()
|
/Zephyr-Core-3.4.0/drivers/auxdisplay/ |
D | auxdisplay_itron.c | 214 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/ |
D | emul_sbs_gauge.c | 194 sys_put_le16(val, msgs->buf); in sbs_gauge_emul_transfer_i2c()
|
D | sbs_gauge.c | 44 sys_put_le16(val, buf); in sbs_cmd_reg_write()
|
/Zephyr-Core-3.4.0/tests/kernel/common/src/ |
D | byteorder.c | 298 sys_put_le16(val, tmp); in ZTEST()
|
/Zephyr-Core-3.4.0/subsys/usb/device_next/ |
D | usbd_init.c | 220 sys_put_le16(sizeof(struct usb_cfg_descriptor) + cfg_len, in init_configuration()
|
/Zephyr-Core-3.4.0/subsys/net/ |
D | buf_simple.c | 92 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/ |
D | radio.c | 923 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/ |
D | vcnl4040.c | 42 sys_put_le16(value, &buf[1]); in vcnl4040_write()
|
/Zephyr-Core-3.4.0/drivers/sensor/max17055/ |
D | max17055.c | 54 sys_put_le16(val, &buf[1]); in max17055_reg_write()
|
/Zephyr-Core-3.4.0/drivers/w1/ |
D | w1_ds2477_85_common.c | 28 sys_put_le16(value, &buf[3]); in ds2477_85_write_port_config()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/services/ots/ |
D | ots_dir_list.c | 123 sys_put_le16(len, start); in dir_list_object_encode()
|
/Zephyr-Core-3.4.0/drivers/sensor/veml7700/ |
D | veml7700.c | 202 sys_put_le16(data, &send_buf[1]); /* bytes 1,2: command arguments */ in veml7700_write()
|
/Zephyr-Core-3.4.0/subsys/usb/device/ |
D | usb_descriptor.c | 481 sys_put_le16((uint8_t *)head - (uint8_t *)cfg_descr, in usb_fix_descriptor()
|