/Zephyr-latest/include/zephyr/sys/ |
D | byteorder.h | 351 static inline void sys_put_be32(uint32_t val, uint8_t dst[4]) in sys_put_be32() function 368 sys_put_be32(val, &dst[1]); in sys_put_be40() 383 sys_put_be32(val, &dst[2]); in sys_put_be48() 397 sys_put_be32(val >> 32, dst); in sys_put_be64() 398 sys_put_be32(val, &dst[4]); in sys_put_be64()
|
/Zephyr-latest/drivers/spi/ |
D | spi_litex_common.h | 54 sys_put_be32(*rxd, rx_buf); in litex_spi_rx_put()
|
D | spi_rpi_pico_pio.c | 479 sys_put_be32(txrx, rxbuf + (data->rx_count * 4)); in spi_pico_pio_txrx_4_wire() 593 sys_put_be32(txrx, rxbuf + (data->rx_count * 4)); in spi_pico_pio_txrx_3_wire()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto.c | 307 sys_put_be32(iv_index, &nonce[9]); in create_proxy_nonce() 350 sys_put_be32(iv_index, &nonce[9]); in create_net_nonce() 362 sys_put_be32(iv_index, &priv_rand[5]); in bt_mesh_net_obfuscate() 446 sys_put_be32((ctx->seq_num | ((uint32_t)ctx->aszmic << 31)), &nonce[1]); in create_app_nonce() 451 sys_put_be32(ctx->iv_index, &nonce[9]); in create_app_nonce() 703 sys_put_be32(iv_index, &msg[9]); in bt_mesh_beacon_auth() 826 sys_put_be32(iv_index, &data[1]); in bt_mesh_beacon_encrypt()
|
D | prov.c | 166 sys_put_be32(num, &bt_mesh_prov_link.auth[auth_size - sizeof(num)]); in get_auth_number() 274 sys_put_be32(num, &bt_mesh_prov_link.auth[auth_size - sizeof(num)]); in bt_mesh_input_number()
|
D | transport.c | 1137 sys_put_be32(block, &buf[2]); in send_ack()
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_security.c | 149 sys_put_be32(frame_counter, &nonce[8]); in ieee802154_decrypt_auth() 192 sys_put_be32(sec_ctx->frame_counter, &nonce[8]); in ieee802154_encrypt_auth()
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_shell.c | 149 sys_put_be32(reg_addr, buf); in i2c_write_from_buffer() 217 sys_put_be32(reg_addr, reg_addr_buf); in i2c_read_to_buffer()
|
/Zephyr-latest/lib/net_buf/ |
D | buf_simple.c | 127 sys_put_be32(val, net_buf_simple_add(buf, sizeof(val))); in net_buf_simple_add_be32() 402 sys_put_be32(val, net_buf_simple_push(buf, sizeof(val))); in net_buf_simple_push_be32()
|
/Zephyr-latest/subsys/usb/device/class/ |
D | msc.c | 447 sys_put_be32(block_count - 1, &capacity[0]); in readCapacity() 448 sys_put_be32(BLOCK_SIZE, &capacity[4]); in readCapacity()
|
/Zephyr-latest/tests/kernel/common/src/ |
D | byteorder.c | 215 sys_put_be32(val, tmp); in ZTEST()
|
/Zephyr-latest/subsys/modbus/ |
D | modbus_server.c | 386 sys_put_be32(reg, presp); in mbs_fc03_hreg_read() 498 sys_put_be32(reg, presp); in mbs_fc04_inreg_read()
|
D | modbus_client.c | 635 sys_put_be32(reg_val, data_ptr); in modbus_write_holding_regs_fp()
|
/Zephyr-latest/drivers/sdhc/ |
D | sdhc_spi.c | 411 sys_put_be32(cmd->arg, &cmd_buf[1]); in sdhc_spi_send_cmd()
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_http2.c | 138 sys_put_be32(stream_id, &buf[HTTP2_FRAME_STREAM_ID_OFFSET]); in encode_frame_header() 305 sys_put_be32(window_update, in send_window_update_frame()
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_shell.c | 381 sys_put_be32(reg_addr, buf); in i3c_write_from_buffer() 446 sys_put_be32(reg_addr, reg_addr_buf); in i3c_read_to_buffer()
|
/Zephyr-latest/drivers/sensor/grow_r502a/ |
D | grow_r502a.c | 323 sys_put_be32(R502A_DEFAULT_PASSWORD, &tx_packet.data[1]); in fps_verify_password()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | a2dp.c | 848 sys_put_be32(ts, (uint8_t *)&media_hdr->time_stamp); in bt_a2dp_stream_send()
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | dhcpv4_server.c | 315 sys_put_be32(lease_time, &buf[2]); in dhcpv4_encode_ip_lease_time_option()
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap.c | 397 sys_put_be32(val, data); in coap_append_option_int()
|