Searched refs:localRpmsg (Results 1 – 1 of 1) sorted by relevance
1819 struct rpmsg_std_msg localRpmsg; in HAL_RpmsgSend() local1852 localRpmsg.hdr.src = rpmsgHandle->local_addr; in HAL_RpmsgSend()1853 localRpmsg.hdr.dst = rpmsgHandle->remote_addr; in HAL_RpmsgSend()1854 localRpmsg.hdr.len = (uint16_t)length; in HAL_RpmsgSend()1855 localRpmsg.hdr.flags = 0; in HAL_RpmsgSend()1856 localRpmsg.data = (uint32_t)rpmsg_tx_buf; in HAL_RpmsgSend()1859 (uint8_t *)&localRpmsg, in HAL_RpmsgSend()1885 struct rpmsg_std_msg localRpmsg; in HAL_RpmsgNoCopySend() local1899 localRpmsg.hdr.src = rpmsgHandle->local_addr; in HAL_RpmsgNoCopySend()1900 localRpmsg.hdr.dst = rpmsgHandle->remote_addr; in HAL_RpmsgNoCopySend()[all …]