RAFW Flexible Software Package Documentation  Release v2.0.1

 
ra6w1/bsp_clocks.c File Reference

Clock Driver. More...

#include <stdint.h>
#include "bsp_api.h"
#include "sdk_defs.h"
#include "bsp_clocks.h"

Functions

bool bsp_clock_xtalm_is_settled (void)
 
int16_t hw_clk_xtalm_update_rdy_cnt (void)
 Update XTAL40M Ready IRQ counter. More...
 
void hw_clk_xtalm_compensate_amp (void)
 Perform XTAL40M RCOSC amplitude temperature compensation.
 
void hw_clk_xtalm_configure (void)
 Configure XTAL40M.
 
__RETAINED_CODE uint32_t hw_clk_pll_sys_on (void)
 Enable the PLL.
 
__RETAINED_CODE void hw_clk_pll_sys_off (void)
 Disable the PLL. More...
 
__RETAINED_CODE void pll_on (void)
 Enable PLL.
 
__RETAINED_CODE void pll_off (void)
 Disable PLL.
 
BSP_PLACE_CODE_IN_RAM void bsp_prv_rtc_mirror_init (void)
 
BSP_PLACE_CODE_IN_RAM lp_clk_is_t bsp_prv_lpclk_get ()
 
BSP_PLACE_CODE_IN_RAM fsp_err_t bsp_prv_lpclk_select (lp_clk_is_t type)
 Selects the low power clock source. More...
 

Detailed Description

Clock Driver.

Copyright (c) 2016-2020 Renesas Electronics. All rights reserved.

This software ("Software") is owned by Renesas Electronics.

By using this Software you agree that Renesas Electronics retains all intellectual property and proprietary rights in and to this Software and any use, reproduction, disclosure or distribution of the Software without express written permission or a license agreement from Renesas Electronics is strictly prohibited. This Software is solely for use on or in conjunction with Renesas Electronics products.

EXCEPT AS OTHERWISE PROVIDED IN A LICENSE AGREEMENT BETWEEN THE PARTIES, THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. EXCEPT AS OTHERWISE PROVIDED IN A LICENSE AGREEMENT BETWEEN THE PARTIES, IN NO EVENT SHALL RENESAS ELECTRONICS BE LIABLE FOR ANY DIRECT, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE SOFTWARE.