|
SmartSnippets DA1459x SDK
|
Declarations for DGTL. More...
Go to the source code of this file.
Typedefs | |
| typedef void(* | dgtl_sent_cb_t) (void *user_data) |
| Callback called once tx is completed. More... | |
Enumerations | |
| enum | dgtl_queue_t |
| DGTL queue type. | |
Functions | |
| void | dgtl_app_specific_hci_cb (const dgtl_msg_t *msg) |
| void | dgtl_init (void) |
| void | dgtl_register (dgtl_queue_t queue, uint32_t notif) |
| Register current task for given queue. More... | |
| bool | dgtl_send_ex (dgtl_msg_t *msg, dgtl_sent_cb_t cb, void *user_data) |
| Send message to the DGTL interface. More... | |
| void | dgtl_send (dgtl_msg_t *msg) |
| Send message to the DGTL interface. More... | |
| dgtl_msg_t * | dgtl_receive (dgtl_queue_t queue) |
| Receive message from the DGTL interface. More... | |
| void | dgtl_wkup_handler (void) |
| Wake up handler for dgtl task. More... | |
| void | dgtl_close (void) |
| Send signal to the DGTL task for closing transport. More... | |
Declarations for DGTL.
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.
1.8.16