gr55xx_ll_advs.h File Reference

Header file containing functions prototypes of advs LL library. More...

#include "gr55xx_hal.h"

Go to the source code of this file.

Macros

#define LL_ADVS_DIS   (0U)
 
#define LL_ADVS_EN   (1U)
 
#define LL_ADVS_LOWER_TYPE   (0U)
 
#define LL_ADVS_HIGHER_TYPE   (1U)
 
#define LL_ADVS_LIMIT_DIS   (0U)
 
#define LL_ADVS_LIMIT_EN   (1U)
 

Functions

__STATIC_INLINE void ll_advs_dcdc_enable_set (uint8_t enable)
 The ADVS_DCDC block enable set. More...
 
__STATIC_INLINE uint8_t ll_advs_dcdc_enable_get (void)
 The ADVS_DCDC block enable get. More...
 
__STATIC_INLINE void ll_advs_dcdc_vtbias_slop_ctrl_set (uint8_t type)
 The ADVS_DCDC's Slop Control type set. More...
 
__STATIC_INLINE uint8_t ll_advs_dcdc_vtbias_slop_ctrl_get (void)
 The ADVS_DCDC's Slop Control type get. More...
 
__STATIC_INLINE void ll_advs_dcdc_limiter_enable_set (uint8_t enable)
 The ADVS_DCDC's Lower Limit Control enable set. More...
 
__STATIC_INLINE uint8_t ll_advs_dcdc_limiter_enable_get (void)
 The ADVS_DCDC's Lower Limit Control enable get. More...
 
__STATIC_INLINE void ll_advs_dcdc_vtbias_ctrl_vt_set (uint8_t vt)
 The ADVS_DCDC's default level value of the VT bias set. More...
 
__STATIC_INLINE uint8_t ll_advs_dcdc_vtbias_ctrl_vt_get (void)
 The ADVS_DCDC's default level value of the VT bias get. More...
 
__STATIC_INLINE void ll_advs_dcdc_vtbias_ctrl_lower_limit_set (uint8_t limit)
 The ADVS_DCDC's lower limit for the output voltage set. More...
 
__STATIC_INLINE uint8_t ll_advs_dcdc_vtbias_ctrl_lower_limit_get (void)
 The ADVS_DCDC's lower limit for the output voltage get. More...
 
__STATIC_INLINE void ll_advs_digcore_enable_set (uint8_t enable)
 The ADVS_DIGCORE block enable set. More...
 
__STATIC_INLINE uint8_t ll_advs_digcore_enable_get (void)
 The ADVS_DIGCORE block enable get. More...
 
__STATIC_INLINE void ll_advs_digcore_vtbias_slop_ctrl_set (uint8_t type)
 The ADVS_DIGCORE's Slop Control type set. More...
 
__STATIC_INLINE uint8_t ll_advs_digcore_vtbias_slop_ctrl_get (void)
 The ADVS_DIGCORE's Slop Control type get. More...
 
__STATIC_INLINE void ll_advs_digcore_limiter_enable_set (uint8_t enable)
 The ADVS_DIGCORE's Lower Limit Control enable set. More...
 
__STATIC_INLINE uint8_t ll_advs_digcore_limiter_enable_get (void)
 The ADVS_DIGCORE's Lower Limit Control enable get. More...
 
__STATIC_INLINE void ll_advs_digcore_vtbias_ctrl_vt_set (uint8_t vt)
 The ADVS_DIGCORE's default level value of the VT bias set. More...
 
__STATIC_INLINE uint8_t ll_advs_digcore_vtbias_ctrl_vt_get (void)
 The ADVS_DIGCORE's default level value of the VT bias get. More...
 
__STATIC_INLINE void ll_advs_digcore_vtbias_ctrl_lower_limit_set (uint8_t limit)
 The ADVS_DIGCORE's lower limit for the output voltage set. More...
 
__STATIC_INLINE uint8_t ll_advs_digcore_vtbias_ctrl_lower_limit_get (void)
 The ADVS_DIGCORE's lower limit for the output voltage get. More...
 

Detailed Description

Header file containing functions prototypes of advs LL library.

Author
BLE RD
Attention
#####Copyright (c) 2019 GOODIX All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of GOODIX nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Definition in file gr55xx_ll_advs.h.