|
SmartSnippets DA1459x SDK
|
Power Domain Driver header file. More...
#include "sdk_defs.h"Go to the source code of this file.
Enumerations | |
| enum | HW_PD { HW_PD_AON = 0, HW_PD_SYS, HW_PD_COM, HW_PD_MEM, HW_PD_TMR, HW_PD_PER, HW_PD_RAD, HW_PD_SLP, HW_PD_AUD, HW_PD_MAX } |
| Hardware power domains. More... | |
Functions | |
| __STATIC_FORCEINLINE void | hw_pd_power_up_periph (void) |
| Power up the Peripherals Power Domain. More... | |
| __STATIC_FORCEINLINE void | hw_pd_wait_power_down_periph (void) |
| Wait for Peripheral Power Domain Power down. More... | |
| __STATIC_INLINE bool | hw_pd_check_periph_status (void) |
| Check the status of Peripherals Power Domain. More... | |
| __STATIC_FORCEINLINE void | hw_pd_power_up_rad (void) |
| Power up the Radio Power Domain. More... | |
| __STATIC_INLINE void | hw_pd_power_down_rad (void) |
| Power down the Radio Power Domain. More... | |
| __STATIC_FORCEINLINE void | hw_pd_wait_power_down_rad (void) |
| Wait for Radio Power Domain Power down. More... | |
| __STATIC_INLINE bool | hw_pd_check_rad_status (void) |
| Check the status of Radio Power Domain. More... | |
| __STATIC_FORCEINLINE void | hw_pd_power_up_com (void) |
| Power up the Communications Power Domain. More... | |
| __STATIC_FORCEINLINE void | hw_pd_power_down_com (void) |
| Power down the Communications Power Domain. More... | |
| __STATIC_FORCEINLINE void | hw_pd_wait_power_down_com (void) |
| Wait for Communications Power Domain Power down. More... | |
| __STATIC_INLINE bool | hw_pd_check_com_status (void) |
| Check the status of Communications Power Domain. More... | |
| __STATIC_FORCEINLINE void | hw_pd_power_up_tim (void) |
| Power up the Timers Power Domain. More... | |
| __STATIC_FORCEINLINE void | hw_pd_power_down_tim (void) |
| Power down the Timers Power Domain. More... | |
| __STATIC_FORCEINLINE void | hw_pd_wait_power_down_tim (void) |
| Wait for Timers Power Domain Power down. More... | |
| __STATIC_INLINE bool | hw_pd_check_tim_status (void) |
| Check the status of Timers Power Domain. More... | |
| __STATIC_FORCEINLINE void | hw_pd_power_up_aud (void) |
| Power up the Audio Power Domain. More... | |
| __STATIC_FORCEINLINE void | hw_pd_power_down_aud (void) |
| Power down the Audio Power Domain. More... | |
| __STATIC_FORCEINLINE void | hw_pd_wait_power_down_aud (void) |
| Wait for Audio Power Domain Power down. More... | |
| __STATIC_INLINE bool | hw_pd_check_aud_status (void) |
| Check the status of Audio Power Domain. More... | |
Power Domain Driver header file.
Copyright (C) 2015-2020 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