SmartSnippets DA1459x SDK
Macros | Typedefs | Enumerations | Functions

Resource management API. More...

#include <stdint.h>
#include "osal.h"

Go to the source code of this file.

Macros

#define RES_MASK(id)   (((resource_mask_t) 1) << (id))
 Make resource mask from ID. More...
 
#define RES_WAIT_FOREVER   OS_EVENT_FOREVER
 Constant to use when resource_acquire() should wait till resource is available. More...
 

Typedefs

typedef uint32_t resource_mask_t
 

Enumerations

enum  RES_ID
 Shared resource ids. More...
 

Functions

void resource_init (void)
 Initialize resource management structures. More...
 
resource_mask_t resource_acquire (resource_mask_t resource_mask, OS_TICK_TIME timeout)
 Acquire resource(s) More...
 
void resource_release (resource_mask_t resource_mask)
 Release resource(s) More...
 
int resource_add (void)
 Add resource at run time. More...
 

Detailed Description

Resource management API.

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.