SmartSnippets DA1459x SDK
Functions | Variables
dgtl_msg.h File Reference

Declarations for DGTL Messages API. More...

#include <stdbool.h>
#include <stdint.h>

Go to the source code of this file.

Functions

dgtl_msg_t * dgtl_msg_alloc (uint8_t pkt_type, size_t length)
 Allocate a DGTL message. More...
 
void dgtl_msg_free (dgtl_msg_t *msg)
 Free DGTL message. More...
 
void * dgtl_msg_get_param_ptr (dgtl_msg_t *msg, size_t *length)
 Get pointer to message contents parameters. More...
 
void * dgtl_msg_to_raw_ptr (dgtl_msg_t *msg)
 Get pointer for raw buffer of DGTL message. More...
 
dgtl_msg_t * dgtl_msg_from_raw_ptr (void *ptr, uint8_t pkt_type)
 Get DGTL message pointer from raw buffer. More...
 

Variables

typedef __PACKED_UNION
 DGTL message. More...
 

Detailed Description

Declarations for DGTL Messages API.

Copyright (C) 2016-2019 Renesas Electronics Corporation and/or its affiliates. All rights reserved. Confidential Information.

This software ("Software") is supplied by Renesas Electronics Corporation and/or its affiliates ("Renesas"). Renesas grants you a personal, non-exclusive, non-transferable, revocable, non-sub-licensable right and license to use the Software, solely if used in or together with Renesas products. You may make copies of this Software, provided this copyright notice and disclaimer ("Notice") is included in all such copies. Renesas reserves the right to change or discontinue the Software at any time without notice.

THE SOFTWARE IS PROVIDED "AS IS". RENESAS DISCLAIMS ALL WARRANTIES OF ANY KIND, WHETHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. TO THE MAXIMUM EXTENT PERMITTED UNDER LAW, IN NO EVENT SHALL RENESAS BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE, EVEN IF RENESAS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. USE OF THIS SOFTWARE MAY BE SUBJECT TO TERMS AND CONDITIONS CONTAINED IN AN ADDITIONAL AGREEMENT BETWEEN YOU AND RENESAS. IN CASE OF CONFLICT BETWEEN THE TERMS OF THIS NOTICE AND ANY SUCH ADDITIONAL LICENSE AGREEMENT, THE TERMS OF THE AGREEMENT SHALL TAKE PRECEDENCE. BY CONTINUING TO USE THIS SOFTWARE, YOU AGREE TO THE TERMS OF THIS NOTICE.IF YOU DO NOT AGREE TO THESE TERMS, YOU ARE NOT PERMITTED TO USE THIS SOFTWARE.