|
SmartSnippets DA1459x SDK
|
Adapters shared definitions. More...
#include "hw_gpio.h"Go to the source code of this file.
Data Structures | |
| struct | ad_pin_conf_t |
| Adapters pin configuration. More... | |
| struct | ad_io_conf_t |
| Adapters IO configuration. More... | |
Enumerations | |
| enum | AD_IO_CONF_STATE { AD_IO_CONF_OFF = 0, AD_IO_CONF_ON = 1 } |
| Adapters IO configuration state. More... | |
| enum | AD_IO_PAD_LATCHES_OP { AD_IO_PAD_LATCHES_OP_DISABLE = 0, AD_IO_PAD_LATCHES_OP_ENABLE = 1, AD_IO_PAD_LATCHES_OP_TOGGLE = 2 } |
| Pad latch operation. More... | |
| enum | AD_IO_ERROR { AD_IO_ERROR_NONE = 0, AD_IO_ERROR_INVALID_PIN = -1, AD_IO_ERROR_INVALID_CFG = -2 } |
| ad_io_configure return value More... | |
Functions | |
| AD_IO_ERROR | ad_io_configure (const ad_io_conf_t *io, uint8_t size, AD_IO_CONF_STATE state) |
| Apply a list of IO configurations. More... | |
| AD_IO_ERROR | ad_io_set_pad_latch (const ad_io_conf_t *io, uint8_t size, AD_IO_PAD_LATCHES_OP operation) |
| Apply a list of io pad latch operations. More... | |
Adapters shared definitions.
Copyright (C) 2015-2023 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