Searched refs:nu_whc_msg (Results 1 – 3 of 3) sorted by relevance
54 nu_whc_msg sMsgBuf;140 if (sizeof(nu_whc_msg) != rt_device_write(device, 0, req, sizeof(nu_whc_msg))) in send_msg()187 nu_whc_msg sNuWhcMsg; in whc_daemon()190 if (sizeof(nu_whc_msg) != rt_device_read(device, 0, psWhcMem, sizeof(nu_whc_msg))) in whc_daemon()195 nu_whc_msg sNuWhcMsg_Resp; in whc_daemon()
21 } nu_whc_msg; typedef22 typedef nu_whc_msg *nu_whc_msg_t;
170 if ((sizeof(nu_whc_msg) != size) || ((uint32_t)buffer & 0x3)) in nu_whc_read()188 if ((sizeof(nu_whc_msg) != size) || ((uint32_t)buffer & 0x3)) in nu_whc_write()
Completed in 11 milliseconds