Home
last modified time | relevance | path

Searched refs:msg_size (Results 1 – 4 of 4) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/osal/src/
A Dhal_queue.c160 ret = rt_mq_send_wait(queue, buffer, queue->msg_size, timeout); in hal_queue_send_wait()
184 ret = rt_mq_recv(queue, buffer, queue->msg_size, timeout); in hal_queue_recv()
/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_sdp_drv.c65 …p_hash_process_message(SDP_Type *base, sdp_hash_ctx_t *ctx, const uint8_t *msg, uint32_t msg_size);
67 …p_hash_internal_update(SDP_Type *base, sdp_hash_ctx_t *ctx, const uint8_t *msg, uint32_t msg_size);
729 …dp_hash_internal_update(SDP_Type *base, sdp_hash_ctx_t *ctx, const uint8_t *msg, uint32_t msg_size) in sdp_hash_internal_update() argument
752 base->PKTBUF = msg_size; in sdp_hash_internal_update()
757 pkt_desc->buf_size = msg_size; in sdp_hash_internal_update()
777 …dp_hash_process_message(SDP_Type *base, sdp_hash_ctx_t *ctx, const uint8_t *msg, uint32_t msg_size) in sdp_hash_process_message() argument
787 msg_size -= size_to_copy; in sdp_hash_process_message()
797 uint32_t full_blk_size = (msg_size >> 6) << 6; in sdp_hash_process_message()
804 msg_size -= full_blk_size; in sdp_hash_process_message()
807 (void) memcpy(&ctx_internal->block.bytes[0], msg, msg_size); in sdp_hash_process_message()
[all …]
A Dhpm_mcan_drv.c1416 uint32_t msg_size; in mcan_get_message_size_from_dlc() local
1418 msg_size = dlc; in mcan_get_message_size_from_dlc()
1420 msg_size = 8 + (dlc - 8) * 4; in mcan_get_message_size_from_dlc()
1422 msg_size = 32 + (dlc - 13) * 16U; in mcan_get_message_size_from_dlc()
1424 return msg_size; in mcan_get_message_size_from_dlc()
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLite/rtos/
A Dvg_lite_os.c92 …_mq_recv(os_obj.queue_handle, (void*) &peek_queue, os_obj.queue_handle->msg_size, (rt_int32_t) ((r… in command_queue()
327 …if(rt_mq_send_wait(os_obj.queue_handle, (void *) &queue_node, os_obj.queue_handle->msg_size, (rt_i… in vg_lite_os_submit()

Completed in 13 milliseconds