Home
last modified time | relevance | path

Searched refs:sys_put_be32 (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Dbyteorder.h351 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/
Dspi_litex_common.h54 sys_put_be32(*rxd, rx_buf); in litex_spi_rx_put()
Dspi_rpi_pico_pio.c479 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/
Dcrypto.c307 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()
Dprov.c166 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()
Dtransport.c1137 sys_put_be32(block, &buf[2]); in send_ack()
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_security.c149 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/
Di2c_shell.c149 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/
Dbuf_simple.c127 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/
Dmsc.c447 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/
Dbyteorder.c215 sys_put_be32(val, tmp); in ZTEST()
/Zephyr-latest/subsys/modbus/
Dmodbus_server.c386 sys_put_be32(reg, presp); in mbs_fc03_hreg_read()
498 sys_put_be32(reg, presp); in mbs_fc04_inreg_read()
Dmodbus_client.c635 sys_put_be32(reg_val, data_ptr); in modbus_write_holding_regs_fp()
/Zephyr-latest/drivers/sdhc/
Dsdhc_spi.c411 sys_put_be32(cmd->arg, &cmd_buf[1]); in sdhc_spi_send_cmd()
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c138 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/
Di3c_shell.c381 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/
Dgrow_r502a.c323 sys_put_be32(R502A_DEFAULT_PASSWORD, &tx_packet.data[1]); in fps_verify_password()
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c848 sys_put_be32(ts, (uint8_t *)&media_hdr->time_stamp); in bt_a2dp_stream_send()
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_server.c315 sys_put_be32(lease_time, &buf[2]); in dhcpv4_encode_ip_lease_time_option()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c397 sys_put_be32(val, data); in coap_append_option_int()