Add CMSIS, PUYA headers and PUYA LL library
This commit is contained in:
parent
dbbe507931
commit
cc2ddb2485
|
@ -0,0 +1,136 @@
|
||||||
|
/* ----------------------------------------------------------------------
|
||||||
|
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
|
||||||
|
*
|
||||||
|
* $Date: 19. October 2015
|
||||||
|
* $Revision: V.1.4.5 a
|
||||||
|
*
|
||||||
|
* Project: CMSIS DSP Library
|
||||||
|
* Title: arm_common_tables.h
|
||||||
|
*
|
||||||
|
* Description: This file has extern declaration for common tables like Bitreverse, reciprocal etc which are used across different functions
|
||||||
|
*
|
||||||
|
* Target Processor: Cortex-M4/Cortex-M3
|
||||||
|
*
|
||||||
|
* 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 ARM LIMITED 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 THE
|
||||||
|
* COPYRIGHT OWNER OR 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.
|
||||||
|
* -------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
#ifndef _ARM_COMMON_TABLES_H
|
||||||
|
#define _ARM_COMMON_TABLES_H
|
||||||
|
|
||||||
|
#include "arm_math.h"
|
||||||
|
|
||||||
|
extern const uint16_t armBitRevTable[1024];
|
||||||
|
extern const q15_t armRecipTableQ15[64];
|
||||||
|
extern const q31_t armRecipTableQ31[64];
|
||||||
|
/* extern const q31_t realCoefAQ31[1024]; */
|
||||||
|
/* extern const q31_t realCoefBQ31[1024]; */
|
||||||
|
extern const float32_t twiddleCoef_16[32];
|
||||||
|
extern const float32_t twiddleCoef_32[64];
|
||||||
|
extern const float32_t twiddleCoef_64[128];
|
||||||
|
extern const float32_t twiddleCoef_128[256];
|
||||||
|
extern const float32_t twiddleCoef_256[512];
|
||||||
|
extern const float32_t twiddleCoef_512[1024];
|
||||||
|
extern const float32_t twiddleCoef_1024[2048];
|
||||||
|
extern const float32_t twiddleCoef_2048[4096];
|
||||||
|
extern const float32_t twiddleCoef_4096[8192];
|
||||||
|
#define twiddleCoef twiddleCoef_4096
|
||||||
|
extern const q31_t twiddleCoef_16_q31[24];
|
||||||
|
extern const q31_t twiddleCoef_32_q31[48];
|
||||||
|
extern const q31_t twiddleCoef_64_q31[96];
|
||||||
|
extern const q31_t twiddleCoef_128_q31[192];
|
||||||
|
extern const q31_t twiddleCoef_256_q31[384];
|
||||||
|
extern const q31_t twiddleCoef_512_q31[768];
|
||||||
|
extern const q31_t twiddleCoef_1024_q31[1536];
|
||||||
|
extern const q31_t twiddleCoef_2048_q31[3072];
|
||||||
|
extern const q31_t twiddleCoef_4096_q31[6144];
|
||||||
|
extern const q15_t twiddleCoef_16_q15[24];
|
||||||
|
extern const q15_t twiddleCoef_32_q15[48];
|
||||||
|
extern const q15_t twiddleCoef_64_q15[96];
|
||||||
|
extern const q15_t twiddleCoef_128_q15[192];
|
||||||
|
extern const q15_t twiddleCoef_256_q15[384];
|
||||||
|
extern const q15_t twiddleCoef_512_q15[768];
|
||||||
|
extern const q15_t twiddleCoef_1024_q15[1536];
|
||||||
|
extern const q15_t twiddleCoef_2048_q15[3072];
|
||||||
|
extern const q15_t twiddleCoef_4096_q15[6144];
|
||||||
|
extern const float32_t twiddleCoef_rfft_32[32];
|
||||||
|
extern const float32_t twiddleCoef_rfft_64[64];
|
||||||
|
extern const float32_t twiddleCoef_rfft_128[128];
|
||||||
|
extern const float32_t twiddleCoef_rfft_256[256];
|
||||||
|
extern const float32_t twiddleCoef_rfft_512[512];
|
||||||
|
extern const float32_t twiddleCoef_rfft_1024[1024];
|
||||||
|
extern const float32_t twiddleCoef_rfft_2048[2048];
|
||||||
|
extern const float32_t twiddleCoef_rfft_4096[4096];
|
||||||
|
|
||||||
|
|
||||||
|
/* floating-point bit reversal tables */
|
||||||
|
#define ARMBITREVINDEXTABLE__16_TABLE_LENGTH ((uint16_t)20 )
|
||||||
|
#define ARMBITREVINDEXTABLE__32_TABLE_LENGTH ((uint16_t)48 )
|
||||||
|
#define ARMBITREVINDEXTABLE__64_TABLE_LENGTH ((uint16_t)56 )
|
||||||
|
#define ARMBITREVINDEXTABLE_128_TABLE_LENGTH ((uint16_t)208 )
|
||||||
|
#define ARMBITREVINDEXTABLE_256_TABLE_LENGTH ((uint16_t)440 )
|
||||||
|
#define ARMBITREVINDEXTABLE_512_TABLE_LENGTH ((uint16_t)448 )
|
||||||
|
#define ARMBITREVINDEXTABLE1024_TABLE_LENGTH ((uint16_t)1800)
|
||||||
|
#define ARMBITREVINDEXTABLE2048_TABLE_LENGTH ((uint16_t)3808)
|
||||||
|
#define ARMBITREVINDEXTABLE4096_TABLE_LENGTH ((uint16_t)4032)
|
||||||
|
|
||||||
|
extern const uint16_t armBitRevIndexTable16[ARMBITREVINDEXTABLE__16_TABLE_LENGTH];
|
||||||
|
extern const uint16_t armBitRevIndexTable32[ARMBITREVINDEXTABLE__32_TABLE_LENGTH];
|
||||||
|
extern const uint16_t armBitRevIndexTable64[ARMBITREVINDEXTABLE__64_TABLE_LENGTH];
|
||||||
|
extern const uint16_t armBitRevIndexTable128[ARMBITREVINDEXTABLE_128_TABLE_LENGTH];
|
||||||
|
extern const uint16_t armBitRevIndexTable256[ARMBITREVINDEXTABLE_256_TABLE_LENGTH];
|
||||||
|
extern const uint16_t armBitRevIndexTable512[ARMBITREVINDEXTABLE_512_TABLE_LENGTH];
|
||||||
|
extern const uint16_t armBitRevIndexTable1024[ARMBITREVINDEXTABLE1024_TABLE_LENGTH];
|
||||||
|
extern const uint16_t armBitRevIndexTable2048[ARMBITREVINDEXTABLE2048_TABLE_LENGTH];
|
||||||
|
extern const uint16_t armBitRevIndexTable4096[ARMBITREVINDEXTABLE4096_TABLE_LENGTH];
|
||||||
|
|
||||||
|
/* fixed-point bit reversal tables */
|
||||||
|
#define ARMBITREVINDEXTABLE_FIXED___16_TABLE_LENGTH ((uint16_t)12 )
|
||||||
|
#define ARMBITREVINDEXTABLE_FIXED___32_TABLE_LENGTH ((uint16_t)24 )
|
||||||
|
#define ARMBITREVINDEXTABLE_FIXED___64_TABLE_LENGTH ((uint16_t)56 )
|
||||||
|
#define ARMBITREVINDEXTABLE_FIXED__128_TABLE_LENGTH ((uint16_t)112 )
|
||||||
|
#define ARMBITREVINDEXTABLE_FIXED__256_TABLE_LENGTH ((uint16_t)240 )
|
||||||
|
#define ARMBITREVINDEXTABLE_FIXED__512_TABLE_LENGTH ((uint16_t)480 )
|
||||||
|
#define ARMBITREVINDEXTABLE_FIXED_1024_TABLE_LENGTH ((uint16_t)992 )
|
||||||
|
#define ARMBITREVINDEXTABLE_FIXED_2048_TABLE_LENGTH ((uint16_t)1984)
|
||||||
|
#define ARMBITREVINDEXTABLE_FIXED_4096_TABLE_LENGTH ((uint16_t)4032)
|
||||||
|
|
||||||
|
extern const uint16_t armBitRevIndexTable_fixed_16[ARMBITREVINDEXTABLE_FIXED___16_TABLE_LENGTH];
|
||||||
|
extern const uint16_t armBitRevIndexTable_fixed_32[ARMBITREVINDEXTABLE_FIXED___32_TABLE_LENGTH];
|
||||||
|
extern const uint16_t armBitRevIndexTable_fixed_64[ARMBITREVINDEXTABLE_FIXED___64_TABLE_LENGTH];
|
||||||
|
extern const uint16_t armBitRevIndexTable_fixed_128[ARMBITREVINDEXTABLE_FIXED__128_TABLE_LENGTH];
|
||||||
|
extern const uint16_t armBitRevIndexTable_fixed_256[ARMBITREVINDEXTABLE_FIXED__256_TABLE_LENGTH];
|
||||||
|
extern const uint16_t armBitRevIndexTable_fixed_512[ARMBITREVINDEXTABLE_FIXED__512_TABLE_LENGTH];
|
||||||
|
extern const uint16_t armBitRevIndexTable_fixed_1024[ARMBITREVINDEXTABLE_FIXED_1024_TABLE_LENGTH];
|
||||||
|
extern const uint16_t armBitRevIndexTable_fixed_2048[ARMBITREVINDEXTABLE_FIXED_2048_TABLE_LENGTH];
|
||||||
|
extern const uint16_t armBitRevIndexTable_fixed_4096[ARMBITREVINDEXTABLE_FIXED_4096_TABLE_LENGTH];
|
||||||
|
|
||||||
|
/* Tables for Fast Math Sine and Cosine */
|
||||||
|
extern const float32_t sinTable_f32[FAST_MATH_TABLE_SIZE + 1];
|
||||||
|
extern const q31_t sinTable_q31[FAST_MATH_TABLE_SIZE + 1];
|
||||||
|
extern const q15_t sinTable_q15[FAST_MATH_TABLE_SIZE + 1];
|
||||||
|
|
||||||
|
#endif /* ARM_COMMON_TABLES_H */
|
|
@ -0,0 +1,79 @@
|
||||||
|
/* ----------------------------------------------------------------------
|
||||||
|
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
|
||||||
|
*
|
||||||
|
* $Date: 19. March 2015
|
||||||
|
* $Revision: V.1.4.5
|
||||||
|
*
|
||||||
|
* Project: CMSIS DSP Library
|
||||||
|
* Title: arm_const_structs.h
|
||||||
|
*
|
||||||
|
* Description: This file has constant structs that are initialized for
|
||||||
|
* user convenience. For example, some can be given as
|
||||||
|
* arguments to the arm_cfft_f32() function.
|
||||||
|
*
|
||||||
|
* Target Processor: Cortex-M4/Cortex-M3
|
||||||
|
*
|
||||||
|
* 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 ARM LIMITED 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 THE
|
||||||
|
* COPYRIGHT OWNER OR 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.
|
||||||
|
* -------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
#ifndef _ARM_CONST_STRUCTS_H
|
||||||
|
#define _ARM_CONST_STRUCTS_H
|
||||||
|
|
||||||
|
#include "arm_math.h"
|
||||||
|
#include "arm_common_tables.h"
|
||||||
|
|
||||||
|
extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len16;
|
||||||
|
extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len32;
|
||||||
|
extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len64;
|
||||||
|
extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len128;
|
||||||
|
extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len256;
|
||||||
|
extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len512;
|
||||||
|
extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len1024;
|
||||||
|
extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len2048;
|
||||||
|
extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len4096;
|
||||||
|
|
||||||
|
extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len16;
|
||||||
|
extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len32;
|
||||||
|
extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len64;
|
||||||
|
extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len128;
|
||||||
|
extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len256;
|
||||||
|
extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len512;
|
||||||
|
extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len1024;
|
||||||
|
extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len2048;
|
||||||
|
extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len4096;
|
||||||
|
|
||||||
|
extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len16;
|
||||||
|
extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len32;
|
||||||
|
extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len64;
|
||||||
|
extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len128;
|
||||||
|
extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len256;
|
||||||
|
extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len512;
|
||||||
|
extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len1024;
|
||||||
|
extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len2048;
|
||||||
|
extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len4096;
|
||||||
|
|
||||||
|
#endif
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,734 @@
|
||||||
|
/**************************************************************************//**
|
||||||
|
* @file cmsis_armcc.h
|
||||||
|
* @brief CMSIS Cortex-M Core Function/Instruction Header File
|
||||||
|
* @version V4.30
|
||||||
|
* @date 20. October 2015
|
||||||
|
******************************************************************************/
|
||||||
|
/* Copyright (c) 2009 - 2015 ARM LIMITED
|
||||||
|
|
||||||
|
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 ARM 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.
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef __CMSIS_ARMCC_H
|
||||||
|
#define __CMSIS_ARMCC_H
|
||||||
|
|
||||||
|
|
||||||
|
#if defined(__ARMCC_VERSION) && (__ARMCC_VERSION < 400677)
|
||||||
|
#error "Please use ARM Compiler Toolchain V4.0.677 or later!"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* ########################### Core Function Access ########################### */
|
||||||
|
/** \ingroup CMSIS_Core_FunctionInterface
|
||||||
|
\defgroup CMSIS_Core_RegAccFunctions CMSIS Core Register Access Functions
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* intrinsic void __enable_irq(); */
|
||||||
|
/* intrinsic void __disable_irq(); */
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Get Control Register
|
||||||
|
\details Returns the content of the Control Register.
|
||||||
|
\return Control Register value
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t __get_CONTROL(void)
|
||||||
|
{
|
||||||
|
register uint32_t __regControl __ASM("control");
|
||||||
|
return(__regControl);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Set Control Register
|
||||||
|
\details Writes the given value to the Control Register.
|
||||||
|
\param [in] control Control Register value to set
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void __set_CONTROL(uint32_t control)
|
||||||
|
{
|
||||||
|
register uint32_t __regControl __ASM("control");
|
||||||
|
__regControl = control;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Get IPSR Register
|
||||||
|
\details Returns the content of the IPSR Register.
|
||||||
|
\return IPSR Register value
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t __get_IPSR(void)
|
||||||
|
{
|
||||||
|
register uint32_t __regIPSR __ASM("ipsr");
|
||||||
|
return(__regIPSR);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Get APSR Register
|
||||||
|
\details Returns the content of the APSR Register.
|
||||||
|
\return APSR Register value
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t __get_APSR(void)
|
||||||
|
{
|
||||||
|
register uint32_t __regAPSR __ASM("apsr");
|
||||||
|
return(__regAPSR);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Get xPSR Register
|
||||||
|
\details Returns the content of the xPSR Register.
|
||||||
|
\return xPSR Register value
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t __get_xPSR(void)
|
||||||
|
{
|
||||||
|
register uint32_t __regXPSR __ASM("xpsr");
|
||||||
|
return(__regXPSR);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Get Process Stack Pointer
|
||||||
|
\details Returns the current value of the Process Stack Pointer (PSP).
|
||||||
|
\return PSP Register value
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t __get_PSP(void)
|
||||||
|
{
|
||||||
|
register uint32_t __regProcessStackPointer __ASM("psp");
|
||||||
|
return(__regProcessStackPointer);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Set Process Stack Pointer
|
||||||
|
\details Assigns the given value to the Process Stack Pointer (PSP).
|
||||||
|
\param [in] topOfProcStack Process Stack Pointer value to set
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void __set_PSP(uint32_t topOfProcStack)
|
||||||
|
{
|
||||||
|
register uint32_t __regProcessStackPointer __ASM("psp");
|
||||||
|
__regProcessStackPointer = topOfProcStack;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Get Main Stack Pointer
|
||||||
|
\details Returns the current value of the Main Stack Pointer (MSP).
|
||||||
|
\return MSP Register value
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t __get_MSP(void)
|
||||||
|
{
|
||||||
|
register uint32_t __regMainStackPointer __ASM("msp");
|
||||||
|
return(__regMainStackPointer);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Set Main Stack Pointer
|
||||||
|
\details Assigns the given value to the Main Stack Pointer (MSP).
|
||||||
|
\param [in] topOfMainStack Main Stack Pointer value to set
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void __set_MSP(uint32_t topOfMainStack)
|
||||||
|
{
|
||||||
|
register uint32_t __regMainStackPointer __ASM("msp");
|
||||||
|
__regMainStackPointer = topOfMainStack;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Get Priority Mask
|
||||||
|
\details Returns the current state of the priority mask bit from the Priority Mask Register.
|
||||||
|
\return Priority Mask value
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t __get_PRIMASK(void)
|
||||||
|
{
|
||||||
|
register uint32_t __regPriMask __ASM("primask");
|
||||||
|
return(__regPriMask);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Set Priority Mask
|
||||||
|
\details Assigns the given value to the Priority Mask Register.
|
||||||
|
\param [in] priMask Priority Mask
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void __set_PRIMASK(uint32_t priMask)
|
||||||
|
{
|
||||||
|
register uint32_t __regPriMask __ASM("primask");
|
||||||
|
__regPriMask = (priMask);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#if (__CORTEX_M >= 0x03U) || (__CORTEX_SC >= 300U)
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Enable FIQ
|
||||||
|
\details Enables FIQ interrupts by clearing the F-bit in the CPSR.
|
||||||
|
Can only be executed in Privileged modes.
|
||||||
|
*/
|
||||||
|
#define __enable_fault_irq __enable_fiq
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Disable FIQ
|
||||||
|
\details Disables FIQ interrupts by setting the F-bit in the CPSR.
|
||||||
|
Can only be executed in Privileged modes.
|
||||||
|
*/
|
||||||
|
#define __disable_fault_irq __disable_fiq
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Get Base Priority
|
||||||
|
\details Returns the current value of the Base Priority register.
|
||||||
|
\return Base Priority register value
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t __get_BASEPRI(void)
|
||||||
|
{
|
||||||
|
register uint32_t __regBasePri __ASM("basepri");
|
||||||
|
return(__regBasePri);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Set Base Priority
|
||||||
|
\details Assigns the given value to the Base Priority register.
|
||||||
|
\param [in] basePri Base Priority value to set
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void __set_BASEPRI(uint32_t basePri)
|
||||||
|
{
|
||||||
|
register uint32_t __regBasePri __ASM("basepri");
|
||||||
|
__regBasePri = (basePri & 0xFFU);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Set Base Priority with condition
|
||||||
|
\details Assigns the given value to the Base Priority register only if BASEPRI masking is disabled,
|
||||||
|
or the new value increases the BASEPRI priority level.
|
||||||
|
\param [in] basePri Base Priority value to set
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void __set_BASEPRI_MAX(uint32_t basePri)
|
||||||
|
{
|
||||||
|
register uint32_t __regBasePriMax __ASM("basepri_max");
|
||||||
|
__regBasePriMax = (basePri & 0xFFU);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Get Fault Mask
|
||||||
|
\details Returns the current value of the Fault Mask register.
|
||||||
|
\return Fault Mask register value
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t __get_FAULTMASK(void)
|
||||||
|
{
|
||||||
|
register uint32_t __regFaultMask __ASM("faultmask");
|
||||||
|
return(__regFaultMask);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Set Fault Mask
|
||||||
|
\details Assigns the given value to the Fault Mask register.
|
||||||
|
\param [in] faultMask Fault Mask value to set
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void __set_FAULTMASK(uint32_t faultMask)
|
||||||
|
{
|
||||||
|
register uint32_t __regFaultMask __ASM("faultmask");
|
||||||
|
__regFaultMask = (faultMask & (uint32_t)1);
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif /* (__CORTEX_M >= 0x03U) || (__CORTEX_SC >= 300U) */
|
||||||
|
|
||||||
|
|
||||||
|
#if (__CORTEX_M == 0x04U) || (__CORTEX_M == 0x07U)
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Get FPSCR
|
||||||
|
\details Returns the current value of the Floating Point Status/Control register.
|
||||||
|
\return Floating Point Status/Control register value
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t __get_FPSCR(void)
|
||||||
|
{
|
||||||
|
#if (__FPU_PRESENT == 1U) && (__FPU_USED == 1U)
|
||||||
|
register uint32_t __regfpscr __ASM("fpscr");
|
||||||
|
return(__regfpscr);
|
||||||
|
#else
|
||||||
|
return(0U);
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Set FPSCR
|
||||||
|
\details Assigns the given value to the Floating Point Status/Control register.
|
||||||
|
\param [in] fpscr Floating Point Status/Control value to set
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void __set_FPSCR(uint32_t fpscr)
|
||||||
|
{
|
||||||
|
#if (__FPU_PRESENT == 1U) && (__FPU_USED == 1U)
|
||||||
|
register uint32_t __regfpscr __ASM("fpscr");
|
||||||
|
__regfpscr = (fpscr);
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif /* (__CORTEX_M == 0x04U) || (__CORTEX_M == 0x07U) */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*@} end of CMSIS_Core_RegAccFunctions */
|
||||||
|
|
||||||
|
|
||||||
|
/* ########################## Core Instruction Access ######################### */
|
||||||
|
/** \defgroup CMSIS_Core_InstructionInterface CMSIS Core Instruction Interface
|
||||||
|
Access to dedicated instructions
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief No Operation
|
||||||
|
\details No Operation does nothing. This instruction can be used for code alignment purposes.
|
||||||
|
*/
|
||||||
|
#define __NOP __nop
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Wait For Interrupt
|
||||||
|
\details Wait For Interrupt is a hint instruction that suspends execution until one of a number of events occurs.
|
||||||
|
*/
|
||||||
|
#define __WFI __wfi
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Wait For Event
|
||||||
|
\details Wait For Event is a hint instruction that permits the processor to enter
|
||||||
|
a low-power state until one of a number of events occurs.
|
||||||
|
*/
|
||||||
|
#define __WFE __wfe
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Send Event
|
||||||
|
\details Send Event is a hint instruction. It causes an event to be signaled to the CPU.
|
||||||
|
*/
|
||||||
|
#define __SEV __sev
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Instruction Synchronization Barrier
|
||||||
|
\details Instruction Synchronization Barrier flushes the pipeline in the processor,
|
||||||
|
so that all instructions following the ISB are fetched from cache or memory,
|
||||||
|
after the instruction has been completed.
|
||||||
|
*/
|
||||||
|
#define __ISB() do {\
|
||||||
|
__schedule_barrier();\
|
||||||
|
__isb(0xF);\
|
||||||
|
__schedule_barrier();\
|
||||||
|
} while (0U)
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Data Synchronization Barrier
|
||||||
|
\details Acts as a special kind of Data Memory Barrier.
|
||||||
|
It completes when all explicit memory accesses before this instruction complete.
|
||||||
|
*/
|
||||||
|
#define __DSB() do {\
|
||||||
|
__schedule_barrier();\
|
||||||
|
__dsb(0xF);\
|
||||||
|
__schedule_barrier();\
|
||||||
|
} while (0U)
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Data Memory Barrier
|
||||||
|
\details Ensures the apparent order of the explicit memory operations before
|
||||||
|
and after the instruction, without ensuring their completion.
|
||||||
|
*/
|
||||||
|
#define __DMB() do {\
|
||||||
|
__schedule_barrier();\
|
||||||
|
__dmb(0xF);\
|
||||||
|
__schedule_barrier();\
|
||||||
|
} while (0U)
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Reverse byte order (32 bit)
|
||||||
|
\details Reverses the byte order in integer value.
|
||||||
|
\param [in] value Value to reverse
|
||||||
|
\return Reversed value
|
||||||
|
*/
|
||||||
|
#define __REV __rev
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Reverse byte order (16 bit)
|
||||||
|
\details Reverses the byte order in two unsigned short values.
|
||||||
|
\param [in] value Value to reverse
|
||||||
|
\return Reversed value
|
||||||
|
*/
|
||||||
|
#ifndef __NO_EMBEDDED_ASM
|
||||||
|
__attribute__((section(".rev16_text"))) __STATIC_INLINE __ASM uint32_t __REV16(uint32_t value)
|
||||||
|
{
|
||||||
|
rev16 r0, r0
|
||||||
|
bx lr
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Reverse byte order in signed short value
|
||||||
|
\details Reverses the byte order in a signed short value with sign extension to integer.
|
||||||
|
\param [in] value Value to reverse
|
||||||
|
\return Reversed value
|
||||||
|
*/
|
||||||
|
#ifndef __NO_EMBEDDED_ASM
|
||||||
|
__attribute__((section(".revsh_text"))) __STATIC_INLINE __ASM int32_t __REVSH(int32_t value)
|
||||||
|
{
|
||||||
|
revsh r0, r0
|
||||||
|
bx lr
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Rotate Right in unsigned value (32 bit)
|
||||||
|
\details Rotate Right (immediate) provides the value of the contents of a register rotated by a variable number of bits.
|
||||||
|
\param [in] value Value to rotate
|
||||||
|
\param [in] value Number of Bits to rotate
|
||||||
|
\return Rotated value
|
||||||
|
*/
|
||||||
|
#define __ROR __ror
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Breakpoint
|
||||||
|
\details Causes the processor to enter Debug state.
|
||||||
|
Debug tools can use this to investigate system state when the instruction at a particular address is reached.
|
||||||
|
\param [in] value is ignored by the processor.
|
||||||
|
If required, a debugger can use it to store additional information about the breakpoint.
|
||||||
|
*/
|
||||||
|
#define __BKPT(value) __breakpoint(value)
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Reverse bit order of value
|
||||||
|
\details Reverses the bit order of the given value.
|
||||||
|
\param [in] value Value to reverse
|
||||||
|
\return Reversed value
|
||||||
|
*/
|
||||||
|
#if (__CORTEX_M >= 0x03U) || (__CORTEX_SC >= 300U)
|
||||||
|
#define __RBIT __rbit
|
||||||
|
#else
|
||||||
|
__attribute__((always_inline)) __STATIC_INLINE uint32_t __RBIT(uint32_t value)
|
||||||
|
{
|
||||||
|
uint32_t result;
|
||||||
|
int32_t s = 4 /*sizeof(v)*/ * 8 - 1; /* extra shift needed at end */
|
||||||
|
|
||||||
|
result = value; /* r will be reversed bits of v; first get LSB of v */
|
||||||
|
for (value >>= 1U; value; value >>= 1U)
|
||||||
|
{
|
||||||
|
result <<= 1U;
|
||||||
|
result |= value & 1U;
|
||||||
|
s--;
|
||||||
|
}
|
||||||
|
result <<= s; /* shift when v's highest bits are zero */
|
||||||
|
return(result);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Count leading zeros
|
||||||
|
\details Counts the number of leading zeros of a data value.
|
||||||
|
\param [in] value Value to count the leading zeros
|
||||||
|
\return number of leading zeros in value
|
||||||
|
*/
|
||||||
|
#define __CLZ __clz
|
||||||
|
|
||||||
|
|
||||||
|
#if (__CORTEX_M >= 0x03U) || (__CORTEX_SC >= 300U)
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief LDR Exclusive (8 bit)
|
||||||
|
\details Executes a exclusive LDR instruction for 8 bit value.
|
||||||
|
\param [in] ptr Pointer to data
|
||||||
|
\return value of type uint8_t at (*ptr)
|
||||||
|
*/
|
||||||
|
#if defined(__ARMCC_VERSION) && (__ARMCC_VERSION < 5060020)
|
||||||
|
#define __LDREXB(ptr) ((uint8_t ) __ldrex(ptr))
|
||||||
|
#else
|
||||||
|
#define __LDREXB(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint8_t ) __ldrex(ptr)) _Pragma("pop")
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief LDR Exclusive (16 bit)
|
||||||
|
\details Executes a exclusive LDR instruction for 16 bit values.
|
||||||
|
\param [in] ptr Pointer to data
|
||||||
|
\return value of type uint16_t at (*ptr)
|
||||||
|
*/
|
||||||
|
#if defined(__ARMCC_VERSION) && (__ARMCC_VERSION < 5060020)
|
||||||
|
#define __LDREXH(ptr) ((uint16_t) __ldrex(ptr))
|
||||||
|
#else
|
||||||
|
#define __LDREXH(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint16_t) __ldrex(ptr)) _Pragma("pop")
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief LDR Exclusive (32 bit)
|
||||||
|
\details Executes a exclusive LDR instruction for 32 bit values.
|
||||||
|
\param [in] ptr Pointer to data
|
||||||
|
\return value of type uint32_t at (*ptr)
|
||||||
|
*/
|
||||||
|
#if defined(__ARMCC_VERSION) && (__ARMCC_VERSION < 5060020)
|
||||||
|
#define __LDREXW(ptr) ((uint32_t ) __ldrex(ptr))
|
||||||
|
#else
|
||||||
|
#define __LDREXW(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint32_t ) __ldrex(ptr)) _Pragma("pop")
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief STR Exclusive (8 bit)
|
||||||
|
\details Executes a exclusive STR instruction for 8 bit values.
|
||||||
|
\param [in] value Value to store
|
||||||
|
\param [in] ptr Pointer to location
|
||||||
|
\return 0 Function succeeded
|
||||||
|
\return 1 Function failed
|
||||||
|
*/
|
||||||
|
#if defined(__ARMCC_VERSION) && (__ARMCC_VERSION < 5060020)
|
||||||
|
#define __STREXB(value, ptr) __strex(value, ptr)
|
||||||
|
#else
|
||||||
|
#define __STREXB(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) _Pragma("pop")
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief STR Exclusive (16 bit)
|
||||||
|
\details Executes a exclusive STR instruction for 16 bit values.
|
||||||
|
\param [in] value Value to store
|
||||||
|
\param [in] ptr Pointer to location
|
||||||
|
\return 0 Function succeeded
|
||||||
|
\return 1 Function failed
|
||||||
|
*/
|
||||||
|
#if defined(__ARMCC_VERSION) && (__ARMCC_VERSION < 5060020)
|
||||||
|
#define __STREXH(value, ptr) __strex(value, ptr)
|
||||||
|
#else
|
||||||
|
#define __STREXH(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) _Pragma("pop")
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief STR Exclusive (32 bit)
|
||||||
|
\details Executes a exclusive STR instruction for 32 bit values.
|
||||||
|
\param [in] value Value to store
|
||||||
|
\param [in] ptr Pointer to location
|
||||||
|
\return 0 Function succeeded
|
||||||
|
\return 1 Function failed
|
||||||
|
*/
|
||||||
|
#if defined(__ARMCC_VERSION) && (__ARMCC_VERSION < 5060020)
|
||||||
|
#define __STREXW(value, ptr) __strex(value, ptr)
|
||||||
|
#else
|
||||||
|
#define __STREXW(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) _Pragma("pop")
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Remove the exclusive lock
|
||||||
|
\details Removes the exclusive lock which is created by LDREX.
|
||||||
|
*/
|
||||||
|
#define __CLREX __clrex
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Signed Saturate
|
||||||
|
\details Saturates a signed value.
|
||||||
|
\param [in] value Value to be saturated
|
||||||
|
\param [in] sat Bit position to saturate to (1..32)
|
||||||
|
\return Saturated value
|
||||||
|
*/
|
||||||
|
#define __SSAT __ssat
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Unsigned Saturate
|
||||||
|
\details Saturates an unsigned value.
|
||||||
|
\param [in] value Value to be saturated
|
||||||
|
\param [in] sat Bit position to saturate to (0..31)
|
||||||
|
\return Saturated value
|
||||||
|
*/
|
||||||
|
#define __USAT __usat
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Rotate Right with Extend (32 bit)
|
||||||
|
\details Moves each bit of a bitstring right by one bit.
|
||||||
|
The carry input is shifted in at the left end of the bitstring.
|
||||||
|
\param [in] value Value to rotate
|
||||||
|
\return Rotated value
|
||||||
|
*/
|
||||||
|
#ifndef __NO_EMBEDDED_ASM
|
||||||
|
__attribute__((section(".rrx_text"))) __STATIC_INLINE __ASM uint32_t __RRX(uint32_t value)
|
||||||
|
{
|
||||||
|
rrx r0, r0
|
||||||
|
bx lr
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief LDRT Unprivileged (8 bit)
|
||||||
|
\details Executes a Unprivileged LDRT instruction for 8 bit value.
|
||||||
|
\param [in] ptr Pointer to data
|
||||||
|
\return value of type uint8_t at (*ptr)
|
||||||
|
*/
|
||||||
|
#define __LDRBT(ptr) ((uint8_t ) __ldrt(ptr))
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief LDRT Unprivileged (16 bit)
|
||||||
|
\details Executes a Unprivileged LDRT instruction for 16 bit values.
|
||||||
|
\param [in] ptr Pointer to data
|
||||||
|
\return value of type uint16_t at (*ptr)
|
||||||
|
*/
|
||||||
|
#define __LDRHT(ptr) ((uint16_t) __ldrt(ptr))
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief LDRT Unprivileged (32 bit)
|
||||||
|
\details Executes a Unprivileged LDRT instruction for 32 bit values.
|
||||||
|
\param [in] ptr Pointer to data
|
||||||
|
\return value of type uint32_t at (*ptr)
|
||||||
|
*/
|
||||||
|
#define __LDRT(ptr) ((uint32_t ) __ldrt(ptr))
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief STRT Unprivileged (8 bit)
|
||||||
|
\details Executes a Unprivileged STRT instruction for 8 bit values.
|
||||||
|
\param [in] value Value to store
|
||||||
|
\param [in] ptr Pointer to location
|
||||||
|
*/
|
||||||
|
#define __STRBT(value, ptr) __strt(value, ptr)
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief STRT Unprivileged (16 bit)
|
||||||
|
\details Executes a Unprivileged STRT instruction for 16 bit values.
|
||||||
|
\param [in] value Value to store
|
||||||
|
\param [in] ptr Pointer to location
|
||||||
|
*/
|
||||||
|
#define __STRHT(value, ptr) __strt(value, ptr)
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief STRT Unprivileged (32 bit)
|
||||||
|
\details Executes a Unprivileged STRT instruction for 32 bit values.
|
||||||
|
\param [in] value Value to store
|
||||||
|
\param [in] ptr Pointer to location
|
||||||
|
*/
|
||||||
|
#define __STRT(value, ptr) __strt(value, ptr)
|
||||||
|
|
||||||
|
#endif /* (__CORTEX_M >= 0x03U) || (__CORTEX_SC >= 300U) */
|
||||||
|
|
||||||
|
/*@}*/ /* end of group CMSIS_Core_InstructionInterface */
|
||||||
|
|
||||||
|
|
||||||
|
/* ################### Compiler specific Intrinsics ########################### */
|
||||||
|
/** \defgroup CMSIS_SIMD_intrinsics CMSIS SIMD Intrinsics
|
||||||
|
Access to dedicated SIMD instructions
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if (__CORTEX_M >= 0x04U) /* only for Cortex-M4 and above */
|
||||||
|
|
||||||
|
#define __SADD8 __sadd8
|
||||||
|
#define __QADD8 __qadd8
|
||||||
|
#define __SHADD8 __shadd8
|
||||||
|
#define __UADD8 __uadd8
|
||||||
|
#define __UQADD8 __uqadd8
|
||||||
|
#define __UHADD8 __uhadd8
|
||||||
|
#define __SSUB8 __ssub8
|
||||||
|
#define __QSUB8 __qsub8
|
||||||
|
#define __SHSUB8 __shsub8
|
||||||
|
#define __USUB8 __usub8
|
||||||
|
#define __UQSUB8 __uqsub8
|
||||||
|
#define __UHSUB8 __uhsub8
|
||||||
|
#define __SADD16 __sadd16
|
||||||
|
#define __QADD16 __qadd16
|
||||||
|
#define __SHADD16 __shadd16
|
||||||
|
#define __UADD16 __uadd16
|
||||||
|
#define __UQADD16 __uqadd16
|
||||||
|
#define __UHADD16 __uhadd16
|
||||||
|
#define __SSUB16 __ssub16
|
||||||
|
#define __QSUB16 __qsub16
|
||||||
|
#define __SHSUB16 __shsub16
|
||||||
|
#define __USUB16 __usub16
|
||||||
|
#define __UQSUB16 __uqsub16
|
||||||
|
#define __UHSUB16 __uhsub16
|
||||||
|
#define __SASX __sasx
|
||||||
|
#define __QASX __qasx
|
||||||
|
#define __SHASX __shasx
|
||||||
|
#define __UASX __uasx
|
||||||
|
#define __UQASX __uqasx
|
||||||
|
#define __UHASX __uhasx
|
||||||
|
#define __SSAX __ssax
|
||||||
|
#define __QSAX __qsax
|
||||||
|
#define __SHSAX __shsax
|
||||||
|
#define __USAX __usax
|
||||||
|
#define __UQSAX __uqsax
|
||||||
|
#define __UHSAX __uhsax
|
||||||
|
#define __USAD8 __usad8
|
||||||
|
#define __USADA8 __usada8
|
||||||
|
#define __SSAT16 __ssat16
|
||||||
|
#define __USAT16 __usat16
|
||||||
|
#define __UXTB16 __uxtb16
|
||||||
|
#define __UXTAB16 __uxtab16
|
||||||
|
#define __SXTB16 __sxtb16
|
||||||
|
#define __SXTAB16 __sxtab16
|
||||||
|
#define __SMUAD __smuad
|
||||||
|
#define __SMUADX __smuadx
|
||||||
|
#define __SMLAD __smlad
|
||||||
|
#define __SMLADX __smladx
|
||||||
|
#define __SMLALD __smlald
|
||||||
|
#define __SMLALDX __smlaldx
|
||||||
|
#define __SMUSD __smusd
|
||||||
|
#define __SMUSDX __smusdx
|
||||||
|
#define __SMLSD __smlsd
|
||||||
|
#define __SMLSDX __smlsdx
|
||||||
|
#define __SMLSLD __smlsld
|
||||||
|
#define __SMLSLDX __smlsldx
|
||||||
|
#define __SEL __sel
|
||||||
|
#define __QADD __qadd
|
||||||
|
#define __QSUB __qsub
|
||||||
|
|
||||||
|
#define __PKHBT(ARG1,ARG2,ARG3) ( ((((uint32_t)(ARG1)) ) & 0x0000FFFFUL) | \
|
||||||
|
((((uint32_t)(ARG2)) << (ARG3)) & 0xFFFF0000UL) )
|
||||||
|
|
||||||
|
#define __PKHTB(ARG1,ARG2,ARG3) ( ((((uint32_t)(ARG1)) ) & 0xFFFF0000UL) | \
|
||||||
|
((((uint32_t)(ARG2)) >> (ARG3)) & 0x0000FFFFUL) )
|
||||||
|
|
||||||
|
#define __SMMLA(ARG1,ARG2,ARG3) ( (int32_t)((((int64_t)(ARG1) * (ARG2)) + \
|
||||||
|
((int64_t)(ARG3) << 32U) ) >> 32U))
|
||||||
|
|
||||||
|
#endif /* (__CORTEX_M >= 0x04) */
|
||||||
|
/*@} end of group CMSIS_SIMD_intrinsics */
|
||||||
|
|
||||||
|
|
||||||
|
#endif /* __CMSIS_ARMCC_H */
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,798 @@
|
||||||
|
/**************************************************************************//**
|
||||||
|
* @file core_cm0.h
|
||||||
|
* @brief CMSIS Cortex-M0 Core Peripheral Access Layer Header File
|
||||||
|
* @version V4.30
|
||||||
|
* @date 20. October 2015
|
||||||
|
******************************************************************************/
|
||||||
|
/* Copyright (c) 2009 - 2015 ARM LIMITED
|
||||||
|
|
||||||
|
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 ARM 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.
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
||||||
|
#if defined ( __ICCARM__ )
|
||||||
|
#pragma system_include /* treat file as system include file for MISRA check */
|
||||||
|
#elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
|
||||||
|
#pragma clang system_header /* treat file as system include file */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef __CORE_CM0_H_GENERIC
|
||||||
|
#define __CORE_CM0_H_GENERIC
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
\page CMSIS_MISRA_Exceptions MISRA-C:2004 Compliance Exceptions
|
||||||
|
CMSIS violates the following MISRA-C:2004 rules:
|
||||||
|
|
||||||
|
\li Required Rule 8.5, object/function definition in header file.<br>
|
||||||
|
Function definitions in header files are used to allow 'inlining'.
|
||||||
|
|
||||||
|
\li Required Rule 18.4, declaration of union type or object of union type: '{...}'.<br>
|
||||||
|
Unions are used for effective representation of core registers.
|
||||||
|
|
||||||
|
\li Advisory Rule 19.7, Function-like macro defined.<br>
|
||||||
|
Function-like macros are used to allow more efficient code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
* CMSIS definitions
|
||||||
|
******************************************************************************/
|
||||||
|
/**
|
||||||
|
\ingroup Cortex_M0
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* CMSIS CM0 definitions */
|
||||||
|
#define __CM0_CMSIS_VERSION_MAIN (0x04U) /*!< [31:16] CMSIS HAL main version */
|
||||||
|
#define __CM0_CMSIS_VERSION_SUB (0x1EU) /*!< [15:0] CMSIS HAL sub version */
|
||||||
|
#define __CM0_CMSIS_VERSION ((__CM0_CMSIS_VERSION_MAIN << 16U) | \
|
||||||
|
__CM0_CMSIS_VERSION_SUB ) /*!< CMSIS HAL version number */
|
||||||
|
|
||||||
|
#define __CORTEX_M (0x00U) /*!< Cortex-M Core */
|
||||||
|
|
||||||
|
|
||||||
|
#if defined ( __CC_ARM )
|
||||||
|
#define __ASM __asm /*!< asm keyword for ARM Compiler */
|
||||||
|
#define __INLINE __inline /*!< inline keyword for ARM Compiler */
|
||||||
|
#define __STATIC_INLINE static __inline
|
||||||
|
|
||||||
|
#elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
|
||||||
|
#define __ASM __asm /*!< asm keyword for ARM Compiler */
|
||||||
|
#define __INLINE __inline /*!< inline keyword for ARM Compiler */
|
||||||
|
#define __STATIC_INLINE static __inline
|
||||||
|
|
||||||
|
#elif defined ( __GNUC__ )
|
||||||
|
#define __ASM __asm /*!< asm keyword for GNU Compiler */
|
||||||
|
#define __INLINE inline /*!< inline keyword for GNU Compiler */
|
||||||
|
#define __STATIC_INLINE static inline
|
||||||
|
|
||||||
|
#elif defined ( __ICCARM__ )
|
||||||
|
#define __ASM __asm /*!< asm keyword for IAR Compiler */
|
||||||
|
#define __INLINE inline /*!< inline keyword for IAR Compiler. Only available in High optimization mode! */
|
||||||
|
#define __STATIC_INLINE static inline
|
||||||
|
|
||||||
|
#elif defined ( __TMS470__ )
|
||||||
|
#define __ASM __asm /*!< asm keyword for TI CCS Compiler */
|
||||||
|
#define __STATIC_INLINE static inline
|
||||||
|
|
||||||
|
#elif defined ( __TASKING__ )
|
||||||
|
#define __ASM __asm /*!< asm keyword for TASKING Compiler */
|
||||||
|
#define __INLINE inline /*!< inline keyword for TASKING Compiler */
|
||||||
|
#define __STATIC_INLINE static inline
|
||||||
|
|
||||||
|
#elif defined ( __CSMC__ )
|
||||||
|
#define __packed
|
||||||
|
#define __ASM _asm /*!< asm keyword for COSMIC Compiler */
|
||||||
|
#define __INLINE inline /*!< inline keyword for COSMIC Compiler. Use -pc99 on compile line */
|
||||||
|
#define __STATIC_INLINE static inline
|
||||||
|
|
||||||
|
#else
|
||||||
|
#error Unknown compiler
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/** __FPU_USED indicates whether an FPU is used or not.
|
||||||
|
This core does not support an FPU at all
|
||||||
|
*/
|
||||||
|
#define __FPU_USED 0U
|
||||||
|
|
||||||
|
#if defined ( __CC_ARM )
|
||||||
|
#if defined __TARGET_FPU_VFP
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
|
||||||
|
#if defined __ARM_PCS_VFP
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#elif defined ( __GNUC__ )
|
||||||
|
#if defined (__VFP_FP__) && !defined(__SOFTFP__)
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#elif defined ( __ICCARM__ )
|
||||||
|
#if defined __ARMVFP__
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#elif defined ( __TMS470__ )
|
||||||
|
#if defined __TI_VFP_SUPPORT__
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#elif defined ( __TASKING__ )
|
||||||
|
#if defined __FPU_VFP__
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#elif defined ( __CSMC__ )
|
||||||
|
#if ( __CSMC__ & 0x400U)
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include "core_cmInstr.h" /* Core Instruction Access */
|
||||||
|
#include "core_cmFunc.h" /* Core Function Access */
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* __CORE_CM0_H_GENERIC */
|
||||||
|
|
||||||
|
#ifndef __CMSIS_GENERIC
|
||||||
|
|
||||||
|
#ifndef __CORE_CM0_H_DEPENDANT
|
||||||
|
#define __CORE_CM0_H_DEPENDANT
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* check device defines and use defaults */
|
||||||
|
#if defined __CHECK_DEVICE_DEFINES
|
||||||
|
#ifndef __CM0_REV
|
||||||
|
#define __CM0_REV 0x0000U
|
||||||
|
#warning "__CM0_REV not defined in device header file; using default!"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef __NVIC_PRIO_BITS
|
||||||
|
#define __NVIC_PRIO_BITS 2U
|
||||||
|
#warning "__NVIC_PRIO_BITS not defined in device header file; using default!"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef __Vendor_SysTickConfig
|
||||||
|
#define __Vendor_SysTickConfig 0U
|
||||||
|
#warning "__Vendor_SysTickConfig not defined in device header file; using default!"
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* IO definitions (access restrictions to peripheral registers) */
|
||||||
|
/**
|
||||||
|
\defgroup CMSIS_glob_defs CMSIS Global Defines
|
||||||
|
|
||||||
|
<strong>IO Type Qualifiers</strong> are used
|
||||||
|
\li to specify the access to peripheral variables.
|
||||||
|
\li for automatic generation of peripheral register debug information.
|
||||||
|
*/
|
||||||
|
#ifdef __cplusplus
|
||||||
|
#define __I volatile /*!< Defines 'read only' permissions */
|
||||||
|
#else
|
||||||
|
#define __I volatile const /*!< Defines 'read only' permissions */
|
||||||
|
#endif
|
||||||
|
#define __O volatile /*!< Defines 'write only' permissions */
|
||||||
|
#define __IO volatile /*!< Defines 'read / write' permissions */
|
||||||
|
|
||||||
|
/* following defines should be used for structure members */
|
||||||
|
#define __IM volatile const /*! Defines 'read only' structure member permissions */
|
||||||
|
#define __OM volatile /*! Defines 'write only' structure member permissions */
|
||||||
|
#define __IOM volatile /*! Defines 'read / write' structure member permissions */
|
||||||
|
|
||||||
|
/*@} end of group Cortex_M0 */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
* Register Abstraction
|
||||||
|
Core Register contain:
|
||||||
|
- Core Register
|
||||||
|
- Core NVIC Register
|
||||||
|
- Core SCB Register
|
||||||
|
- Core SysTick Register
|
||||||
|
******************************************************************************/
|
||||||
|
/**
|
||||||
|
\defgroup CMSIS_core_register Defines and Type Definitions
|
||||||
|
\brief Type definitions and defines for Cortex-M processor based devices.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_CORE Status and Control Registers
|
||||||
|
\brief Core Register type definitions.
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Union type to access the Application Program Status Register (APSR).
|
||||||
|
*/
|
||||||
|
typedef union
|
||||||
|
{
|
||||||
|
struct
|
||||||
|
{
|
||||||
|
uint32_t _reserved0:28; /*!< bit: 0..27 Reserved */
|
||||||
|
uint32_t V:1; /*!< bit: 28 Overflow condition code flag */
|
||||||
|
uint32_t C:1; /*!< bit: 29 Carry condition code flag */
|
||||||
|
uint32_t Z:1; /*!< bit: 30 Zero condition code flag */
|
||||||
|
uint32_t N:1; /*!< bit: 31 Negative condition code flag */
|
||||||
|
} b; /*!< Structure used for bit access */
|
||||||
|
uint32_t w; /*!< Type used for word access */
|
||||||
|
} APSR_Type;
|
||||||
|
|
||||||
|
/* APSR Register Definitions */
|
||||||
|
#define APSR_N_Pos 31U /*!< APSR: N Position */
|
||||||
|
#define APSR_N_Msk (1UL << APSR_N_Pos) /*!< APSR: N Mask */
|
||||||
|
|
||||||
|
#define APSR_Z_Pos 30U /*!< APSR: Z Position */
|
||||||
|
#define APSR_Z_Msk (1UL << APSR_Z_Pos) /*!< APSR: Z Mask */
|
||||||
|
|
||||||
|
#define APSR_C_Pos 29U /*!< APSR: C Position */
|
||||||
|
#define APSR_C_Msk (1UL << APSR_C_Pos) /*!< APSR: C Mask */
|
||||||
|
|
||||||
|
#define APSR_V_Pos 28U /*!< APSR: V Position */
|
||||||
|
#define APSR_V_Msk (1UL << APSR_V_Pos) /*!< APSR: V Mask */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Union type to access the Interrupt Program Status Register (IPSR).
|
||||||
|
*/
|
||||||
|
typedef union
|
||||||
|
{
|
||||||
|
struct
|
||||||
|
{
|
||||||
|
uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
|
||||||
|
uint32_t _reserved0:23; /*!< bit: 9..31 Reserved */
|
||||||
|
} b; /*!< Structure used for bit access */
|
||||||
|
uint32_t w; /*!< Type used for word access */
|
||||||
|
} IPSR_Type;
|
||||||
|
|
||||||
|
/* IPSR Register Definitions */
|
||||||
|
#define IPSR_ISR_Pos 0U /*!< IPSR: ISR Position */
|
||||||
|
#define IPSR_ISR_Msk (0x1FFUL /*<< IPSR_ISR_Pos*/) /*!< IPSR: ISR Mask */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Union type to access the Special-Purpose Program Status Registers (xPSR).
|
||||||
|
*/
|
||||||
|
typedef union
|
||||||
|
{
|
||||||
|
struct
|
||||||
|
{
|
||||||
|
uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
|
||||||
|
uint32_t _reserved0:15; /*!< bit: 9..23 Reserved */
|
||||||
|
uint32_t T:1; /*!< bit: 24 Thumb bit (read 0) */
|
||||||
|
uint32_t _reserved1:3; /*!< bit: 25..27 Reserved */
|
||||||
|
uint32_t V:1; /*!< bit: 28 Overflow condition code flag */
|
||||||
|
uint32_t C:1; /*!< bit: 29 Carry condition code flag */
|
||||||
|
uint32_t Z:1; /*!< bit: 30 Zero condition code flag */
|
||||||
|
uint32_t N:1; /*!< bit: 31 Negative condition code flag */
|
||||||
|
} b; /*!< Structure used for bit access */
|
||||||
|
uint32_t w; /*!< Type used for word access */
|
||||||
|
} xPSR_Type;
|
||||||
|
|
||||||
|
/* xPSR Register Definitions */
|
||||||
|
#define xPSR_N_Pos 31U /*!< xPSR: N Position */
|
||||||
|
#define xPSR_N_Msk (1UL << xPSR_N_Pos) /*!< xPSR: N Mask */
|
||||||
|
|
||||||
|
#define xPSR_Z_Pos 30U /*!< xPSR: Z Position */
|
||||||
|
#define xPSR_Z_Msk (1UL << xPSR_Z_Pos) /*!< xPSR: Z Mask */
|
||||||
|
|
||||||
|
#define xPSR_C_Pos 29U /*!< xPSR: C Position */
|
||||||
|
#define xPSR_C_Msk (1UL << xPSR_C_Pos) /*!< xPSR: C Mask */
|
||||||
|
|
||||||
|
#define xPSR_V_Pos 28U /*!< xPSR: V Position */
|
||||||
|
#define xPSR_V_Msk (1UL << xPSR_V_Pos) /*!< xPSR: V Mask */
|
||||||
|
|
||||||
|
#define xPSR_T_Pos 24U /*!< xPSR: T Position */
|
||||||
|
#define xPSR_T_Msk (1UL << xPSR_T_Pos) /*!< xPSR: T Mask */
|
||||||
|
|
||||||
|
#define xPSR_ISR_Pos 0U /*!< xPSR: ISR Position */
|
||||||
|
#define xPSR_ISR_Msk (0x1FFUL /*<< xPSR_ISR_Pos*/) /*!< xPSR: ISR Mask */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Union type to access the Control Registers (CONTROL).
|
||||||
|
*/
|
||||||
|
typedef union
|
||||||
|
{
|
||||||
|
struct
|
||||||
|
{
|
||||||
|
uint32_t _reserved0:1; /*!< bit: 0 Reserved */
|
||||||
|
uint32_t SPSEL:1; /*!< bit: 1 Stack to be used */
|
||||||
|
uint32_t _reserved1:30; /*!< bit: 2..31 Reserved */
|
||||||
|
} b; /*!< Structure used for bit access */
|
||||||
|
uint32_t w; /*!< Type used for word access */
|
||||||
|
} CONTROL_Type;
|
||||||
|
|
||||||
|
/* CONTROL Register Definitions */
|
||||||
|
#define CONTROL_SPSEL_Pos 1U /*!< CONTROL: SPSEL Position */
|
||||||
|
#define CONTROL_SPSEL_Msk (1UL << CONTROL_SPSEL_Pos) /*!< CONTROL: SPSEL Mask */
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_CORE */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_NVIC Nested Vectored Interrupt Controller (NVIC)
|
||||||
|
\brief Type definitions for the NVIC Registers
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Structure type to access the Nested Vectored Interrupt Controller (NVIC).
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
__IOM uint32_t ISER[1U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
|
||||||
|
uint32_t RESERVED0[31U];
|
||||||
|
__IOM uint32_t ICER[1U]; /*!< Offset: 0x080 (R/W) Interrupt Clear Enable Register */
|
||||||
|
uint32_t RSERVED1[31U];
|
||||||
|
__IOM uint32_t ISPR[1U]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register */
|
||||||
|
uint32_t RESERVED2[31U];
|
||||||
|
__IOM uint32_t ICPR[1U]; /*!< Offset: 0x180 (R/W) Interrupt Clear Pending Register */
|
||||||
|
uint32_t RESERVED3[31U];
|
||||||
|
uint32_t RESERVED4[64U];
|
||||||
|
__IOM uint32_t IP[8U]; /*!< Offset: 0x300 (R/W) Interrupt Priority Register */
|
||||||
|
} NVIC_Type;
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_NVIC */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_SCB System Control Block (SCB)
|
||||||
|
\brief Type definitions for the System Control Block Registers
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Structure type to access the System Control Block (SCB).
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
__IM uint32_t CPUID; /*!< Offset: 0x000 (R/ ) CPUID Base Register */
|
||||||
|
__IOM uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Register */
|
||||||
|
uint32_t RESERVED0;
|
||||||
|
__IOM uint32_t AIRCR; /*!< Offset: 0x00C (R/W) Application Interrupt and Reset Control Register */
|
||||||
|
__IOM uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register */
|
||||||
|
__IOM uint32_t CCR; /*!< Offset: 0x014 (R/W) Configuration Control Register */
|
||||||
|
uint32_t RESERVED1;
|
||||||
|
__IOM uint32_t SHP[2U]; /*!< Offset: 0x01C (R/W) System Handlers Priority Registers. [0] is RESERVED */
|
||||||
|
__IOM uint32_t SHCSR; /*!< Offset: 0x024 (R/W) System Handler Control and State Register */
|
||||||
|
} SCB_Type;
|
||||||
|
|
||||||
|
/* SCB CPUID Register Definitions */
|
||||||
|
#define SCB_CPUID_IMPLEMENTER_Pos 24U /*!< SCB CPUID: IMPLEMENTER Position */
|
||||||
|
#define SCB_CPUID_IMPLEMENTER_Msk (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos) /*!< SCB CPUID: IMPLEMENTER Mask */
|
||||||
|
|
||||||
|
#define SCB_CPUID_VARIANT_Pos 20U /*!< SCB CPUID: VARIANT Position */
|
||||||
|
#define SCB_CPUID_VARIANT_Msk (0xFUL << SCB_CPUID_VARIANT_Pos) /*!< SCB CPUID: VARIANT Mask */
|
||||||
|
|
||||||
|
#define SCB_CPUID_ARCHITECTURE_Pos 16U /*!< SCB CPUID: ARCHITECTURE Position */
|
||||||
|
#define SCB_CPUID_ARCHITECTURE_Msk (0xFUL << SCB_CPUID_ARCHITECTURE_Pos) /*!< SCB CPUID: ARCHITECTURE Mask */
|
||||||
|
|
||||||
|
#define SCB_CPUID_PARTNO_Pos 4U /*!< SCB CPUID: PARTNO Position */
|
||||||
|
#define SCB_CPUID_PARTNO_Msk (0xFFFUL << SCB_CPUID_PARTNO_Pos) /*!< SCB CPUID: PARTNO Mask */
|
||||||
|
|
||||||
|
#define SCB_CPUID_REVISION_Pos 0U /*!< SCB CPUID: REVISION Position */
|
||||||
|
#define SCB_CPUID_REVISION_Msk (0xFUL /*<< SCB_CPUID_REVISION_Pos*/) /*!< SCB CPUID: REVISION Mask */
|
||||||
|
|
||||||
|
/* SCB Interrupt Control State Register Definitions */
|
||||||
|
#define SCB_ICSR_NMIPENDSET_Pos 31U /*!< SCB ICSR: NMIPENDSET Position */
|
||||||
|
#define SCB_ICSR_NMIPENDSET_Msk (1UL << SCB_ICSR_NMIPENDSET_Pos) /*!< SCB ICSR: NMIPENDSET Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_PENDSVSET_Pos 28U /*!< SCB ICSR: PENDSVSET Position */
|
||||||
|
#define SCB_ICSR_PENDSVSET_Msk (1UL << SCB_ICSR_PENDSVSET_Pos) /*!< SCB ICSR: PENDSVSET Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_PENDSVCLR_Pos 27U /*!< SCB ICSR: PENDSVCLR Position */
|
||||||
|
#define SCB_ICSR_PENDSVCLR_Msk (1UL << SCB_ICSR_PENDSVCLR_Pos) /*!< SCB ICSR: PENDSVCLR Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_PENDSTSET_Pos 26U /*!< SCB ICSR: PENDSTSET Position */
|
||||||
|
#define SCB_ICSR_PENDSTSET_Msk (1UL << SCB_ICSR_PENDSTSET_Pos) /*!< SCB ICSR: PENDSTSET Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_PENDSTCLR_Pos 25U /*!< SCB ICSR: PENDSTCLR Position */
|
||||||
|
#define SCB_ICSR_PENDSTCLR_Msk (1UL << SCB_ICSR_PENDSTCLR_Pos) /*!< SCB ICSR: PENDSTCLR Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_ISRPREEMPT_Pos 23U /*!< SCB ICSR: ISRPREEMPT Position */
|
||||||
|
#define SCB_ICSR_ISRPREEMPT_Msk (1UL << SCB_ICSR_ISRPREEMPT_Pos) /*!< SCB ICSR: ISRPREEMPT Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_ISRPENDING_Pos 22U /*!< SCB ICSR: ISRPENDING Position */
|
||||||
|
#define SCB_ICSR_ISRPENDING_Msk (1UL << SCB_ICSR_ISRPENDING_Pos) /*!< SCB ICSR: ISRPENDING Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_VECTPENDING_Pos 12U /*!< SCB ICSR: VECTPENDING Position */
|
||||||
|
#define SCB_ICSR_VECTPENDING_Msk (0x1FFUL << SCB_ICSR_VECTPENDING_Pos) /*!< SCB ICSR: VECTPENDING Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_VECTACTIVE_Pos 0U /*!< SCB ICSR: VECTACTIVE Position */
|
||||||
|
#define SCB_ICSR_VECTACTIVE_Msk (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/) /*!< SCB ICSR: VECTACTIVE Mask */
|
||||||
|
|
||||||
|
/* SCB Application Interrupt and Reset Control Register Definitions */
|
||||||
|
#define SCB_AIRCR_VECTKEY_Pos 16U /*!< SCB AIRCR: VECTKEY Position */
|
||||||
|
#define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) /*!< SCB AIRCR: VECTKEY Mask */
|
||||||
|
|
||||||
|
#define SCB_AIRCR_VECTKEYSTAT_Pos 16U /*!< SCB AIRCR: VECTKEYSTAT Position */
|
||||||
|
#define SCB_AIRCR_VECTKEYSTAT_Msk (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos) /*!< SCB AIRCR: VECTKEYSTAT Mask */
|
||||||
|
|
||||||
|
#define SCB_AIRCR_ENDIANESS_Pos 15U /*!< SCB AIRCR: ENDIANESS Position */
|
||||||
|
#define SCB_AIRCR_ENDIANESS_Msk (1UL << SCB_AIRCR_ENDIANESS_Pos) /*!< SCB AIRCR: ENDIANESS Mask */
|
||||||
|
|
||||||
|
#define SCB_AIRCR_SYSRESETREQ_Pos 2U /*!< SCB AIRCR: SYSRESETREQ Position */
|
||||||
|
#define SCB_AIRCR_SYSRESETREQ_Msk (1UL << SCB_AIRCR_SYSRESETREQ_Pos) /*!< SCB AIRCR: SYSRESETREQ Mask */
|
||||||
|
|
||||||
|
#define SCB_AIRCR_VECTCLRACTIVE_Pos 1U /*!< SCB AIRCR: VECTCLRACTIVE Position */
|
||||||
|
#define SCB_AIRCR_VECTCLRACTIVE_Msk (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos) /*!< SCB AIRCR: VECTCLRACTIVE Mask */
|
||||||
|
|
||||||
|
/* SCB System Control Register Definitions */
|
||||||
|
#define SCB_SCR_SEVONPEND_Pos 4U /*!< SCB SCR: SEVONPEND Position */
|
||||||
|
#define SCB_SCR_SEVONPEND_Msk (1UL << SCB_SCR_SEVONPEND_Pos) /*!< SCB SCR: SEVONPEND Mask */
|
||||||
|
|
||||||
|
#define SCB_SCR_SLEEPDEEP_Pos 2U /*!< SCB SCR: SLEEPDEEP Position */
|
||||||
|
#define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) /*!< SCB SCR: SLEEPDEEP Mask */
|
||||||
|
|
||||||
|
#define SCB_SCR_SLEEPONEXIT_Pos 1U /*!< SCB SCR: SLEEPONEXIT Position */
|
||||||
|
#define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) /*!< SCB SCR: SLEEPONEXIT Mask */
|
||||||
|
|
||||||
|
/* SCB Configuration Control Register Definitions */
|
||||||
|
#define SCB_CCR_STKALIGN_Pos 9U /*!< SCB CCR: STKALIGN Position */
|
||||||
|
#define SCB_CCR_STKALIGN_Msk (1UL << SCB_CCR_STKALIGN_Pos) /*!< SCB CCR: STKALIGN Mask */
|
||||||
|
|
||||||
|
#define SCB_CCR_UNALIGN_TRP_Pos 3U /*!< SCB CCR: UNALIGN_TRP Position */
|
||||||
|
#define SCB_CCR_UNALIGN_TRP_Msk (1UL << SCB_CCR_UNALIGN_TRP_Pos) /*!< SCB CCR: UNALIGN_TRP Mask */
|
||||||
|
|
||||||
|
/* SCB System Handler Control and State Register Definitions */
|
||||||
|
#define SCB_SHCSR_SVCALLPENDED_Pos 15U /*!< SCB SHCSR: SVCALLPENDED Position */
|
||||||
|
#define SCB_SHCSR_SVCALLPENDED_Msk (1UL << SCB_SHCSR_SVCALLPENDED_Pos) /*!< SCB SHCSR: SVCALLPENDED Mask */
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_SCB */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_SysTick System Tick Timer (SysTick)
|
||||||
|
\brief Type definitions for the System Timer Registers.
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Structure type to access the System Timer (SysTick).
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
__IOM uint32_t CTRL; /*!< Offset: 0x000 (R/W) SysTick Control and Status Register */
|
||||||
|
__IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */
|
||||||
|
__IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */
|
||||||
|
__IM uint32_t CALIB; /*!< Offset: 0x00C (R/ ) SysTick Calibration Register */
|
||||||
|
} SysTick_Type;
|
||||||
|
|
||||||
|
/* SysTick Control / Status Register Definitions */
|
||||||
|
#define SysTick_CTRL_COUNTFLAG_Pos 16U /*!< SysTick CTRL: COUNTFLAG Position */
|
||||||
|
#define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysTick CTRL: COUNTFLAG Mask */
|
||||||
|
|
||||||
|
#define SysTick_CTRL_CLKSOURCE_Pos 2U /*!< SysTick CTRL: CLKSOURCE Position */
|
||||||
|
#define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) /*!< SysTick CTRL: CLKSOURCE Mask */
|
||||||
|
|
||||||
|
#define SysTick_CTRL_TICKINT_Pos 1U /*!< SysTick CTRL: TICKINT Position */
|
||||||
|
#define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) /*!< SysTick CTRL: TICKINT Mask */
|
||||||
|
|
||||||
|
#define SysTick_CTRL_ENABLE_Pos 0U /*!< SysTick CTRL: ENABLE Position */
|
||||||
|
#define SysTick_CTRL_ENABLE_Msk (1UL /*<< SysTick_CTRL_ENABLE_Pos*/) /*!< SysTick CTRL: ENABLE Mask */
|
||||||
|
|
||||||
|
/* SysTick Reload Register Definitions */
|
||||||
|
#define SysTick_LOAD_RELOAD_Pos 0U /*!< SysTick LOAD: RELOAD Position */
|
||||||
|
#define SysTick_LOAD_RELOAD_Msk (0xFFFFFFUL /*<< SysTick_LOAD_RELOAD_Pos*/) /*!< SysTick LOAD: RELOAD Mask */
|
||||||
|
|
||||||
|
/* SysTick Current Register Definitions */
|
||||||
|
#define SysTick_VAL_CURRENT_Pos 0U /*!< SysTick VAL: CURRENT Position */
|
||||||
|
#define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL /*<< SysTick_VAL_CURRENT_Pos*/) /*!< SysTick VAL: CURRENT Mask */
|
||||||
|
|
||||||
|
/* SysTick Calibration Register Definitions */
|
||||||
|
#define SysTick_CALIB_NOREF_Pos 31U /*!< SysTick CALIB: NOREF Position */
|
||||||
|
#define SysTick_CALIB_NOREF_Msk (1UL << SysTick_CALIB_NOREF_Pos) /*!< SysTick CALIB: NOREF Mask */
|
||||||
|
|
||||||
|
#define SysTick_CALIB_SKEW_Pos 30U /*!< SysTick CALIB: SKEW Position */
|
||||||
|
#define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) /*!< SysTick CALIB: SKEW Mask */
|
||||||
|
|
||||||
|
#define SysTick_CALIB_TENMS_Pos 0U /*!< SysTick CALIB: TENMS Position */
|
||||||
|
#define SysTick_CALIB_TENMS_Msk (0xFFFFFFUL /*<< SysTick_CALIB_TENMS_Pos*/) /*!< SysTick CALIB: TENMS Mask */
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_SysTick */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_CoreDebug Core Debug Registers (CoreDebug)
|
||||||
|
\brief Cortex-M0 Core Debug Registers (DCB registers, SHCSR, and DFSR) are only accessible over DAP and not via processor.
|
||||||
|
Therefore they are not covered by the Cortex-M0 header file.
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
/*@} end of group CMSIS_CoreDebug */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_core_bitfield Core register bit field macros
|
||||||
|
\brief Macros for use with bit field definitions (xxx_Pos, xxx_Msk).
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Mask and shift a bit field value for use in a register bit range.
|
||||||
|
\param[in] field Name of the register bit field.
|
||||||
|
\param[in] value Value of the bit field.
|
||||||
|
\return Masked and shifted value.
|
||||||
|
*/
|
||||||
|
#define _VAL2FLD(field, value) ((value << field ## _Pos) & field ## _Msk)
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Mask and shift a register value to extract a bit filed value.
|
||||||
|
\param[in] field Name of the register bit field.
|
||||||
|
\param[in] value Value of register.
|
||||||
|
\return Masked and shifted bit field value.
|
||||||
|
*/
|
||||||
|
#define _FLD2VAL(field, value) ((value & field ## _Msk) >> field ## _Pos)
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_core_bitfield */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_core_base Core Definitions
|
||||||
|
\brief Definitions for base addresses, unions, and structures.
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Memory mapping of Cortex-M0 Hardware */
|
||||||
|
#define SCS_BASE (0xE000E000UL) /*!< System Control Space Base Address */
|
||||||
|
#define SysTick_BASE (SCS_BASE + 0x0010UL) /*!< SysTick Base Address */
|
||||||
|
#define NVIC_BASE (SCS_BASE + 0x0100UL) /*!< NVIC Base Address */
|
||||||
|
#define SCB_BASE (SCS_BASE + 0x0D00UL) /*!< System Control Block Base Address */
|
||||||
|
|
||||||
|
#define SCB ((SCB_Type *) SCB_BASE ) /*!< SCB configuration struct */
|
||||||
|
#define SysTick ((SysTick_Type *) SysTick_BASE ) /*!< SysTick configuration struct */
|
||||||
|
#define NVIC ((NVIC_Type *) NVIC_BASE ) /*!< NVIC configuration struct */
|
||||||
|
|
||||||
|
|
||||||
|
/*@} */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
* Hardware Abstraction Layer
|
||||||
|
Core Function Interface contains:
|
||||||
|
- Core NVIC Functions
|
||||||
|
- Core SysTick Functions
|
||||||
|
- Core Register Access Functions
|
||||||
|
******************************************************************************/
|
||||||
|
/**
|
||||||
|
\defgroup CMSIS_Core_FunctionInterface Functions and Instructions Reference
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* ########################## NVIC functions #################################### */
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_Core_FunctionInterface
|
||||||
|
\defgroup CMSIS_Core_NVICFunctions NVIC Functions
|
||||||
|
\brief Functions that manage interrupts and exceptions via the NVIC.
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Interrupt Priorities are WORD accessible only under ARMv6M */
|
||||||
|
/* The following MACROS handle generation of the register offset and byte masks */
|
||||||
|
#define _BIT_SHIFT(IRQn) ( ((((uint32_t)(int32_t)(IRQn)) ) & 0x03UL) * 8UL)
|
||||||
|
#define _SHP_IDX(IRQn) ( (((((uint32_t)(int32_t)(IRQn)) & 0x0FUL)-8UL) >> 2UL) )
|
||||||
|
#define _IP_IDX(IRQn) ( (((uint32_t)(int32_t)(IRQn)) >> 2UL) )
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Enable External Interrupt
|
||||||
|
\details Enables a device-specific interrupt in the NVIC interrupt controller.
|
||||||
|
\param [in] IRQn External interrupt number. Value cannot be negative.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void NVIC_EnableIRQ(IRQn_Type IRQn)
|
||||||
|
{
|
||||||
|
NVIC->ISER[0U] = (uint32_t)(1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Disable External Interrupt
|
||||||
|
\details Disables a device-specific interrupt in the NVIC interrupt controller.
|
||||||
|
\param [in] IRQn External interrupt number. Value cannot be negative.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void NVIC_DisableIRQ(IRQn_Type IRQn)
|
||||||
|
{
|
||||||
|
NVIC->ICER[0U] = (uint32_t)(1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Get Pending Interrupt
|
||||||
|
\details Reads the pending register in the NVIC and returns the pending bit for the specified interrupt.
|
||||||
|
\param [in] IRQn Interrupt number.
|
||||||
|
\return 0 Interrupt status is not pending.
|
||||||
|
\return 1 Interrupt status is pending.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t NVIC_GetPendingIRQ(IRQn_Type IRQn)
|
||||||
|
{
|
||||||
|
return((uint32_t)(((NVIC->ISPR[0U] & (1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Set Pending Interrupt
|
||||||
|
\details Sets the pending bit of an external interrupt.
|
||||||
|
\param [in] IRQn Interrupt number. Value cannot be negative.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void NVIC_SetPendingIRQ(IRQn_Type IRQn)
|
||||||
|
{
|
||||||
|
NVIC->ISPR[0U] = (uint32_t)(1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Clear Pending Interrupt
|
||||||
|
\details Clears the pending bit of an external interrupt.
|
||||||
|
\param [in] IRQn External interrupt number. Value cannot be negative.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void NVIC_ClearPendingIRQ(IRQn_Type IRQn)
|
||||||
|
{
|
||||||
|
NVIC->ICPR[0U] = (uint32_t)(1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Set Interrupt Priority
|
||||||
|
\details Sets the priority of an interrupt.
|
||||||
|
\note The priority cannot be set for every core interrupt.
|
||||||
|
\param [in] IRQn Interrupt number.
|
||||||
|
\param [in] priority Priority to set.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority)
|
||||||
|
{
|
||||||
|
if ((int32_t)(IRQn) < 0)
|
||||||
|
{
|
||||||
|
SCB->SHP[_SHP_IDX(IRQn)] = ((uint32_t)(SCB->SHP[_SHP_IDX(IRQn)] & ~(0xFFUL << _BIT_SHIFT(IRQn))) |
|
||||||
|
(((priority << (8U - __NVIC_PRIO_BITS)) & (uint32_t)0xFFUL) << _BIT_SHIFT(IRQn)));
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
NVIC->IP[_IP_IDX(IRQn)] = ((uint32_t)(NVIC->IP[_IP_IDX(IRQn)] & ~(0xFFUL << _BIT_SHIFT(IRQn))) |
|
||||||
|
(((priority << (8U - __NVIC_PRIO_BITS)) & (uint32_t)0xFFUL) << _BIT_SHIFT(IRQn)));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Get Interrupt Priority
|
||||||
|
\details Reads the priority of an interrupt.
|
||||||
|
The interrupt number can be positive to specify an external (device specific) interrupt,
|
||||||
|
or negative to specify an internal (core) interrupt.
|
||||||
|
\param [in] IRQn Interrupt number.
|
||||||
|
\return Interrupt Priority.
|
||||||
|
Value is aligned automatically to the implemented priority bits of the microcontroller.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t NVIC_GetPriority(IRQn_Type IRQn)
|
||||||
|
{
|
||||||
|
|
||||||
|
if ((int32_t)(IRQn) < 0)
|
||||||
|
{
|
||||||
|
return((uint32_t)(((SCB->SHP[_SHP_IDX(IRQn)] >> _BIT_SHIFT(IRQn) ) & (uint32_t)0xFFUL) >> (8U - __NVIC_PRIO_BITS)));
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return((uint32_t)(((NVIC->IP[ _IP_IDX(IRQn)] >> _BIT_SHIFT(IRQn) ) & (uint32_t)0xFFUL) >> (8U - __NVIC_PRIO_BITS)));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief System Reset
|
||||||
|
\details Initiates a system reset request to reset the MCU.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void NVIC_SystemReset(void)
|
||||||
|
{
|
||||||
|
__DSB(); /* Ensure all outstanding memory accesses included
|
||||||
|
buffered write are completed before reset */
|
||||||
|
SCB->AIRCR = ((0x5FAUL << SCB_AIRCR_VECTKEY_Pos) |
|
||||||
|
SCB_AIRCR_SYSRESETREQ_Msk);
|
||||||
|
__DSB(); /* Ensure completion of memory access */
|
||||||
|
|
||||||
|
for(;;) /* wait until reset */
|
||||||
|
{
|
||||||
|
__NOP();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/*@} end of CMSIS_Core_NVICFunctions */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* ################################## SysTick function ############################################ */
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_Core_FunctionInterface
|
||||||
|
\defgroup CMSIS_Core_SysTickFunctions SysTick Functions
|
||||||
|
\brief Functions that configure the System.
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if (__Vendor_SysTickConfig == 0U)
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief System Tick Configuration
|
||||||
|
\details Initializes the System Timer and its interrupt, and starts the System Tick Timer.
|
||||||
|
Counter is in free running mode to generate periodic interrupts.
|
||||||
|
\param [in] ticks Number of ticks between two interrupts.
|
||||||
|
\return 0 Function succeeded.
|
||||||
|
\return 1 Function failed.
|
||||||
|
\note When the variable <b>__Vendor_SysTickConfig</b> is set to 1, then the
|
||||||
|
function <b>SysTick_Config</b> is not included. In this case, the file <b><i>device</i>.h</b>
|
||||||
|
must contain a vendor-specific implementation of this function.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks)
|
||||||
|
{
|
||||||
|
if ((ticks - 1UL) > SysTick_LOAD_RELOAD_Msk)
|
||||||
|
{
|
||||||
|
return (1UL); /* Reload value impossible */
|
||||||
|
}
|
||||||
|
|
||||||
|
SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */
|
||||||
|
NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Interrupt */
|
||||||
|
SysTick->VAL = 0UL; /* Load the SysTick Counter Value */
|
||||||
|
SysTick->CTRL = SysTick_CTRL_CLKSOURCE_Msk |
|
||||||
|
SysTick_CTRL_TICKINT_Msk |
|
||||||
|
SysTick_CTRL_ENABLE_Msk; /* Enable SysTick IRQ and SysTick Timer */
|
||||||
|
return (0UL); /* Function successful */
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/*@} end of CMSIS_Core_SysTickFunctions */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* __CORE_CM0_H_DEPENDANT */
|
||||||
|
|
||||||
|
#endif /* __CMSIS_GENERIC */
|
|
@ -0,0 +1,914 @@
|
||||||
|
/**************************************************************************//**
|
||||||
|
* @file core_cm0plus.h
|
||||||
|
* @brief CMSIS Cortex-M0+ Core Peripheral Access Layer Header File
|
||||||
|
* @version V4.30
|
||||||
|
* @date 20. October 2015
|
||||||
|
******************************************************************************/
|
||||||
|
/* Copyright (c) 2009 - 2015 ARM LIMITED
|
||||||
|
|
||||||
|
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 ARM 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.
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
||||||
|
#if defined ( __ICCARM__ )
|
||||||
|
#pragma system_include /* treat file as system include file for MISRA check */
|
||||||
|
#elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
|
||||||
|
#pragma clang system_header /* treat file as system include file */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef __CORE_CM0PLUS_H_GENERIC
|
||||||
|
#define __CORE_CM0PLUS_H_GENERIC
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
\page CMSIS_MISRA_Exceptions MISRA-C:2004 Compliance Exceptions
|
||||||
|
CMSIS violates the following MISRA-C:2004 rules:
|
||||||
|
|
||||||
|
\li Required Rule 8.5, object/function definition in header file.<br>
|
||||||
|
Function definitions in header files are used to allow 'inlining'.
|
||||||
|
|
||||||
|
\li Required Rule 18.4, declaration of union type or object of union type: '{...}'.<br>
|
||||||
|
Unions are used for effective representation of core registers.
|
||||||
|
|
||||||
|
\li Advisory Rule 19.7, Function-like macro defined.<br>
|
||||||
|
Function-like macros are used to allow more efficient code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
* CMSIS definitions
|
||||||
|
******************************************************************************/
|
||||||
|
/**
|
||||||
|
\ingroup Cortex-M0+
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* CMSIS CM0+ definitions */
|
||||||
|
#define __CM0PLUS_CMSIS_VERSION_MAIN (0x04U) /*!< [31:16] CMSIS HAL main version */
|
||||||
|
#define __CM0PLUS_CMSIS_VERSION_SUB (0x1EU) /*!< [15:0] CMSIS HAL sub version */
|
||||||
|
#define __CM0PLUS_CMSIS_VERSION ((__CM0PLUS_CMSIS_VERSION_MAIN << 16U) | \
|
||||||
|
__CM0PLUS_CMSIS_VERSION_SUB ) /*!< CMSIS HAL version number */
|
||||||
|
|
||||||
|
#define __CORTEX_M (0x00U) /*!< Cortex-M Core */
|
||||||
|
|
||||||
|
|
||||||
|
#if defined ( __CC_ARM )
|
||||||
|
#define __ASM __asm /*!< asm keyword for ARM Compiler */
|
||||||
|
#define __INLINE __inline /*!< inline keyword for ARM Compiler */
|
||||||
|
#define __STATIC_INLINE static __inline
|
||||||
|
|
||||||
|
#elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
|
||||||
|
#define __ASM __asm /*!< asm keyword for ARM Compiler */
|
||||||
|
#define __INLINE __inline /*!< inline keyword for ARM Compiler */
|
||||||
|
#define __STATIC_INLINE static __inline
|
||||||
|
|
||||||
|
#elif defined ( __GNUC__ )
|
||||||
|
#define __ASM __asm /*!< asm keyword for GNU Compiler */
|
||||||
|
#define __INLINE inline /*!< inline keyword for GNU Compiler */
|
||||||
|
#define __STATIC_INLINE static inline
|
||||||
|
|
||||||
|
#elif defined ( __ICCARM__ )
|
||||||
|
#define __ASM __asm /*!< asm keyword for IAR Compiler */
|
||||||
|
#define __INLINE inline /*!< inline keyword for IAR Compiler. Only available in High optimization mode! */
|
||||||
|
#define __STATIC_INLINE static inline
|
||||||
|
|
||||||
|
#elif defined ( __TMS470__ )
|
||||||
|
#define __ASM __asm /*!< asm keyword for TI CCS Compiler */
|
||||||
|
#define __STATIC_INLINE static inline
|
||||||
|
|
||||||
|
#elif defined ( __TASKING__ )
|
||||||
|
#define __ASM __asm /*!< asm keyword for TASKING Compiler */
|
||||||
|
#define __INLINE inline /*!< inline keyword for TASKING Compiler */
|
||||||
|
#define __STATIC_INLINE static inline
|
||||||
|
|
||||||
|
#elif defined ( __CSMC__ )
|
||||||
|
#define __packed
|
||||||
|
#define __ASM _asm /*!< asm keyword for COSMIC Compiler */
|
||||||
|
#define __INLINE inline /*!< inline keyword for COSMIC Compiler. Use -pc99 on compile line */
|
||||||
|
#define __STATIC_INLINE static inline
|
||||||
|
|
||||||
|
#else
|
||||||
|
#error Unknown compiler
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/** __FPU_USED indicates whether an FPU is used or not.
|
||||||
|
This core does not support an FPU at all
|
||||||
|
*/
|
||||||
|
#define __FPU_USED 0U
|
||||||
|
|
||||||
|
#if defined ( __CC_ARM )
|
||||||
|
#if defined __TARGET_FPU_VFP
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
|
||||||
|
#if defined __ARM_PCS_VFP
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#elif defined ( __GNUC__ )
|
||||||
|
#if defined (__VFP_FP__) && !defined(__SOFTFP__)
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#elif defined ( __ICCARM__ )
|
||||||
|
#if defined __ARMVFP__
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#elif defined ( __TMS470__ )
|
||||||
|
#if defined __TI_VFP_SUPPORT__
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#elif defined ( __TASKING__ )
|
||||||
|
#if defined __FPU_VFP__
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#elif defined ( __CSMC__ )
|
||||||
|
#if ( __CSMC__ & 0x400U)
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include "core_cmInstr.h" /* Core Instruction Access */
|
||||||
|
#include "core_cmFunc.h" /* Core Function Access */
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* __CORE_CM0PLUS_H_GENERIC */
|
||||||
|
|
||||||
|
#ifndef __CMSIS_GENERIC
|
||||||
|
|
||||||
|
#ifndef __CORE_CM0PLUS_H_DEPENDANT
|
||||||
|
#define __CORE_CM0PLUS_H_DEPENDANT
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* check device defines and use defaults */
|
||||||
|
#if defined __CHECK_DEVICE_DEFINES
|
||||||
|
#ifndef __CM0PLUS_REV
|
||||||
|
#define __CM0PLUS_REV 0x0000U
|
||||||
|
#warning "__CM0PLUS_REV not defined in device header file; using default!"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef __MPU_PRESENT
|
||||||
|
#define __MPU_PRESENT 0U
|
||||||
|
#warning "__MPU_PRESENT not defined in device header file; using default!"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef __VTOR_PRESENT
|
||||||
|
#define __VTOR_PRESENT 0U
|
||||||
|
#warning "__VTOR_PRESENT not defined in device header file; using default!"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef __NVIC_PRIO_BITS
|
||||||
|
#define __NVIC_PRIO_BITS 2U
|
||||||
|
#warning "__NVIC_PRIO_BITS not defined in device header file; using default!"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef __Vendor_SysTickConfig
|
||||||
|
#define __Vendor_SysTickConfig 0U
|
||||||
|
#warning "__Vendor_SysTickConfig not defined in device header file; using default!"
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* IO definitions (access restrictions to peripheral registers) */
|
||||||
|
/**
|
||||||
|
\defgroup CMSIS_glob_defs CMSIS Global Defines
|
||||||
|
|
||||||
|
<strong>IO Type Qualifiers</strong> are used
|
||||||
|
\li to specify the access to peripheral variables.
|
||||||
|
\li for automatic generation of peripheral register debug information.
|
||||||
|
*/
|
||||||
|
#ifdef __cplusplus
|
||||||
|
#define __I volatile /*!< Defines 'read only' permissions */
|
||||||
|
#else
|
||||||
|
#define __I volatile const /*!< Defines 'read only' permissions */
|
||||||
|
#endif
|
||||||
|
#define __O volatile /*!< Defines 'write only' permissions */
|
||||||
|
#define __IO volatile /*!< Defines 'read / write' permissions */
|
||||||
|
|
||||||
|
/* following defines should be used for structure members */
|
||||||
|
#define __IM volatile const /*! Defines 'read only' structure member permissions */
|
||||||
|
#define __OM volatile /*! Defines 'write only' structure member permissions */
|
||||||
|
#define __IOM volatile /*! Defines 'read / write' structure member permissions */
|
||||||
|
|
||||||
|
/*@} end of group Cortex-M0+ */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
* Register Abstraction
|
||||||
|
Core Register contain:
|
||||||
|
- Core Register
|
||||||
|
- Core NVIC Register
|
||||||
|
- Core SCB Register
|
||||||
|
- Core SysTick Register
|
||||||
|
- Core MPU Register
|
||||||
|
******************************************************************************/
|
||||||
|
/**
|
||||||
|
\defgroup CMSIS_core_register Defines and Type Definitions
|
||||||
|
\brief Type definitions and defines for Cortex-M processor based devices.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_CORE Status and Control Registers
|
||||||
|
\brief Core Register type definitions.
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Union type to access the Application Program Status Register (APSR).
|
||||||
|
*/
|
||||||
|
typedef union
|
||||||
|
{
|
||||||
|
struct
|
||||||
|
{
|
||||||
|
uint32_t _reserved0:28; /*!< bit: 0..27 Reserved */
|
||||||
|
uint32_t V:1; /*!< bit: 28 Overflow condition code flag */
|
||||||
|
uint32_t C:1; /*!< bit: 29 Carry condition code flag */
|
||||||
|
uint32_t Z:1; /*!< bit: 30 Zero condition code flag */
|
||||||
|
uint32_t N:1; /*!< bit: 31 Negative condition code flag */
|
||||||
|
} b; /*!< Structure used for bit access */
|
||||||
|
uint32_t w; /*!< Type used for word access */
|
||||||
|
} APSR_Type;
|
||||||
|
|
||||||
|
/* APSR Register Definitions */
|
||||||
|
#define APSR_N_Pos 31U /*!< APSR: N Position */
|
||||||
|
#define APSR_N_Msk (1UL << APSR_N_Pos) /*!< APSR: N Mask */
|
||||||
|
|
||||||
|
#define APSR_Z_Pos 30U /*!< APSR: Z Position */
|
||||||
|
#define APSR_Z_Msk (1UL << APSR_Z_Pos) /*!< APSR: Z Mask */
|
||||||
|
|
||||||
|
#define APSR_C_Pos 29U /*!< APSR: C Position */
|
||||||
|
#define APSR_C_Msk (1UL << APSR_C_Pos) /*!< APSR: C Mask */
|
||||||
|
|
||||||
|
#define APSR_V_Pos 28U /*!< APSR: V Position */
|
||||||
|
#define APSR_V_Msk (1UL << APSR_V_Pos) /*!< APSR: V Mask */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Union type to access the Interrupt Program Status Register (IPSR).
|
||||||
|
*/
|
||||||
|
typedef union
|
||||||
|
{
|
||||||
|
struct
|
||||||
|
{
|
||||||
|
uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
|
||||||
|
uint32_t _reserved0:23; /*!< bit: 9..31 Reserved */
|
||||||
|
} b; /*!< Structure used for bit access */
|
||||||
|
uint32_t w; /*!< Type used for word access */
|
||||||
|
} IPSR_Type;
|
||||||
|
|
||||||
|
/* IPSR Register Definitions */
|
||||||
|
#define IPSR_ISR_Pos 0U /*!< IPSR: ISR Position */
|
||||||
|
#define IPSR_ISR_Msk (0x1FFUL /*<< IPSR_ISR_Pos*/) /*!< IPSR: ISR Mask */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Union type to access the Special-Purpose Program Status Registers (xPSR).
|
||||||
|
*/
|
||||||
|
typedef union
|
||||||
|
{
|
||||||
|
struct
|
||||||
|
{
|
||||||
|
uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
|
||||||
|
uint32_t _reserved0:15; /*!< bit: 9..23 Reserved */
|
||||||
|
uint32_t T:1; /*!< bit: 24 Thumb bit (read 0) */
|
||||||
|
uint32_t _reserved1:3; /*!< bit: 25..27 Reserved */
|
||||||
|
uint32_t V:1; /*!< bit: 28 Overflow condition code flag */
|
||||||
|
uint32_t C:1; /*!< bit: 29 Carry condition code flag */
|
||||||
|
uint32_t Z:1; /*!< bit: 30 Zero condition code flag */
|
||||||
|
uint32_t N:1; /*!< bit: 31 Negative condition code flag */
|
||||||
|
} b; /*!< Structure used for bit access */
|
||||||
|
uint32_t w; /*!< Type used for word access */
|
||||||
|
} xPSR_Type;
|
||||||
|
|
||||||
|
/* xPSR Register Definitions */
|
||||||
|
#define xPSR_N_Pos 31U /*!< xPSR: N Position */
|
||||||
|
#define xPSR_N_Msk (1UL << xPSR_N_Pos) /*!< xPSR: N Mask */
|
||||||
|
|
||||||
|
#define xPSR_Z_Pos 30U /*!< xPSR: Z Position */
|
||||||
|
#define xPSR_Z_Msk (1UL << xPSR_Z_Pos) /*!< xPSR: Z Mask */
|
||||||
|
|
||||||
|
#define xPSR_C_Pos 29U /*!< xPSR: C Position */
|
||||||
|
#define xPSR_C_Msk (1UL << xPSR_C_Pos) /*!< xPSR: C Mask */
|
||||||
|
|
||||||
|
#define xPSR_V_Pos 28U /*!< xPSR: V Position */
|
||||||
|
#define xPSR_V_Msk (1UL << xPSR_V_Pos) /*!< xPSR: V Mask */
|
||||||
|
|
||||||
|
#define xPSR_T_Pos 24U /*!< xPSR: T Position */
|
||||||
|
#define xPSR_T_Msk (1UL << xPSR_T_Pos) /*!< xPSR: T Mask */
|
||||||
|
|
||||||
|
#define xPSR_ISR_Pos 0U /*!< xPSR: ISR Position */
|
||||||
|
#define xPSR_ISR_Msk (0x1FFUL /*<< xPSR_ISR_Pos*/) /*!< xPSR: ISR Mask */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Union type to access the Control Registers (CONTROL).
|
||||||
|
*/
|
||||||
|
typedef union
|
||||||
|
{
|
||||||
|
struct
|
||||||
|
{
|
||||||
|
uint32_t nPRIV:1; /*!< bit: 0 Execution privilege in Thread mode */
|
||||||
|
uint32_t SPSEL:1; /*!< bit: 1 Stack to be used */
|
||||||
|
uint32_t _reserved1:30; /*!< bit: 2..31 Reserved */
|
||||||
|
} b; /*!< Structure used for bit access */
|
||||||
|
uint32_t w; /*!< Type used for word access */
|
||||||
|
} CONTROL_Type;
|
||||||
|
|
||||||
|
/* CONTROL Register Definitions */
|
||||||
|
#define CONTROL_SPSEL_Pos 1U /*!< CONTROL: SPSEL Position */
|
||||||
|
#define CONTROL_SPSEL_Msk (1UL << CONTROL_SPSEL_Pos) /*!< CONTROL: SPSEL Mask */
|
||||||
|
|
||||||
|
#define CONTROL_nPRIV_Pos 0U /*!< CONTROL: nPRIV Position */
|
||||||
|
#define CONTROL_nPRIV_Msk (1UL /*<< CONTROL_nPRIV_Pos*/) /*!< CONTROL: nPRIV Mask */
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_CORE */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_NVIC Nested Vectored Interrupt Controller (NVIC)
|
||||||
|
\brief Type definitions for the NVIC Registers
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Structure type to access the Nested Vectored Interrupt Controller (NVIC).
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
__IOM uint32_t ISER[1U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
|
||||||
|
uint32_t RESERVED0[31U];
|
||||||
|
__IOM uint32_t ICER[1U]; /*!< Offset: 0x080 (R/W) Interrupt Clear Enable Register */
|
||||||
|
uint32_t RSERVED1[31U];
|
||||||
|
__IOM uint32_t ISPR[1U]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register */
|
||||||
|
uint32_t RESERVED2[31U];
|
||||||
|
__IOM uint32_t ICPR[1U]; /*!< Offset: 0x180 (R/W) Interrupt Clear Pending Register */
|
||||||
|
uint32_t RESERVED3[31U];
|
||||||
|
uint32_t RESERVED4[64U];
|
||||||
|
__IOM uint32_t IP[8U]; /*!< Offset: 0x300 (R/W) Interrupt Priority Register */
|
||||||
|
} NVIC_Type;
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_NVIC */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_SCB System Control Block (SCB)
|
||||||
|
\brief Type definitions for the System Control Block Registers
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Structure type to access the System Control Block (SCB).
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
__IM uint32_t CPUID; /*!< Offset: 0x000 (R/ ) CPUID Base Register */
|
||||||
|
__IOM uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Register */
|
||||||
|
#if (__VTOR_PRESENT == 1U)
|
||||||
|
__IOM uint32_t VTOR; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
|
||||||
|
#else
|
||||||
|
uint32_t RESERVED0;
|
||||||
|
#endif
|
||||||
|
__IOM uint32_t AIRCR; /*!< Offset: 0x00C (R/W) Application Interrupt and Reset Control Register */
|
||||||
|
__IOM uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register */
|
||||||
|
__IOM uint32_t CCR; /*!< Offset: 0x014 (R/W) Configuration Control Register */
|
||||||
|
uint32_t RESERVED1;
|
||||||
|
__IOM uint32_t SHP[2U]; /*!< Offset: 0x01C (R/W) System Handlers Priority Registers. [0] is RESERVED */
|
||||||
|
__IOM uint32_t SHCSR; /*!< Offset: 0x024 (R/W) System Handler Control and State Register */
|
||||||
|
} SCB_Type;
|
||||||
|
|
||||||
|
/* SCB CPUID Register Definitions */
|
||||||
|
#define SCB_CPUID_IMPLEMENTER_Pos 24U /*!< SCB CPUID: IMPLEMENTER Position */
|
||||||
|
#define SCB_CPUID_IMPLEMENTER_Msk (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos) /*!< SCB CPUID: IMPLEMENTER Mask */
|
||||||
|
|
||||||
|
#define SCB_CPUID_VARIANT_Pos 20U /*!< SCB CPUID: VARIANT Position */
|
||||||
|
#define SCB_CPUID_VARIANT_Msk (0xFUL << SCB_CPUID_VARIANT_Pos) /*!< SCB CPUID: VARIANT Mask */
|
||||||
|
|
||||||
|
#define SCB_CPUID_ARCHITECTURE_Pos 16U /*!< SCB CPUID: ARCHITECTURE Position */
|
||||||
|
#define SCB_CPUID_ARCHITECTURE_Msk (0xFUL << SCB_CPUID_ARCHITECTURE_Pos) /*!< SCB CPUID: ARCHITECTURE Mask */
|
||||||
|
|
||||||
|
#define SCB_CPUID_PARTNO_Pos 4U /*!< SCB CPUID: PARTNO Position */
|
||||||
|
#define SCB_CPUID_PARTNO_Msk (0xFFFUL << SCB_CPUID_PARTNO_Pos) /*!< SCB CPUID: PARTNO Mask */
|
||||||
|
|
||||||
|
#define SCB_CPUID_REVISION_Pos 0U /*!< SCB CPUID: REVISION Position */
|
||||||
|
#define SCB_CPUID_REVISION_Msk (0xFUL /*<< SCB_CPUID_REVISION_Pos*/) /*!< SCB CPUID: REVISION Mask */
|
||||||
|
|
||||||
|
/* SCB Interrupt Control State Register Definitions */
|
||||||
|
#define SCB_ICSR_NMIPENDSET_Pos 31U /*!< SCB ICSR: NMIPENDSET Position */
|
||||||
|
#define SCB_ICSR_NMIPENDSET_Msk (1UL << SCB_ICSR_NMIPENDSET_Pos) /*!< SCB ICSR: NMIPENDSET Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_PENDSVSET_Pos 28U /*!< SCB ICSR: PENDSVSET Position */
|
||||||
|
#define SCB_ICSR_PENDSVSET_Msk (1UL << SCB_ICSR_PENDSVSET_Pos) /*!< SCB ICSR: PENDSVSET Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_PENDSVCLR_Pos 27U /*!< SCB ICSR: PENDSVCLR Position */
|
||||||
|
#define SCB_ICSR_PENDSVCLR_Msk (1UL << SCB_ICSR_PENDSVCLR_Pos) /*!< SCB ICSR: PENDSVCLR Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_PENDSTSET_Pos 26U /*!< SCB ICSR: PENDSTSET Position */
|
||||||
|
#define SCB_ICSR_PENDSTSET_Msk (1UL << SCB_ICSR_PENDSTSET_Pos) /*!< SCB ICSR: PENDSTSET Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_PENDSTCLR_Pos 25U /*!< SCB ICSR: PENDSTCLR Position */
|
||||||
|
#define SCB_ICSR_PENDSTCLR_Msk (1UL << SCB_ICSR_PENDSTCLR_Pos) /*!< SCB ICSR: PENDSTCLR Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_ISRPREEMPT_Pos 23U /*!< SCB ICSR: ISRPREEMPT Position */
|
||||||
|
#define SCB_ICSR_ISRPREEMPT_Msk (1UL << SCB_ICSR_ISRPREEMPT_Pos) /*!< SCB ICSR: ISRPREEMPT Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_ISRPENDING_Pos 22U /*!< SCB ICSR: ISRPENDING Position */
|
||||||
|
#define SCB_ICSR_ISRPENDING_Msk (1UL << SCB_ICSR_ISRPENDING_Pos) /*!< SCB ICSR: ISRPENDING Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_VECTPENDING_Pos 12U /*!< SCB ICSR: VECTPENDING Position */
|
||||||
|
#define SCB_ICSR_VECTPENDING_Msk (0x1FFUL << SCB_ICSR_VECTPENDING_Pos) /*!< SCB ICSR: VECTPENDING Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_VECTACTIVE_Pos 0U /*!< SCB ICSR: VECTACTIVE Position */
|
||||||
|
#define SCB_ICSR_VECTACTIVE_Msk (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/) /*!< SCB ICSR: VECTACTIVE Mask */
|
||||||
|
|
||||||
|
#if (__VTOR_PRESENT == 1U)
|
||||||
|
/* SCB Interrupt Control State Register Definitions */
|
||||||
|
#define SCB_VTOR_TBLOFF_Pos 8U /*!< SCB VTOR: TBLOFF Position */
|
||||||
|
#define SCB_VTOR_TBLOFF_Msk (0xFFFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB VTOR: TBLOFF Mask */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* SCB Application Interrupt and Reset Control Register Definitions */
|
||||||
|
#define SCB_AIRCR_VECTKEY_Pos 16U /*!< SCB AIRCR: VECTKEY Position */
|
||||||
|
#define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) /*!< SCB AIRCR: VECTKEY Mask */
|
||||||
|
|
||||||
|
#define SCB_AIRCR_VECTKEYSTAT_Pos 16U /*!< SCB AIRCR: VECTKEYSTAT Position */
|
||||||
|
#define SCB_AIRCR_VECTKEYSTAT_Msk (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos) /*!< SCB AIRCR: VECTKEYSTAT Mask */
|
||||||
|
|
||||||
|
#define SCB_AIRCR_ENDIANESS_Pos 15U /*!< SCB AIRCR: ENDIANESS Position */
|
||||||
|
#define SCB_AIRCR_ENDIANESS_Msk (1UL << SCB_AIRCR_ENDIANESS_Pos) /*!< SCB AIRCR: ENDIANESS Mask */
|
||||||
|
|
||||||
|
#define SCB_AIRCR_SYSRESETREQ_Pos 2U /*!< SCB AIRCR: SYSRESETREQ Position */
|
||||||
|
#define SCB_AIRCR_SYSRESETREQ_Msk (1UL << SCB_AIRCR_SYSRESETREQ_Pos) /*!< SCB AIRCR: SYSRESETREQ Mask */
|
||||||
|
|
||||||
|
#define SCB_AIRCR_VECTCLRACTIVE_Pos 1U /*!< SCB AIRCR: VECTCLRACTIVE Position */
|
||||||
|
#define SCB_AIRCR_VECTCLRACTIVE_Msk (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos) /*!< SCB AIRCR: VECTCLRACTIVE Mask */
|
||||||
|
|
||||||
|
/* SCB System Control Register Definitions */
|
||||||
|
#define SCB_SCR_SEVONPEND_Pos 4U /*!< SCB SCR: SEVONPEND Position */
|
||||||
|
#define SCB_SCR_SEVONPEND_Msk (1UL << SCB_SCR_SEVONPEND_Pos) /*!< SCB SCR: SEVONPEND Mask */
|
||||||
|
|
||||||
|
#define SCB_SCR_SLEEPDEEP_Pos 2U /*!< SCB SCR: SLEEPDEEP Position */
|
||||||
|
#define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) /*!< SCB SCR: SLEEPDEEP Mask */
|
||||||
|
|
||||||
|
#define SCB_SCR_SLEEPONEXIT_Pos 1U /*!< SCB SCR: SLEEPONEXIT Position */
|
||||||
|
#define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) /*!< SCB SCR: SLEEPONEXIT Mask */
|
||||||
|
|
||||||
|
/* SCB Configuration Control Register Definitions */
|
||||||
|
#define SCB_CCR_STKALIGN_Pos 9U /*!< SCB CCR: STKALIGN Position */
|
||||||
|
#define SCB_CCR_STKALIGN_Msk (1UL << SCB_CCR_STKALIGN_Pos) /*!< SCB CCR: STKALIGN Mask */
|
||||||
|
|
||||||
|
#define SCB_CCR_UNALIGN_TRP_Pos 3U /*!< SCB CCR: UNALIGN_TRP Position */
|
||||||
|
#define SCB_CCR_UNALIGN_TRP_Msk (1UL << SCB_CCR_UNALIGN_TRP_Pos) /*!< SCB CCR: UNALIGN_TRP Mask */
|
||||||
|
|
||||||
|
/* SCB System Handler Control and State Register Definitions */
|
||||||
|
#define SCB_SHCSR_SVCALLPENDED_Pos 15U /*!< SCB SHCSR: SVCALLPENDED Position */
|
||||||
|
#define SCB_SHCSR_SVCALLPENDED_Msk (1UL << SCB_SHCSR_SVCALLPENDED_Pos) /*!< SCB SHCSR: SVCALLPENDED Mask */
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_SCB */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_SysTick System Tick Timer (SysTick)
|
||||||
|
\brief Type definitions for the System Timer Registers.
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Structure type to access the System Timer (SysTick).
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
__IOM uint32_t CTRL; /*!< Offset: 0x000 (R/W) SysTick Control and Status Register */
|
||||||
|
__IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */
|
||||||
|
__IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */
|
||||||
|
__IM uint32_t CALIB; /*!< Offset: 0x00C (R/ ) SysTick Calibration Register */
|
||||||
|
} SysTick_Type;
|
||||||
|
|
||||||
|
/* SysTick Control / Status Register Definitions */
|
||||||
|
#define SysTick_CTRL_COUNTFLAG_Pos 16U /*!< SysTick CTRL: COUNTFLAG Position */
|
||||||
|
#define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysTick CTRL: COUNTFLAG Mask */
|
||||||
|
|
||||||
|
#define SysTick_CTRL_CLKSOURCE_Pos 2U /*!< SysTick CTRL: CLKSOURCE Position */
|
||||||
|
#define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) /*!< SysTick CTRL: CLKSOURCE Mask */
|
||||||
|
|
||||||
|
#define SysTick_CTRL_TICKINT_Pos 1U /*!< SysTick CTRL: TICKINT Position */
|
||||||
|
#define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) /*!< SysTick CTRL: TICKINT Mask */
|
||||||
|
|
||||||
|
#define SysTick_CTRL_ENABLE_Pos 0U /*!< SysTick CTRL: ENABLE Position */
|
||||||
|
#define SysTick_CTRL_ENABLE_Msk (1UL /*<< SysTick_CTRL_ENABLE_Pos*/) /*!< SysTick CTRL: ENABLE Mask */
|
||||||
|
|
||||||
|
/* SysTick Reload Register Definitions */
|
||||||
|
#define SysTick_LOAD_RELOAD_Pos 0U /*!< SysTick LOAD: RELOAD Position */
|
||||||
|
#define SysTick_LOAD_RELOAD_Msk (0xFFFFFFUL /*<< SysTick_LOAD_RELOAD_Pos*/) /*!< SysTick LOAD: RELOAD Mask */
|
||||||
|
|
||||||
|
/* SysTick Current Register Definitions */
|
||||||
|
#define SysTick_VAL_CURRENT_Pos 0U /*!< SysTick VAL: CURRENT Position */
|
||||||
|
#define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL /*<< SysTick_VAL_CURRENT_Pos*/) /*!< SysTick VAL: CURRENT Mask */
|
||||||
|
|
||||||
|
/* SysTick Calibration Register Definitions */
|
||||||
|
#define SysTick_CALIB_NOREF_Pos 31U /*!< SysTick CALIB: NOREF Position */
|
||||||
|
#define SysTick_CALIB_NOREF_Msk (1UL << SysTick_CALIB_NOREF_Pos) /*!< SysTick CALIB: NOREF Mask */
|
||||||
|
|
||||||
|
#define SysTick_CALIB_SKEW_Pos 30U /*!< SysTick CALIB: SKEW Position */
|
||||||
|
#define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) /*!< SysTick CALIB: SKEW Mask */
|
||||||
|
|
||||||
|
#define SysTick_CALIB_TENMS_Pos 0U /*!< SysTick CALIB: TENMS Position */
|
||||||
|
#define SysTick_CALIB_TENMS_Msk (0xFFFFFFUL /*<< SysTick_CALIB_TENMS_Pos*/) /*!< SysTick CALIB: TENMS Mask */
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_SysTick */
|
||||||
|
|
||||||
|
#if (__MPU_PRESENT == 1U)
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_MPU Memory Protection Unit (MPU)
|
||||||
|
\brief Type definitions for the Memory Protection Unit (MPU)
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Structure type to access the Memory Protection Unit (MPU).
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
__IM uint32_t TYPE; /*!< Offset: 0x000 (R/ ) MPU Type Register */
|
||||||
|
__IOM uint32_t CTRL; /*!< Offset: 0x004 (R/W) MPU Control Register */
|
||||||
|
__IOM uint32_t RNR; /*!< Offset: 0x008 (R/W) MPU Region RNRber Register */
|
||||||
|
__IOM uint32_t RBAR; /*!< Offset: 0x00C (R/W) MPU Region Base Address Register */
|
||||||
|
__IOM uint32_t RASR; /*!< Offset: 0x010 (R/W) MPU Region Attribute and Size Register */
|
||||||
|
} MPU_Type;
|
||||||
|
|
||||||
|
/* MPU Type Register Definitions */
|
||||||
|
#define MPU_TYPE_IREGION_Pos 16U /*!< MPU TYPE: IREGION Position */
|
||||||
|
#define MPU_TYPE_IREGION_Msk (0xFFUL << MPU_TYPE_IREGION_Pos) /*!< MPU TYPE: IREGION Mask */
|
||||||
|
|
||||||
|
#define MPU_TYPE_DREGION_Pos 8U /*!< MPU TYPE: DREGION Position */
|
||||||
|
#define MPU_TYPE_DREGION_Msk (0xFFUL << MPU_TYPE_DREGION_Pos) /*!< MPU TYPE: DREGION Mask */
|
||||||
|
|
||||||
|
#define MPU_TYPE_SEPARATE_Pos 0U /*!< MPU TYPE: SEPARATE Position */
|
||||||
|
#define MPU_TYPE_SEPARATE_Msk (1UL /*<< MPU_TYPE_SEPARATE_Pos*/) /*!< MPU TYPE: SEPARATE Mask */
|
||||||
|
|
||||||
|
/* MPU Control Register Definitions */
|
||||||
|
#define MPU_CTRL_PRIVDEFENA_Pos 2U /*!< MPU CTRL: PRIVDEFENA Position */
|
||||||
|
#define MPU_CTRL_PRIVDEFENA_Msk (1UL << MPU_CTRL_PRIVDEFENA_Pos) /*!< MPU CTRL: PRIVDEFENA Mask */
|
||||||
|
|
||||||
|
#define MPU_CTRL_HFNMIENA_Pos 1U /*!< MPU CTRL: HFNMIENA Position */
|
||||||
|
#define MPU_CTRL_HFNMIENA_Msk (1UL << MPU_CTRL_HFNMIENA_Pos) /*!< MPU CTRL: HFNMIENA Mask */
|
||||||
|
|
||||||
|
#define MPU_CTRL_ENABLE_Pos 0U /*!< MPU CTRL: ENABLE Position */
|
||||||
|
#define MPU_CTRL_ENABLE_Msk (1UL /*<< MPU_CTRL_ENABLE_Pos*/) /*!< MPU CTRL: ENABLE Mask */
|
||||||
|
|
||||||
|
/* MPU Region Number Register Definitions */
|
||||||
|
#define MPU_RNR_REGION_Pos 0U /*!< MPU RNR: REGION Position */
|
||||||
|
#define MPU_RNR_REGION_Msk (0xFFUL /*<< MPU_RNR_REGION_Pos*/) /*!< MPU RNR: REGION Mask */
|
||||||
|
|
||||||
|
/* MPU Region Base Address Register Definitions */
|
||||||
|
#define MPU_RBAR_ADDR_Pos 8U /*!< MPU RBAR: ADDR Position */
|
||||||
|
#define MPU_RBAR_ADDR_Msk (0xFFFFFFUL << MPU_RBAR_ADDR_Pos) /*!< MPU RBAR: ADDR Mask */
|
||||||
|
|
||||||
|
#define MPU_RBAR_VALID_Pos 4U /*!< MPU RBAR: VALID Position */
|
||||||
|
#define MPU_RBAR_VALID_Msk (1UL << MPU_RBAR_VALID_Pos) /*!< MPU RBAR: VALID Mask */
|
||||||
|
|
||||||
|
#define MPU_RBAR_REGION_Pos 0U /*!< MPU RBAR: REGION Position */
|
||||||
|
#define MPU_RBAR_REGION_Msk (0xFUL /*<< MPU_RBAR_REGION_Pos*/) /*!< MPU RBAR: REGION Mask */
|
||||||
|
|
||||||
|
/* MPU Region Attribute and Size Register Definitions */
|
||||||
|
#define MPU_RASR_ATTRS_Pos 16U /*!< MPU RASR: MPU Region Attribute field Position */
|
||||||
|
#define MPU_RASR_ATTRS_Msk (0xFFFFUL << MPU_RASR_ATTRS_Pos) /*!< MPU RASR: MPU Region Attribute field Mask */
|
||||||
|
|
||||||
|
#define MPU_RASR_XN_Pos 28U /*!< MPU RASR: ATTRS.XN Position */
|
||||||
|
#define MPU_RASR_XN_Msk (1UL << MPU_RASR_XN_Pos) /*!< MPU RASR: ATTRS.XN Mask */
|
||||||
|
|
||||||
|
#define MPU_RASR_AP_Pos 24U /*!< MPU RASR: ATTRS.AP Position */
|
||||||
|
#define MPU_RASR_AP_Msk (0x7UL << MPU_RASR_AP_Pos) /*!< MPU RASR: ATTRS.AP Mask */
|
||||||
|
|
||||||
|
#define MPU_RASR_TEX_Pos 19U /*!< MPU RASR: ATTRS.TEX Position */
|
||||||
|
#define MPU_RASR_TEX_Msk (0x7UL << MPU_RASR_TEX_Pos) /*!< MPU RASR: ATTRS.TEX Mask */
|
||||||
|
|
||||||
|
#define MPU_RASR_S_Pos 18U /*!< MPU RASR: ATTRS.S Position */
|
||||||
|
#define MPU_RASR_S_Msk (1UL << MPU_RASR_S_Pos) /*!< MPU RASR: ATTRS.S Mask */
|
||||||
|
|
||||||
|
#define MPU_RASR_C_Pos 17U /*!< MPU RASR: ATTRS.C Position */
|
||||||
|
#define MPU_RASR_C_Msk (1UL << MPU_RASR_C_Pos) /*!< MPU RASR: ATTRS.C Mask */
|
||||||
|
|
||||||
|
#define MPU_RASR_B_Pos 16U /*!< MPU RASR: ATTRS.B Position */
|
||||||
|
#define MPU_RASR_B_Msk (1UL << MPU_RASR_B_Pos) /*!< MPU RASR: ATTRS.B Mask */
|
||||||
|
|
||||||
|
#define MPU_RASR_SRD_Pos 8U /*!< MPU RASR: Sub-Region Disable Position */
|
||||||
|
#define MPU_RASR_SRD_Msk (0xFFUL << MPU_RASR_SRD_Pos) /*!< MPU RASR: Sub-Region Disable Mask */
|
||||||
|
|
||||||
|
#define MPU_RASR_SIZE_Pos 1U /*!< MPU RASR: Region Size Field Position */
|
||||||
|
#define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos) /*!< MPU RASR: Region Size Field Mask */
|
||||||
|
|
||||||
|
#define MPU_RASR_ENABLE_Pos 0U /*!< MPU RASR: Region enable bit Position */
|
||||||
|
#define MPU_RASR_ENABLE_Msk (1UL /*<< MPU_RASR_ENABLE_Pos*/) /*!< MPU RASR: Region enable bit Disable Mask */
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_MPU */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_CoreDebug Core Debug Registers (CoreDebug)
|
||||||
|
\brief Cortex-M0+ Core Debug Registers (DCB registers, SHCSR, and DFSR) are only accessible over DAP and not via processor.
|
||||||
|
Therefore they are not covered by the Cortex-M0+ header file.
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
/*@} end of group CMSIS_CoreDebug */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_core_bitfield Core register bit field macros
|
||||||
|
\brief Macros for use with bit field definitions (xxx_Pos, xxx_Msk).
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Mask and shift a bit field value for use in a register bit range.
|
||||||
|
\param[in] field Name of the register bit field.
|
||||||
|
\param[in] value Value of the bit field.
|
||||||
|
\return Masked and shifted value.
|
||||||
|
*/
|
||||||
|
#define _VAL2FLD(field, value) ((value << field ## _Pos) & field ## _Msk)
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Mask and shift a register value to extract a bit filed value.
|
||||||
|
\param[in] field Name of the register bit field.
|
||||||
|
\param[in] value Value of register.
|
||||||
|
\return Masked and shifted bit field value.
|
||||||
|
*/
|
||||||
|
#define _FLD2VAL(field, value) ((value & field ## _Msk) >> field ## _Pos)
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_core_bitfield */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_core_base Core Definitions
|
||||||
|
\brief Definitions for base addresses, unions, and structures.
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Memory mapping of Cortex-M0+ Hardware */
|
||||||
|
#define SCS_BASE (0xE000E000UL) /*!< System Control Space Base Address */
|
||||||
|
#define SysTick_BASE (SCS_BASE + 0x0010UL) /*!< SysTick Base Address */
|
||||||
|
#define NVIC_BASE (SCS_BASE + 0x0100UL) /*!< NVIC Base Address */
|
||||||
|
#define SCB_BASE (SCS_BASE + 0x0D00UL) /*!< System Control Block Base Address */
|
||||||
|
|
||||||
|
#define SCB ((SCB_Type *) SCB_BASE ) /*!< SCB configuration struct */
|
||||||
|
#define SysTick ((SysTick_Type *) SysTick_BASE ) /*!< SysTick configuration struct */
|
||||||
|
#define NVIC ((NVIC_Type *) NVIC_BASE ) /*!< NVIC configuration struct */
|
||||||
|
|
||||||
|
#if (__MPU_PRESENT == 1U)
|
||||||
|
#define MPU_BASE (SCS_BASE + 0x0D90UL) /*!< Memory Protection Unit */
|
||||||
|
#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/*@} */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
* Hardware Abstraction Layer
|
||||||
|
Core Function Interface contains:
|
||||||
|
- Core NVIC Functions
|
||||||
|
- Core SysTick Functions
|
||||||
|
- Core Register Access Functions
|
||||||
|
******************************************************************************/
|
||||||
|
/**
|
||||||
|
\defgroup CMSIS_Core_FunctionInterface Functions and Instructions Reference
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* ########################## NVIC functions #################################### */
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_Core_FunctionInterface
|
||||||
|
\defgroup CMSIS_Core_NVICFunctions NVIC Functions
|
||||||
|
\brief Functions that manage interrupts and exceptions via the NVIC.
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Interrupt Priorities are WORD accessible only under ARMv6M */
|
||||||
|
/* The following MACROS handle generation of the register offset and byte masks */
|
||||||
|
#define _BIT_SHIFT(IRQn) ( ((((uint32_t)(int32_t)(IRQn)) ) & 0x03UL) * 8UL)
|
||||||
|
#define _SHP_IDX(IRQn) ( (((((uint32_t)(int32_t)(IRQn)) & 0x0FUL)-8UL) >> 2UL) )
|
||||||
|
#define _IP_IDX(IRQn) ( (((uint32_t)(int32_t)(IRQn)) >> 2UL) )
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Enable External Interrupt
|
||||||
|
\details Enables a device-specific interrupt in the NVIC interrupt controller.
|
||||||
|
\param [in] IRQn External interrupt number. Value cannot be negative.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void NVIC_EnableIRQ(IRQn_Type IRQn)
|
||||||
|
{
|
||||||
|
NVIC->ISER[0U] = (uint32_t)(1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Disable External Interrupt
|
||||||
|
\details Disables a device-specific interrupt in the NVIC interrupt controller.
|
||||||
|
\param [in] IRQn External interrupt number. Value cannot be negative.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void NVIC_DisableIRQ(IRQn_Type IRQn)
|
||||||
|
{
|
||||||
|
NVIC->ICER[0U] = (uint32_t)(1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Get Pending Interrupt
|
||||||
|
\details Reads the pending register in the NVIC and returns the pending bit for the specified interrupt.
|
||||||
|
\param [in] IRQn Interrupt number.
|
||||||
|
\return 0 Interrupt status is not pending.
|
||||||
|
\return 1 Interrupt status is pending.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t NVIC_GetPendingIRQ(IRQn_Type IRQn)
|
||||||
|
{
|
||||||
|
return((uint32_t)(((NVIC->ISPR[0U] & (1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Set Pending Interrupt
|
||||||
|
\details Sets the pending bit of an external interrupt.
|
||||||
|
\param [in] IRQn Interrupt number. Value cannot be negative.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void NVIC_SetPendingIRQ(IRQn_Type IRQn)
|
||||||
|
{
|
||||||
|
NVIC->ISPR[0U] = (uint32_t)(1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Clear Pending Interrupt
|
||||||
|
\details Clears the pending bit of an external interrupt.
|
||||||
|
\param [in] IRQn External interrupt number. Value cannot be negative.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void NVIC_ClearPendingIRQ(IRQn_Type IRQn)
|
||||||
|
{
|
||||||
|
NVIC->ICPR[0U] = (uint32_t)(1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Set Interrupt Priority
|
||||||
|
\details Sets the priority of an interrupt.
|
||||||
|
\note The priority cannot be set for every core interrupt.
|
||||||
|
\param [in] IRQn Interrupt number.
|
||||||
|
\param [in] priority Priority to set.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority)
|
||||||
|
{
|
||||||
|
if ((int32_t)(IRQn) < 0)
|
||||||
|
{
|
||||||
|
SCB->SHP[_SHP_IDX(IRQn)] = ((uint32_t)(SCB->SHP[_SHP_IDX(IRQn)] & ~(0xFFUL << _BIT_SHIFT(IRQn))) |
|
||||||
|
(((priority << (8U - __NVIC_PRIO_BITS)) & (uint32_t)0xFFUL) << _BIT_SHIFT(IRQn)));
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
NVIC->IP[_IP_IDX(IRQn)] = ((uint32_t)(NVIC->IP[_IP_IDX(IRQn)] & ~(0xFFUL << _BIT_SHIFT(IRQn))) |
|
||||||
|
(((priority << (8U - __NVIC_PRIO_BITS)) & (uint32_t)0xFFUL) << _BIT_SHIFT(IRQn)));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Get Interrupt Priority
|
||||||
|
\details Reads the priority of an interrupt.
|
||||||
|
The interrupt number can be positive to specify an external (device specific) interrupt,
|
||||||
|
or negative to specify an internal (core) interrupt.
|
||||||
|
\param [in] IRQn Interrupt number.
|
||||||
|
\return Interrupt Priority.
|
||||||
|
Value is aligned automatically to the implemented priority bits of the microcontroller.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t NVIC_GetPriority(IRQn_Type IRQn)
|
||||||
|
{
|
||||||
|
|
||||||
|
if ((int32_t)(IRQn) < 0)
|
||||||
|
{
|
||||||
|
return((uint32_t)(((SCB->SHP[_SHP_IDX(IRQn)] >> _BIT_SHIFT(IRQn) ) & (uint32_t)0xFFUL) >> (8U - __NVIC_PRIO_BITS)));
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return((uint32_t)(((NVIC->IP[ _IP_IDX(IRQn)] >> _BIT_SHIFT(IRQn) ) & (uint32_t)0xFFUL) >> (8U - __NVIC_PRIO_BITS)));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief System Reset
|
||||||
|
\details Initiates a system reset request to reset the MCU.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void NVIC_SystemReset(void)
|
||||||
|
{
|
||||||
|
__DSB(); /* Ensure all outstanding memory accesses included
|
||||||
|
buffered write are completed before reset */
|
||||||
|
SCB->AIRCR = ((0x5FAUL << SCB_AIRCR_VECTKEY_Pos) |
|
||||||
|
SCB_AIRCR_SYSRESETREQ_Msk);
|
||||||
|
__DSB(); /* Ensure completion of memory access */
|
||||||
|
|
||||||
|
for(;;) /* wait until reset */
|
||||||
|
{
|
||||||
|
__NOP();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/*@} end of CMSIS_Core_NVICFunctions */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* ################################## SysTick function ############################################ */
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_Core_FunctionInterface
|
||||||
|
\defgroup CMSIS_Core_SysTickFunctions SysTick Functions
|
||||||
|
\brief Functions that configure the System.
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if (__Vendor_SysTickConfig == 0U)
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief System Tick Configuration
|
||||||
|
\details Initializes the System Timer and its interrupt, and starts the System Tick Timer.
|
||||||
|
Counter is in free running mode to generate periodic interrupts.
|
||||||
|
\param [in] ticks Number of ticks between two interrupts.
|
||||||
|
\return 0 Function succeeded.
|
||||||
|
\return 1 Function failed.
|
||||||
|
\note When the variable <b>__Vendor_SysTickConfig</b> is set to 1, then the
|
||||||
|
function <b>SysTick_Config</b> is not included. In this case, the file <b><i>device</i>.h</b>
|
||||||
|
must contain a vendor-specific implementation of this function.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks)
|
||||||
|
{
|
||||||
|
if ((ticks - 1UL) > SysTick_LOAD_RELOAD_Msk)
|
||||||
|
{
|
||||||
|
return (1UL); /* Reload value impossible */
|
||||||
|
}
|
||||||
|
|
||||||
|
SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */
|
||||||
|
NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Interrupt */
|
||||||
|
SysTick->VAL = 0UL; /* Load the SysTick Counter Value */
|
||||||
|
SysTick->CTRL = SysTick_CTRL_CLKSOURCE_Msk |
|
||||||
|
SysTick_CTRL_TICKINT_Msk |
|
||||||
|
SysTick_CTRL_ENABLE_Msk; /* Enable SysTick IRQ and SysTick Timer */
|
||||||
|
return (0UL); /* Function successful */
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/*@} end of CMSIS_Core_SysTickFunctions */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* __CORE_CM0PLUS_H_DEPENDANT */
|
||||||
|
|
||||||
|
#endif /* __CMSIS_GENERIC */
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,87 @@
|
||||||
|
/**************************************************************************//**
|
||||||
|
* @file core_cmFunc.h
|
||||||
|
* @brief CMSIS Cortex-M Core Function Access Header File
|
||||||
|
* @version V4.30
|
||||||
|
* @date 20. October 2015
|
||||||
|
******************************************************************************/
|
||||||
|
/* Copyright (c) 2009 - 2015 ARM LIMITED
|
||||||
|
|
||||||
|
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 ARM 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.
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
||||||
|
#if defined ( __ICCARM__ )
|
||||||
|
#pragma system_include /* treat file as system include file for MISRA check */
|
||||||
|
#elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
|
||||||
|
#pragma clang system_header /* treat file as system include file */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef __CORE_CMFUNC_H
|
||||||
|
#define __CORE_CMFUNC_H
|
||||||
|
|
||||||
|
|
||||||
|
/* ########################### Core Function Access ########################### */
|
||||||
|
/** \ingroup CMSIS_Core_FunctionInterface
|
||||||
|
\defgroup CMSIS_Core_RegAccFunctions CMSIS Core Register Access Functions
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*------------------ RealView Compiler -----------------*/
|
||||||
|
#if defined ( __CC_ARM )
|
||||||
|
#include "cmsis_armcc.h"
|
||||||
|
|
||||||
|
/*------------------ ARM Compiler V6 -------------------*/
|
||||||
|
#elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
|
||||||
|
#include "cmsis_armcc_V6.h"
|
||||||
|
|
||||||
|
/*------------------ GNU Compiler ----------------------*/
|
||||||
|
#elif defined ( __GNUC__ )
|
||||||
|
#include "cmsis_gcc.h"
|
||||||
|
|
||||||
|
/*------------------ ICC Compiler ----------------------*/
|
||||||
|
#elif defined ( __ICCARM__ )
|
||||||
|
#include <cmsis_iar.h>
|
||||||
|
|
||||||
|
/*------------------ TI CCS Compiler -------------------*/
|
||||||
|
#elif defined ( __TMS470__ )
|
||||||
|
#include <cmsis_ccs.h>
|
||||||
|
|
||||||
|
/*------------------ TASKING Compiler ------------------*/
|
||||||
|
#elif defined ( __TASKING__ )
|
||||||
|
/*
|
||||||
|
* The CMSIS functions have been implemented as intrinsics in the compiler.
|
||||||
|
* Please use "carm -?i" to get an up to date list of all intrinsics,
|
||||||
|
* Including the CMSIS ones.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*------------------ COSMIC Compiler -------------------*/
|
||||||
|
#elif defined ( __CSMC__ )
|
||||||
|
#include <cmsis_csm.h>
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/*@} end of CMSIS_Core_RegAccFunctions */
|
||||||
|
|
||||||
|
#endif /* __CORE_CMFUNC_H */
|
|
@ -0,0 +1,87 @@
|
||||||
|
/**************************************************************************//**
|
||||||
|
* @file core_cmInstr.h
|
||||||
|
* @brief CMSIS Cortex-M Core Instruction Access Header File
|
||||||
|
* @version V4.30
|
||||||
|
* @date 20. October 2015
|
||||||
|
******************************************************************************/
|
||||||
|
/* Copyright (c) 2009 - 2015 ARM LIMITED
|
||||||
|
|
||||||
|
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 ARM 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.
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
||||||
|
#if defined ( __ICCARM__ )
|
||||||
|
#pragma system_include /* treat file as system include file for MISRA check */
|
||||||
|
#elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
|
||||||
|
#pragma clang system_header /* treat file as system include file */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef __CORE_CMINSTR_H
|
||||||
|
#define __CORE_CMINSTR_H
|
||||||
|
|
||||||
|
|
||||||
|
/* ########################## Core Instruction Access ######################### */
|
||||||
|
/** \defgroup CMSIS_Core_InstructionInterface CMSIS Core Instruction Interface
|
||||||
|
Access to dedicated instructions
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*------------------ RealView Compiler -----------------*/
|
||||||
|
#if defined ( __CC_ARM )
|
||||||
|
#include "cmsis_armcc.h"
|
||||||
|
|
||||||
|
/*------------------ ARM Compiler V6 -------------------*/
|
||||||
|
#elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
|
||||||
|
#include "cmsis_armcc_V6.h"
|
||||||
|
|
||||||
|
/*------------------ GNU Compiler ----------------------*/
|
||||||
|
#elif defined ( __GNUC__ )
|
||||||
|
#include "cmsis_gcc.h"
|
||||||
|
|
||||||
|
/*------------------ ICC Compiler ----------------------*/
|
||||||
|
#elif defined ( __ICCARM__ )
|
||||||
|
#include <cmsis_iar.h>
|
||||||
|
|
||||||
|
/*------------------ TI CCS Compiler -------------------*/
|
||||||
|
#elif defined ( __TMS470__ )
|
||||||
|
#include <cmsis_ccs.h>
|
||||||
|
|
||||||
|
/*------------------ TASKING Compiler ------------------*/
|
||||||
|
#elif defined ( __TASKING__ )
|
||||||
|
/*
|
||||||
|
* The CMSIS functions have been implemented as intrinsics in the compiler.
|
||||||
|
* Please use "carm -?i" to get an up to date list of all intrinsics,
|
||||||
|
* Including the CMSIS ones.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*------------------ COSMIC Compiler -------------------*/
|
||||||
|
#elif defined ( __CSMC__ )
|
||||||
|
#include <cmsis_csm.h>
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/*@}*/ /* end of group CMSIS_Core_InstructionInterface */
|
||||||
|
|
||||||
|
#endif /* __CORE_CMINSTR_H */
|
|
@ -0,0 +1,96 @@
|
||||||
|
/**************************************************************************//**
|
||||||
|
* @file core_cmSimd.h
|
||||||
|
* @brief CMSIS Cortex-M SIMD Header File
|
||||||
|
* @version V4.30
|
||||||
|
* @date 20. October 2015
|
||||||
|
******************************************************************************/
|
||||||
|
/* Copyright (c) 2009 - 2015 ARM LIMITED
|
||||||
|
|
||||||
|
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 ARM 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.
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
||||||
|
#if defined ( __ICCARM__ )
|
||||||
|
#pragma system_include /* treat file as system include file for MISRA check */
|
||||||
|
#elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
|
||||||
|
#pragma clang system_header /* treat file as system include file */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef __CORE_CMSIMD_H
|
||||||
|
#define __CORE_CMSIMD_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/* ################### Compiler specific Intrinsics ########################### */
|
||||||
|
/** \defgroup CMSIS_SIMD_intrinsics CMSIS SIMD Intrinsics
|
||||||
|
Access to dedicated SIMD instructions
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*------------------ RealView Compiler -----------------*/
|
||||||
|
#if defined ( __CC_ARM )
|
||||||
|
#include "cmsis_armcc.h"
|
||||||
|
|
||||||
|
/*------------------ ARM Compiler V6 -------------------*/
|
||||||
|
#elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
|
||||||
|
#include "cmsis_armcc_V6.h"
|
||||||
|
|
||||||
|
/*------------------ GNU Compiler ----------------------*/
|
||||||
|
#elif defined ( __GNUC__ )
|
||||||
|
#include "cmsis_gcc.h"
|
||||||
|
|
||||||
|
/*------------------ ICC Compiler ----------------------*/
|
||||||
|
#elif defined ( __ICCARM__ )
|
||||||
|
#include <cmsis_iar.h>
|
||||||
|
|
||||||
|
/*------------------ TI CCS Compiler -------------------*/
|
||||||
|
#elif defined ( __TMS470__ )
|
||||||
|
#include <cmsis_ccs.h>
|
||||||
|
|
||||||
|
/*------------------ TASKING Compiler ------------------*/
|
||||||
|
#elif defined ( __TASKING__ )
|
||||||
|
/*
|
||||||
|
* The CMSIS functions have been implemented as intrinsics in the compiler.
|
||||||
|
* Please use "carm -?i" to get an up to date list of all intrinsics,
|
||||||
|
* Including the CMSIS ones.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*------------------ COSMIC Compiler -------------------*/
|
||||||
|
#elif defined ( __CSMC__ )
|
||||||
|
#include <cmsis_csm.h>
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_SIMD_intrinsics */
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* __CORE_CMSIMD_H */
|
|
@ -0,0 +1,926 @@
|
||||||
|
/**************************************************************************//**
|
||||||
|
* @file core_sc000.h
|
||||||
|
* @brief CMSIS SC000 Core Peripheral Access Layer Header File
|
||||||
|
* @version V4.30
|
||||||
|
* @date 20. October 2015
|
||||||
|
******************************************************************************/
|
||||||
|
/* Copyright (c) 2009 - 2015 ARM LIMITED
|
||||||
|
|
||||||
|
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 ARM 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.
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
||||||
|
#if defined ( __ICCARM__ )
|
||||||
|
#pragma system_include /* treat file as system include file for MISRA check */
|
||||||
|
#elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
|
||||||
|
#pragma clang system_header /* treat file as system include file */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef __CORE_SC000_H_GENERIC
|
||||||
|
#define __CORE_SC000_H_GENERIC
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
\page CMSIS_MISRA_Exceptions MISRA-C:2004 Compliance Exceptions
|
||||||
|
CMSIS violates the following MISRA-C:2004 rules:
|
||||||
|
|
||||||
|
\li Required Rule 8.5, object/function definition in header file.<br>
|
||||||
|
Function definitions in header files are used to allow 'inlining'.
|
||||||
|
|
||||||
|
\li Required Rule 18.4, declaration of union type or object of union type: '{...}'.<br>
|
||||||
|
Unions are used for effective representation of core registers.
|
||||||
|
|
||||||
|
\li Advisory Rule 19.7, Function-like macro defined.<br>
|
||||||
|
Function-like macros are used to allow more efficient code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
* CMSIS definitions
|
||||||
|
******************************************************************************/
|
||||||
|
/**
|
||||||
|
\ingroup SC000
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* CMSIS SC000 definitions */
|
||||||
|
#define __SC000_CMSIS_VERSION_MAIN (0x04U) /*!< [31:16] CMSIS HAL main version */
|
||||||
|
#define __SC000_CMSIS_VERSION_SUB (0x1EU) /*!< [15:0] CMSIS HAL sub version */
|
||||||
|
#define __SC000_CMSIS_VERSION ((__SC000_CMSIS_VERSION_MAIN << 16U) | \
|
||||||
|
__SC000_CMSIS_VERSION_SUB ) /*!< CMSIS HAL version number */
|
||||||
|
|
||||||
|
#define __CORTEX_SC (000U) /*!< Cortex secure core */
|
||||||
|
|
||||||
|
|
||||||
|
#if defined ( __CC_ARM )
|
||||||
|
#define __ASM __asm /*!< asm keyword for ARM Compiler */
|
||||||
|
#define __INLINE __inline /*!< inline keyword for ARM Compiler */
|
||||||
|
#define __STATIC_INLINE static __inline
|
||||||
|
|
||||||
|
#elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
|
||||||
|
#define __ASM __asm /*!< asm keyword for ARM Compiler */
|
||||||
|
#define __INLINE __inline /*!< inline keyword for ARM Compiler */
|
||||||
|
#define __STATIC_INLINE static __inline
|
||||||
|
|
||||||
|
#elif defined ( __GNUC__ )
|
||||||
|
#define __ASM __asm /*!< asm keyword for GNU Compiler */
|
||||||
|
#define __INLINE inline /*!< inline keyword for GNU Compiler */
|
||||||
|
#define __STATIC_INLINE static inline
|
||||||
|
|
||||||
|
#elif defined ( __ICCARM__ )
|
||||||
|
#define __ASM __asm /*!< asm keyword for IAR Compiler */
|
||||||
|
#define __INLINE inline /*!< inline keyword for IAR Compiler. Only available in High optimization mode! */
|
||||||
|
#define __STATIC_INLINE static inline
|
||||||
|
|
||||||
|
#elif defined ( __TMS470__ )
|
||||||
|
#define __ASM __asm /*!< asm keyword for TI CCS Compiler */
|
||||||
|
#define __STATIC_INLINE static inline
|
||||||
|
|
||||||
|
#elif defined ( __TASKING__ )
|
||||||
|
#define __ASM __asm /*!< asm keyword for TASKING Compiler */
|
||||||
|
#define __INLINE inline /*!< inline keyword for TASKING Compiler */
|
||||||
|
#define __STATIC_INLINE static inline
|
||||||
|
|
||||||
|
#elif defined ( __CSMC__ )
|
||||||
|
#define __packed
|
||||||
|
#define __ASM _asm /*!< asm keyword for COSMIC Compiler */
|
||||||
|
#define __INLINE inline /*!< inline keyword for COSMIC Compiler. Use -pc99 on compile line */
|
||||||
|
#define __STATIC_INLINE static inline
|
||||||
|
|
||||||
|
#else
|
||||||
|
#error Unknown compiler
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/** __FPU_USED indicates whether an FPU is used or not.
|
||||||
|
This core does not support an FPU at all
|
||||||
|
*/
|
||||||
|
#define __FPU_USED 0U
|
||||||
|
|
||||||
|
#if defined ( __CC_ARM )
|
||||||
|
#if defined __TARGET_FPU_VFP
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
|
||||||
|
#if defined __ARM_PCS_VFP
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#elif defined ( __GNUC__ )
|
||||||
|
#if defined (__VFP_FP__) && !defined(__SOFTFP__)
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#elif defined ( __ICCARM__ )
|
||||||
|
#if defined __ARMVFP__
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#elif defined ( __TMS470__ )
|
||||||
|
#if defined __TI_VFP_SUPPORT__
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#elif defined ( __TASKING__ )
|
||||||
|
#if defined __FPU_VFP__
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#elif defined ( __CSMC__ )
|
||||||
|
#if ( __CSMC__ & 0x400U)
|
||||||
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include "core_cmInstr.h" /* Core Instruction Access */
|
||||||
|
#include "core_cmFunc.h" /* Core Function Access */
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* __CORE_SC000_H_GENERIC */
|
||||||
|
|
||||||
|
#ifndef __CMSIS_GENERIC
|
||||||
|
|
||||||
|
#ifndef __CORE_SC000_H_DEPENDANT
|
||||||
|
#define __CORE_SC000_H_DEPENDANT
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* check device defines and use defaults */
|
||||||
|
#if defined __CHECK_DEVICE_DEFINES
|
||||||
|
#ifndef __SC000_REV
|
||||||
|
#define __SC000_REV 0x0000U
|
||||||
|
#warning "__SC000_REV not defined in device header file; using default!"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef __MPU_PRESENT
|
||||||
|
#define __MPU_PRESENT 0U
|
||||||
|
#warning "__MPU_PRESENT not defined in device header file; using default!"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef __NVIC_PRIO_BITS
|
||||||
|
#define __NVIC_PRIO_BITS 2U
|
||||||
|
#warning "__NVIC_PRIO_BITS not defined in device header file; using default!"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef __Vendor_SysTickConfig
|
||||||
|
#define __Vendor_SysTickConfig 0U
|
||||||
|
#warning "__Vendor_SysTickConfig not defined in device header file; using default!"
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* IO definitions (access restrictions to peripheral registers) */
|
||||||
|
/**
|
||||||
|
\defgroup CMSIS_glob_defs CMSIS Global Defines
|
||||||
|
|
||||||
|
<strong>IO Type Qualifiers</strong> are used
|
||||||
|
\li to specify the access to peripheral variables.
|
||||||
|
\li for automatic generation of peripheral register debug information.
|
||||||
|
*/
|
||||||
|
#ifdef __cplusplus
|
||||||
|
#define __I volatile /*!< Defines 'read only' permissions */
|
||||||
|
#else
|
||||||
|
#define __I volatile const /*!< Defines 'read only' permissions */
|
||||||
|
#endif
|
||||||
|
#define __O volatile /*!< Defines 'write only' permissions */
|
||||||
|
#define __IO volatile /*!< Defines 'read / write' permissions */
|
||||||
|
|
||||||
|
/* following defines should be used for structure members */
|
||||||
|
#define __IM volatile const /*! Defines 'read only' structure member permissions */
|
||||||
|
#define __OM volatile /*! Defines 'write only' structure member permissions */
|
||||||
|
#define __IOM volatile /*! Defines 'read / write' structure member permissions */
|
||||||
|
|
||||||
|
/*@} end of group SC000 */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
* Register Abstraction
|
||||||
|
Core Register contain:
|
||||||
|
- Core Register
|
||||||
|
- Core NVIC Register
|
||||||
|
- Core SCB Register
|
||||||
|
- Core SysTick Register
|
||||||
|
- Core MPU Register
|
||||||
|
******************************************************************************/
|
||||||
|
/**
|
||||||
|
\defgroup CMSIS_core_register Defines and Type Definitions
|
||||||
|
\brief Type definitions and defines for Cortex-M processor based devices.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_CORE Status and Control Registers
|
||||||
|
\brief Core Register type definitions.
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Union type to access the Application Program Status Register (APSR).
|
||||||
|
*/
|
||||||
|
typedef union
|
||||||
|
{
|
||||||
|
struct
|
||||||
|
{
|
||||||
|
uint32_t _reserved0:28; /*!< bit: 0..27 Reserved */
|
||||||
|
uint32_t V:1; /*!< bit: 28 Overflow condition code flag */
|
||||||
|
uint32_t C:1; /*!< bit: 29 Carry condition code flag */
|
||||||
|
uint32_t Z:1; /*!< bit: 30 Zero condition code flag */
|
||||||
|
uint32_t N:1; /*!< bit: 31 Negative condition code flag */
|
||||||
|
} b; /*!< Structure used for bit access */
|
||||||
|
uint32_t w; /*!< Type used for word access */
|
||||||
|
} APSR_Type;
|
||||||
|
|
||||||
|
/* APSR Register Definitions */
|
||||||
|
#define APSR_N_Pos 31U /*!< APSR: N Position */
|
||||||
|
#define APSR_N_Msk (1UL << APSR_N_Pos) /*!< APSR: N Mask */
|
||||||
|
|
||||||
|
#define APSR_Z_Pos 30U /*!< APSR: Z Position */
|
||||||
|
#define APSR_Z_Msk (1UL << APSR_Z_Pos) /*!< APSR: Z Mask */
|
||||||
|
|
||||||
|
#define APSR_C_Pos 29U /*!< APSR: C Position */
|
||||||
|
#define APSR_C_Msk (1UL << APSR_C_Pos) /*!< APSR: C Mask */
|
||||||
|
|
||||||
|
#define APSR_V_Pos 28U /*!< APSR: V Position */
|
||||||
|
#define APSR_V_Msk (1UL << APSR_V_Pos) /*!< APSR: V Mask */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Union type to access the Interrupt Program Status Register (IPSR).
|
||||||
|
*/
|
||||||
|
typedef union
|
||||||
|
{
|
||||||
|
struct
|
||||||
|
{
|
||||||
|
uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
|
||||||
|
uint32_t _reserved0:23; /*!< bit: 9..31 Reserved */
|
||||||
|
} b; /*!< Structure used for bit access */
|
||||||
|
uint32_t w; /*!< Type used for word access */
|
||||||
|
} IPSR_Type;
|
||||||
|
|
||||||
|
/* IPSR Register Definitions */
|
||||||
|
#define IPSR_ISR_Pos 0U /*!< IPSR: ISR Position */
|
||||||
|
#define IPSR_ISR_Msk (0x1FFUL /*<< IPSR_ISR_Pos*/) /*!< IPSR: ISR Mask */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Union type to access the Special-Purpose Program Status Registers (xPSR).
|
||||||
|
*/
|
||||||
|
typedef union
|
||||||
|
{
|
||||||
|
struct
|
||||||
|
{
|
||||||
|
uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
|
||||||
|
uint32_t _reserved0:15; /*!< bit: 9..23 Reserved */
|
||||||
|
uint32_t T:1; /*!< bit: 24 Thumb bit (read 0) */
|
||||||
|
uint32_t _reserved1:3; /*!< bit: 25..27 Reserved */
|
||||||
|
uint32_t V:1; /*!< bit: 28 Overflow condition code flag */
|
||||||
|
uint32_t C:1; /*!< bit: 29 Carry condition code flag */
|
||||||
|
uint32_t Z:1; /*!< bit: 30 Zero condition code flag */
|
||||||
|
uint32_t N:1; /*!< bit: 31 Negative condition code flag */
|
||||||
|
} b; /*!< Structure used for bit access */
|
||||||
|
uint32_t w; /*!< Type used for word access */
|
||||||
|
} xPSR_Type;
|
||||||
|
|
||||||
|
/* xPSR Register Definitions */
|
||||||
|
#define xPSR_N_Pos 31U /*!< xPSR: N Position */
|
||||||
|
#define xPSR_N_Msk (1UL << xPSR_N_Pos) /*!< xPSR: N Mask */
|
||||||
|
|
||||||
|
#define xPSR_Z_Pos 30U /*!< xPSR: Z Position */
|
||||||
|
#define xPSR_Z_Msk (1UL << xPSR_Z_Pos) /*!< xPSR: Z Mask */
|
||||||
|
|
||||||
|
#define xPSR_C_Pos 29U /*!< xPSR: C Position */
|
||||||
|
#define xPSR_C_Msk (1UL << xPSR_C_Pos) /*!< xPSR: C Mask */
|
||||||
|
|
||||||
|
#define xPSR_V_Pos 28U /*!< xPSR: V Position */
|
||||||
|
#define xPSR_V_Msk (1UL << xPSR_V_Pos) /*!< xPSR: V Mask */
|
||||||
|
|
||||||
|
#define xPSR_T_Pos 24U /*!< xPSR: T Position */
|
||||||
|
#define xPSR_T_Msk (1UL << xPSR_T_Pos) /*!< xPSR: T Mask */
|
||||||
|
|
||||||
|
#define xPSR_ISR_Pos 0U /*!< xPSR: ISR Position */
|
||||||
|
#define xPSR_ISR_Msk (0x1FFUL /*<< xPSR_ISR_Pos*/) /*!< xPSR: ISR Mask */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Union type to access the Control Registers (CONTROL).
|
||||||
|
*/
|
||||||
|
typedef union
|
||||||
|
{
|
||||||
|
struct
|
||||||
|
{
|
||||||
|
uint32_t _reserved0:1; /*!< bit: 0 Reserved */
|
||||||
|
uint32_t SPSEL:1; /*!< bit: 1 Stack to be used */
|
||||||
|
uint32_t _reserved1:30; /*!< bit: 2..31 Reserved */
|
||||||
|
} b; /*!< Structure used for bit access */
|
||||||
|
uint32_t w; /*!< Type used for word access */
|
||||||
|
} CONTROL_Type;
|
||||||
|
|
||||||
|
/* CONTROL Register Definitions */
|
||||||
|
#define CONTROL_SPSEL_Pos 1U /*!< CONTROL: SPSEL Position */
|
||||||
|
#define CONTROL_SPSEL_Msk (1UL << CONTROL_SPSEL_Pos) /*!< CONTROL: SPSEL Mask */
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_CORE */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_NVIC Nested Vectored Interrupt Controller (NVIC)
|
||||||
|
\brief Type definitions for the NVIC Registers
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Structure type to access the Nested Vectored Interrupt Controller (NVIC).
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
__IOM uint32_t ISER[1U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
|
||||||
|
uint32_t RESERVED0[31U];
|
||||||
|
__IOM uint32_t ICER[1U]; /*!< Offset: 0x080 (R/W) Interrupt Clear Enable Register */
|
||||||
|
uint32_t RSERVED1[31U];
|
||||||
|
__IOM uint32_t ISPR[1U]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register */
|
||||||
|
uint32_t RESERVED2[31U];
|
||||||
|
__IOM uint32_t ICPR[1U]; /*!< Offset: 0x180 (R/W) Interrupt Clear Pending Register */
|
||||||
|
uint32_t RESERVED3[31U];
|
||||||
|
uint32_t RESERVED4[64U];
|
||||||
|
__IOM uint32_t IP[8U]; /*!< Offset: 0x300 (R/W) Interrupt Priority Register */
|
||||||
|
} NVIC_Type;
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_NVIC */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_SCB System Control Block (SCB)
|
||||||
|
\brief Type definitions for the System Control Block Registers
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Structure type to access the System Control Block (SCB).
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
__IM uint32_t CPUID; /*!< Offset: 0x000 (R/ ) CPUID Base Register */
|
||||||
|
__IOM uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Register */
|
||||||
|
__IOM uint32_t VTOR; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
|
||||||
|
__IOM uint32_t AIRCR; /*!< Offset: 0x00C (R/W) Application Interrupt and Reset Control Register */
|
||||||
|
__IOM uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register */
|
||||||
|
__IOM uint32_t CCR; /*!< Offset: 0x014 (R/W) Configuration Control Register */
|
||||||
|
uint32_t RESERVED0[1U];
|
||||||
|
__IOM uint32_t SHP[2U]; /*!< Offset: 0x01C (R/W) System Handlers Priority Registers. [0] is RESERVED */
|
||||||
|
__IOM uint32_t SHCSR; /*!< Offset: 0x024 (R/W) System Handler Control and State Register */
|
||||||
|
uint32_t RESERVED1[154U];
|
||||||
|
__IOM uint32_t SFCR; /*!< Offset: 0x290 (R/W) Security Features Control Register */
|
||||||
|
} SCB_Type;
|
||||||
|
|
||||||
|
/* SCB CPUID Register Definitions */
|
||||||
|
#define SCB_CPUID_IMPLEMENTER_Pos 24U /*!< SCB CPUID: IMPLEMENTER Position */
|
||||||
|
#define SCB_CPUID_IMPLEMENTER_Msk (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos) /*!< SCB CPUID: IMPLEMENTER Mask */
|
||||||
|
|
||||||
|
#define SCB_CPUID_VARIANT_Pos 20U /*!< SCB CPUID: VARIANT Position */
|
||||||
|
#define SCB_CPUID_VARIANT_Msk (0xFUL << SCB_CPUID_VARIANT_Pos) /*!< SCB CPUID: VARIANT Mask */
|
||||||
|
|
||||||
|
#define SCB_CPUID_ARCHITECTURE_Pos 16U /*!< SCB CPUID: ARCHITECTURE Position */
|
||||||
|
#define SCB_CPUID_ARCHITECTURE_Msk (0xFUL << SCB_CPUID_ARCHITECTURE_Pos) /*!< SCB CPUID: ARCHITECTURE Mask */
|
||||||
|
|
||||||
|
#define SCB_CPUID_PARTNO_Pos 4U /*!< SCB CPUID: PARTNO Position */
|
||||||
|
#define SCB_CPUID_PARTNO_Msk (0xFFFUL << SCB_CPUID_PARTNO_Pos) /*!< SCB CPUID: PARTNO Mask */
|
||||||
|
|
||||||
|
#define SCB_CPUID_REVISION_Pos 0U /*!< SCB CPUID: REVISION Position */
|
||||||
|
#define SCB_CPUID_REVISION_Msk (0xFUL /*<< SCB_CPUID_REVISION_Pos*/) /*!< SCB CPUID: REVISION Mask */
|
||||||
|
|
||||||
|
/* SCB Interrupt Control State Register Definitions */
|
||||||
|
#define SCB_ICSR_NMIPENDSET_Pos 31U /*!< SCB ICSR: NMIPENDSET Position */
|
||||||
|
#define SCB_ICSR_NMIPENDSET_Msk (1UL << SCB_ICSR_NMIPENDSET_Pos) /*!< SCB ICSR: NMIPENDSET Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_PENDSVSET_Pos 28U /*!< SCB ICSR: PENDSVSET Position */
|
||||||
|
#define SCB_ICSR_PENDSVSET_Msk (1UL << SCB_ICSR_PENDSVSET_Pos) /*!< SCB ICSR: PENDSVSET Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_PENDSVCLR_Pos 27U /*!< SCB ICSR: PENDSVCLR Position */
|
||||||
|
#define SCB_ICSR_PENDSVCLR_Msk (1UL << SCB_ICSR_PENDSVCLR_Pos) /*!< SCB ICSR: PENDSVCLR Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_PENDSTSET_Pos 26U /*!< SCB ICSR: PENDSTSET Position */
|
||||||
|
#define SCB_ICSR_PENDSTSET_Msk (1UL << SCB_ICSR_PENDSTSET_Pos) /*!< SCB ICSR: PENDSTSET Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_PENDSTCLR_Pos 25U /*!< SCB ICSR: PENDSTCLR Position */
|
||||||
|
#define SCB_ICSR_PENDSTCLR_Msk (1UL << SCB_ICSR_PENDSTCLR_Pos) /*!< SCB ICSR: PENDSTCLR Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_ISRPREEMPT_Pos 23U /*!< SCB ICSR: ISRPREEMPT Position */
|
||||||
|
#define SCB_ICSR_ISRPREEMPT_Msk (1UL << SCB_ICSR_ISRPREEMPT_Pos) /*!< SCB ICSR: ISRPREEMPT Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_ISRPENDING_Pos 22U /*!< SCB ICSR: ISRPENDING Position */
|
||||||
|
#define SCB_ICSR_ISRPENDING_Msk (1UL << SCB_ICSR_ISRPENDING_Pos) /*!< SCB ICSR: ISRPENDING Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_VECTPENDING_Pos 12U /*!< SCB ICSR: VECTPENDING Position */
|
||||||
|
#define SCB_ICSR_VECTPENDING_Msk (0x1FFUL << SCB_ICSR_VECTPENDING_Pos) /*!< SCB ICSR: VECTPENDING Mask */
|
||||||
|
|
||||||
|
#define SCB_ICSR_VECTACTIVE_Pos 0U /*!< SCB ICSR: VECTACTIVE Position */
|
||||||
|
#define SCB_ICSR_VECTACTIVE_Msk (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/) /*!< SCB ICSR: VECTACTIVE Mask */
|
||||||
|
|
||||||
|
/* SCB Interrupt Control State Register Definitions */
|
||||||
|
#define SCB_VTOR_TBLOFF_Pos 7U /*!< SCB VTOR: TBLOFF Position */
|
||||||
|
#define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB VTOR: TBLOFF Mask */
|
||||||
|
|
||||||
|
/* SCB Application Interrupt and Reset Control Register Definitions */
|
||||||
|
#define SCB_AIRCR_VECTKEY_Pos 16U /*!< SCB AIRCR: VECTKEY Position */
|
||||||
|
#define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) /*!< SCB AIRCR: VECTKEY Mask */
|
||||||
|
|
||||||
|
#define SCB_AIRCR_VECTKEYSTAT_Pos 16U /*!< SCB AIRCR: VECTKEYSTAT Position */
|
||||||
|
#define SCB_AIRCR_VECTKEYSTAT_Msk (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos) /*!< SCB AIRCR: VECTKEYSTAT Mask */
|
||||||
|
|
||||||
|
#define SCB_AIRCR_ENDIANESS_Pos 15U /*!< SCB AIRCR: ENDIANESS Position */
|
||||||
|
#define SCB_AIRCR_ENDIANESS_Msk (1UL << SCB_AIRCR_ENDIANESS_Pos) /*!< SCB AIRCR: ENDIANESS Mask */
|
||||||
|
|
||||||
|
#define SCB_AIRCR_SYSRESETREQ_Pos 2U /*!< SCB AIRCR: SYSRESETREQ Position */
|
||||||
|
#define SCB_AIRCR_SYSRESETREQ_Msk (1UL << SCB_AIRCR_SYSRESETREQ_Pos) /*!< SCB AIRCR: SYSRESETREQ Mask */
|
||||||
|
|
||||||
|
#define SCB_AIRCR_VECTCLRACTIVE_Pos 1U /*!< SCB AIRCR: VECTCLRACTIVE Position */
|
||||||
|
#define SCB_AIRCR_VECTCLRACTIVE_Msk (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos) /*!< SCB AIRCR: VECTCLRACTIVE Mask */
|
||||||
|
|
||||||
|
/* SCB System Control Register Definitions */
|
||||||
|
#define SCB_SCR_SEVONPEND_Pos 4U /*!< SCB SCR: SEVONPEND Position */
|
||||||
|
#define SCB_SCR_SEVONPEND_Msk (1UL << SCB_SCR_SEVONPEND_Pos) /*!< SCB SCR: SEVONPEND Mask */
|
||||||
|
|
||||||
|
#define SCB_SCR_SLEEPDEEP_Pos 2U /*!< SCB SCR: SLEEPDEEP Position */
|
||||||
|
#define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) /*!< SCB SCR: SLEEPDEEP Mask */
|
||||||
|
|
||||||
|
#define SCB_SCR_SLEEPONEXIT_Pos 1U /*!< SCB SCR: SLEEPONEXIT Position */
|
||||||
|
#define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) /*!< SCB SCR: SLEEPONEXIT Mask */
|
||||||
|
|
||||||
|
/* SCB Configuration Control Register Definitions */
|
||||||
|
#define SCB_CCR_STKALIGN_Pos 9U /*!< SCB CCR: STKALIGN Position */
|
||||||
|
#define SCB_CCR_STKALIGN_Msk (1UL << SCB_CCR_STKALIGN_Pos) /*!< SCB CCR: STKALIGN Mask */
|
||||||
|
|
||||||
|
#define SCB_CCR_UNALIGN_TRP_Pos 3U /*!< SCB CCR: UNALIGN_TRP Position */
|
||||||
|
#define SCB_CCR_UNALIGN_TRP_Msk (1UL << SCB_CCR_UNALIGN_TRP_Pos) /*!< SCB CCR: UNALIGN_TRP Mask */
|
||||||
|
|
||||||
|
/* SCB System Handler Control and State Register Definitions */
|
||||||
|
#define SCB_SHCSR_SVCALLPENDED_Pos 15U /*!< SCB SHCSR: SVCALLPENDED Position */
|
||||||
|
#define SCB_SHCSR_SVCALLPENDED_Msk (1UL << SCB_SHCSR_SVCALLPENDED_Pos) /*!< SCB SHCSR: SVCALLPENDED Mask */
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_SCB */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_SCnSCB System Controls not in SCB (SCnSCB)
|
||||||
|
\brief Type definitions for the System Control and ID Register not in the SCB
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Structure type to access the System Control and ID Register not in the SCB.
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
uint32_t RESERVED0[2U];
|
||||||
|
__IOM uint32_t ACTLR; /*!< Offset: 0x008 (R/W) Auxiliary Control Register */
|
||||||
|
} SCnSCB_Type;
|
||||||
|
|
||||||
|
/* Auxiliary Control Register Definitions */
|
||||||
|
#define SCnSCB_ACTLR_DISMCYCINT_Pos 0U /*!< ACTLR: DISMCYCINT Position */
|
||||||
|
#define SCnSCB_ACTLR_DISMCYCINT_Msk (1UL /*<< SCnSCB_ACTLR_DISMCYCINT_Pos*/) /*!< ACTLR: DISMCYCINT Mask */
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_SCnotSCB */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_SysTick System Tick Timer (SysTick)
|
||||||
|
\brief Type definitions for the System Timer Registers.
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Structure type to access the System Timer (SysTick).
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
__IOM uint32_t CTRL; /*!< Offset: 0x000 (R/W) SysTick Control and Status Register */
|
||||||
|
__IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */
|
||||||
|
__IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */
|
||||||
|
__IM uint32_t CALIB; /*!< Offset: 0x00C (R/ ) SysTick Calibration Register */
|
||||||
|
} SysTick_Type;
|
||||||
|
|
||||||
|
/* SysTick Control / Status Register Definitions */
|
||||||
|
#define SysTick_CTRL_COUNTFLAG_Pos 16U /*!< SysTick CTRL: COUNTFLAG Position */
|
||||||
|
#define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysTick CTRL: COUNTFLAG Mask */
|
||||||
|
|
||||||
|
#define SysTick_CTRL_CLKSOURCE_Pos 2U /*!< SysTick CTRL: CLKSOURCE Position */
|
||||||
|
#define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) /*!< SysTick CTRL: CLKSOURCE Mask */
|
||||||
|
|
||||||
|
#define SysTick_CTRL_TICKINT_Pos 1U /*!< SysTick CTRL: TICKINT Position */
|
||||||
|
#define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) /*!< SysTick CTRL: TICKINT Mask */
|
||||||
|
|
||||||
|
#define SysTick_CTRL_ENABLE_Pos 0U /*!< SysTick CTRL: ENABLE Position */
|
||||||
|
#define SysTick_CTRL_ENABLE_Msk (1UL /*<< SysTick_CTRL_ENABLE_Pos*/) /*!< SysTick CTRL: ENABLE Mask */
|
||||||
|
|
||||||
|
/* SysTick Reload Register Definitions */
|
||||||
|
#define SysTick_LOAD_RELOAD_Pos 0U /*!< SysTick LOAD: RELOAD Position */
|
||||||
|
#define SysTick_LOAD_RELOAD_Msk (0xFFFFFFUL /*<< SysTick_LOAD_RELOAD_Pos*/) /*!< SysTick LOAD: RELOAD Mask */
|
||||||
|
|
||||||
|
/* SysTick Current Register Definitions */
|
||||||
|
#define SysTick_VAL_CURRENT_Pos 0U /*!< SysTick VAL: CURRENT Position */
|
||||||
|
#define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL /*<< SysTick_VAL_CURRENT_Pos*/) /*!< SysTick VAL: CURRENT Mask */
|
||||||
|
|
||||||
|
/* SysTick Calibration Register Definitions */
|
||||||
|
#define SysTick_CALIB_NOREF_Pos 31U /*!< SysTick CALIB: NOREF Position */
|
||||||
|
#define SysTick_CALIB_NOREF_Msk (1UL << SysTick_CALIB_NOREF_Pos) /*!< SysTick CALIB: NOREF Mask */
|
||||||
|
|
||||||
|
#define SysTick_CALIB_SKEW_Pos 30U /*!< SysTick CALIB: SKEW Position */
|
||||||
|
#define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) /*!< SysTick CALIB: SKEW Mask */
|
||||||
|
|
||||||
|
#define SysTick_CALIB_TENMS_Pos 0U /*!< SysTick CALIB: TENMS Position */
|
||||||
|
#define SysTick_CALIB_TENMS_Msk (0xFFFFFFUL /*<< SysTick_CALIB_TENMS_Pos*/) /*!< SysTick CALIB: TENMS Mask */
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_SysTick */
|
||||||
|
|
||||||
|
#if (__MPU_PRESENT == 1U)
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_MPU Memory Protection Unit (MPU)
|
||||||
|
\brief Type definitions for the Memory Protection Unit (MPU)
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Structure type to access the Memory Protection Unit (MPU).
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
__IM uint32_t TYPE; /*!< Offset: 0x000 (R/ ) MPU Type Register */
|
||||||
|
__IOM uint32_t CTRL; /*!< Offset: 0x004 (R/W) MPU Control Register */
|
||||||
|
__IOM uint32_t RNR; /*!< Offset: 0x008 (R/W) MPU Region RNRber Register */
|
||||||
|
__IOM uint32_t RBAR; /*!< Offset: 0x00C (R/W) MPU Region Base Address Register */
|
||||||
|
__IOM uint32_t RASR; /*!< Offset: 0x010 (R/W) MPU Region Attribute and Size Register */
|
||||||
|
} MPU_Type;
|
||||||
|
|
||||||
|
/* MPU Type Register Definitions */
|
||||||
|
#define MPU_TYPE_IREGION_Pos 16U /*!< MPU TYPE: IREGION Position */
|
||||||
|
#define MPU_TYPE_IREGION_Msk (0xFFUL << MPU_TYPE_IREGION_Pos) /*!< MPU TYPE: IREGION Mask */
|
||||||
|
|
||||||
|
#define MPU_TYPE_DREGION_Pos 8U /*!< MPU TYPE: DREGION Position */
|
||||||
|
#define MPU_TYPE_DREGION_Msk (0xFFUL << MPU_TYPE_DREGION_Pos) /*!< MPU TYPE: DREGION Mask */
|
||||||
|
|
||||||
|
#define MPU_TYPE_SEPARATE_Pos 0U /*!< MPU TYPE: SEPARATE Position */
|
||||||
|
#define MPU_TYPE_SEPARATE_Msk (1UL /*<< MPU_TYPE_SEPARATE_Pos*/) /*!< MPU TYPE: SEPARATE Mask */
|
||||||
|
|
||||||
|
/* MPU Control Register Definitions */
|
||||||
|
#define MPU_CTRL_PRIVDEFENA_Pos 2U /*!< MPU CTRL: PRIVDEFENA Position */
|
||||||
|
#define MPU_CTRL_PRIVDEFENA_Msk (1UL << MPU_CTRL_PRIVDEFENA_Pos) /*!< MPU CTRL: PRIVDEFENA Mask */
|
||||||
|
|
||||||
|
#define MPU_CTRL_HFNMIENA_Pos 1U /*!< MPU CTRL: HFNMIENA Position */
|
||||||
|
#define MPU_CTRL_HFNMIENA_Msk (1UL << MPU_CTRL_HFNMIENA_Pos) /*!< MPU CTRL: HFNMIENA Mask */
|
||||||
|
|
||||||
|
#define MPU_CTRL_ENABLE_Pos 0U /*!< MPU CTRL: ENABLE Position */
|
||||||
|
#define MPU_CTRL_ENABLE_Msk (1UL /*<< MPU_CTRL_ENABLE_Pos*/) /*!< MPU CTRL: ENABLE Mask */
|
||||||
|
|
||||||
|
/* MPU Region Number Register Definitions */
|
||||||
|
#define MPU_RNR_REGION_Pos 0U /*!< MPU RNR: REGION Position */
|
||||||
|
#define MPU_RNR_REGION_Msk (0xFFUL /*<< MPU_RNR_REGION_Pos*/) /*!< MPU RNR: REGION Mask */
|
||||||
|
|
||||||
|
/* MPU Region Base Address Register Definitions */
|
||||||
|
#define MPU_RBAR_ADDR_Pos 8U /*!< MPU RBAR: ADDR Position */
|
||||||
|
#define MPU_RBAR_ADDR_Msk (0xFFFFFFUL << MPU_RBAR_ADDR_Pos) /*!< MPU RBAR: ADDR Mask */
|
||||||
|
|
||||||
|
#define MPU_RBAR_VALID_Pos 4U /*!< MPU RBAR: VALID Position */
|
||||||
|
#define MPU_RBAR_VALID_Msk (1UL << MPU_RBAR_VALID_Pos) /*!< MPU RBAR: VALID Mask */
|
||||||
|
|
||||||
|
#define MPU_RBAR_REGION_Pos 0U /*!< MPU RBAR: REGION Position */
|
||||||
|
#define MPU_RBAR_REGION_Msk (0xFUL /*<< MPU_RBAR_REGION_Pos*/) /*!< MPU RBAR: REGION Mask */
|
||||||
|
|
||||||
|
/* MPU Region Attribute and Size Register Definitions */
|
||||||
|
#define MPU_RASR_ATTRS_Pos 16U /*!< MPU RASR: MPU Region Attribute field Position */
|
||||||
|
#define MPU_RASR_ATTRS_Msk (0xFFFFUL << MPU_RASR_ATTRS_Pos) /*!< MPU RASR: MPU Region Attribute field Mask */
|
||||||
|
|
||||||
|
#define MPU_RASR_XN_Pos 28U /*!< MPU RASR: ATTRS.XN Position */
|
||||||
|
#define MPU_RASR_XN_Msk (1UL << MPU_RASR_XN_Pos) /*!< MPU RASR: ATTRS.XN Mask */
|
||||||
|
|
||||||
|
#define MPU_RASR_AP_Pos 24U /*!< MPU RASR: ATTRS.AP Position */
|
||||||
|
#define MPU_RASR_AP_Msk (0x7UL << MPU_RASR_AP_Pos) /*!< MPU RASR: ATTRS.AP Mask */
|
||||||
|
|
||||||
|
#define MPU_RASR_TEX_Pos 19U /*!< MPU RASR: ATTRS.TEX Position */
|
||||||
|
#define MPU_RASR_TEX_Msk (0x7UL << MPU_RASR_TEX_Pos) /*!< MPU RASR: ATTRS.TEX Mask */
|
||||||
|
|
||||||
|
#define MPU_RASR_S_Pos 18U /*!< MPU RASR: ATTRS.S Position */
|
||||||
|
#define MPU_RASR_S_Msk (1UL << MPU_RASR_S_Pos) /*!< MPU RASR: ATTRS.S Mask */
|
||||||
|
|
||||||
|
#define MPU_RASR_C_Pos 17U /*!< MPU RASR: ATTRS.C Position */
|
||||||
|
#define MPU_RASR_C_Msk (1UL << MPU_RASR_C_Pos) /*!< MPU RASR: ATTRS.C Mask */
|
||||||
|
|
||||||
|
#define MPU_RASR_B_Pos 16U /*!< MPU RASR: ATTRS.B Position */
|
||||||
|
#define MPU_RASR_B_Msk (1UL << MPU_RASR_B_Pos) /*!< MPU RASR: ATTRS.B Mask */
|
||||||
|
|
||||||
|
#define MPU_RASR_SRD_Pos 8U /*!< MPU RASR: Sub-Region Disable Position */
|
||||||
|
#define MPU_RASR_SRD_Msk (0xFFUL << MPU_RASR_SRD_Pos) /*!< MPU RASR: Sub-Region Disable Mask */
|
||||||
|
|
||||||
|
#define MPU_RASR_SIZE_Pos 1U /*!< MPU RASR: Region Size Field Position */
|
||||||
|
#define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos) /*!< MPU RASR: Region Size Field Mask */
|
||||||
|
|
||||||
|
#define MPU_RASR_ENABLE_Pos 0U /*!< MPU RASR: Region enable bit Position */
|
||||||
|
#define MPU_RASR_ENABLE_Msk (1UL /*<< MPU_RASR_ENABLE_Pos*/) /*!< MPU RASR: Region enable bit Disable Mask */
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_MPU */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_CoreDebug Core Debug Registers (CoreDebug)
|
||||||
|
\brief SC000 Core Debug Registers (DCB registers, SHCSR, and DFSR) are only accessible over DAP and not via processor.
|
||||||
|
Therefore they are not covered by the SC000 header file.
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
/*@} end of group CMSIS_CoreDebug */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_core_bitfield Core register bit field macros
|
||||||
|
\brief Macros for use with bit field definitions (xxx_Pos, xxx_Msk).
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Mask and shift a bit field value for use in a register bit range.
|
||||||
|
\param[in] field Name of the register bit field.
|
||||||
|
\param[in] value Value of the bit field.
|
||||||
|
\return Masked and shifted value.
|
||||||
|
*/
|
||||||
|
#define _VAL2FLD(field, value) ((value << field ## _Pos) & field ## _Msk)
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Mask and shift a register value to extract a bit filed value.
|
||||||
|
\param[in] field Name of the register bit field.
|
||||||
|
\param[in] value Value of register.
|
||||||
|
\return Masked and shifted bit field value.
|
||||||
|
*/
|
||||||
|
#define _FLD2VAL(field, value) ((value & field ## _Msk) >> field ## _Pos)
|
||||||
|
|
||||||
|
/*@} end of group CMSIS_core_bitfield */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_core_register
|
||||||
|
\defgroup CMSIS_core_base Core Definitions
|
||||||
|
\brief Definitions for base addresses, unions, and structures.
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Memory mapping of SC000 Hardware */
|
||||||
|
#define SCS_BASE (0xE000E000UL) /*!< System Control Space Base Address */
|
||||||
|
#define SysTick_BASE (SCS_BASE + 0x0010UL) /*!< SysTick Base Address */
|
||||||
|
#define NVIC_BASE (SCS_BASE + 0x0100UL) /*!< NVIC Base Address */
|
||||||
|
#define SCB_BASE (SCS_BASE + 0x0D00UL) /*!< System Control Block Base Address */
|
||||||
|
|
||||||
|
#define SCnSCB ((SCnSCB_Type *) SCS_BASE ) /*!< System control Register not in SCB */
|
||||||
|
#define SCB ((SCB_Type *) SCB_BASE ) /*!< SCB configuration struct */
|
||||||
|
#define SysTick ((SysTick_Type *) SysTick_BASE ) /*!< SysTick configuration struct */
|
||||||
|
#define NVIC ((NVIC_Type *) NVIC_BASE ) /*!< NVIC configuration struct */
|
||||||
|
|
||||||
|
#if (__MPU_PRESENT == 1U)
|
||||||
|
#define MPU_BASE (SCS_BASE + 0x0D90UL) /*!< Memory Protection Unit */
|
||||||
|
#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/*@} */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
* Hardware Abstraction Layer
|
||||||
|
Core Function Interface contains:
|
||||||
|
- Core NVIC Functions
|
||||||
|
- Core SysTick Functions
|
||||||
|
- Core Register Access Functions
|
||||||
|
******************************************************************************/
|
||||||
|
/**
|
||||||
|
\defgroup CMSIS_Core_FunctionInterface Functions and Instructions Reference
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* ########################## NVIC functions #################################### */
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_Core_FunctionInterface
|
||||||
|
\defgroup CMSIS_Core_NVICFunctions NVIC Functions
|
||||||
|
\brief Functions that manage interrupts and exceptions via the NVIC.
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Interrupt Priorities are WORD accessible only under ARMv6M */
|
||||||
|
/* The following MACROS handle generation of the register offset and byte masks */
|
||||||
|
#define _BIT_SHIFT(IRQn) ( ((((uint32_t)(int32_t)(IRQn)) ) & 0x03UL) * 8UL)
|
||||||
|
#define _SHP_IDX(IRQn) ( (((((uint32_t)(int32_t)(IRQn)) & 0x0FUL)-8UL) >> 2UL) )
|
||||||
|
#define _IP_IDX(IRQn) ( (((uint32_t)(int32_t)(IRQn)) >> 2UL) )
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Enable External Interrupt
|
||||||
|
\details Enables a device-specific interrupt in the NVIC interrupt controller.
|
||||||
|
\param [in] IRQn External interrupt number. Value cannot be negative.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void NVIC_EnableIRQ(IRQn_Type IRQn)
|
||||||
|
{
|
||||||
|
NVIC->ISER[0U] = (uint32_t)(1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Disable External Interrupt
|
||||||
|
\details Disables a device-specific interrupt in the NVIC interrupt controller.
|
||||||
|
\param [in] IRQn External interrupt number. Value cannot be negative.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void NVIC_DisableIRQ(IRQn_Type IRQn)
|
||||||
|
{
|
||||||
|
NVIC->ICER[0U] = (uint32_t)(1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Get Pending Interrupt
|
||||||
|
\details Reads the pending register in the NVIC and returns the pending bit for the specified interrupt.
|
||||||
|
\param [in] IRQn Interrupt number.
|
||||||
|
\return 0 Interrupt status is not pending.
|
||||||
|
\return 1 Interrupt status is pending.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t NVIC_GetPendingIRQ(IRQn_Type IRQn)
|
||||||
|
{
|
||||||
|
return((uint32_t)(((NVIC->ISPR[0U] & (1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Set Pending Interrupt
|
||||||
|
\details Sets the pending bit of an external interrupt.
|
||||||
|
\param [in] IRQn Interrupt number. Value cannot be negative.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void NVIC_SetPendingIRQ(IRQn_Type IRQn)
|
||||||
|
{
|
||||||
|
NVIC->ISPR[0U] = (uint32_t)(1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Clear Pending Interrupt
|
||||||
|
\details Clears the pending bit of an external interrupt.
|
||||||
|
\param [in] IRQn External interrupt number. Value cannot be negative.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void NVIC_ClearPendingIRQ(IRQn_Type IRQn)
|
||||||
|
{
|
||||||
|
NVIC->ICPR[0U] = (uint32_t)(1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Set Interrupt Priority
|
||||||
|
\details Sets the priority of an interrupt.
|
||||||
|
\note The priority cannot be set for every core interrupt.
|
||||||
|
\param [in] IRQn Interrupt number.
|
||||||
|
\param [in] priority Priority to set.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority)
|
||||||
|
{
|
||||||
|
if ((int32_t)(IRQn) < 0)
|
||||||
|
{
|
||||||
|
SCB->SHP[_SHP_IDX(IRQn)] = ((uint32_t)(SCB->SHP[_SHP_IDX(IRQn)] & ~(0xFFUL << _BIT_SHIFT(IRQn))) |
|
||||||
|
(((priority << (8U - __NVIC_PRIO_BITS)) & (uint32_t)0xFFUL) << _BIT_SHIFT(IRQn)));
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
NVIC->IP[_IP_IDX(IRQn)] = ((uint32_t)(NVIC->IP[_IP_IDX(IRQn)] & ~(0xFFUL << _BIT_SHIFT(IRQn))) |
|
||||||
|
(((priority << (8U - __NVIC_PRIO_BITS)) & (uint32_t)0xFFUL) << _BIT_SHIFT(IRQn)));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief Get Interrupt Priority
|
||||||
|
\details Reads the priority of an interrupt.
|
||||||
|
The interrupt number can be positive to specify an external (device specific) interrupt,
|
||||||
|
or negative to specify an internal (core) interrupt.
|
||||||
|
\param [in] IRQn Interrupt number.
|
||||||
|
\return Interrupt Priority.
|
||||||
|
Value is aligned automatically to the implemented priority bits of the microcontroller.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t NVIC_GetPriority(IRQn_Type IRQn)
|
||||||
|
{
|
||||||
|
|
||||||
|
if ((int32_t)(IRQn) < 0)
|
||||||
|
{
|
||||||
|
return((uint32_t)(((SCB->SHP[_SHP_IDX(IRQn)] >> _BIT_SHIFT(IRQn) ) & (uint32_t)0xFFUL) >> (8U - __NVIC_PRIO_BITS)));
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return((uint32_t)(((NVIC->IP[ _IP_IDX(IRQn)] >> _BIT_SHIFT(IRQn) ) & (uint32_t)0xFFUL) >> (8U - __NVIC_PRIO_BITS)));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief System Reset
|
||||||
|
\details Initiates a system reset request to reset the MCU.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void NVIC_SystemReset(void)
|
||||||
|
{
|
||||||
|
__DSB(); /* Ensure all outstanding memory accesses included
|
||||||
|
buffered write are completed before reset */
|
||||||
|
SCB->AIRCR = ((0x5FAUL << SCB_AIRCR_VECTKEY_Pos) |
|
||||||
|
SCB_AIRCR_SYSRESETREQ_Msk);
|
||||||
|
__DSB(); /* Ensure completion of memory access */
|
||||||
|
|
||||||
|
for(;;) /* wait until reset */
|
||||||
|
{
|
||||||
|
__NOP();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/*@} end of CMSIS_Core_NVICFunctions */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* ################################## SysTick function ############################################ */
|
||||||
|
/**
|
||||||
|
\ingroup CMSIS_Core_FunctionInterface
|
||||||
|
\defgroup CMSIS_Core_SysTickFunctions SysTick Functions
|
||||||
|
\brief Functions that configure the System.
|
||||||
|
@{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if (__Vendor_SysTickConfig == 0U)
|
||||||
|
|
||||||
|
/**
|
||||||
|
\brief System Tick Configuration
|
||||||
|
\details Initializes the System Timer and its interrupt, and starts the System Tick Timer.
|
||||||
|
Counter is in free running mode to generate periodic interrupts.
|
||||||
|
\param [in] ticks Number of ticks between two interrupts.
|
||||||
|
\return 0 Function succeeded.
|
||||||
|
\return 1 Function failed.
|
||||||
|
\note When the variable <b>__Vendor_SysTickConfig</b> is set to 1, then the
|
||||||
|
function <b>SysTick_Config</b> is not included. In this case, the file <b><i>device</i>.h</b>
|
||||||
|
must contain a vendor-specific implementation of this function.
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks)
|
||||||
|
{
|
||||||
|
if ((ticks - 1UL) > SysTick_LOAD_RELOAD_Msk)
|
||||||
|
{
|
||||||
|
return (1UL); /* Reload value impossible */
|
||||||
|
}
|
||||||
|
|
||||||
|
SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */
|
||||||
|
NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Interrupt */
|
||||||
|
SysTick->VAL = 0UL; /* Load the SysTick Counter Value */
|
||||||
|
SysTick->CTRL = SysTick_CTRL_CLKSOURCE_Msk |
|
||||||
|
SysTick_CTRL_TICKINT_Msk |
|
||||||
|
SysTick_CTRL_ENABLE_Msk; /* Enable SysTick IRQ and SysTick Timer */
|
||||||
|
return (0UL); /* Function successful */
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/*@} end of CMSIS_Core_SysTickFunctions */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* __CORE_SC000_H_DEPENDANT */
|
||||||
|
|
||||||
|
#endif /* __CMSIS_GENERIC */
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,254 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file startup_py32f030.s
|
||||||
|
* @brief PY32F030 devices vector table for GCC toolchain.
|
||||||
|
* This module performs:
|
||||||
|
* - Set the initial SP
|
||||||
|
* - Set the initial PC == Reset_Handler,
|
||||||
|
* - Set the vector table entries with the exceptions ISR address
|
||||||
|
* - Branches to main in the C library (which eventually calls main()).
|
||||||
|
* After Reset the Cortex-M0 processor is in Thread mode,
|
||||||
|
* priority is Privileged, and the Stack is set to Main.
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
.syntax unified
|
||||||
|
.cpu cortex-m0plus
|
||||||
|
.fpu softvfp
|
||||||
|
.thumb
|
||||||
|
|
||||||
|
.global g_pfnVectors
|
||||||
|
.global Default_Handler
|
||||||
|
|
||||||
|
/* start address for the initialization values of the .data section.
|
||||||
|
defined in linker script */
|
||||||
|
.word _sidata
|
||||||
|
/* start address for the .data section. defined in linker script */
|
||||||
|
.word _sdata
|
||||||
|
/* end address for the .data section. defined in linker script */
|
||||||
|
.word _edata
|
||||||
|
/* start address for the .bss section. defined in linker script */
|
||||||
|
.word _sbss
|
||||||
|
/* end address for the .bss section. defined in linker script */
|
||||||
|
.word _ebss
|
||||||
|
|
||||||
|
.section .text.Reset_Handler
|
||||||
|
.weak Reset_Handler
|
||||||
|
.type Reset_Handler, %function
|
||||||
|
Reset_Handler:
|
||||||
|
ldr r0, =_estack
|
||||||
|
mov sp, r0 /* set stack pointer */
|
||||||
|
|
||||||
|
/* Copy the data segment initializers from flash to SRAM */
|
||||||
|
ldr r0, =_sdata
|
||||||
|
ldr r1, =_edata
|
||||||
|
ldr r2, =_sidata
|
||||||
|
movs r3, #0
|
||||||
|
b LoopCopyDataInit
|
||||||
|
|
||||||
|
CopyDataInit:
|
||||||
|
ldr r4, [r2, r3]
|
||||||
|
str r4, [r0, r3]
|
||||||
|
adds r3, r3, #4
|
||||||
|
|
||||||
|
LoopCopyDataInit:
|
||||||
|
adds r4, r0, r3
|
||||||
|
cmp r4, r1
|
||||||
|
bcc CopyDataInit
|
||||||
|
|
||||||
|
/* Zero fill the bss segment. */
|
||||||
|
ldr r2, =_sbss
|
||||||
|
ldr r4, =_ebss
|
||||||
|
movs r3, #0
|
||||||
|
b LoopFillZerobss
|
||||||
|
|
||||||
|
FillZerobss:
|
||||||
|
str r3, [r2]
|
||||||
|
adds r2, r2, #4
|
||||||
|
|
||||||
|
LoopFillZerobss:
|
||||||
|
cmp r2, r4
|
||||||
|
bcc FillZerobss
|
||||||
|
|
||||||
|
/* Call the clock system intitialization function.*/
|
||||||
|
bl SystemInit
|
||||||
|
/* Call static constructors. Remove this line if compile with `-nostartfiles` reports error */
|
||||||
|
bl __libc_init_array
|
||||||
|
/* Call the application's entry point.*/
|
||||||
|
bl main
|
||||||
|
|
||||||
|
LoopForever:
|
||||||
|
b LoopForever
|
||||||
|
|
||||||
|
|
||||||
|
.size Reset_Handler, .-Reset_Handler
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief This is the code that gets called when the processor receives an
|
||||||
|
* unexpected interrupt. This simply enters an infinite loop, preserving
|
||||||
|
* the system state for examination by a debugger.
|
||||||
|
*
|
||||||
|
* @param None
|
||||||
|
* @retval : None
|
||||||
|
*/
|
||||||
|
.section .text.Default_Handler,"ax",%progbits
|
||||||
|
Default_Handler:
|
||||||
|
Infinite_Loop:
|
||||||
|
b Infinite_Loop
|
||||||
|
.size Default_Handler, .-Default_Handler
|
||||||
|
/******************************************************************************
|
||||||
|
*
|
||||||
|
* The minimal vector table for a Cortex M0. Note that the proper constructs
|
||||||
|
* must be placed on this to ensure that it ends up at physical address
|
||||||
|
* 0x0000.0000.
|
||||||
|
*
|
||||||
|
******************************************************************************/
|
||||||
|
.section .isr_vector,"a",%progbits
|
||||||
|
.type g_pfnVectors, %object
|
||||||
|
.size g_pfnVectors, .-g_pfnVectors
|
||||||
|
|
||||||
|
|
||||||
|
g_pfnVectors:
|
||||||
|
.word _estack
|
||||||
|
.word Reset_Handler /* Reset Handler */
|
||||||
|
.word NMI_Handler /* NMI Handler */
|
||||||
|
.word HardFault_Handler /* Hard Fault Handler */
|
||||||
|
.word 0 /* Reserved */
|
||||||
|
.word 0 /* Reserved */
|
||||||
|
.word 0 /* Reserved */
|
||||||
|
.word 0 /* Reserved */
|
||||||
|
.word 0 /* Reserved */
|
||||||
|
.word 0 /* Reserved */
|
||||||
|
.word 0 /* Reserved */
|
||||||
|
.word SVC_Handler /* SVCall Handler */
|
||||||
|
.word 0 /* Reserved */
|
||||||
|
.word 0 /* Reserved */
|
||||||
|
.word PendSV_Handler /* PendSV Handler */
|
||||||
|
.word SysTick_Handler /* SysTick Handler */
|
||||||
|
.word WWDG_IRQHandler /* 0Window Watchdog */
|
||||||
|
.word PVD_IRQHandler /* 1PVD through EXTI Line detect */
|
||||||
|
.word RTC_IRQHandler /* 2RTC through EXTI Line */
|
||||||
|
.word FLASH_IRQHandler /* 3FLASH */
|
||||||
|
.word RCC_IRQHandler /* 4RCC */
|
||||||
|
.word EXTI0_1_IRQHandler /* 5EXTI Line 0 and 1 */
|
||||||
|
.word EXTI2_3_IRQHandler /* 6EXTI Line 2 and 3 */
|
||||||
|
.word EXTI4_15_IRQHandler /* 7EXTI Line 4 to 15 */
|
||||||
|
.word 0 /* 8Reserved */
|
||||||
|
.word DMA1_Channel1_IRQHandler /* 9DMA1 Channel 1 */
|
||||||
|
.word DMA1_Channel2_3_IRQHandler /* 10DMA1 Channel 2 and Channel 3 */
|
||||||
|
.word 0 /* 11Reserved */
|
||||||
|
.word ADC_COMP_IRQHandler /* 12ADC&COMP1 */
|
||||||
|
.word TIM1_BRK_UP_TRG_COM_IRQHandler /* 13TIM1 Break, Update, Trigger and Commutation */
|
||||||
|
.word TIM1_CC_IRQHandler /* 14TIM1 Capture Compare */
|
||||||
|
.word 0 /* 15Reserved */
|
||||||
|
.word TIM3_IRQHandler /* 16TIM3 */
|
||||||
|
.word LPTIM1_IRQHandler /* 17LPTIM1 */
|
||||||
|
.word 0 /* 18Reserved */
|
||||||
|
.word TIM14_IRQHandler /* 19TIM14 */
|
||||||
|
.word 0 /* 20Reserved */
|
||||||
|
.word TIM16_IRQHandler /* 21TIM16 */
|
||||||
|
.word TIM17_IRQHandler /* 22TIM17 */
|
||||||
|
.word I2C1_IRQHandler /* 23I2C1 */
|
||||||
|
.word 0 /* 24Reserved */
|
||||||
|
.word SPI1_IRQHandler /* 25SPI1 */
|
||||||
|
.word SPI2_IRQHandler /* 26SPI2 */
|
||||||
|
.word USART1_IRQHandler /* 27USART1 */
|
||||||
|
.word USART2_IRQHandler /* 28USART2 */
|
||||||
|
.word 0 /* 29Reserved */
|
||||||
|
.word LED_IRQHandler /* 30LED */
|
||||||
|
.word 0 /* 31Reserved */
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
*
|
||||||
|
* Provide weak aliases for each Exception handler to the Default_Handler.
|
||||||
|
* As they are weak aliases, any function with the same name will override
|
||||||
|
* this definition.
|
||||||
|
*
|
||||||
|
*******************************************************************************/
|
||||||
|
|
||||||
|
.weak NMI_Handler
|
||||||
|
.thumb_set NMI_Handler,Default_Handler
|
||||||
|
|
||||||
|
.weak HardFault_Handler
|
||||||
|
.thumb_set HardFault_Handler,Default_Handler
|
||||||
|
|
||||||
|
.weak SVC_Handler
|
||||||
|
.thumb_set SVC_Handler,Default_Handler
|
||||||
|
|
||||||
|
.weak PendSV_Handler
|
||||||
|
.thumb_set PendSV_Handler,Default_Handler
|
||||||
|
|
||||||
|
.weak SysTick_Handler
|
||||||
|
.thumb_set SysTick_Handler,Default_Handler
|
||||||
|
|
||||||
|
.weak WWDG_IRQHandler
|
||||||
|
.thumb_set WWDG_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak PVD_IRQHandler
|
||||||
|
.thumb_set PVD_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak RTC_IRQHandler
|
||||||
|
.thumb_set RTC_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak FLASH_IRQHandler
|
||||||
|
.thumb_set FLASH_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak RCC_IRQHandler
|
||||||
|
.thumb_set RCC_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak EXTI0_1_IRQHandler
|
||||||
|
.thumb_set EXTI0_1_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak EXTI2_3_IRQHandler
|
||||||
|
.thumb_set EXTI2_3_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak EXTI4_15_IRQHandler
|
||||||
|
.thumb_set EXTI4_15_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak DMA1_Channel1_IRQHandler
|
||||||
|
.thumb_set DMA1_Channel1_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak DMA1_Channel2_3_IRQHandler
|
||||||
|
.thumb_set DMA1_Channel2_3_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak ADC_COMP_IRQHandler
|
||||||
|
.thumb_set ADC_COMP_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak TIM1_BRK_UP_TRG_COM_IRQHandler
|
||||||
|
.thumb_set TIM1_BRK_UP_TRG_COM_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak TIM1_CC_IRQHandler
|
||||||
|
.thumb_set TIM1_CC_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak TIM3_IRQHandler
|
||||||
|
.thumb_set TIM3_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak LPTIM1_IRQHandler
|
||||||
|
.thumb_set LPTIM1_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak TIM14_IRQHandler
|
||||||
|
.thumb_set TIM14_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak TIM16_IRQHandler
|
||||||
|
.thumb_set TIM16_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak TIM17_IRQHandler
|
||||||
|
.thumb_set TIM17_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak I2C1_IRQHandler
|
||||||
|
.thumb_set I2C1_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak SPI1_IRQHandler
|
||||||
|
.thumb_set SPI1_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak SPI2_IRQHandler
|
||||||
|
.thumb_set SPI2_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak USART1_IRQHandler
|
||||||
|
.thumb_set USART1_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak USART2_IRQHandler
|
||||||
|
.thumb_set USART2_IRQHandler,Default_Handler
|
||||||
|
|
||||||
|
.weak LED_IRQHandler
|
||||||
|
.thumb_set LED_IRQHandler,Default_Handler
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,219 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx.h
|
||||||
|
* @brief CMSIS PY32F0xx Device Peripheral Access Layer Header File.
|
||||||
|
* @version v1.0.0
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup CMSIS
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup py32f0xx
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __PY32F0XX_H
|
||||||
|
#define __PY32F0XX_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
|
/** @addtogroup Library_configuration_section
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief PY32 Family
|
||||||
|
*/
|
||||||
|
#if !defined (PY32F0)
|
||||||
|
#define PY32F0
|
||||||
|
#endif /* PY32F0 */
|
||||||
|
|
||||||
|
#if (defined(PY32F030x3) || defined(PY32F030x4) || defined(PY32F030x6) || defined(PY32F030x7) || defined(PY32F030x8))
|
||||||
|
#define PY32F030PRE
|
||||||
|
#elif (defined(PY32F003x4) || defined(PY32F003x6) || defined(PY32F003x8))
|
||||||
|
#define PY32F003PRE
|
||||||
|
#elif (defined(PY32F072xB))
|
||||||
|
#define PY32F072PRE
|
||||||
|
#elif (defined(PY32F002x5))
|
||||||
|
#define PY32F002PRE
|
||||||
|
#elif (defined(PY32F002Ax5))
|
||||||
|
#define PY32F002APRE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Uncomment the line below according to the target PY32 device used in your
|
||||||
|
application
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if !defined (PY32F030x3) && !defined (PY32F030x4) && !defined (PY32F030x6) && !defined (PY32F030x7) && !defined (PY32F030x8) && !defined (PY32F030xx) && \
|
||||||
|
!defined (PY32F003x4) && !defined (PY32F003x6) && !defined (PY32F003x8) && \
|
||||||
|
!defined (PY32F072xB) && \
|
||||||
|
!defined (PY32F002x5) && !defined (PY32F002Ax5)
|
||||||
|
/* #define PY32F030x3 */ /*!< PY32F030x3 Devices (PY32F030xx microcontrollers where the Flash memory is 8 Kbytes) */
|
||||||
|
/* #define PY32F030x4 */ /*!< PY32F030x4 Devices (PY32F030xx microcontrollers where the Flash memory is 16 Kbytes) */
|
||||||
|
/* #define PY32F030x6 */ /*!< PY32F030x6 Devices (PY32F030xx microcontrollers where the Flash memory is 32 Kbytes) */
|
||||||
|
/* #define PY32F030x7 */ /*!< PY32F030x7 Devices (PY32F030xx microcontrollers where the Flash memory is 48 Kbytes) */
|
||||||
|
/* #define PY32F030x8 */ /*!< PY32F030x8 Devices (PY32F030xx microcontrollers where the Flash memory is 64 Kbytes) */
|
||||||
|
/* #define PY32F003x4 */ /*!< PY32F003x4 Devices (PY32F003xx microcontrollers where the Flash memory is 16 Kbytes) */
|
||||||
|
/* #define PY32F003x6 */ /*!< PY32F003x6 Devices (PY32F003xx microcontrollers where the Flash memory is 32 Kbytes) */
|
||||||
|
/* #define PY32F003x8 */ /*!< PY32F003x8 Devices (PY32F003xx microcontrollers where the Flash memory is 64 Kbytes) */
|
||||||
|
/* #define PY32F072xB */ /*!< PY32F072xB Devices (PY32F072xx microcontrollers where the Flash memory is 128 Kbytes) */
|
||||||
|
/* #define PY32F002x5 */ /*!< PY32F002x5 Devices (PY32F002x5 microcontrollers where the Flash memory is 20 Kbytes) */
|
||||||
|
/* #define PY32F002Ax5 */ /*!< PY32F002Ax5 Devices (PY32F002Ax5 microcontrollers where the Flash memory is 20 Kbytes) */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Tip: To avoid modifying this file each time you need to switch between these
|
||||||
|
devices, you can define the device in your toolchain compiler preprocessor.
|
||||||
|
*/
|
||||||
|
#if !defined (USE_HAL_DRIVER)
|
||||||
|
/**
|
||||||
|
* @brief Comment the line below if you will not use the peripherals drivers.
|
||||||
|
In this case, these drivers will not be included and the application code will
|
||||||
|
be based on direct access to peripherals registers
|
||||||
|
*/
|
||||||
|
/*#define USE_HAL_DRIVER */
|
||||||
|
#endif /* USE_HAL_DRIVER */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief CMSIS Device version number V1.0.0
|
||||||
|
*/
|
||||||
|
#define __PY32F0_DEVICE_VERSION_MAIN (0x01) /*!< [31:24] main version */
|
||||||
|
#define __PY32F0_DEVICE_VERSION_SUB1 (0x00) /*!< [23:16] sub1 version */
|
||||||
|
#define __PY32F0_DEVICE_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */
|
||||||
|
#define __PY32F0_DEVICE_VERSION_RC (0x00) /*!< [7:0] release candidate */
|
||||||
|
#define __PY32F0_DEVICE_VERSION ((__PY32F0_DEVICE_VERSION_MAIN << 24)\
|
||||||
|
|(__PY32F0_DEVICE_VERSION_SUB1 << 16)\
|
||||||
|
|(__PY32F0_DEVICE_VERSION_SUB2 << 8 )\
|
||||||
|
|(__PY32F0_DEVICE_VERSION_RC))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup Device_Included
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(PY32F030x3)
|
||||||
|
#include "py32f030x3.h"
|
||||||
|
#elif defined(PY32F030x4)
|
||||||
|
#include "py32f030x4.h"
|
||||||
|
#elif defined(PY32F030x6)
|
||||||
|
#include "py32f030x6.h"
|
||||||
|
#elif defined(PY32F030x7)
|
||||||
|
#include "py32f030x7.h"
|
||||||
|
#elif defined(PY32F030x8)
|
||||||
|
#include "py32f030x8.h"
|
||||||
|
#elif defined(PY32F003x4)
|
||||||
|
#include "py32f003x4.h"
|
||||||
|
#elif defined(PY32F003x6)
|
||||||
|
#include "py32f003x6.h"
|
||||||
|
#elif defined(PY32F003x8)
|
||||||
|
#include "py32f003x8.h"
|
||||||
|
#elif defined(PY32F072xB)
|
||||||
|
#include "py32f072xB.h"
|
||||||
|
#elif defined(PY32F002x5)
|
||||||
|
#include "py32f002x5.h"
|
||||||
|
#elif defined(PY32F002Ax5)
|
||||||
|
#include "py32f002ax5.h"
|
||||||
|
#else
|
||||||
|
#error "Please select first the target PY32F0xx device used in your application (in py32f0xx.h file)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup Exported_types
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
typedef enum
|
||||||
|
{
|
||||||
|
RESET = 0,
|
||||||
|
SET = !RESET
|
||||||
|
} FlagStatus, ITStatus;
|
||||||
|
|
||||||
|
typedef enum
|
||||||
|
{
|
||||||
|
DISABLE = 0,
|
||||||
|
ENABLE = !DISABLE
|
||||||
|
} FunctionalState;
|
||||||
|
#define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE))
|
||||||
|
|
||||||
|
typedef enum
|
||||||
|
{
|
||||||
|
ERROR = 0,
|
||||||
|
SUCCESS = !ERROR
|
||||||
|
} ErrorStatus;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/** @addtogroup Exported_macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define SET_BIT(REG, BIT) ((REG) |= (BIT))
|
||||||
|
|
||||||
|
#define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT))
|
||||||
|
|
||||||
|
#define READ_BIT(REG, BIT) ((REG) & (BIT))
|
||||||
|
|
||||||
|
#define CLEAR_REG(REG) ((REG) = (0x0))
|
||||||
|
|
||||||
|
#define WRITE_REG(REG, VAL) ((REG) = (VAL))
|
||||||
|
|
||||||
|
#define READ_REG(REG) ((REG))
|
||||||
|
|
||||||
|
#define MODIFY_REG(REG, CLEARMASK, SETMASK) WRITE_REG((REG), (((READ_REG(REG)) & (~(CLEARMASK))) | (SETMASK)))
|
||||||
|
|
||||||
|
#define HW32_REG(ADDRESS) ( * ((volatile unsigned int * )(ADDRESS)))
|
||||||
|
|
||||||
|
#define HW16_REG(ADDRESS) ( * ((volatile unsigned short int * )(ADDRESS)))
|
||||||
|
|
||||||
|
#define HW8_REG(ADDRESS) ( * ((volatile unsigned char * )(ADDRESS)))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined (USE_HAL_DRIVER)
|
||||||
|
#include "py32f0xx_hal.h"
|
||||||
|
#endif /* USE_HAL_DRIVER */
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
|
#endif /* __PY32F0xx_H */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE******************/
|
||||||
|
|
|
@ -0,0 +1,66 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file system_py32f003xx.h
|
||||||
|
* @brief CMSIS Cortex-M0+ Device Peripheral Access Layer Header File for
|
||||||
|
* PY32F030xx Device Series
|
||||||
|
* @version v1.0.0
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* This file refers the CMSIS standard, some adjustments are made according to Puya chips */
|
||||||
|
#ifndef SYSTEM_PY32F003XX_H
|
||||||
|
#define SYSTEM_PY32F003XX_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
|
/* Exported variables --------------------------------------------------------*/
|
||||||
|
extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
|
||||||
|
|
||||||
|
/* Exported constants --------------------------------------------------------*/
|
||||||
|
extern const uint32_t AHBPrescTable[16]; /*!< AHB prescalers table values */
|
||||||
|
extern const uint32_t APBPrescTable[8]; /*!< APB prescalers table values */
|
||||||
|
extern const uint32_t HSIFreqTable[8]; /*!< HSI frequency table values */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Initialize the system
|
||||||
|
* @param none
|
||||||
|
* @return none
|
||||||
|
* @brief Setup the microcontroller system.
|
||||||
|
* Initialize the System and update the SystemCoreClock variable.
|
||||||
|
*/
|
||||||
|
extern void SystemInit(void);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Update SystemCoreClock variable
|
||||||
|
* @param none
|
||||||
|
* @return none
|
||||||
|
* @brief Updates the SystemCoreClock with current core Clock
|
||||||
|
* retrieved from cpu registers.
|
||||||
|
*/
|
||||||
|
extern void SystemCoreClockUpdate(void);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* SYSTEM_PY32F003XX_H */
|
|
@ -0,0 +1,66 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file system_py32f030xx.h
|
||||||
|
* @brief CMSIS Cortex-M0+ Device Peripheral Access Layer Header File for
|
||||||
|
* PY32F030xx Device Series
|
||||||
|
* @version v1.0.0
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* This file refers the CMSIS standard, some adjustments are made according to Puya chips */
|
||||||
|
#ifndef SYSTEM_PY32F030XX_H
|
||||||
|
#define SYSTEM_PY32F030XX_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
|
/* Exported variables --------------------------------------------------------*/
|
||||||
|
extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
|
||||||
|
|
||||||
|
/* Exported constants --------------------------------------------------------*/
|
||||||
|
extern const uint32_t AHBPrescTable[16]; /*!< AHB prescalers table values */
|
||||||
|
extern const uint32_t APBPrescTable[8]; /*!< APB prescalers table values */
|
||||||
|
extern const uint32_t HSIFreqTable[8]; /*!< HSI frequency table values */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Initialize the system
|
||||||
|
* @param none
|
||||||
|
* @return none
|
||||||
|
* @brief Setup the microcontroller system.
|
||||||
|
* Initialize the System and update the SystemCoreClock variable.
|
||||||
|
*/
|
||||||
|
extern void SystemInit(void);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Update SystemCoreClock variable
|
||||||
|
* @param none
|
||||||
|
* @return none
|
||||||
|
* @brief Updates the SystemCoreClock with current core Clock
|
||||||
|
* retrieved from cpu registers.
|
||||||
|
*/
|
||||||
|
extern void SystemCoreClockUpdate(void);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* SYSTEM_PY32F030XX_H */
|
|
@ -0,0 +1,66 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file system_py32f0xx.h
|
||||||
|
* @brief CMSIS Cortex-M0+ Device Peripheral Access Layer Header File for
|
||||||
|
* PY32F030xx Device Series
|
||||||
|
* @version v1.0.0
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* This file refers the CMSIS standard, some adjustments are made according to Puya chips */
|
||||||
|
#ifndef SYSTEM_PY32F0XX_H
|
||||||
|
#define SYSTEM_PY32F0XX_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
|
/* Exported variables --------------------------------------------------------*/
|
||||||
|
extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
|
||||||
|
|
||||||
|
/* Exported constants --------------------------------------------------------*/
|
||||||
|
extern const uint32_t AHBPrescTable[16]; /*!< AHB prescalers table values */
|
||||||
|
extern const uint32_t APBPrescTable[8]; /*!< APB prescalers table values */
|
||||||
|
extern const uint32_t HSIFreqTable[8]; /*!< HSI frequency table values */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Initialize the system
|
||||||
|
* @param none
|
||||||
|
* @return none
|
||||||
|
* @brief Setup the microcontroller system.
|
||||||
|
* Initialize the System and update the SystemCoreClock variable.
|
||||||
|
*/
|
||||||
|
extern void SystemInit(void);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Update SystemCoreClock variable
|
||||||
|
* @param none
|
||||||
|
* @return none
|
||||||
|
* @brief Updates the SystemCoreClock with current core Clock
|
||||||
|
* retrieved from cpu registers.
|
||||||
|
*/
|
||||||
|
extern void SystemCoreClockUpdate(void);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* SYSTEM_PY32F0XX_H */
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,596 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_bus.h
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief Header file of BUS LL module.
|
||||||
|
|
||||||
|
@verbatim
|
||||||
|
##### RCC Limitations #####
|
||||||
|
==============================================================================
|
||||||
|
[..]
|
||||||
|
A delay between an RCC peripheral clock enable and the effective peripheral
|
||||||
|
enabling should be taken into account in order to manage the peripheral read/write
|
||||||
|
from/to registers.
|
||||||
|
(+) This delay depends on the peripheral mapping.
|
||||||
|
(++) AHB & APB1 peripherals, 1 dummy read is necessary
|
||||||
|
|
||||||
|
[..]
|
||||||
|
Workarounds:
|
||||||
|
(#) For AHB & APB1 peripherals, a dummy read to the peripheral register has been
|
||||||
|
inserted in each LL_{BUS}_GRP{x}_EnableClock() function.
|
||||||
|
|
||||||
|
@endverbatim
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
||||||
|
#ifndef PY32F0XX_LL_BUS_H
|
||||||
|
#define PY32F0XX_LL_BUS_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx.h"
|
||||||
|
|
||||||
|
/** @addtogroup py32f0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(RCC)
|
||||||
|
|
||||||
|
/** @defgroup BUS_LL BUS
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported types ------------------------------------------------------------*/
|
||||||
|
/* Exported constants --------------------------------------------------------*/
|
||||||
|
/** @defgroup BUS_LL_Exported_Constants BUS Exported Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup BUS_LL_EC_AHB1_GRP1_PERIPH AHB1 GRP1 PERIPH
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_AHB1_GRP1_PERIPH_ALL 0xFFFFFFFFU
|
||||||
|
#if (defined(DMA) || defined(DMA1))
|
||||||
|
#define LL_AHB1_GRP1_PERIPH_DMA1 RCC_AHBENR_DMAEN
|
||||||
|
#endif
|
||||||
|
#define LL_AHB1_GRP1_PERIPH_FLASH RCC_AHBENR_FLASHEN
|
||||||
|
#define LL_AHB1_GRP1_PERIPH_SRAM RCC_AHBENR_SRAMEN
|
||||||
|
#define LL_AHB1_GRP1_PERIPH_CRC RCC_AHBENR_CRCEN
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/** @defgroup BUS_LL_EC_APB1_GRP1_PERIPH APB1 GRP1 PERIPH
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_APB1_GRP1_PERIPH_ALL 0xFFFFFFFFU
|
||||||
|
#if defined(TIM3)
|
||||||
|
#define LL_APB1_GRP1_PERIPH_TIM3 RCC_APBENR1_TIM3EN
|
||||||
|
#endif
|
||||||
|
#if defined(RTC)
|
||||||
|
#define LL_APB1_GRP1_PERIPH_RTC RCC_APBENR1_RTCAPBEN
|
||||||
|
#endif
|
||||||
|
#if defined(WWDG)
|
||||||
|
#define LL_APB1_GRP1_PERIPH_WWDG RCC_APBENR1_WWDGEN
|
||||||
|
#endif
|
||||||
|
#if defined(SPI2)
|
||||||
|
#define LL_APB1_GRP1_PERIPH_SPI2 RCC_APBENR1_SPI2EN
|
||||||
|
#endif
|
||||||
|
#if defined(USART2)
|
||||||
|
#define LL_APB1_GRP1_PERIPH_USART2 RCC_APBENR1_USART2EN
|
||||||
|
#endif
|
||||||
|
#define LL_APB1_GRP1_PERIPH_I2C1 RCC_APBENR1_I2CEN
|
||||||
|
#define LL_APB1_GRP1_PERIPH_DBGMCU RCC_APBENR1_DBGEN
|
||||||
|
#define LL_APB1_GRP1_PERIPH_PWR RCC_APBENR1_PWREN
|
||||||
|
#define LL_APB1_GRP1_PERIPH_LPTIM1 RCC_APBENR1_LPTIMEN
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup BUS_LL_EC_APB1_GRP2_PERIPH APB1 GRP2 PERIPH
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_APB1_GRP2_PERIPH_ALL 0xFFFFFFFFU
|
||||||
|
#define LL_APB1_GRP2_PERIPH_SYSCFG RCC_APBENR2_SYSCFGEN
|
||||||
|
#define LL_APB1_GRP2_PERIPH_TIM1 RCC_APBENR2_TIM1EN
|
||||||
|
#define LL_APB1_GRP2_PERIPH_SPI1 RCC_APBENR2_SPI1EN
|
||||||
|
#define LL_APB1_GRP2_PERIPH_USART1 RCC_APBENR2_USART1EN
|
||||||
|
#if defined(TIM14)
|
||||||
|
#define LL_APB1_GRP2_PERIPH_TIM14 RCC_APBENR2_TIM14EN
|
||||||
|
#endif
|
||||||
|
#define LL_APB1_GRP2_PERIPH_TIM16 RCC_APBENR2_TIM16EN
|
||||||
|
#if defined(TIM17)
|
||||||
|
#define LL_APB1_GRP2_PERIPH_TIM17 RCC_APBENR2_TIM17EN
|
||||||
|
#endif
|
||||||
|
#define LL_APB1_GRP2_PERIPH_ADC1 RCC_APBENR2_ADCEN
|
||||||
|
#if defined(COMP1)
|
||||||
|
#define LL_APB1_GRP2_PERIPH_COMP1 RCC_APBENR2_COMP1EN
|
||||||
|
#endif
|
||||||
|
#if defined(COMP2)
|
||||||
|
#define LL_APB1_GRP2_PERIPH_COMP2 RCC_APBENR2_COMP2EN
|
||||||
|
#endif
|
||||||
|
#if defined(LED)
|
||||||
|
#define LL_APB1_GRP2_PERIPH_LED RCC_APBENR2_LEDEN
|
||||||
|
#endif
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup BUS_LL_EC_IOP_GRP1_PERIPH IOP GRP1 PERIPH
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_IOP_GRP1_PERIPH_ALL 0xFFFFFFFFU
|
||||||
|
#define LL_IOP_GRP1_PERIPH_GPIOA RCC_IOPENR_GPIOAEN
|
||||||
|
#define LL_IOP_GRP1_PERIPH_GPIOB RCC_IOPENR_GPIOBEN
|
||||||
|
#define LL_IOP_GRP1_PERIPH_GPIOF RCC_IOPENR_GPIOFEN
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported macro ------------------------------------------------------------*/
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @defgroup BUS_LL_Exported_Functions BUS Exported Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup BUS_LL_EF_AHB1 AHB1
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable AHB1 peripherals clock.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_AHB1_GRP1_PERIPH_DMA1
|
||||||
|
* @arg @ref LL_AHB1_GRP1_PERIPH_FLASH
|
||||||
|
* @arg @ref LL_AHB1_GRP1_PERIPH_SRAM
|
||||||
|
* @arg @ref LL_AHB1_GRP1_PERIPH_CRC
|
||||||
|
* @note Depending on devices and packages, some peripherals may not be available.
|
||||||
|
* Refer to device datasheet for peripherals availability.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_AHB1_GRP1_EnableClock(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
__IO uint32_t tmpreg;
|
||||||
|
SET_BIT(RCC->AHBENR, Periphs);
|
||||||
|
/* Delay after an RCC peripheral clock enabling */
|
||||||
|
tmpreg = READ_BIT(RCC->AHBENR, Periphs);
|
||||||
|
(void)tmpreg;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if AHB1 peripheral clock is enabled or not
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_AHB1_GRP1_PERIPH_DMA1
|
||||||
|
* @arg @ref LL_AHB1_GRP1_PERIPH_FLASH
|
||||||
|
* @arg @ref LL_AHB1_GRP1_PERIPH_SRAM
|
||||||
|
* @arg @ref LL_AHB1_GRP1_PERIPH_CRC
|
||||||
|
* @note Depending on devices and packages, some peripherals may not be available.
|
||||||
|
* Refer to device datasheet for peripherals availability.
|
||||||
|
* @retval State of Periphs (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_AHB1_GRP1_IsEnabledClock(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
return ((READ_BIT(RCC->AHBENR, Periphs) == Periphs) ? 1UL : 0UL);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable AHB1 peripherals clock.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_AHB1_GRP1_PERIPH_DMA1
|
||||||
|
* @arg @ref LL_AHB1_GRP1_PERIPH_FLASH
|
||||||
|
* @arg @ref LL_AHB1_GRP1_PERIPH_SRAM
|
||||||
|
* @arg @ref LL_AHB1_GRP1_PERIPH_CRC
|
||||||
|
* @note Depending on devices and packages, some peripherals may not be available.
|
||||||
|
* Refer to device datasheet for peripherals availability.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_AHB1_GRP1_DisableClock(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(RCC->AHBENR, Periphs);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Force AHB1 peripherals reset.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_AHB1_GRP1_PERIPH_ALL
|
||||||
|
* @arg @ref LL_AHB1_GRP1_PERIPH_DMA1
|
||||||
|
* @arg @ref LL_AHB1_GRP1_PERIPH_CRC
|
||||||
|
* @note Depending on devices and packages, some peripherals may not be available.
|
||||||
|
* Refer to device datasheet for peripherals availability.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_AHB1_GRP1_ForceReset(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
SET_BIT(RCC->AHBRSTR, Periphs);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Release AHB1 peripherals reset.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_AHB1_GRP1_PERIPH_ALL
|
||||||
|
* @arg @ref LL_AHB1_GRP1_PERIPH_DMA1
|
||||||
|
* @arg @ref LL_AHB1_GRP1_PERIPH_CRC
|
||||||
|
* @note Depending on devices and packages, some peripherals may not be available.
|
||||||
|
* Refer to device datasheet for peripherals availability.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_AHB1_GRP1_ReleaseReset(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(RCC->AHBRSTR, Periphs);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup BUS_LL_EF_APB1_GRP1 APB1 GRP1
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable APB1 GRP1 peripherals clock.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_TIM3
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_RTC
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_WWDG
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_SPI2
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_USART2
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_I2C1
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_DBGMCU
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_PWR
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_LPTIM1
|
||||||
|
* @note Depending on devices and packages, some peripherals may not be available.
|
||||||
|
* Refer to device datasheet for peripherals availability.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_APB1_GRP1_EnableClock(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
__IO uint32_t tmpreg;
|
||||||
|
SET_BIT(RCC->APBENR1, Periphs);
|
||||||
|
/* Delay after an RCC peripheral clock enabling */
|
||||||
|
tmpreg = READ_BIT(RCC->APBENR1, Periphs);
|
||||||
|
(void)tmpreg;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if APB1 GRP1 peripheral clock is enabled or not
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_TIM3
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_RTC
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_WWDG
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_SPI2
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_USART2
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_I2C1
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_DBGMCU
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_PWR
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_LPTIM1
|
||||||
|
* @note Depending on devices and packages, some peripherals may not be available.
|
||||||
|
* Refer to device datasheet for peripherals availability.
|
||||||
|
* @retval State of Periphs (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_APB1_GRP1_IsEnabledClock(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
return ((READ_BIT(RCC->APBENR1, Periphs) == (Periphs)) ? 1UL : 0UL);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable APB1 GRP1 peripherals clock.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_TIM3
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_RTC
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_WWDG
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_SPI2
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_USART2
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_I2C1
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_DBGMCU
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_PWR
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_LPTIM1
|
||||||
|
* @note Depending on devices and packages, some peripherals may not be available.
|
||||||
|
* Refer to device datasheet for peripherals availability.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_APB1_GRP1_DisableClock(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(RCC->APBENR1, Periphs);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Force APB1 GRP1 peripherals reset.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_TIM3
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_SPI2
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_USART2
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_I2C1
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_DBGMCU
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_PWR
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_LPTIM1
|
||||||
|
* @note Depending on devices and packages, some peripherals may not be available.
|
||||||
|
* Refer to device datasheet for peripherals availability.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_APB1_GRP1_ForceReset(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
SET_BIT(RCC->APBRSTR1, Periphs);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Release APB1 GRP1 peripherals reset.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_TIM3
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_SPI2
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_USART2
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_I2C1
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_DBGMCU
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_PWR
|
||||||
|
* @arg @ref LL_APB1_GRP1_PERIPH_LPTIM1
|
||||||
|
* @note Depending on devices and packages, some peripherals may not be available.
|
||||||
|
* Refer to device datasheet for peripherals availability.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_APB1_GRP1_ReleaseReset(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(RCC->APBRSTR1, Periphs);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup BUS_LL_EF_APB1_GRP2 APB1 GRP2
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable APB1 GRP2 peripherals clock.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_SYSCFG
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_SPI1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_USART1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM14
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM16
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM17
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_ADC1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_COMP1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_COMP2
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_LED
|
||||||
|
* @note Depending on devices and packages, some peripherals may not be available.
|
||||||
|
* Refer to device datasheet for peripherals availability.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_APB1_GRP2_EnableClock(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
__IO uint32_t tmpreg;
|
||||||
|
SET_BIT(RCC->APBENR2, Periphs);
|
||||||
|
/* Delay after an RCC peripheral clock enabling */
|
||||||
|
tmpreg = READ_BIT(RCC->APBENR2, Periphs);
|
||||||
|
(void)tmpreg;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if APB1 GRP2 peripheral clock is enabled or not
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_SYSCFG
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_SPI1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_USART1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM14
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM16
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM17
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_ADC1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_COMP1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_COMP2
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_LED
|
||||||
|
* @note Depending on devices and packages, some peripherals may not be available.
|
||||||
|
* Refer to device datasheet for peripherals availability.
|
||||||
|
* @retval State of Periphs (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_APB1_GRP2_IsEnabledClock(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
return ((READ_BIT(RCC->APBENR2, Periphs) == (Periphs)) ? 1UL : 0UL);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable APB1 GRP2 peripherals clock.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_SYSCFG
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_SPI1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_USART1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM14
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM16
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM17
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_ADC1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_COMP1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_COMP2
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_LED
|
||||||
|
* @note Depending on devices and packages, some peripherals may not be available.
|
||||||
|
* Refer to device datasheet for peripherals availability.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_APB1_GRP2_DisableClock(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(RCC->APBENR2, Periphs);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Force APB1 GRP2 peripherals reset.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_ALL
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_SYSCFG
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_SPI1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_USART1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM14
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM16
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM17
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_ADC1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_COMP1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_COMP2
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_LED
|
||||||
|
* @note Depending on devices and packages, some peripherals may not be available.
|
||||||
|
* Refer to device datasheet for peripherals availability.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_APB1_GRP2_ForceReset(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
SET_BIT(RCC->APBRSTR2, Periphs);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Release APB1 GRP2 peripherals reset.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_ALL
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_SYSCFG
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_SPI1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_USART1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM14
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM16
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_TIM17
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_ADC1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_COMP1
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_COMP2
|
||||||
|
* @arg @ref LL_APB1_GRP2_PERIPH_LED
|
||||||
|
* @note Depending on devices and packages, some peripherals may not be available.
|
||||||
|
* Refer to device datasheet for peripherals availability.
|
||||||
|
* @note (*) peripheral not available on all devices
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_APB1_GRP2_ReleaseReset(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(RCC->APBRSTR2, Periphs);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup BUS_LL_EF_IOP IOP
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable IOP peripherals clock.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_IOP_GRP1_PERIPH_GPIOA
|
||||||
|
* @arg @ref LL_IOP_GRP1_PERIPH_GPIOB
|
||||||
|
* @arg @ref LL_IOP_GRP1_PERIPH_GPIOF
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_IOP_GRP1_EnableClock(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
__IO uint32_t tmpreg;
|
||||||
|
SET_BIT(RCC->IOPENR, Periphs);
|
||||||
|
/* Delay after an RCC peripheral clock enabling */
|
||||||
|
tmpreg = READ_BIT(RCC->IOPENR, Periphs);
|
||||||
|
(void)tmpreg;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if IOP peripheral clock is enabled or not
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_IOP_GRP1_PERIPH_GPIOA
|
||||||
|
* @arg @ref LL_IOP_GRP1_PERIPH_GPIOB
|
||||||
|
* @arg @ref LL_IOP_GRP1_PERIPH_GPIOF
|
||||||
|
* @retval State of Periphs (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_IOP_GRP1_IsEnabledClock(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
return ((READ_BIT(RCC->IOPENR, Periphs) == Periphs) ? 1UL : 0UL);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable IOP peripherals clock.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_IOP_GRP1_PERIPH_GPIOA
|
||||||
|
* @arg @ref LL_IOP_GRP1_PERIPH_GPIOB
|
||||||
|
* @arg @ref LL_IOP_GRP1_PERIPH_GPIOF
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_IOP_GRP1_DisableClock(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(RCC->IOPENR, Periphs);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable IOP peripherals clock.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_IOP_GRP1_PERIPH_ALL
|
||||||
|
* @arg @ref LL_IOP_GRP1_PERIPH_GPIOA
|
||||||
|
* @arg @ref LL_IOP_GRP1_PERIPH_GPIOB
|
||||||
|
* @arg @ref LL_IOP_GRP1_PERIPH_GPIOF
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_IOP_GRP1_ForceReset(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
SET_BIT(RCC->IOPRSTR, Periphs);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Release IOP peripherals reset.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_IOP_GRP1_PERIPH_ALL
|
||||||
|
* @arg @ref LL_IOP_GRP1_PERIPH_GPIOA
|
||||||
|
* @arg @ref LL_IOP_GRP1_PERIPH_GPIOB
|
||||||
|
* @arg @ref LL_IOP_GRP1_PERIPH_GPIOF
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_IOP_GRP1_ReleaseReset(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(RCC->IOPRSTR, Periphs);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* RCC */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* PY32F0XX_LL_BUS_H */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
|
@ -0,0 +1,833 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_comp.h
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief Header file of COMP LL module.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
||||||
|
#ifndef __PY32F0XX_LL_COMP_H
|
||||||
|
#define __PY32F0XX_LL_COMP_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx.h"
|
||||||
|
|
||||||
|
/** @addtogroup py32f0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined (COMP1) || defined (COMP2)
|
||||||
|
|
||||||
|
/** @defgroup COMP_LL COMP
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/** @defgroup COMP_LL_Private_Constants COMP Private Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Internal mask for pair of comparators instances window mode: */
|
||||||
|
/* To select into literals LL_COMP_WINDOWMODE_COMPx_INPUT_PLUS_COMMON */
|
||||||
|
/* the relevant bits for: */
|
||||||
|
/* (concatenation of multiple bits used in different registers) */
|
||||||
|
/* - Comparator instance selected as master for window mode : register offset */
|
||||||
|
/* - Window mode enable or disable: bit value */
|
||||||
|
#define LL_COMP_WINDOWMODE_COMP_ODD_REGOFFSET_MASK (0x00000000U) /* Register of COMP instance odd (COMP1_CSR, ...) defined as reference register */
|
||||||
|
#define LL_COMP_WINDOWMODE_COMP_EVEN_REGOFFSET_MASK (0x00000004U) /* Register of COMP instance even (COMP2_CSR, ...) offset vs register of COMP instance odd */
|
||||||
|
#define LL_COMP_WINDOWMODE_COMPX_REGOFFSET_MASK (LL_COMP_WINDOWMODE_COMP_ODD_REGOFFSET_MASK | LL_COMP_WINDOWMODE_COMP_EVEN_REGOFFSET_MASK)
|
||||||
|
#define LL_COMP_WINDOWMODE_COMPX_SETTING_MASK (COMP_CSR_WINMODE)
|
||||||
|
#define LL_COMP_WINDOWOUTPUT_BOTH_POS_VS_WINDOW (1U)
|
||||||
|
|
||||||
|
/* COMP registers bits positions */
|
||||||
|
#define LL_COMP_WINDOWMODE_BITOFFSET_POS (11U) /* Value equivalent to POSITION_VAL(COMP_CSR_WINMODE) */
|
||||||
|
#define LL_COMP_OUTPUT_LEVEL_BITOFFSET_POS (30U) /* Value equivalent to POSITION_VAL(COMP_CSR_COMP_OUT) */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
/** @defgroup COMP_LL_Private_Macros COMP Private Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Driver macro reserved for internal use: set a pointer to
|
||||||
|
* a register from a register basis from which an offset
|
||||||
|
* is applied.
|
||||||
|
* @param __REG__ Register basis from which the offset is applied.
|
||||||
|
* @param __REG_OFFFSET__ Offset to be applied (unit: number of registers).
|
||||||
|
* @retval Pointer to register address
|
||||||
|
*/
|
||||||
|
#define __COMP_PTR_REG_OFFSET(__REG__, __REG_OFFFSET__) \
|
||||||
|
((__IO uint32_t *)((uint32_t) ((uint32_t)(&(__REG__)) + ((__REG_OFFFSET__) << 2U))))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported types ------------------------------------------------------------*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
/** @defgroup COMP_LL_ES_INIT COMP Exported Init structure
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Structure definition of some features of COMP instance.
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
uint32_t PowerMode; /*!< Set comparator operating mode to adjust power and speed.
|
||||||
|
This parameter can be a value of @ref COMP_LL_EC_POWERMODE
|
||||||
|
|
||||||
|
This feature can be modified afterwards using unitary function @ref LL_COMP_SetPowerMode(). */
|
||||||
|
|
||||||
|
uint32_t InputPlus; /*!< Set comparator input plus (non-inverting input).
|
||||||
|
This parameter can be a value of @ref COMP_LL_EC_INPUT_PLUS
|
||||||
|
|
||||||
|
This feature can be modified afterwards using unitary function @ref LL_COMP_SetInputPlus(). */
|
||||||
|
|
||||||
|
uint32_t InputMinus; /*!< Set comparator input minus (inverting input).
|
||||||
|
This parameter can be a value of @ref COMP_LL_EC_INPUT_MINUS
|
||||||
|
|
||||||
|
This feature can be modified afterwards using unitary function @ref LL_COMP_SetInputMinus(). */
|
||||||
|
|
||||||
|
uint32_t InputHysteresis; /*!< Set comparator hysteresis mode of the input minus.
|
||||||
|
This parameter can be a value of @ref COMP_LL_EC_INPUT_HYSTERESIS
|
||||||
|
|
||||||
|
This feature can be modified afterwards using unitary function @ref LL_COMP_SetInputHysteresis(). */
|
||||||
|
|
||||||
|
uint32_t OutputPolarity; /*!< Set comparator output polarity.
|
||||||
|
This parameter can be a value of @ref COMP_LL_EC_OUTPUT_POLARITY
|
||||||
|
|
||||||
|
This feature can be modified afterwards using unitary function @ref LL_COMP_SetOutputPolarity(). */
|
||||||
|
|
||||||
|
uint32_t DigitalFilter; /*!< Specifies the digital filter.
|
||||||
|
This parameter must be a number between 0 and 0xFFFF
|
||||||
|
|
||||||
|
The filter is prohibited,when the value is zero.
|
||||||
|
This feature can be modified afterwards using unitary function @ref LL_COMP_SetDigitalFilter(). */
|
||||||
|
|
||||||
|
} LL_COMP_InitTypeDef;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/* Exported constants --------------------------------------------------------*/
|
||||||
|
/** @defgroup COMP_LL_Exported_Constants COMP Exported Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup COMP_LL_EC_COMMON_WINDOWMODE Comparator common modes - Window mode
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_COMP_WINDOWMODE_DISABLE (0x00000000U) /*!< Window mode disable: Comparators 1 and 2 are independent */
|
||||||
|
#define LL_COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON (COMP_CSR_WINMODE | LL_COMP_WINDOWMODE_COMP_EVEN_REGOFFSET_MASK) /*!< Window mode enable: Comparators instances pair COMP1 and COMP2 have their input plus connected together. The common input is COMP1 input plus (COMP2 input plus is no more accessible). */
|
||||||
|
#define LL_COMP_WINDOWMODE_COMP2_INPUT_PLUS_COMMON (COMP_CSR_WINMODE | LL_COMP_WINDOWMODE_COMP_ODD_REGOFFSET_MASK) /*!< Window mode enable: if used from COMP1 or COMP2 instance, comparators instances pair COMP1 and COMP2 have their input plus connected together, the common input is COMP2 input plus (COMP1 input plus is no more accessible). If used from COMP3 instance (when available), comparators instances pair COMP2 and COMP3 have their input plus connected together, the common input is COMP2 input plus (COMP3 input plus is no more accessible). */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
/** @defgroup COMP_LL_EC_POWERMODE Comparator modes - Power mode
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_COMP_POWERMODE_HIGHSPEED (0x00000000U) /*!< COMP power mode to high speed */
|
||||||
|
#define LL_COMP_POWERMODE_MEDIUMSPEED (COMP_CSR_PWRMODE_0) /*!< COMP power mode to medium speed */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup COMP_LL_EC_INPUT_PLUS Comparator inputs - Input plus (input non-inverting) selection
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_COMP_INPUT_PLUS_IO1 (0x00000000U) /*!< Comparator input plus connected to IO1 (pin PB8 for COMP1, pin PB4 for COMP2) */
|
||||||
|
#define LL_COMP_INPUT_PLUS_IO2 ( COMP_CSR_INPSEL_0) /*!< Comparator input plus connected to IO2 (pin PB2 for COMP1, pin PB6 for COMP2) */
|
||||||
|
#define LL_COMP_INPUT_PLUS_IO3 (COMP_CSR_INPSEL_1 ) /*!< Comparator input plus connected to IO3 (pin PA1 for COMP1, pin PA3 for COMP2) */
|
||||||
|
#define LL_COMP_INPUT_PLUS_IO4 (COMP_CSR_INPSEL_1|COMP_CSR_INPSEL_0) /*!< Comparator input plus connected to IO4 (Reserved for COMP1, pin PF3 for COMP2) */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup COMP_LL_EC_INPUT_MINUS Comparator inputs - Input minus (input inverting) selection
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_COMP_INPUT_MINUS_1_4VREFINT (0x00000000U) /*!< Comparator input minus connected to 1/4 VrefInt */
|
||||||
|
#define LL_COMP_INPUT_MINUS_1_2VREFINT ( COMP_CSR_INMSEL_0) /*!< Comparator input minus connected to 1/2 VrefInt */
|
||||||
|
#define LL_COMP_INPUT_MINUS_3_4VREFINT ( COMP_CSR_INMSEL_1 ) /*!< Comparator input minus connected to 3/4 VrefInt */
|
||||||
|
#define LL_COMP_INPUT_MINUS_VREFINT ( COMP_CSR_INMSEL_1 | COMP_CSR_INMSEL_0) /*!< Comparator input minus connected to VrefInt */
|
||||||
|
#define LL_COMP_INPUT_MINUS_VCC ( COMP_CSR_INMSEL_2 ) /*!< Comparator input minus connected to VCC */
|
||||||
|
#define LL_COMP_INPUT_MINUS_TS ( COMP_CSR_INMSEL_2 | COMP_CSR_INMSEL_0) /*!< Comparator input minus connected to TS */
|
||||||
|
#define LL_COMP_INPUT_MINUS_IO1 ( COMP_CSR_INMSEL_2 | COMP_CSR_INMSEL_1 ) /*!< Comparator input minus connected to IO1 (pin PB1 for COMP1, pin PB3 for COMP2) */
|
||||||
|
#define LL_COMP_INPUT_MINUS_IO2 ( COMP_CSR_INMSEL_2 | COMP_CSR_INMSEL_1 | COMP_CSR_INMSEL_0) /*!< Comparator input minus connected to IO2 (Reserved for COMP1, pin PB7 for COMP2) */
|
||||||
|
#define LL_COMP_INPUT_MINUS_IO3 (COMP_CSR_INMSEL_3 ) /*!< Comparator input minus connected to IO3 (pin PA0 for COMP1, pin PA2 for COMP2) */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup COMP_LL_EC_INPUT_HYSTERESIS Comparator input - Hysteresis
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_COMP_HYSTERESIS_DISABLE (0x00000000U) /*!< No hysteresis */
|
||||||
|
#define LL_COMP_HYSTERESIS_ENABLE (COMP_CSR_HYST) /*!< Hysteresis enable */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup COMP_LL_EC_OUTPUT_POLARITY Comparator output - Output polarity
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_COMP_OUTPUTPOL_NONINVERTED (0x00000000U) /*!< COMP output polarity is not inverted: comparator output is high when the plus (non-inverting) input is at a higher voltage than the minus (inverting) input */
|
||||||
|
#define LL_COMP_OUTPUTPOL_INVERTED (COMP_CSR_POLARITY) /*!< COMP output polarity is inverted: comparator output is low when the plus (non-inverting) input is at a lower voltage than the minus (inverting) input */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup COMP_LL_EC_OUTPUT_LEVEL Comparator output - Output level
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_COMP_OUTPUT_LEVEL_LOW (0x00000000U) /*!< Comparator output level low (if the polarity is not inverted, otherwise to be complemented) */
|
||||||
|
#define LL_COMP_OUTPUT_LEVEL_HIGH (0x00000001U) /*!< Comparator output level high (if the polarity is not inverted, otherwise to be complemented) */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup COMP_LL_EC_HW_DELAYS Definitions of COMP hardware constraints delays
|
||||||
|
* @note Only COMP peripheral HW delays are defined in COMP LL driver driver,
|
||||||
|
* not timeout values.
|
||||||
|
* For details on delays values, refer to descriptions in source code
|
||||||
|
* above each literal definition.
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Delay for comparator startup time. */
|
||||||
|
/* Note: Delay required to reach propagation delay specification. */
|
||||||
|
/* Literal set to maximum value (refer to device datasheet, */
|
||||||
|
/* parameter "tSTART"). */
|
||||||
|
/* Unit: us */
|
||||||
|
#define LL_COMP_DELAY_STARTUP_US ( 80U) /*!< Delay for COMP startup time */
|
||||||
|
|
||||||
|
/* Delay for comparator voltage scaler stabilization time. */
|
||||||
|
/* Note: Voltage scaler is used when selecting comparator input */
|
||||||
|
/* based on VrefInt: VrefInt or subdivision of VrefInt. */
|
||||||
|
/* Literal set to maximum value (refer to device datasheet, */
|
||||||
|
/* parameter "tSTART_SCALER"). */
|
||||||
|
/* Unit: us */
|
||||||
|
#define LL_COMP_DELAY_VOLTAGE_SCALER_STAB_US ( 200U) /*!< Delay for COMP voltage scaler stabilization time */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported macro ------------------------------------------------------------*/
|
||||||
|
/** @defgroup COMP_LL_Exported_Macros COMP Exported Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/** @defgroup COMP_LL_EM_WRITE_READ Common write and read registers macro
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Write a value in COMP register
|
||||||
|
* @param __INSTANCE__ comparator instance
|
||||||
|
* @param __REG__ Register to be written
|
||||||
|
* @param __VALUE__ Value to be written in the register
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
#define LL_COMP_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG((__INSTANCE__)->__REG__, (__VALUE__))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Read a value in COMP register
|
||||||
|
* @param __INSTANCE__ comparator instance
|
||||||
|
* @param __REG__ Register to be read
|
||||||
|
* @retval Register value
|
||||||
|
*/
|
||||||
|
#define LL_COMP_ReadReg(__INSTANCE__, __REG__) READ_REG((__INSTANCE__)->__REG__)
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup COMP_LL_EM_HELPER_MACRO COMP helper macro
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Helper macro to select the COMP common instance
|
||||||
|
* to which is belonging the selected COMP instance.
|
||||||
|
* @note COMP common register instance can be used to
|
||||||
|
* set parameters common to several COMP instances.
|
||||||
|
* Refer to functions having argument "COMPxy_COMMON" as parameter.
|
||||||
|
* @param __COMPx__ COMP instance
|
||||||
|
* @retval COMP common instance or value "0" if there is no COMP common instance.
|
||||||
|
*/
|
||||||
|
#define __LL_COMP_COMMON_INSTANCE(__COMPx__) (COMP12_COMMON)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @defgroup COMP_LL_Exported_Functions COMP Exported Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup COMP_LL_EF_Configuration_comparator_common Configuration of COMP hierarchical scope: common to several COMP instances
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set window mode of a pair of comparators instances
|
||||||
|
* @rmtoll CSR WINMODE LL_COMP_SetCommonWindowMode
|
||||||
|
* @param COMPxy_COMMON Comparator common instance
|
||||||
|
* (can be set directly from CMSIS definition or by using helper macro @ref __LL_COMP_COMMON_INSTANCE() )
|
||||||
|
* @param WindowMode This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_COMP_WINDOWMODE_DISABLE
|
||||||
|
* @arg @ref LL_COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON
|
||||||
|
* @arg @ref LL_COMP_WINDOWMODE_COMP2_INPUT_PLUS_COMMON
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_COMP_SetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode)
|
||||||
|
{
|
||||||
|
uint32_t window_mode_tmp = WindowMode;
|
||||||
|
|
||||||
|
/* Note: On this PY32 series, window mode can be set from any instance */
|
||||||
|
/* of the pair of comparator instances. */
|
||||||
|
|
||||||
|
__IO uint32_t *preg = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, (window_mode_tmp & LL_COMP_WINDOWMODE_COMPX_REGOFFSET_MASK));
|
||||||
|
|
||||||
|
/* Clear the potential previous setting of window mode */
|
||||||
|
__IO uint32_t *preg_clear = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, (~(window_mode_tmp & LL_COMP_WINDOWMODE_COMPX_REGOFFSET_MASK) & LL_COMP_WINDOWMODE_COMP_EVEN_REGOFFSET_MASK));
|
||||||
|
CLEAR_BIT(*preg_clear,COMP_CSR_WINMODE);
|
||||||
|
|
||||||
|
/* Set window mode */
|
||||||
|
MODIFY_REG(*preg, COMP_CSR_WINMODE,(window_mode_tmp & LL_COMP_WINDOWMODE_COMPX_SETTING_MASK));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get window mode of a pair of comparators instances
|
||||||
|
* @rmtoll CSR WINMODE LL_COMP_GetCommonWindowMode
|
||||||
|
* @param COMPxy_COMMON Comparator common instance
|
||||||
|
* (can be set directly from CMSIS definition or by using helper macro @ref __LL_COMP_COMMON_INSTANCE() )
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_COMP_WINDOWMODE_DISABLE
|
||||||
|
* @arg @ref LL_COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON
|
||||||
|
* @arg @ref LL_COMP_WINDOWMODE_COMP2_INPUT_PLUS_COMMON
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_COMP_GetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON)
|
||||||
|
{
|
||||||
|
/* Note: On this PY32 series, window mode can be set from any instance */
|
||||||
|
/* of the pair of comparator instances. */
|
||||||
|
|
||||||
|
const uint32_t window_mode_comp_odd = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_ODD, COMP_CSR_WINMODE);
|
||||||
|
const uint32_t window_mode_comp_even = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_EVEN, COMP_CSR_WINMODE);
|
||||||
|
|
||||||
|
return (uint32_t)(window_mode_comp_odd | window_mode_comp_even
|
||||||
|
| ((window_mode_comp_even >> LL_COMP_WINDOWMODE_BITOFFSET_POS) * LL_COMP_WINDOWMODE_COMP_EVEN_REGOFFSET_MASK));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup COMP_LL_EF_Configuration_comparator_modes Configuration of comparator modes
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set comparator instance operating mode to adjust power and speed.
|
||||||
|
* @rmtoll CSR PWRMODE LL_COMP_SetPowerMode
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @param PowerMode This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_COMP_POWERMODE_HIGHSPEED
|
||||||
|
* @arg @ref LL_COMP_POWERMODE_MEDIUMSPEED
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_COMP_SetPowerMode(COMP_TypeDef *COMPx, uint32_t PowerMode)
|
||||||
|
{
|
||||||
|
MODIFY_REG(COMPx->CSR, COMP_CSR_PWRMODE, PowerMode);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get comparator instance operating mode to adjust power and speed.
|
||||||
|
* @rmtoll CSR PWRMODE LL_COMP_GetPowerMode
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_COMP_POWERMODE_HIGHSPEED
|
||||||
|
* @arg @ref LL_COMP_POWERMODE_MEDIUMSPEED
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_COMP_GetPowerMode(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_PWRMODE));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup COMP_LL_EF_Configuration_comparator_inputs Configuration of comparator inputs
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set comparator inputs minus (inverting) and plus (non-inverting).
|
||||||
|
* @note In case of comparator input selected to be connected to IO:
|
||||||
|
* GPIO pins are specific to each comparator instance.
|
||||||
|
* Refer to description of parameters or to reference manual.
|
||||||
|
* @note On this PY32 series, a voltage scaler is used
|
||||||
|
* when COMP input is based on VrefInt (VrefInt or subdivision
|
||||||
|
* of VrefInt):
|
||||||
|
* Voltage scaler requires a delay for voltage stabilization.
|
||||||
|
* Refer to device datasheet, parameter "tSTART_SCALER".
|
||||||
|
* @rmtoll CSR INMSEL LL_COMP_ConfigInputs\n
|
||||||
|
* CSR INPSEL LL_COMP_ConfigInputs
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @param InputMinus This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_1_4VREFINT
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_1_2VREFINT
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_3_4VREFINT
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_VREFINT
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_VCC
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_TS
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_IO1
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_IO2
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_IO3
|
||||||
|
* @param InputPlus This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_COMP_INPUT_PLUS_IO1
|
||||||
|
* @arg @ref LL_COMP_INPUT_PLUS_IO2
|
||||||
|
* @arg @ref LL_COMP_INPUT_PLUS_IO3
|
||||||
|
* @arg @ref LL_COMP_INPUT_PLUS_IO4
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_COMP_ConfigInputs(COMP_TypeDef *COMPx, uint32_t InputMinus, uint32_t InputPlus)
|
||||||
|
{
|
||||||
|
MODIFY_REG(COMPx->CSR,COMP_CSR_INMSEL | COMP_CSR_INPSEL,InputMinus | InputPlus);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set comparator input plus (non-inverting).
|
||||||
|
* @note In case of comparator input selected to be connected to IO:
|
||||||
|
* GPIO pins are specific to each comparator instance.
|
||||||
|
* Refer to description of parameters or to reference manual.
|
||||||
|
* @rmtoll CSR INPSEL LL_COMP_SetInputPlus
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @param InputPlus This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_COMP_INPUT_PLUS_IO1
|
||||||
|
* @arg @ref LL_COMP_INPUT_PLUS_IO2
|
||||||
|
* @arg @ref LL_COMP_INPUT_PLUS_IO3
|
||||||
|
* @arg @ref LL_COMP_INPUT_PLUS_IO4
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_COMP_SetInputPlus(COMP_TypeDef *COMPx, uint32_t InputPlus)
|
||||||
|
{
|
||||||
|
MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get comparator input plus (non-inverting).
|
||||||
|
* @note In case of comparator input selected to be connected to IO:
|
||||||
|
* GPIO pins are specific to each comparator instance.
|
||||||
|
* Refer to description of parameters or to reference manual.
|
||||||
|
* @rmtoll CSR INPSEL LL_COMP_GetInputPlus
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_COMP_INPUT_PLUS_IO1
|
||||||
|
* @arg @ref LL_COMP_INPUT_PLUS_IO2
|
||||||
|
* @arg @ref LL_COMP_INPUT_PLUS_IO3
|
||||||
|
* @arg @ref LL_COMP_INPUT_PLUS_IO4
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_COMP_GetInputPlus(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INPSEL));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set comparator input minus (inverting).
|
||||||
|
* @note In case of comparator input selected to be connected to IO:
|
||||||
|
* GPIO pins are specific to each comparator instance.
|
||||||
|
* Refer to description of parameters or to reference manual.
|
||||||
|
* @note On this PY32 series, a voltage scaler is used
|
||||||
|
* when COMP input is based on VrefInt (VrefInt or subdivision
|
||||||
|
* of VrefInt):
|
||||||
|
* Voltage scaler requires a delay for voltage stabilization.
|
||||||
|
* Refer to device datasheet, parameter "tSTART_SCALER".
|
||||||
|
* @rmtoll CSR INMSEL LL_COMP_SetInputMinus
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @param InputMinus This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_1_4VREFINT
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_1_2VREFINT
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_3_4VREFINT
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_VREFINT
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_VCC
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_TS
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_IO1
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_IO2
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_IO3
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_COMP_SetInputMinus(COMP_TypeDef *COMPx, uint32_t InputMinus)
|
||||||
|
{
|
||||||
|
MODIFY_REG(COMPx->CSR, COMP_CSR_INMSEL, InputMinus);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get comparator input minus (inverting).
|
||||||
|
* @note In case of comparator input selected to be connected to IO:
|
||||||
|
* GPIO pins are specific to each comparator instance.
|
||||||
|
* Refer to description of parameters or to reference manual.
|
||||||
|
* @rmtoll CSR INMSEL LL_COMP_GetInputMinus
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_1_4VREFINT
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_1_2VREFINT
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_3_4VREFINT
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_VREFINT
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_VCC
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_TS
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_IO1
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_IO2
|
||||||
|
* @arg @ref LL_COMP_INPUT_MINUS_IO3
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_COMP_GetInputMinus(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INMSEL));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set comparator instance hysteresis mode of the input minus (inverting input).
|
||||||
|
* @rmtoll CSR HYST LL_COMP_SetInputHysteresis
|
||||||
|
* @note COMP1/COMP2 use the same register
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @param InputHysteresis This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_COMP_HYSTERESIS_DISABLE
|
||||||
|
* @arg @ref LL_COMP_HYSTERESIS_ENABLE
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_COMP_SetInputHysteresis(COMP_TypeDef *COMPx, uint32_t InputHysteresis)
|
||||||
|
{
|
||||||
|
MODIFY_REG(COMP1->CSR, COMP_CSR_HYST, InputHysteresis);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get comparator instance hysteresis mode of the minus (inverting) input.
|
||||||
|
* @rmtoll CSR HYST LL_COMP_GetInputHysteresis
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_COMP_HYSTERESIS_DISABLE
|
||||||
|
* @arg @ref LL_COMP_HYSTERESIS_ENABLE
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_COMP_GetInputHysteresis(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(COMP1->CSR, COMP_CSR_HYST));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable comparator VREFINT releated Input.
|
||||||
|
* @rmtoll CSR SCALER_EN LL_COMP_EnableScaler
|
||||||
|
* @note In case of comparator input selected to be connected to
|
||||||
|
* VREFINT,3/4VREFINT,1/2VREFINT,1/4VREFINT.SCALER_EN should
|
||||||
|
* be Enabled. COMP1/COMP2 use the same register
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_COMP_EnableScaler(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
SET_BIT(COMP1->CSR, COMP_CSR_SCALER_EN);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable comparator VREFINT releated Input.
|
||||||
|
* @rmtoll CSR SCALER_EN LL_COMP_DisableScaler
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_COMP_DisableScaler(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(COMP1->CSR, COMP_CSR_SCALER_EN);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get comparator VREFINT releated Input enable state
|
||||||
|
* (0: SCALER is disabled, 1: SCALER is enabled)
|
||||||
|
* @rmtoll CSR SCALER_EN LL_COMP_IsEnabledScaler
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_COMP_IsEnabledScaler(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
return ((READ_BIT(COMP1->CSR, COMP_CSR_SCALER_EN) == (COMP_CSR_SCALER_EN)) ? 1U : 0U);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup COMP_LL_EF_Configuration_comparator_output Configuration of comparator output
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set comparator instance output polarity.
|
||||||
|
* @rmtoll CSR POLARITY LL_COMP_SetOutputPolarity
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @param OutputPolarity This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_COMP_OUTPUTPOL_NONINVERTED
|
||||||
|
* @arg @ref LL_COMP_OUTPUTPOL_INVERTED
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_COMP_SetOutputPolarity(COMP_TypeDef *COMPx, uint32_t OutputPolarity)
|
||||||
|
{
|
||||||
|
MODIFY_REG(COMPx->CSR, COMP_CSR_POLARITY, OutputPolarity);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get comparator instance output polarity.
|
||||||
|
* @rmtoll CSR POLARITY LL_COMP_GetOutputPolarity
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_COMP_OUTPUTPOL_NONINVERTED
|
||||||
|
* @arg @ref LL_COMP_OUTPUTPOL_INVERTED
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_COMP_GetOutputPolarity(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_POLARITY));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup COMP_LL_EF_Operation Operation on comparator instance
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable comparator instance.
|
||||||
|
* @note After enable from off state, comparator requires a delay
|
||||||
|
* to reach reach propagation delay specification.
|
||||||
|
* Refer to device datasheet, parameter "tSTART".
|
||||||
|
* @rmtoll CSR EN LL_COMP_Enable
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_COMP_Enable(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
SET_BIT(COMPx->CSR, COMP_CSR_EN);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable comparator instance.
|
||||||
|
* @rmtoll CSR EN LL_COMP_Disable
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_COMP_Disable(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(COMPx->CSR, COMP_CSR_EN);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get comparator enable state
|
||||||
|
* (0: COMP is disabled, 1: COMP is enabled)
|
||||||
|
* @rmtoll CSR EN LL_COMP_IsEnabled
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_COMP_IsEnabled(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
return ((READ_BIT(COMPx->CSR, COMP_CSR_EN) == (COMP_CSR_EN)) ? 1U : 0U);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Lock comparator instance.
|
||||||
|
* @note Once locked, comparator configuration can be accessed in read-only.
|
||||||
|
* @note The only way to unlock the comparator is a device hardware reset.
|
||||||
|
* @rmtoll CSR LOCK LL_COMP_Lock
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_COMP_Lock(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
SET_BIT(COMPx->CSR, COMP_CSR_LOCK);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get comparator lock state
|
||||||
|
* (0: COMP is unlocked, 1: COMP is locked).
|
||||||
|
* @note Once locked, comparator configuration can be accessed in read-only.
|
||||||
|
* @note The only way to unlock the comparator is a device hardware reset.
|
||||||
|
* @rmtoll CSR LOCK LL_COMP_IsLocked
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_COMP_IsLocked(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
return ((READ_BIT(COMPx->CSR, COMP_CSR_LOCK) == (COMP_CSR_LOCK)) ? 1U : 0U);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Read comparator instance output level.
|
||||||
|
* @note The comparator output level depends on the selected polarity
|
||||||
|
* (Refer to function @ref LL_COMP_SetOutputPolarity()).
|
||||||
|
* If the comparator polarity is not inverted:
|
||||||
|
* - Comparator output is low when the input plus
|
||||||
|
* is at a lower voltage than the input minus
|
||||||
|
* - Comparator output is high when the input plus
|
||||||
|
* is at a higher voltage than the input minus
|
||||||
|
* If the comparator polarity is inverted:
|
||||||
|
* - Comparator output is high when the input plus
|
||||||
|
* is at a lower voltage than the input minus
|
||||||
|
* - Comparator output is low when the input plus
|
||||||
|
* is at a higher voltage than the input minus
|
||||||
|
* @rmtoll CSR VALUE LL_COMP_ReadOutputLevel
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_COMP_OUTPUT_LEVEL_LOW
|
||||||
|
* @arg @ref LL_COMP_OUTPUT_LEVEL_HIGH
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_COMP_ReadOutputLevel(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_COMP_OUT)>> LL_COMP_OUTPUT_LEVEL_BITOFFSET_POS);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup COMP_LL_EF_DigitalFilter DigitalFilter on comparator instance
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* @brief Enable comparator DigitalFilter.
|
||||||
|
* @rmtoll FR FLTEN LL_COMP_EnableDigitalFilter
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_COMP_EnableDigitalFilter(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
SET_BIT(COMPx->FR, COMP_FR_FLTEN);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable comparator DigitalFilter.
|
||||||
|
* @rmtoll FR FLTEN LL_COMP_DisableDigitalFilter
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_COMP_DisableDigitalFilter(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(COMPx->FR, COMP_FR_FLTEN);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get comparator DigitalFilter state
|
||||||
|
* (0: Filter is Disabled, 1: Filter is Enabled).
|
||||||
|
* @rmtoll FR FLTEN LL_COMP_IsEnabledDigitalFilter
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_COMP_IsEnabledDigitalFilter(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
return ((READ_BIT(COMPx->FR, COMP_FR_FLTEN) == (COMP_FR_FLTEN)) ? 1U : 0U);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set comparator DigitalFilter Value.
|
||||||
|
* @rmtoll FR FLTCNT LL_COMP_SetDigitalFilter
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @param DigitalFilter Value between Min_Data=0x0000 and Max_Data=0xFFFF
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_COMP_SetDigitalFilter(COMP_TypeDef *COMPx,uint32_t FLTCNTValue)
|
||||||
|
{
|
||||||
|
MODIFY_REG(COMPx->FR,COMP_FR_FLTCNT,FLTCNTValue << COMP_FR_FLTCNT_Pos);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get comparator DigitalFilter Value
|
||||||
|
* @rmtoll FR FLTCNT LL_COMP_GetDigitalFilter
|
||||||
|
* @param COMPx Comparator instance
|
||||||
|
* @retval DigitalFilter Value between Min_Data=0x0000 and Max_Data=0xFFFF
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_COMP_GetDigitalFilter(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_REG(COMPx->FR)>>COMP_FR_FLTCNT_Pos);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
/** @defgroup COMP_LL_EF_Init Initialization and de-initialization functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
ErrorStatus LL_COMP_DeInit(COMP_TypeDef *COMPx);
|
||||||
|
ErrorStatus LL_COMP_Init(COMP_TypeDef *COMPx, LL_COMP_InitTypeDef *COMP_InitStruct);
|
||||||
|
void LL_COMP_StructInit(LL_COMP_InitTypeDef *COMP_InitStruct);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* COMP1 || COMP2 */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* PY32F0xx_LL_COMP_H */
|
||||||
|
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
|
@ -0,0 +1,310 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_cortex.h
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief Header file of CORTEX LL module.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
||||||
|
#ifndef __PY32F0XX_LL_CORTEX_H
|
||||||
|
#define __PY32F0XX_LL_CORTEX_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx.h"
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0XX_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup CORTEX_LL CORTEX
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported types ------------------------------------------------------------*/
|
||||||
|
/* Exported constants --------------------------------------------------------*/
|
||||||
|
/** @defgroup CORTEX_LL_Exported_Constants CORTEX Exported Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup CORTEX_LL_EC_CLKSOURCE_HCLK SYSTICK Clock Source
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_SYSTICK_CLKSOURCE_HCLK_DIV8 0x00000000U /*!< AHB clock divided by 8 selected as SysTick clock source.*/
|
||||||
|
#define LL_SYSTICK_CLKSOURCE_HCLK SysTick_CTRL_CLKSOURCE_Msk /*!< AHB clock selected as SysTick clock source. */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported macro ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @defgroup CORTEX_LL_Exported_Functions CORTEX Exported Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup CORTEX_LL_EF_SYSTICK SYSTICK
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief This function checks if the Systick counter flag is active or not.
|
||||||
|
* @note It can be used in timeout function on application side.
|
||||||
|
* @rmtoll STK_CTRL COUNTFLAG LL_SYSTICK_IsActiveCounterFlag
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_SYSTICK_IsActiveCounterFlag(void)
|
||||||
|
{
|
||||||
|
return (((SysTick->CTRL & SysTick_CTRL_COUNTFLAG_Msk) == (SysTick_CTRL_COUNTFLAG_Msk)) ? 1UL : 0UL);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Configures the SysTick clock source
|
||||||
|
* @rmtoll STK_CTRL CLKSOURCE LL_SYSTICK_SetClkSource
|
||||||
|
* @param Source This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSTICK_CLKSOURCE_HCLK_DIV8
|
||||||
|
* @arg @ref LL_SYSTICK_CLKSOURCE_HCLK
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_SYSTICK_SetClkSource(uint32_t Source)
|
||||||
|
{
|
||||||
|
if (Source == LL_SYSTICK_CLKSOURCE_HCLK)
|
||||||
|
{
|
||||||
|
SET_BIT(SysTick->CTRL, LL_SYSTICK_CLKSOURCE_HCLK);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
CLEAR_BIT(SysTick->CTRL, LL_SYSTICK_CLKSOURCE_HCLK);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the SysTick clock source
|
||||||
|
* @rmtoll STK_CTRL CLKSOURCE LL_SYSTICK_GetClkSource
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSTICK_CLKSOURCE_HCLK_DIV8
|
||||||
|
* @arg @ref LL_SYSTICK_CLKSOURCE_HCLK
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_SYSTICK_GetClkSource(void)
|
||||||
|
{
|
||||||
|
return READ_BIT(SysTick->CTRL, LL_SYSTICK_CLKSOURCE_HCLK);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable SysTick exception request
|
||||||
|
* @rmtoll STK_CTRL TICKINT LL_SYSTICK_EnableIT
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_SYSTICK_EnableIT(void)
|
||||||
|
{
|
||||||
|
SET_BIT(SysTick->CTRL, SysTick_CTRL_TICKINT_Msk);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable SysTick exception request
|
||||||
|
* @rmtoll STK_CTRL TICKINT LL_SYSTICK_DisableIT
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_SYSTICK_DisableIT(void)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(SysTick->CTRL, SysTick_CTRL_TICKINT_Msk);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Checks if the SYSTICK interrupt is enabled or disabled.
|
||||||
|
* @rmtoll STK_CTRL TICKINT LL_SYSTICK_IsEnabledIT
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_SYSTICK_IsEnabledIT(void)
|
||||||
|
{
|
||||||
|
return ((READ_BIT(SysTick->CTRL, SysTick_CTRL_TICKINT_Msk) == (SysTick_CTRL_TICKINT_Msk)) ? 1UL : 0UL);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup CORTEX_LL_EF_LOW_POWER_MODE LOW POWER MODE
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Processor uses sleep as its low power mode
|
||||||
|
* @rmtoll SCB_SCR SLEEPDEEP LL_LPM_EnableSleep
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LPM_EnableSleep(void)
|
||||||
|
{
|
||||||
|
/* Clear SLEEPDEEP bit of Cortex System Control Register */
|
||||||
|
CLEAR_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SLEEPDEEP_Msk));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Processor uses deep sleep as its low power mode
|
||||||
|
* @rmtoll SCB_SCR SLEEPDEEP LL_LPM_EnableDeepSleep
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LPM_EnableDeepSleep(void)
|
||||||
|
{
|
||||||
|
/* Set SLEEPDEEP bit of Cortex System Control Register */
|
||||||
|
SET_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SLEEPDEEP_Msk));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Configures sleep-on-exit when returning from Handler mode to Thread mode.
|
||||||
|
* @note Setting this bit to 1 enables an interrupt-driven application to avoid returning to an
|
||||||
|
* empty main application.
|
||||||
|
* @rmtoll SCB_SCR SLEEPONEXIT LL_LPM_EnableSleepOnExit
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LPM_EnableSleepOnExit(void)
|
||||||
|
{
|
||||||
|
/* Set SLEEPONEXIT bit of Cortex System Control Register */
|
||||||
|
SET_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SLEEPONEXIT_Msk));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Do not sleep when returning to Thread mode.
|
||||||
|
* @rmtoll SCB_SCR SLEEPONEXIT LL_LPM_DisableSleepOnExit
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LPM_DisableSleepOnExit(void)
|
||||||
|
{
|
||||||
|
/* Clear SLEEPONEXIT bit of Cortex System Control Register */
|
||||||
|
CLEAR_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SLEEPONEXIT_Msk));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enabled events and all interrupts, including disabled interrupts, can wakeup the
|
||||||
|
* processor.
|
||||||
|
* @rmtoll SCB_SCR SEVEONPEND LL_LPM_EnableEventOnPend
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LPM_EnableEventOnPend(void)
|
||||||
|
{
|
||||||
|
/* Set SEVEONPEND bit of Cortex System Control Register */
|
||||||
|
SET_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SEVONPEND_Msk));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Only enabled interrupts or events can wakeup the processor, disabled interrupts are
|
||||||
|
* excluded
|
||||||
|
* @rmtoll SCB_SCR SEVEONPEND LL_LPM_DisableEventOnPend
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LPM_DisableEventOnPend(void)
|
||||||
|
{
|
||||||
|
/* Clear SEVEONPEND bit of Cortex System Control Register */
|
||||||
|
CLEAR_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SEVONPEND_Msk));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup CORTEX_LL_EF_MCU_INFO MCU INFO
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get Implementer code
|
||||||
|
* @rmtoll SCB_CPUID IMPLEMENTER LL_CPUID_GetImplementer
|
||||||
|
* @retval Value should be equal to 0x41 for ARM
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_CPUID_GetImplementer(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(SCB->CPUID, SCB_CPUID_IMPLEMENTER_Msk) >> SCB_CPUID_IMPLEMENTER_Pos);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get Variant number (The r value in the rnpn product revision identifier)
|
||||||
|
* @rmtoll SCB_CPUID VARIANT LL_CPUID_GetVariant
|
||||||
|
* @retval Value between 0 and 255 (0x0: revision 0)
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_CPUID_GetVariant(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(SCB->CPUID, SCB_CPUID_VARIANT_Msk) >> SCB_CPUID_VARIANT_Pos);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get Architecture number
|
||||||
|
* @rmtoll SCB_CPUID ARCHITECTURE LL_CPUID_GetArchitecture
|
||||||
|
* @retval Value should be equal to 0xC for Cortex-M0+ devices
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_CPUID_GetArchitecture(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(SCB->CPUID, SCB_CPUID_ARCHITECTURE_Msk) >> SCB_CPUID_ARCHITECTURE_Pos);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get Part number
|
||||||
|
* @rmtoll SCB_CPUID PARTNO LL_CPUID_GetParNo
|
||||||
|
* @retval Value should be equal to 0xC60 for Cortex-M0+
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_CPUID_GetParNo(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(SCB->CPUID, SCB_CPUID_PARTNO_Msk) >> SCB_CPUID_PARTNO_Pos);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get Revision number (The p value in the rnpn product revision identifier, indicates patch release)
|
||||||
|
* @rmtoll SCB_CPUID REVISION LL_CPUID_GetRevision
|
||||||
|
* @retval Value between 0 and 255 (0x1: patch 1)
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_CPUID_GetRevision(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(SCB->CPUID, SCB_CPUID_REVISION_Msk) >> SCB_CPUID_REVISION_Pos);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* __PY32F0XX_LL_CORTEX_H */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
|
@ -0,0 +1,204 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_crc.h
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief Header file of CRC LL module.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
||||||
|
#ifndef PY32F0xx_LL_CRC_H
|
||||||
|
#define PY32F0xx_LL_CRC_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx.h"
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(CRC)
|
||||||
|
|
||||||
|
/** @defgroup CRC_LL CRC
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported types ------------------------------------------------------------*/
|
||||||
|
/* Exported constants --------------------------------------------------------*/
|
||||||
|
/** @defgroup CRC_LL_Exported_Constants CRC Exported Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported macro ------------------------------------------------------------*/
|
||||||
|
/** @defgroup CRC_LL_Exported_Macros CRC Exported Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup CRC_LL_EM_WRITE_READ Common Write and read registers Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Write a value in CRC register
|
||||||
|
* @param __INSTANCE__ CRC Instance
|
||||||
|
* @param __REG__ Register to be written
|
||||||
|
* @param __VALUE__ Value to be written in the register
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
#define LL_CRC_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, __VALUE__)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Read a value in CRC register
|
||||||
|
* @param __INSTANCE__ CRC Instance
|
||||||
|
* @param __REG__ Register to be read
|
||||||
|
* @retval Register value
|
||||||
|
*/
|
||||||
|
#define LL_CRC_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__)
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @defgroup CRC_LL_Exported_Functions CRC Exported Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup CRC_LL_EF_Configuration CRC Configuration functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Reset the CRC calculation unit.
|
||||||
|
* @rmtoll CR RESET LL_CRC_ResetCRCCalculationUnit
|
||||||
|
* @param CRCx CRC Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_CRC_ResetCRCCalculationUnit(CRC_TypeDef *CRCx)
|
||||||
|
{
|
||||||
|
SET_BIT(CRCx->CR, CRC_CR_RESET);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup CRC_LL_EF_Data_Management Data_Management
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Write given 32-bit data to the CRC calculator
|
||||||
|
* @rmtoll DR DR LL_CRC_FeedData32
|
||||||
|
* @param CRCx CRC Instance
|
||||||
|
* @param InData value to be provided to CRC calculator between between Min_Data=0 and Max_Data=0xFFFFFFFF
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_CRC_FeedData32(CRC_TypeDef *CRCx, uint32_t InData)
|
||||||
|
{
|
||||||
|
WRITE_REG(CRCx->DR, InData);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Return current CRC calculation result. 32 bits value is returned.
|
||||||
|
* @rmtoll DR DR LL_CRC_ReadData32
|
||||||
|
* @param CRCx CRC Instance
|
||||||
|
* @retval Current CRC calculation result as stored in CRC_DR register (32 bits).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_CRC_ReadData32(CRC_TypeDef *CRCx)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_REG(CRCx->DR));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Return data stored in the Independent Data(IDR) register.
|
||||||
|
* @note This register can be used as a temporary storage location for one byte.
|
||||||
|
* @rmtoll IDR IDR LL_CRC_Read_IDR
|
||||||
|
* @param CRCx CRC Instance
|
||||||
|
* @retval Value stored in CRC_IDR register (General-purpose 8-bit data register).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_CRC_Read_IDR(CRC_TypeDef *CRCx)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_REG(CRCx->IDR));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Store data in the Independent Data(IDR) register.
|
||||||
|
* @note This register can be used as a temporary storage location for one byte.
|
||||||
|
* @rmtoll IDR IDR LL_CRC_Write_IDR
|
||||||
|
* @param CRCx CRC Instance
|
||||||
|
* @param InData value to be stored in CRC_IDR register (8-bit) between Min_Data=0 and Max_Data=0xFF
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_CRC_Write_IDR(CRC_TypeDef *CRCx, uint32_t InData)
|
||||||
|
{
|
||||||
|
*((uint8_t __IO *)(&CRCx->IDR)) = (uint8_t) InData;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
/** @defgroup CRC_LL_EF_Init Initialization and de-initialization functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
ErrorStatus LL_CRC_DeInit(CRC_TypeDef *CRCx);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* defined(CRC) */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* PY32F0xx_LL_CRC_H */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,886 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_exti.h
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief Header file of RCC LL module.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
||||||
|
#ifndef PY32F0XX_LL_EXTI_H
|
||||||
|
#define PY32F0XX_LL_EXTI_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx.h"
|
||||||
|
|
||||||
|
/** @addtogroup py32f0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined (EXTI)
|
||||||
|
|
||||||
|
/** @defgroup EXTI_LL EXTI
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
#define LL_EXTI_REGISTER_PINPOS_SHFT 8U /*!< Define used to shift pin position in EXTICR register */
|
||||||
|
#define LL_EXTI_REGISTER_PINMASK_SHFT 16U /*!< Define used to shift pin mask in EXTICR register */
|
||||||
|
|
||||||
|
/* Private Macros ------------------------------------------------------------*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
/** @defgroup EXTI_LL_Private_Macros EXTI Private Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif /*USE_FULL_LL_DRIVER*/
|
||||||
|
/* Exported types ------------------------------------------------------------*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
/** @defgroup EXTI_LL_ES_INIT EXTI Exported Init structure
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
|
||||||
|
uint32_t Line; /*!< Specifies the EXTI lines to be enabled or disabled for Lines
|
||||||
|
This parameter can be any combination of @ref EXTI_LL_EC_LINE */
|
||||||
|
|
||||||
|
FunctionalState LineCommand; /*!< Specifies the new state of the selected EXTI lines.
|
||||||
|
This parameter can be set either to ENABLE or DISABLE */
|
||||||
|
|
||||||
|
uint8_t Mode; /*!< Specifies the mode for the EXTI lines.
|
||||||
|
This parameter can be a value of @ref EXTI_LL_EC_MODE. */
|
||||||
|
|
||||||
|
uint8_t Trigger; /*!< Specifies the trigger signal active edge for the EXTI lines.
|
||||||
|
This parameter can be a value of @ref EXTI_LL_EC_TRIGGER. */
|
||||||
|
} LL_EXTI_InitTypeDef;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif /*USE_FULL_LL_DRIVER*/
|
||||||
|
|
||||||
|
/* Exported constants --------------------------------------------------------*/
|
||||||
|
/** @defgroup EXTI_LL_Exported_Constants EXTI Exported Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup EXTI_LL_EC_LINE LINE
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_EXTI_LINE_0 EXTI_IMR_IM0 /*!< Extended line 0 */
|
||||||
|
#define LL_EXTI_LINE_1 EXTI_IMR_IM1 /*!< Extended line 1 */
|
||||||
|
#define LL_EXTI_LINE_2 EXTI_IMR_IM2 /*!< Extended line 2 */
|
||||||
|
#define LL_EXTI_LINE_3 EXTI_IMR_IM3 /*!< Extended line 3 */
|
||||||
|
#define LL_EXTI_LINE_4 EXTI_IMR_IM4 /*!< Extended line 4 */
|
||||||
|
#define LL_EXTI_LINE_5 EXTI_IMR_IM5 /*!< Extended line 5 */
|
||||||
|
#define LL_EXTI_LINE_6 EXTI_IMR_IM6 /*!< Extended line 6 */
|
||||||
|
#define LL_EXTI_LINE_7 EXTI_IMR_IM7 /*!< Extended line 7 */
|
||||||
|
#define LL_EXTI_LINE_8 EXTI_IMR_IM8 /*!< Extended line 8 */
|
||||||
|
#define LL_EXTI_LINE_9 EXTI_IMR_IM9 /*!< Extended line 9 */
|
||||||
|
#define LL_EXTI_LINE_10 EXTI_IMR_IM10 /*!< Extended line 10 */
|
||||||
|
#define LL_EXTI_LINE_11 EXTI_IMR_IM11 /*!< Extended line 11 */
|
||||||
|
#define LL_EXTI_LINE_12 EXTI_IMR_IM12 /*!< Extended line 12 */
|
||||||
|
#define LL_EXTI_LINE_13 EXTI_IMR_IM13 /*!< Extended line 13 */
|
||||||
|
#define LL_EXTI_LINE_14 EXTI_IMR_IM14 /*!< Extended line 14 */
|
||||||
|
#define LL_EXTI_LINE_15 EXTI_IMR_IM15 /*!< Extended line 15 */
|
||||||
|
#define LL_EXTI_LINE_16 EXTI_IMR_IM16 /*!< Extended line 16 */
|
||||||
|
#define LL_EXTI_LINE_17 EXTI_IMR_IM17 /*!< Extended line 17 */
|
||||||
|
#define LL_EXTI_LINE_18 EXTI_IMR_IM18 /*!< Extended line 18 */
|
||||||
|
#define LL_EXTI_LINE_19 EXTI_IMR_IM19 /*!< Extended line 19 */
|
||||||
|
#define LL_EXTI_LINE_29 EXTI_IMR_IM29 /*!< Extended line 29 */
|
||||||
|
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
#define LL_EXTI_LINE_NONE 0x00000000U /*!< None Extended line */
|
||||||
|
#endif /*USE_FULL_LL_DRIVER*/
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
|
||||||
|
/** @defgroup EXTI_LL_EC_MODE Mode
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_EXTI_MODE_IT ((uint8_t)0x00U) /*!< Interrupt Mode */
|
||||||
|
#define LL_EXTI_MODE_EVENT ((uint8_t)0x01U) /*!< Event Mode */
|
||||||
|
#define LL_EXTI_MODE_IT_EVENT ((uint8_t)0x02U) /*!< Interrupt & Event Mode */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup EXTI_LL_EC_TRIGGER Edge Trigger
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_EXTI_TRIGGER_NONE ((uint8_t)0x00U) /*!< No Trigger Mode */
|
||||||
|
#define LL_EXTI_TRIGGER_RISING ((uint8_t)0x01U) /*!< Trigger Rising Mode */
|
||||||
|
#define LL_EXTI_TRIGGER_FALLING ((uint8_t)0x02U) /*!< Trigger Falling Mode */
|
||||||
|
#define LL_EXTI_TRIGGER_RISING_FALLING ((uint8_t)0x03U) /*!< Trigger Rising & Falling Mode */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#endif /*USE_FULL_LL_DRIVER*/
|
||||||
|
|
||||||
|
/** @defgroup EXTI_LL_EC_CONFIG_PORT EXTI CONFIG PORT
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_EXTI_CONFIG_PORTA 0x0U /*!< EXTI PORT A */
|
||||||
|
#define LL_EXTI_CONFIG_PORTB 0x1U /*!< EXTI PORT B */
|
||||||
|
#define LL_EXTI_CONFIG_PORTF 0x2U /*!< EXTI PORT F */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup EXTI_LL_EC_CONFIG_LINE EXTI CONFIG LINE
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_EXTI_CONFIG_LINE0 ((0x3U << LL_EXTI_REGISTER_PINMASK_SHFT) | ( 0U << LL_EXTI_REGISTER_PINPOS_SHFT) | 0U) /*!< EXTI_MASK_3 | EXTI_POSITION_0 | EXTICR[0] */
|
||||||
|
#define LL_EXTI_CONFIG_LINE1 ((0x3U << LL_EXTI_REGISTER_PINMASK_SHFT) | ( 8U << LL_EXTI_REGISTER_PINPOS_SHFT) | 0U) /*!< EXTI_MASK_3 | EXTI_POSITION_8 | EXTICR[0] */
|
||||||
|
#define LL_EXTI_CONFIG_LINE2 ((0x3U << LL_EXTI_REGISTER_PINMASK_SHFT) | (16U << LL_EXTI_REGISTER_PINPOS_SHFT) | 0U) /*!< EXTI_MASK_3 | EXTI_POSITION_16 | EXTICR[0] */
|
||||||
|
#define LL_EXTI_CONFIG_LINE3 ((0x3U << LL_EXTI_REGISTER_PINMASK_SHFT) | (24U << LL_EXTI_REGISTER_PINPOS_SHFT) | 0U) /*!< EXTI_MASK_3 | EXTI_POSITION_24 | EXTICR[0] */
|
||||||
|
#define LL_EXTI_CONFIG_LINE4 ((0x3U << LL_EXTI_REGISTER_PINMASK_SHFT) | ( 0U << LL_EXTI_REGISTER_PINPOS_SHFT) | 1U) /*!< EXTI_MASK_3 | EXTI_POSITION_0 | EXTICR[1] */
|
||||||
|
#define LL_EXTI_CONFIG_LINE5 ((0x1U << LL_EXTI_REGISTER_PINMASK_SHFT) | ( 8U << LL_EXTI_REGISTER_PINPOS_SHFT) | 1U) /*!< EXTI_MASK_1 | EXTI_POSITION_8 | EXTICR[1] */
|
||||||
|
#define LL_EXTI_CONFIG_LINE6 ((0x1U << LL_EXTI_REGISTER_PINMASK_SHFT) | (16U << LL_EXTI_REGISTER_PINPOS_SHFT) | 1U) /*!< EXTI_MASK_1 | EXTI_POSITION_16 | EXTICR[1] */
|
||||||
|
#define LL_EXTI_CONFIG_LINE7 ((0x1U << LL_EXTI_REGISTER_PINMASK_SHFT) | (24U << LL_EXTI_REGISTER_PINPOS_SHFT) | 1U) /*!< EXTI_MASK_1 | EXTI_POSITION_19 | EXTICR[1] */
|
||||||
|
#define LL_EXTI_CONFIG_LINE8 ((0x1U << LL_EXTI_REGISTER_PINMASK_SHFT) | ( 0U << LL_EXTI_REGISTER_PINPOS_SHFT) | 2U) /*!< EXTI_MASK_1 | EXTI_POSITION_0 | EXTICR[2] */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported macro ------------------------------------------------------------*/
|
||||||
|
/** @defgroup EXTI_LL_Exported_Macros EXTI Exported Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup EXTI_LL_EM_WRITE_READ Common Write and read registers Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Write a value in EXTI register
|
||||||
|
* @param __REG__ Register to be written
|
||||||
|
* @param __VALUE__ Value to be written in the register
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
#define LL_EXTI_WriteReg(__REG__, __VALUE__) WRITE_REG(EXTI->__REG__, (__VALUE__))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Read a value in EXTI register
|
||||||
|
* @param __REG__ Register to be read
|
||||||
|
* @retval Register value
|
||||||
|
*/
|
||||||
|
#define LL_EXTI_ReadReg(__REG__) READ_REG(EXTI->__REG__)
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @defgroup EXTI_LL_Exported_Functions EXTI Exported Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/** @defgroup EXTI_LL_EF_IT_Management IT_Management
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable ExtiLine Interrupt request for Lines
|
||||||
|
* @param ExtiLine This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_EXTI_LINE_0
|
||||||
|
* @arg @ref LL_EXTI_LINE_1
|
||||||
|
* @arg @ref LL_EXTI_LINE_2
|
||||||
|
* @arg @ref LL_EXTI_LINE_3
|
||||||
|
* @arg @ref LL_EXTI_LINE_4
|
||||||
|
* @arg @ref LL_EXTI_LINE_5
|
||||||
|
* @arg @ref LL_EXTI_LINE_6
|
||||||
|
* @arg @ref LL_EXTI_LINE_7
|
||||||
|
* @arg @ref LL_EXTI_LINE_8
|
||||||
|
* @arg @ref LL_EXTI_LINE_9
|
||||||
|
* @arg @ref LL_EXTI_LINE_10
|
||||||
|
* @arg @ref LL_EXTI_LINE_11
|
||||||
|
* @arg @ref LL_EXTI_LINE_12
|
||||||
|
* @arg @ref LL_EXTI_LINE_13
|
||||||
|
* @arg @ref LL_EXTI_LINE_14
|
||||||
|
* @arg @ref LL_EXTI_LINE_15
|
||||||
|
* @arg @ref LL_EXTI_LINE_16
|
||||||
|
* @arg @ref LL_EXTI_LINE_17
|
||||||
|
* @arg @ref LL_EXTI_LINE_18
|
||||||
|
* @arg @ref LL_EXTI_LINE_19
|
||||||
|
* @arg @ref LL_EXTI_LINE_29
|
||||||
|
* @note Please check each device line mapping for EXTI Line availability
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_EXTI_EnableIT(uint32_t ExtiLine)
|
||||||
|
{
|
||||||
|
SET_BIT(EXTI->IMR, ExtiLine);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable ExtiLine Interrupt request for Lines
|
||||||
|
* @param ExtiLine This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_EXTI_LINE_0
|
||||||
|
* @arg @ref LL_EXTI_LINE_1
|
||||||
|
* @arg @ref LL_EXTI_LINE_2
|
||||||
|
* @arg @ref LL_EXTI_LINE_3
|
||||||
|
* @arg @ref LL_EXTI_LINE_4
|
||||||
|
* @arg @ref LL_EXTI_LINE_5
|
||||||
|
* @arg @ref LL_EXTI_LINE_6
|
||||||
|
* @arg @ref LL_EXTI_LINE_7
|
||||||
|
* @arg @ref LL_EXTI_LINE_8
|
||||||
|
* @arg @ref LL_EXTI_LINE_9
|
||||||
|
* @arg @ref LL_EXTI_LINE_10
|
||||||
|
* @arg @ref LL_EXTI_LINE_11
|
||||||
|
* @arg @ref LL_EXTI_LINE_12
|
||||||
|
* @arg @ref LL_EXTI_LINE_13
|
||||||
|
* @arg @ref LL_EXTI_LINE_14
|
||||||
|
* @arg @ref LL_EXTI_LINE_15
|
||||||
|
* @arg @ref LL_EXTI_LINE_16
|
||||||
|
* @arg @ref LL_EXTI_LINE_17
|
||||||
|
* @arg @ref LL_EXTI_LINE_18
|
||||||
|
* @arg @ref LL_EXTI_LINE_19
|
||||||
|
* @arg @ref LL_EXTI_LINE_29
|
||||||
|
* @note Please check each device line mapping for EXTI Line availability
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_EXTI_DisableIT(uint32_t ExtiLine)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(EXTI->IMR, ExtiLine);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Indicate if ExtiLine Interrupt request is enabled for Lines
|
||||||
|
* Bits are set automatically at Power on.
|
||||||
|
* @rmtoll IMR1 IMx LL_EXTI_IsEnabledIT_0_31
|
||||||
|
* @param ExtiLine This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_EXTI_LINE_0
|
||||||
|
* @arg @ref LL_EXTI_LINE_1
|
||||||
|
* @arg @ref LL_EXTI_LINE_2
|
||||||
|
* @arg @ref LL_EXTI_LINE_3
|
||||||
|
* @arg @ref LL_EXTI_LINE_4
|
||||||
|
* @arg @ref LL_EXTI_LINE_5
|
||||||
|
* @arg @ref LL_EXTI_LINE_6
|
||||||
|
* @arg @ref LL_EXTI_LINE_7
|
||||||
|
* @arg @ref LL_EXTI_LINE_8
|
||||||
|
* @arg @ref LL_EXTI_LINE_9
|
||||||
|
* @arg @ref LL_EXTI_LINE_10
|
||||||
|
* @arg @ref LL_EXTI_LINE_11
|
||||||
|
* @arg @ref LL_EXTI_LINE_12
|
||||||
|
* @arg @ref LL_EXTI_LINE_13
|
||||||
|
* @arg @ref LL_EXTI_LINE_14
|
||||||
|
* @arg @ref LL_EXTI_LINE_15
|
||||||
|
* @arg @ref LL_EXTI_LINE_16
|
||||||
|
* @arg @ref LL_EXTI_LINE_17
|
||||||
|
* @arg @ref LL_EXTI_LINE_18
|
||||||
|
* @arg @ref LL_EXTI_LINE_19
|
||||||
|
* @arg @ref LL_EXTI_LINE_29
|
||||||
|
* @note Please check each device line mapping for EXTI Line availability
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_EXTI_IsEnabledIT(uint32_t ExtiLine)
|
||||||
|
{
|
||||||
|
return (READ_BIT(EXTI->IMR, ExtiLine) == (ExtiLine));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup EXTI_LL_EF_Event_Management Event_Management
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable ExtiLine Event request for Lines
|
||||||
|
* @param ExtiLine This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_EXTI_LINE_0
|
||||||
|
* @arg @ref LL_EXTI_LINE_1
|
||||||
|
* @arg @ref LL_EXTI_LINE_2
|
||||||
|
* @arg @ref LL_EXTI_LINE_3
|
||||||
|
* @arg @ref LL_EXTI_LINE_4
|
||||||
|
* @arg @ref LL_EXTI_LINE_5
|
||||||
|
* @arg @ref LL_EXTI_LINE_6
|
||||||
|
* @arg @ref LL_EXTI_LINE_7
|
||||||
|
* @arg @ref LL_EXTI_LINE_8
|
||||||
|
* @arg @ref LL_EXTI_LINE_9
|
||||||
|
* @arg @ref LL_EXTI_LINE_10
|
||||||
|
* @arg @ref LL_EXTI_LINE_11
|
||||||
|
* @arg @ref LL_EXTI_LINE_12
|
||||||
|
* @arg @ref LL_EXTI_LINE_13
|
||||||
|
* @arg @ref LL_EXTI_LINE_14
|
||||||
|
* @arg @ref LL_EXTI_LINE_15
|
||||||
|
* @arg @ref LL_EXTI_LINE_16
|
||||||
|
* @arg @ref LL_EXTI_LINE_17
|
||||||
|
* @arg @ref LL_EXTI_LINE_18
|
||||||
|
* @arg @ref LL_EXTI_LINE_19
|
||||||
|
* @arg @ref LL_EXTI_LINE_29
|
||||||
|
* @note Please check each device line mapping for EXTI Line availability
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_EXTI_EnableEvent(uint32_t ExtiLine)
|
||||||
|
{
|
||||||
|
SET_BIT(EXTI->EMR, ExtiLine);
|
||||||
|
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @brief Disable ExtiLine Event request for Lines
|
||||||
|
* @param ExtiLine This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_EXTI_LINE_0
|
||||||
|
* @arg @ref LL_EXTI_LINE_1
|
||||||
|
* @arg @ref LL_EXTI_LINE_2
|
||||||
|
* @arg @ref LL_EXTI_LINE_3
|
||||||
|
* @arg @ref LL_EXTI_LINE_4
|
||||||
|
* @arg @ref LL_EXTI_LINE_5
|
||||||
|
* @arg @ref LL_EXTI_LINE_6
|
||||||
|
* @arg @ref LL_EXTI_LINE_7
|
||||||
|
* @arg @ref LL_EXTI_LINE_8
|
||||||
|
* @arg @ref LL_EXTI_LINE_9
|
||||||
|
* @arg @ref LL_EXTI_LINE_10
|
||||||
|
* @arg @ref LL_EXTI_LINE_11
|
||||||
|
* @arg @ref LL_EXTI_LINE_12
|
||||||
|
* @arg @ref LL_EXTI_LINE_13
|
||||||
|
* @arg @ref LL_EXTI_LINE_14
|
||||||
|
* @arg @ref LL_EXTI_LINE_15
|
||||||
|
* @arg @ref LL_EXTI_LINE_16
|
||||||
|
* @arg @ref LL_EXTI_LINE_17
|
||||||
|
* @arg @ref LL_EXTI_LINE_18
|
||||||
|
* @arg @ref LL_EXTI_LINE_19
|
||||||
|
* @arg @ref LL_EXTI_LINE_29
|
||||||
|
* @note Please check each device line mapping for EXTI Line availability
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_EXTI_DisableEvent(uint32_t ExtiLine)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(EXTI->EMR, ExtiLine);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Indicate if ExtiLine Event request is enabled for Lines
|
||||||
|
* @param ExtiLine This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_EXTI_LINE_0
|
||||||
|
* @arg @ref LL_EXTI_LINE_1
|
||||||
|
* @arg @ref LL_EXTI_LINE_2
|
||||||
|
* @arg @ref LL_EXTI_LINE_3
|
||||||
|
* @arg @ref LL_EXTI_LINE_4
|
||||||
|
* @arg @ref LL_EXTI_LINE_5
|
||||||
|
* @arg @ref LL_EXTI_LINE_6
|
||||||
|
* @arg @ref LL_EXTI_LINE_7
|
||||||
|
* @arg @ref LL_EXTI_LINE_8
|
||||||
|
* @arg @ref LL_EXTI_LINE_9
|
||||||
|
* @arg @ref LL_EXTI_LINE_10
|
||||||
|
* @arg @ref LL_EXTI_LINE_11
|
||||||
|
* @arg @ref LL_EXTI_LINE_12
|
||||||
|
* @arg @ref LL_EXTI_LINE_13
|
||||||
|
* @arg @ref LL_EXTI_LINE_14
|
||||||
|
* @arg @ref LL_EXTI_LINE_15
|
||||||
|
* @arg @ref LL_EXTI_LINE_16
|
||||||
|
* @arg @ref LL_EXTI_LINE_17
|
||||||
|
* @arg @ref LL_EXTI_LINE_18
|
||||||
|
* @arg @ref LL_EXTI_LINE_19
|
||||||
|
* @arg @ref LL_EXTI_LINE_29
|
||||||
|
* @note Please check each device line mapping for EXTI Line availability
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_EXTI_IsEnabledEvent(uint32_t ExtiLine)
|
||||||
|
{
|
||||||
|
return (READ_BIT(EXTI->EMR, ExtiLine) == (ExtiLine));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup EXTI_LL_EF_Rising_Trigger_Management Rising_Trigger_Management
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable ExtiLine Rising Edge Trigger for Lines
|
||||||
|
* @note The configurable wakeup lines are edge-triggered. No glitch must be
|
||||||
|
* generated on these lines. If a rising edge on a configurable interrupt
|
||||||
|
* line occurs during a write operation in the EXTI_RTSR register, the
|
||||||
|
* pending bit is not set.
|
||||||
|
* Rising and falling edge triggers can be set for
|
||||||
|
* the same interrupt line. In this case, both generate a trigger
|
||||||
|
* condition.
|
||||||
|
* @param ExtiLine This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_EXTI_LINE_0
|
||||||
|
* @arg @ref LL_EXTI_LINE_1
|
||||||
|
* @arg @ref LL_EXTI_LINE_2
|
||||||
|
* @arg @ref LL_EXTI_LINE_3
|
||||||
|
* @arg @ref LL_EXTI_LINE_4
|
||||||
|
* @arg @ref LL_EXTI_LINE_5
|
||||||
|
* @arg @ref LL_EXTI_LINE_6
|
||||||
|
* @arg @ref LL_EXTI_LINE_7
|
||||||
|
* @arg @ref LL_EXTI_LINE_8
|
||||||
|
* @arg @ref LL_EXTI_LINE_9
|
||||||
|
* @arg @ref LL_EXTI_LINE_10
|
||||||
|
* @arg @ref LL_EXTI_LINE_11
|
||||||
|
* @arg @ref LL_EXTI_LINE_12
|
||||||
|
* @arg @ref LL_EXTI_LINE_13
|
||||||
|
* @arg @ref LL_EXTI_LINE_14
|
||||||
|
* @arg @ref LL_EXTI_LINE_15
|
||||||
|
* @arg @ref LL_EXTI_LINE_16
|
||||||
|
* @arg @ref LL_EXTI_LINE_17
|
||||||
|
* @arg @ref LL_EXTI_LINE_18
|
||||||
|
* @note Please check each device line mapping for EXTI Line availability
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_EXTI_EnableRisingTrig(uint32_t ExtiLine)
|
||||||
|
{
|
||||||
|
SET_BIT(EXTI->RTSR, ExtiLine);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable ExtiLine Rising Edge Trigger for Lines
|
||||||
|
* @note The configurable wakeup lines are edge-triggered. No glitch must be
|
||||||
|
* generated on these lines. If a rising edge on a configurable interrupt
|
||||||
|
* line occurs during a write operation in the EXTI_RTSR register, the
|
||||||
|
* pending bit is not set.
|
||||||
|
* Rising and falling edge triggers can be set for
|
||||||
|
* the same interrupt line. In this case, both generate a trigger
|
||||||
|
* condition.
|
||||||
|
* @param ExtiLine This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_EXTI_LINE_0
|
||||||
|
* @arg @ref LL_EXTI_LINE_1
|
||||||
|
* @arg @ref LL_EXTI_LINE_2
|
||||||
|
* @arg @ref LL_EXTI_LINE_3
|
||||||
|
* @arg @ref LL_EXTI_LINE_4
|
||||||
|
* @arg @ref LL_EXTI_LINE_5
|
||||||
|
* @arg @ref LL_EXTI_LINE_6
|
||||||
|
* @arg @ref LL_EXTI_LINE_7
|
||||||
|
* @arg @ref LL_EXTI_LINE_8
|
||||||
|
* @arg @ref LL_EXTI_LINE_9
|
||||||
|
* @arg @ref LL_EXTI_LINE_10
|
||||||
|
* @arg @ref LL_EXTI_LINE_11
|
||||||
|
* @arg @ref LL_EXTI_LINE_12
|
||||||
|
* @arg @ref LL_EXTI_LINE_13
|
||||||
|
* @arg @ref LL_EXTI_LINE_14
|
||||||
|
* @arg @ref LL_EXTI_LINE_15
|
||||||
|
* @arg @ref LL_EXTI_LINE_16
|
||||||
|
* @arg @ref LL_EXTI_LINE_17
|
||||||
|
* @arg @ref LL_EXTI_LINE_18
|
||||||
|
* @note Please check each device line mapping for EXTI Line availability
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_EXTI_DisableRisingTrig(uint32_t ExtiLine)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(EXTI->RTSR, ExtiLine);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if rising edge trigger is enabled for Lines
|
||||||
|
* @param ExtiLine This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_EXTI_LINE_0
|
||||||
|
* @arg @ref LL_EXTI_LINE_1
|
||||||
|
* @arg @ref LL_EXTI_LINE_2
|
||||||
|
* @arg @ref LL_EXTI_LINE_3
|
||||||
|
* @arg @ref LL_EXTI_LINE_4
|
||||||
|
* @arg @ref LL_EXTI_LINE_5
|
||||||
|
* @arg @ref LL_EXTI_LINE_6
|
||||||
|
* @arg @ref LL_EXTI_LINE_7
|
||||||
|
* @arg @ref LL_EXTI_LINE_8
|
||||||
|
* @arg @ref LL_EXTI_LINE_9
|
||||||
|
* @arg @ref LL_EXTI_LINE_10
|
||||||
|
* @arg @ref LL_EXTI_LINE_11
|
||||||
|
* @arg @ref LL_EXTI_LINE_12
|
||||||
|
* @arg @ref LL_EXTI_LINE_13
|
||||||
|
* @arg @ref LL_EXTI_LINE_14
|
||||||
|
* @arg @ref LL_EXTI_LINE_15
|
||||||
|
* @arg @ref LL_EXTI_LINE_16
|
||||||
|
* @arg @ref LL_EXTI_LINE_17
|
||||||
|
* @arg @ref LL_EXTI_LINE_18
|
||||||
|
* @note Please check each device line mapping for EXTI Line availability
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_EXTI_IsEnabledRisingTrig(uint32_t ExtiLine)
|
||||||
|
{
|
||||||
|
return (READ_BIT(EXTI->RTSR, ExtiLine) == (ExtiLine));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup EXTI_LL_EF_Falling_Trigger_Management Falling_Trigger_Management
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable ExtiLine Falling Edge Trigger for Lines
|
||||||
|
* @note The configurable wakeup lines are edge-triggered. No glitch must be
|
||||||
|
* generated on these lines. If a falling edge on a configurable interrupt
|
||||||
|
* line occurs during a write operation in the EXTI_FTSR register, the
|
||||||
|
* pending bit is not set.
|
||||||
|
* Rising and falling edge triggers can be set for
|
||||||
|
* the same interrupt line. In this case, both generate a trigger
|
||||||
|
* condition.
|
||||||
|
* @param ExtiLine This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_EXTI_LINE_0
|
||||||
|
* @arg @ref LL_EXTI_LINE_1
|
||||||
|
* @arg @ref LL_EXTI_LINE_2
|
||||||
|
* @arg @ref LL_EXTI_LINE_3
|
||||||
|
* @arg @ref LL_EXTI_LINE_4
|
||||||
|
* @arg @ref LL_EXTI_LINE_5
|
||||||
|
* @arg @ref LL_EXTI_LINE_6
|
||||||
|
* @arg @ref LL_EXTI_LINE_7
|
||||||
|
* @arg @ref LL_EXTI_LINE_8
|
||||||
|
* @arg @ref LL_EXTI_LINE_9
|
||||||
|
* @arg @ref LL_EXTI_LINE_10
|
||||||
|
* @arg @ref LL_EXTI_LINE_11
|
||||||
|
* @arg @ref LL_EXTI_LINE_12
|
||||||
|
* @arg @ref LL_EXTI_LINE_13
|
||||||
|
* @arg @ref LL_EXTI_LINE_14
|
||||||
|
* @arg @ref LL_EXTI_LINE_15
|
||||||
|
* @arg @ref LL_EXTI_LINE_16
|
||||||
|
* @arg @ref LL_EXTI_LINE_17
|
||||||
|
* @arg @ref LL_EXTI_LINE_18
|
||||||
|
* @note Please check each device line mapping for EXTI Line availability
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_EXTI_EnableFallingTrig(uint32_t ExtiLine)
|
||||||
|
{
|
||||||
|
SET_BIT(EXTI->FTSR, ExtiLine);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable ExtiLine Falling Edge Trigger for Lines
|
||||||
|
* @note The configurable wakeup lines are edge-triggered. No glitch must be
|
||||||
|
* generated on these lines. If a Falling edge on a configurable interrupt
|
||||||
|
* line occurs during a write operation in the EXTI_FTSR register, the
|
||||||
|
* pending bit is not set.
|
||||||
|
* Rising and falling edge triggers can be set for the same interrupt line.
|
||||||
|
* In this case, both generate a trigger condition.
|
||||||
|
* @param ExtiLine This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_EXTI_LINE_0
|
||||||
|
* @arg @ref LL_EXTI_LINE_1
|
||||||
|
* @arg @ref LL_EXTI_LINE_2
|
||||||
|
* @arg @ref LL_EXTI_LINE_3
|
||||||
|
* @arg @ref LL_EXTI_LINE_4
|
||||||
|
* @arg @ref LL_EXTI_LINE_5
|
||||||
|
* @arg @ref LL_EXTI_LINE_6
|
||||||
|
* @arg @ref LL_EXTI_LINE_7
|
||||||
|
* @arg @ref LL_EXTI_LINE_8
|
||||||
|
* @arg @ref LL_EXTI_LINE_9
|
||||||
|
* @arg @ref LL_EXTI_LINE_10
|
||||||
|
* @arg @ref LL_EXTI_LINE_11
|
||||||
|
* @arg @ref LL_EXTI_LINE_12
|
||||||
|
* @arg @ref LL_EXTI_LINE_13
|
||||||
|
* @arg @ref LL_EXTI_LINE_14
|
||||||
|
* @arg @ref LL_EXTI_LINE_15
|
||||||
|
* @arg @ref LL_EXTI_LINE_16
|
||||||
|
* @arg @ref LL_EXTI_LINE_17
|
||||||
|
* @arg @ref LL_EXTI_LINE_18
|
||||||
|
* @note Please check each device line mapping for EXTI Line availability
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_EXTI_DisableFallingTrig(uint32_t ExtiLine)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(EXTI->FTSR, ExtiLine);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if falling edge trigger is enabled for Lines
|
||||||
|
* @param ExtiLine This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_EXTI_LINE_0
|
||||||
|
* @arg @ref LL_EXTI_LINE_1
|
||||||
|
* @arg @ref LL_EXTI_LINE_2
|
||||||
|
* @arg @ref LL_EXTI_LINE_3
|
||||||
|
* @arg @ref LL_EXTI_LINE_4
|
||||||
|
* @arg @ref LL_EXTI_LINE_5
|
||||||
|
* @arg @ref LL_EXTI_LINE_6
|
||||||
|
* @arg @ref LL_EXTI_LINE_7
|
||||||
|
* @arg @ref LL_EXTI_LINE_8
|
||||||
|
* @arg @ref LL_EXTI_LINE_9
|
||||||
|
* @arg @ref LL_EXTI_LINE_10
|
||||||
|
* @arg @ref LL_EXTI_LINE_11
|
||||||
|
* @arg @ref LL_EXTI_LINE_12
|
||||||
|
* @arg @ref LL_EXTI_LINE_13
|
||||||
|
* @arg @ref LL_EXTI_LINE_14
|
||||||
|
* @arg @ref LL_EXTI_LINE_15
|
||||||
|
* @arg @ref LL_EXTI_LINE_16
|
||||||
|
* @arg @ref LL_EXTI_LINE_17
|
||||||
|
* @arg @ref LL_EXTI_LINE_18
|
||||||
|
* @note Please check each device line mapping for EXTI Line availability
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_EXTI_IsEnabledFallingTrig(uint32_t ExtiLine)
|
||||||
|
{
|
||||||
|
return (READ_BIT(EXTI->FTSR, ExtiLine) == (ExtiLine));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup EXTI_LL_EF_Software_Interrupt_Management Software_Interrupt_Management
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Generate a software Interrupt Event for Lines
|
||||||
|
* @note If the interrupt is enabled on this line in the EXTI_IMR, writing a 1 to
|
||||||
|
* this bit when it is at '0' sets the corresponding pending bit in EXTI_PR
|
||||||
|
* resulting in an interrupt request generation.
|
||||||
|
* This bit is cleared by clearing the corresponding bit in the EXTI_PR
|
||||||
|
* register (by writing a 1 into the bit)
|
||||||
|
* @param ExtiLine This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_EXTI_LINE_0
|
||||||
|
* @arg @ref LL_EXTI_LINE_1
|
||||||
|
* @arg @ref LL_EXTI_LINE_2
|
||||||
|
* @arg @ref LL_EXTI_LINE_3
|
||||||
|
* @arg @ref LL_EXTI_LINE_4
|
||||||
|
* @arg @ref LL_EXTI_LINE_5
|
||||||
|
* @arg @ref LL_EXTI_LINE_6
|
||||||
|
* @arg @ref LL_EXTI_LINE_7
|
||||||
|
* @arg @ref LL_EXTI_LINE_8
|
||||||
|
* @arg @ref LL_EXTI_LINE_9
|
||||||
|
* @arg @ref LL_EXTI_LINE_10
|
||||||
|
* @arg @ref LL_EXTI_LINE_11
|
||||||
|
* @arg @ref LL_EXTI_LINE_12
|
||||||
|
* @arg @ref LL_EXTI_LINE_13
|
||||||
|
* @arg @ref LL_EXTI_LINE_14
|
||||||
|
* @arg @ref LL_EXTI_LINE_15
|
||||||
|
* @arg @ref LL_EXTI_LINE_16
|
||||||
|
* @arg @ref LL_EXTI_LINE_17
|
||||||
|
* @arg @ref LL_EXTI_LINE_18
|
||||||
|
* @note Please check each device line mapping for EXTI Line availability
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_EXTI_GenerateSWI(uint32_t ExtiLine)
|
||||||
|
{
|
||||||
|
SET_BIT(EXTI->SWIER, ExtiLine);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup EXTI_LL_EF_Flag_Management Flag_Management
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if the ExtLine Flag is set or not for Lines
|
||||||
|
* @param ExtiLine This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_EXTI_LINE_0
|
||||||
|
* @arg @ref LL_EXTI_LINE_1
|
||||||
|
* @arg @ref LL_EXTI_LINE_2
|
||||||
|
* @arg @ref LL_EXTI_LINE_3
|
||||||
|
* @arg @ref LL_EXTI_LINE_4
|
||||||
|
* @arg @ref LL_EXTI_LINE_5
|
||||||
|
* @arg @ref LL_EXTI_LINE_6
|
||||||
|
* @arg @ref LL_EXTI_LINE_7
|
||||||
|
* @arg @ref LL_EXTI_LINE_8
|
||||||
|
* @arg @ref LL_EXTI_LINE_9
|
||||||
|
* @arg @ref LL_EXTI_LINE_10
|
||||||
|
* @arg @ref LL_EXTI_LINE_11
|
||||||
|
* @arg @ref LL_EXTI_LINE_12
|
||||||
|
* @arg @ref LL_EXTI_LINE_13
|
||||||
|
* @arg @ref LL_EXTI_LINE_14
|
||||||
|
* @arg @ref LL_EXTI_LINE_15
|
||||||
|
* @arg @ref LL_EXTI_LINE_16
|
||||||
|
* @arg @ref LL_EXTI_LINE_17
|
||||||
|
* @arg @ref LL_EXTI_LINE_18
|
||||||
|
* @note Please check each device line mapping for EXTI Line availability
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_EXTI_IsActiveFlag(uint32_t ExtiLine)
|
||||||
|
{
|
||||||
|
return (READ_BIT(EXTI->PR, ExtiLine) == (ExtiLine));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Read ExtLine Combination Flag for Lines
|
||||||
|
* @param ExtiLine This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_EXTI_LINE_0
|
||||||
|
* @arg @ref LL_EXTI_LINE_1
|
||||||
|
* @arg @ref LL_EXTI_LINE_2
|
||||||
|
* @arg @ref LL_EXTI_LINE_3
|
||||||
|
* @arg @ref LL_EXTI_LINE_4
|
||||||
|
* @arg @ref LL_EXTI_LINE_5
|
||||||
|
* @arg @ref LL_EXTI_LINE_6
|
||||||
|
* @arg @ref LL_EXTI_LINE_7
|
||||||
|
* @arg @ref LL_EXTI_LINE_8
|
||||||
|
* @arg @ref LL_EXTI_LINE_9
|
||||||
|
* @arg @ref LL_EXTI_LINE_10
|
||||||
|
* @arg @ref LL_EXTI_LINE_11
|
||||||
|
* @arg @ref LL_EXTI_LINE_12
|
||||||
|
* @arg @ref LL_EXTI_LINE_13
|
||||||
|
* @arg @ref LL_EXTI_LINE_14
|
||||||
|
* @arg @ref LL_EXTI_LINE_15
|
||||||
|
* @arg @ref LL_EXTI_LINE_16
|
||||||
|
* @arg @ref LL_EXTI_LINE_17
|
||||||
|
* @arg @ref LL_EXTI_LINE_18
|
||||||
|
* @note Please check each device line mapping for EXTI Line availability
|
||||||
|
* @retval @note This bit is set when the selected edge event arrives on the interrupt
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_EXTI_ReadFlag(uint32_t ExtiLine)
|
||||||
|
{
|
||||||
|
return (READ_BIT(EXTI->PR, ExtiLine));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Clear ExtLine Flags for Lines
|
||||||
|
* @param ExtiLine This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_EXTI_LINE_0
|
||||||
|
* @arg @ref LL_EXTI_LINE_1
|
||||||
|
* @arg @ref LL_EXTI_LINE_2
|
||||||
|
* @arg @ref LL_EXTI_LINE_3
|
||||||
|
* @arg @ref LL_EXTI_LINE_4
|
||||||
|
* @arg @ref LL_EXTI_LINE_5
|
||||||
|
* @arg @ref LL_EXTI_LINE_6
|
||||||
|
* @arg @ref LL_EXTI_LINE_7
|
||||||
|
* @arg @ref LL_EXTI_LINE_8
|
||||||
|
* @arg @ref LL_EXTI_LINE_9
|
||||||
|
* @arg @ref LL_EXTI_LINE_10
|
||||||
|
* @arg @ref LL_EXTI_LINE_11
|
||||||
|
* @arg @ref LL_EXTI_LINE_12
|
||||||
|
* @arg @ref LL_EXTI_LINE_13
|
||||||
|
* @arg @ref LL_EXTI_LINE_14
|
||||||
|
* @arg @ref LL_EXTI_LINE_15
|
||||||
|
* @arg @ref LL_EXTI_LINE_16
|
||||||
|
* @arg @ref LL_EXTI_LINE_17
|
||||||
|
* @arg @ref LL_EXTI_LINE_18
|
||||||
|
* @note Please check each device line mapping for EXTI Line availability
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_EXTI_ClearFlag(uint32_t ExtiLine)
|
||||||
|
{
|
||||||
|
WRITE_REG(EXTI->PR, ExtiLine);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Configure source input for the EXTI external interrupt.
|
||||||
|
* @param Port This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_PORTA
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_PORTB
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_PORTF
|
||||||
|
* @param Line This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_LINE0
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_LINE1
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_LINE2
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_LINE3
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_LINE4
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_LINE5
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_LINE6
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_LINE7
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_LINE8
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_EXTI_SetEXTISource(uint32_t Port, uint32_t Line)
|
||||||
|
{
|
||||||
|
uint32_t mask = (Line >> LL_EXTI_REGISTER_PINMASK_SHFT) & 0xFF;
|
||||||
|
uint32_t pos = (Line >> LL_EXTI_REGISTER_PINPOS_SHFT) & 0xFF;
|
||||||
|
MODIFY_REG(EXTI->EXTICR[Line & 0x03u], (mask << pos), (Port << pos));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the configured defined for specific EXTI Line
|
||||||
|
* @param Line This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_LINE0
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_LINE1
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_LINE2
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_LINE3
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_LINE4
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_LINE5
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_LINE6
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_LINE7
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_LINE8
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_PORTA
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_PORTB
|
||||||
|
* @arg @ref LL_EXTI_CONFIG_PORTF
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_EXTI_GetEXTISource(uint32_t Line)
|
||||||
|
{
|
||||||
|
uint32_t mask = (Line >> LL_EXTI_REGISTER_PINMASK_SHFT) & 0xFF;
|
||||||
|
uint32_t pos = (Line >> LL_EXTI_REGISTER_PINPOS_SHFT) & 0xFF;
|
||||||
|
return (READ_BIT(EXTI->EXTICR[Line & 0x03u], (mask << pos)) >> pos);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
/** @defgroup EXTI_LL_EF_Config EF configuration functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
/** @defgroup EXTI_LL_EF_Init Initialization and de-initialization functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
uint32_t LL_EXTI_Init(LL_EXTI_InitTypeDef *EXTI_InitStruct);
|
||||||
|
uint32_t LL_EXTI_DeInit(void);
|
||||||
|
void LL_EXTI_StructInit(LL_EXTI_InitTypeDef *EXTI_InitStruct);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* EXTI */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* PY32F0XX_LL_EXTI_H */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
|
@ -0,0 +1,667 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_hal_flash.h
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief Header file of FLASH HAL module.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
||||||
|
#ifndef __PY32F0xx_LL_FLASH_H
|
||||||
|
#define __PY32F0xx_LL_FLASH_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx.h"
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup FLASH
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported types ------------------------------------------------------------*/
|
||||||
|
/** @defgroup FLASH_Exported_Types FLASH Exported Types
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief LL Lock structures definition
|
||||||
|
*/
|
||||||
|
typedef enum
|
||||||
|
{
|
||||||
|
LL_UNLOCKED = 0x00U,
|
||||||
|
LL_LOCKED = 0x01U
|
||||||
|
} LL_LockTypeDef;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief FLASH Erase structure definition
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
uint32_t TypeErase; /*!< Mass erase or page erase.
|
||||||
|
This parameter can be a value of @ref FLASH_Type_Erase */
|
||||||
|
uint32_t PageAddress; /*!< PageAdress: Initial FLASH page address to erase when mass erase and sector erase is disabled
|
||||||
|
This parameter must be a number between Min_Data = FLASH_BASE and Max_Data = FLASH_END */
|
||||||
|
uint32_t NbPages; /*!< Number of pages to be erased.
|
||||||
|
This parameter must be a value between 1 and (FLASH_PAGE_NB - value of initial page)*/
|
||||||
|
uint32_t SectorAddress; /*!< PageAdress: Initial FLASH page address to erase when mass erase and page erase is disabled
|
||||||
|
This parameter must be a number between Min_Data = FLASH_BASE and Max_Data = FLASH_BANK1_END */
|
||||||
|
uint32_t NbSectors; /*!< Number of sectors to be erased.
|
||||||
|
This parameter must be a value between 1 and (FLASH_SECTOR_NB - value of initial sector)*/
|
||||||
|
|
||||||
|
} FLASH_EraseInitTypeDef;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief FLASH Option Bytes PROGRAM structure definition
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
uint32_t OptionType; /*!< OptionType: Option byte to be configured.
|
||||||
|
This parameter can be a value of @ref FLASH_Option_Type */
|
||||||
|
|
||||||
|
uint32_t WRPSector; /*!< WRPSector: This bitfield specifies the sector (s) which are write protected.
|
||||||
|
This parameter can be a combination of @ref FLASH_Option_Bytes_Write_Protection */
|
||||||
|
|
||||||
|
uint32_t SDKStartAddr; /*!< SDK Start address (used for FLASH_SDKR). It represents first address of start block
|
||||||
|
to protect. Make sure this parameter is multiple of SDK granularity: 2048 Bytes.*/
|
||||||
|
|
||||||
|
uint32_t SDKEndAddr; /*!< SDK End address (used for FLASH_SDKR). It represents first address of end block
|
||||||
|
to protect. Make sure this parameter is multiple of SDK granularity: 2048 Bytes.*/
|
||||||
|
|
||||||
|
uint32_t RDPLevel; /*!< RDPLevel: Set the read protection level.
|
||||||
|
This parameter can be a value of @ref FLASH_OB_Read_Protection */
|
||||||
|
|
||||||
|
uint32_t USERType; /*!< User option byte(s) to be configured (used for OPTIONBYTE_USER).
|
||||||
|
This parameter can be a combination of @ref FLASH_OB_USER_Type */
|
||||||
|
|
||||||
|
uint32_t USERConfig; /*!< Value of the user option byte (used for OPTIONBYTE_USER).
|
||||||
|
This parameter can be a combination of
|
||||||
|
@ref FLASH_OB_USER_BOR_ENABLE,
|
||||||
|
@ref FLASH_OB_USER_BOR_LEVEL,
|
||||||
|
@ref FLASH_OB_USER_RESET_CONFIG,
|
||||||
|
@ref FLASH_OB_USER_IWDG_SW,
|
||||||
|
@ref FLASH_OB_USER_WWDG_SW,
|
||||||
|
@ref FLASH_OB_USER_nBOOT1 */
|
||||||
|
} FLASH_OBProgramInitTypeDef;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief FLASH handle Structure definition
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
LL_LockTypeDef Lock; /* FLASH locking object */
|
||||||
|
uint32_t ErrorCode; /* FLASH error code */
|
||||||
|
uint32_t ProcedureOnGoing; /* Internal variable to indicate which procedure is ongoing or not in IT context */
|
||||||
|
uint32_t Address; /* Internal variable to save address selected for program in IT context */
|
||||||
|
uint32_t PageOrSector; /* Internal variable to define the current page or sector which is erasing in IT context */
|
||||||
|
uint32_t NbPagesSectorsToErase; /* Internal variable to save the remaining pages to erase in IT context */
|
||||||
|
} FLASH_ProcessTypeDef;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported constants --------------------------------------------------------*/
|
||||||
|
/** @defgroup FLASH_Exported_Constants FLASH Exported Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup FLASH_Latency FLASH Latency
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define FLASH_LATENCY_0 0x00000000UL /*!< FLASH Zero wait state */
|
||||||
|
#define FLASH_LATENCY_1 FLASH_ACR_LATENCY /*!< FLASH One wait state */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup FLASH_Type_Erase FLASH erase type
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define FLASH_TYPEERASE_MASSERASE (0x01U) /*!<Flash mass erase activation*/
|
||||||
|
#define FLASH_TYPEERASE_PAGEERASE (0x02U) /*!<Flash Pages erase activation*/
|
||||||
|
#define FLASH_TYPEERASE_SECTORERASE (0x03U)
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup FLASH_Flags FLASH Flags Definition
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define FLASH_FLAG_BSY FLASH_SR_BSY /*!< FLASH Operation Busy flag */
|
||||||
|
#define FLASH_FLAG_OPTVERR FLASH_SR_OPTVERR /*!< FLASH Option validity error flag */
|
||||||
|
#define FLASH_FLAG_WRPERR FLASH_SR_WRPERR /*!< FLASH Write protection error flag */
|
||||||
|
#define FLASH_FLAG_EOP FLASH_SR_EOP /*!< FLASH End of operation flag */
|
||||||
|
|
||||||
|
#define FLASH_FLAG_ALL_ERRORS (FLASH_FLAG_WRPERR | FLASH_FLAG_OPTVERR)
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup FLASH_Interrupt_definition FLASH Interrupts Definition
|
||||||
|
* @brief FLASH Interrupt definition
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define FLASH_IT_EOP FLASH_CR_EOPIE /*!< End of FLASH Operation Interrupt source */
|
||||||
|
#define FLASH_IT_OPERR FLASH_CR_ERRIE /*!< Error Interrupt source */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup FLASH_Error FLASH Error
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_FLASH_ERROR_NONE 0x00000000U
|
||||||
|
#define LL_FLASH_ERROR_WRP FLASH_FLAG_WRPERR
|
||||||
|
#define LL_FLASH_ERROR_OPTV FLASH_FLAG_OPTVERR
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup FLASH_PROGRAM_ERASE_CLOCK FLASH Program and Erase Clock
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define FLASH_PROGRAM_ERASE_CLOCK_4MHZ 0x00000000U /*!< 4MHz */
|
||||||
|
#define FLASH_PROGRAM_ERASE_CLOCK_8MHZ 0x00000001U /*!< 8MHz */
|
||||||
|
#define FLASH_PROGRAM_ERASE_CLOCK_16MHZ 0x00000002U /*!< 16MHz */
|
||||||
|
#define FLASH_PROGRAM_ERASE_CLOCK_22p12MHZ 0x00000003U /*!< 22.12MHz */
|
||||||
|
#define FLASH_PROGRAM_ERASE_CLOCK_24MHZ 0x00000004U /*!< 24MHz */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/** @defgroup FLASH_Option_Bytes_Write_Protection FLASH Option Bytes Write Protection
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define OB_WRP_SECTOR_0 ((uint32_t)0x00000001U) /* Write protection of Sector0 */
|
||||||
|
#define OB_WRP_SECTOR_1 ((uint32_t)0x00000002U) /* Write protection of Sector1 */
|
||||||
|
#define OB_WRP_SECTOR_2 ((uint32_t)0x00000004U) /* Write protection of Sector2 */
|
||||||
|
#define OB_WRP_SECTOR_3 ((uint32_t)0x00000008U) /* Write protection of Sector3 */
|
||||||
|
#define OB_WRP_SECTOR_4 ((uint32_t)0x00000010U) /* Write protection of Sector4 */
|
||||||
|
#define OB_WRP_SECTOR_5 ((uint32_t)0x00000020U) /* Write protection of Sector5 */
|
||||||
|
#define OB_WRP_SECTOR_6 ((uint32_t)0x00000040U) /* Write protection of Sector6 */
|
||||||
|
#define OB_WRP_SECTOR_7 ((uint32_t)0x00000080U) /* Write protection of Sector7 */
|
||||||
|
#define OB_WRP_SECTOR_8 ((uint32_t)0x00000100U) /* Write protection of Sector8 */
|
||||||
|
#define OB_WRP_SECTOR_9 ((uint32_t)0x00000200U) /* Write protection of Sector9 */
|
||||||
|
#define OB_WRP_SECTOR_10 ((uint32_t)0x00000400U) /* Write protection of Sector10 */
|
||||||
|
#define OB_WRP_SECTOR_11 ((uint32_t)0x00000800U) /* Write protection of Sector11 */
|
||||||
|
#define OB_WRP_SECTOR_12 ((uint32_t)0x00001000U) /* Write protection of Sector12 */
|
||||||
|
#define OB_WRP_SECTOR_13 ((uint32_t)0x00002000U) /* Write protection of Sector13 */
|
||||||
|
#define OB_WRP_SECTOR_14 ((uint32_t)0x00004000U) /* Write protection of Sector14 */
|
||||||
|
#define OB_WRP_SECTOR_15 ((uint32_t)0x00008000U) /* Write protection of Sector15 */
|
||||||
|
|
||||||
|
#define OB_WRP_Pages0to31 ((uint32_t)0x00000001U) /* Write protection from page0 to page31 */
|
||||||
|
#define OB_WRP_Pages32to63 ((uint32_t)0x00000002U) /* Write protection from page32 to page63 */
|
||||||
|
#define OB_WRP_Pages64to95 ((uint32_t)0x00000004U) /* Write protection from page64 to page95 */
|
||||||
|
#define OB_WRP_Pages96to127 ((uint32_t)0x00000008U) /* Write protection from page96 to page127 */
|
||||||
|
#define OB_WRP_Pages128to159 ((uint32_t)0x00000010U) /* Write protection from page128 to page159 */
|
||||||
|
#define OB_WRP_Pages160to191 ((uint32_t)0x00000020U) /* Write protection from page160 to page191 */
|
||||||
|
#define OB_WRP_Pages192to223 ((uint32_t)0x00000040U) /* Write protection from page192 to page223 */
|
||||||
|
#define OB_WRP_Pages224to255 ((uint32_t)0x00000080U) /* Write protection from page224 to page255 */
|
||||||
|
#define OB_WRP_Pages256to287 ((uint32_t)0x00000100U) /* Write protection from page256 to page287 */
|
||||||
|
#define OB_WRP_Pages288to319 ((uint32_t)0x00000200U) /* Write protection from page288 to page319 */
|
||||||
|
#define OB_WRP_Pages320to351 ((uint32_t)0x00000400U) /* Write protection from page320 to page351 */
|
||||||
|
#define OB_WRP_Pages352to383 ((uint32_t)0x00000800U) /* Write protection from page352 to page383 */
|
||||||
|
#define OB_WRP_Pages384to415 ((uint32_t)0x00001000U) /* Write protection from page384 to page415 */
|
||||||
|
#define OB_WRP_Pages416to447 ((uint32_t)0x00002000U) /* Write protection from page416 to page447 */
|
||||||
|
#define OB_WRP_Pages448to479 ((uint32_t)0x00004000U) /* Write protection from page448 to page479 */
|
||||||
|
#define OB_WRP_Pages480to511 ((uint32_t)0x00008000U) /* Write protection from page480 to page511 */
|
||||||
|
|
||||||
|
#define OB_WRP_AllPages ((uint32_t)0x0000FFFFU) /*!< Write protection of all Sectors */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup FLASH_OB_Read_Protection FLASH Option Bytes Read Protection
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define OB_RDP_LEVEL_0 ((uint8_t)0xAAU)
|
||||||
|
#define OB_RDP_LEVEL_1 ((uint8_t)0x55U)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup FLASH_OB_USER_Type FLASH User Option Type
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define OB_USER_BOR_EN FLASH_OPTR_BOR_EN
|
||||||
|
#define OB_USER_BOR_LEV FLASH_OPTR_BOR_LEV
|
||||||
|
#define OB_USER_IWDG_SW FLASH_OPTR_IWDG_SW
|
||||||
|
#if defined(FLASH_OPTR_WWDG_SW)
|
||||||
|
#define OB_USER_WWDG_SW FLASH_OPTR_WWDG_SW
|
||||||
|
#endif
|
||||||
|
#define OB_USER_NRST_MODE FLASH_OPTR_NRST_MODE
|
||||||
|
#define OB_USER_nBOOT1 FLASH_OPTR_nBOOT1
|
||||||
|
#if defined(FLASH_OPTR_WWDG_SW)
|
||||||
|
#define OB_USER_ALL (OB_USER_BOR_EN | OB_USER_BOR_LEV | OB_USER_IWDG_SW | \
|
||||||
|
OB_USER_WWDG_SW | OB_USER_NRST_MODE | OB_USER_nBOOT1)
|
||||||
|
#else
|
||||||
|
#define OB_USER_ALL (OB_USER_BOR_EN | OB_USER_BOR_LEV | OB_USER_IWDG_SW | \
|
||||||
|
OB_USER_NRST_MODE | OB_USER_nBOOT1)
|
||||||
|
#endif
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup FLASH_Type_Program FLASH type program
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define FLASH_TYPEPROGRAM_PAGE (0x01U) /*!<Program 128bytes at a specified address.*/
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup FLASH_OB_USER_BOR_ENABLE FLASH Option Bytes BOR Level
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define OB_BOR_DISABLE 0x00000000U /*!< BOR Reset set to default */
|
||||||
|
#define OB_BOR_ENABLE FLASH_OPTR_BOR_EN /*!< Use option byte to define BOR thresholds */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup FLASH_OB_USER_BOR_LEVEL FLASH Option Bytes BOR Level
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define OB_BOR_LEVEL_1p7_1p8 ((uint32_t)0x0000U) /*!< BOR Reset threshold levels for 1.7V - 1.8V VDD power supply */
|
||||||
|
#define OB_BOR_LEVEL_1p9_2p0 ((uint32_t)FLASH_OPTR_BOR_LEV_0) /*!< BOR Reset threshold levels for 1.9V - 2.0V VDD power supply */
|
||||||
|
#define OB_BOR_LEVEL_2p1_2p2 ((uint32_t)FLASH_OPTR_BOR_LEV_1) /*!< BOR Reset threshold levels for 2.1V - 2.2V VDD power supply */
|
||||||
|
#define OB_BOR_LEVEL_2p3_2p4 ((uint32_t)(FLASH_OPTR_BOR_LEV_0 | FLASH_OPTR_BOR_LEV_1)) /*!< BOR Reset threshold levels for 2.3V - 2.4V VDD power supply */
|
||||||
|
#define OB_BOR_LEVEL_2p5_2p6 ((uint32_t)FLASH_OPTR_BOR_LEV_2) /*!< BOR Reset threshold levels for 2.5V - 2.6V VDD power supply */
|
||||||
|
#define OB_BOR_LEVEL_2p7_2p8 ((uint32_t)(FLASH_OPTR_BOR_LEV_0 | FLASH_OPTR_BOR_LEV_2)) /*!< BOR Reset threshold levels for 2.7V - 2.8V VDD power supply */
|
||||||
|
#define OB_BOR_LEVEL_2p9_3p0 ((uint32_t)(FLASH_OPTR_BOR_LEV_1 | FLASH_OPTR_BOR_LEV_2)) /*!< BOR Reset threshold levels for 2.9V - 3.0V VDD power supply */
|
||||||
|
#define OB_BOR_LEVEL_3p1_3p2 ((uint32_t)(FLASH_OPTR_BOR_LEV_0 | FLASH_OPTR_BOR_LEV_1 | FLASH_OPTR_BOR_LEV_2)) /*!< BOR Reset threshold levels for 3.1V - 3.2V VDD power supply */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup FLASH_Option_Type FLASH Option Type
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define OPTIONBYTE_WRP ((uint32_t)0x01U) /*!<WRP option byte configuration*/
|
||||||
|
#define OPTIONBYTE_SDK ((uint32_t)0x02U) /*!<SDK option byte configuration*/
|
||||||
|
#define OPTIONBYTE_RDP ((uint32_t)0x04U) /*!<RDP option byte configuration*/
|
||||||
|
#define OPTIONBYTE_USER ((uint32_t)0x08U) /*!<USER option byte configuration*/
|
||||||
|
#define OPTIONBYTE_ALL (OPTIONBYTE_WRP | \
|
||||||
|
OPTIONBYTE_SDK | \
|
||||||
|
OPTIONBYTE_RDP | \
|
||||||
|
OPTIONBYTE_USER)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup FLASH_WRP_State FLASH WRP State
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define OB_WRPSTATE_DISABLE ((uint32_t)0x00U) /*!<Disable the write protection of the desired sectors*/
|
||||||
|
#define OB_WRPSTATE_ENABLE ((uint32_t)0x01U) /*!<Enable the write protection of the desired sectors*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup FLASH_OB_USER_IWDG_SW FLASH Option Bytes IWatchdog
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define OB_IWDG_SW FLASH_OPTR_IWDG_SW /*!< Software IWDG selected */
|
||||||
|
#define OB_IWDG_HW 0x00000000U /*!< Hardware IWDG selected */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(FLASH_OPTR_WWDG_SW)
|
||||||
|
/** @defgroup FLASH_OB_USER_WWDG_SW FLASH Option Bytes WWatchdog
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define OB_WWDG_SW FLASH_OPTR_WWDG_SW /*!< Software WWDG selected */
|
||||||
|
#define OB_WWDG_HW 0x00000000U /*!< Hardware WWDG selected */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup FLASH_OB_USER_RESET_CONFIG FLASH Option Bytes User reset config bit
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define OB_RESET_MODE_RESET 0x00000000U /*!< Reset pin is in Reset input mode only */
|
||||||
|
#define OB_RESET_MODE_GPIO FLASH_OPTR_NRST_MODE /*!< Reset pin is in GPIO mode mode only */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup FLASH_OB_USER_nBOOT1 FLASH Option Bytes BOOT Bit1 Setup
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define OB_BOOT1_SRAM 0x00000000U /*!< BOOT Bit 1 Reset */
|
||||||
|
#define OB_BOOT1_SYSTEM FLASH_OPTR_nBOOT1 /*!< BOOT Bit 1 Set */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported macros -----------------------------------------------------------*/
|
||||||
|
/** @defgroup FLASH_Exported_Macros FLASH Exported Macros
|
||||||
|
* @brief macros to control FLASH features
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the FLASH Latency.
|
||||||
|
* @param __LATENCY__ FLASH Latency
|
||||||
|
* This parameter can be one of the following values :
|
||||||
|
*
|
||||||
|
* @arg @ref FLASH_ACR_LATENCY FLASH One wait state
|
||||||
|
*
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
#define __LL_FLASH_SET_LATENCY(__LATENCY__) MODIFY_REG(FLASH->ACR, FLASH_ACR_LATENCY, (__LATENCY__))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the FLASH Latency.
|
||||||
|
* @retval FLASH Latency
|
||||||
|
* Returned value can be one of the following values :
|
||||||
|
* @arg @ref FLASH_LATENCY_0 FLASH Zero wait state
|
||||||
|
* @arg @ref FLASH_LATENCY_1 FLASH One wait state
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
#define __LL_FLASH_GET_LATENCY() READ_BIT(FLASH->ACR, FLASH_ACR_LATENCY)
|
||||||
|
|
||||||
|
/** @defgroup FLASH_Interrupt FLASH Interrupts Macros
|
||||||
|
* @brief macros to handle FLASH interrupts
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable the specified FLASH interrupt.
|
||||||
|
* @param __INTERRUPT__ FLASH interrupt
|
||||||
|
* This parameter can be any combination of the following values:
|
||||||
|
* @arg @ref FLASH_IT_EOP End of FLASH Operation Interrupt
|
||||||
|
* @arg @ref FLASH_IT_OPERR Error Interrupt
|
||||||
|
* @note (*) availability depends on devices
|
||||||
|
* @retval none
|
||||||
|
*/
|
||||||
|
#define __LL_FLASH_ENABLE_IT(__INTERRUPT__) SET_BIT(FLASH->CR, (__INTERRUPT__))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable the specified FLASH interrupt.
|
||||||
|
* @param __INTERRUPT__ FLASH interrupt
|
||||||
|
* This parameter can be any combination of the following values:
|
||||||
|
* @arg @ref FLASH_IT_EOP End of FLASH Operation Interrupt
|
||||||
|
* @arg @ref FLASH_IT_OPERR Error Interrupt
|
||||||
|
* @note (*) availability depends on devices
|
||||||
|
* @retval none
|
||||||
|
*/
|
||||||
|
#define __LL_FLASH_DISABLE_IT(__INTERRUPT__) CLEAR_BIT(FLASH->CR, (__INTERRUPT__))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check whether the specified FLASH flag is set or not.
|
||||||
|
* @param __FLAG__ specifies the FLASH flag to check.
|
||||||
|
* This parameter can be one of the following values:
|
||||||
|
* @arg @ref FLASH_FLAG_EOP FLASH End of Operation flag
|
||||||
|
* @arg @ref FLASH_FLAG_WRPERR FLASH Write protection error flag
|
||||||
|
* @arg @ref FLASH_FLAG_OPTVERR FLASH Option validity error flag
|
||||||
|
* @arg @ref FLASH_FLAG_BSY FLASH write/erase operations in progress flag
|
||||||
|
* @arg @ref FLASH_FLAG_ALL_ERRORS FLASH All errors flags
|
||||||
|
* @note (*) availability depends on devices
|
||||||
|
* @retval The new state of FLASH_FLAG (SET or RESET).
|
||||||
|
*/
|
||||||
|
#define __LL_FLASH_GET_FLAG(__FLAG__) (READ_BIT(FLASH->SR, (__FLAG__)) == (__FLAG__))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Clear the FLASHs pending flags.
|
||||||
|
* @param __FLAG__ specifies the FLASH flags to clear.
|
||||||
|
* This parameter can be any combination of the following values:
|
||||||
|
* @arg @ref FLASH_FLAG_EOP FLASH End of Operation flag
|
||||||
|
* @arg @ref FLASH_FLAG_WRPERR FLASH Write protection error flag
|
||||||
|
* @arg @ref FLASH_FLAG_OPTVERR FLASH Option validity error flag
|
||||||
|
* @arg @ref FLASH_FLAG_ALL_ERRORS FLASH All errors flags
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
#define __LL_FLASH_CLEAR_FLAG(__FLAG__) do { WRITE_REG(FLASH->SR, (__FLAG__)); \
|
||||||
|
} while(0U)
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define __LL_FLASH_TIME_REG_SET(__EPPARA0__,__EPPARA1__,__EPPARA2__,__EPPARA3__,__EPPARA4__) \
|
||||||
|
do { \
|
||||||
|
FLASH->TS0 = (__EPPARA0__)&0xFF; \
|
||||||
|
FLASH->TS1 = ((__EPPARA0__)>>16)&0x1FF; \
|
||||||
|
FLASH->TS3 = ((__EPPARA0__)>>8)&0xFF; \
|
||||||
|
FLASH->TS2P = (__EPPARA1__)&0xFF; \
|
||||||
|
FLASH->TPS3 = ((__EPPARA1__)>>16)&0x7FF; \
|
||||||
|
FLASH->PERTPE = (__EPPARA2__)&0x1FFFF; \
|
||||||
|
FLASH->SMERTPE = (__EPPARA3__)&0x1FFFF; \
|
||||||
|
FLASH->PRGTPE = (__EPPARA4__)&0xFFFF; \
|
||||||
|
FLASH->PRETPE = ((__EPPARA4__)>>16)&0x3FFF; \
|
||||||
|
} while(0U)
|
||||||
|
|
||||||
|
#define __LL_FLASH_IS_INVALID_TIMMING_SEQUENCE(_INDEX_) (((FLASH->TS0) != ((*(uint32_t *)(_FlashTimmingParam[_INDEX_]))&0xFF)) || \
|
||||||
|
((FLASH->TS1) != (((*(uint32_t *)(_FlashTimmingParam[_INDEX_]))>>16)&0x1FF)) || \
|
||||||
|
((FLASH->TS3) != (((*(uint32_t *)(_FlashTimmingParam[_INDEX_]))>>8)&0xFF)) || \
|
||||||
|
((FLASH->TS2P) != ((*(uint32_t *)(_FlashTimmingParam[_INDEX_]+4))&0xFF)) || \
|
||||||
|
((FLASH->TPS3) != (((*(uint32_t *)(_FlashTimmingParam[_INDEX_]+4))>>16)&0x7FF)) || \
|
||||||
|
((FLASH->PERTPE) != ((*(uint32_t *)(_FlashTimmingParam[_INDEX_]+8))&0x1FFFF)) || \
|
||||||
|
((FLASH->SMERTPE) != ((*(uint32_t *)(_FlashTimmingParam[_INDEX_]+12))&0x1FFFF)) || \
|
||||||
|
((FLASH->PRGTPE) != ((*(uint32_t *)(_FlashTimmingParam[_INDEX_]+16))&0xFFFF)) || \
|
||||||
|
((FLASH->PRETPE) != (((*(uint32_t *)(_FlashTimmingParam[_INDEX_]+16))>>16)&0x3FFF)))
|
||||||
|
|
||||||
|
#define __LL_FLASH_TIMMING_SEQUENCE_CONFIG() do{ \
|
||||||
|
uint32_t tmpreg = (RCC->ICSCR & RCC_ICSCR_HSI_FS) >> RCC_ICSCR_HSI_FS_Pos; \
|
||||||
|
if (__LL_FLASH_IS_INVALID_TIMMING_SEQUENCE(tmpreg)) \
|
||||||
|
{ \
|
||||||
|
__LL_FLASH_TIME_REG_SET((*(uint32_t *)(_FlashTimmingParam[tmpreg])), \
|
||||||
|
(*(uint32_t *)(_FlashTimmingParam[tmpreg]+4)), \
|
||||||
|
(*(uint32_t *)(_FlashTimmingParam[tmpreg]+8)), \
|
||||||
|
(*(uint32_t *)(_FlashTimmingParam[tmpreg]+12)), \
|
||||||
|
(*(uint32_t *)(_FlashTimmingParam[tmpreg]+16))); \
|
||||||
|
} \
|
||||||
|
}while(0U)
|
||||||
|
|
||||||
|
/* Include FLASH HAL Extended module */
|
||||||
|
/* Exported variables --------------------------------------------------------*/
|
||||||
|
/** @defgroup FLASH_Exported_Variables FLASH Exported Variables
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
extern FLASH_ProcessTypeDef pFlash;
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @addtogroup FLASH_Exported_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Program operation functions ***********************************************/
|
||||||
|
/** @addtogroup FLASH_Exported_Functions_Group1
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_FLASH_Program(uint32_t TypeProgram, uint32_t Address, uint32_t *DataAddr );
|
||||||
|
ErrorStatus LL_FLASH_Program_IT(uint32_t TypeProgram, uint32_t Address, uint32_t *DataAddr);
|
||||||
|
ErrorStatus LL_FLASH_PageProgram(uint32_t Address, uint32_t *DataAddr );
|
||||||
|
ErrorStatus LL_FLASH_PageProgram_IT(uint32_t Address, uint32_t *DataAddr);
|
||||||
|
/* FLASH IRQ handler method */
|
||||||
|
void LL_FLASH_IRQHandler(void);
|
||||||
|
/* Callbacks in non blocking modes */
|
||||||
|
void LL_FLASH_EndOfOperationCallback(uint32_t ReturnValue);
|
||||||
|
void LL_FLASH_OperationErrorCallback(uint32_t ReturnValue);
|
||||||
|
ErrorStatus LL_FLASH_Erase(FLASH_EraseInitTypeDef *pEraseInit, uint32_t *PageError);
|
||||||
|
ErrorStatus LL_FLASH_Erase_IT(FLASH_EraseInitTypeDef *pEraseInit);
|
||||||
|
|
||||||
|
#define LL_FLASHEx_Erase LL_FLASH_Erase
|
||||||
|
#define LL_FLASHEx_Erase_IT LL_FLASH_Erase_IT
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Peripheral Control functions **********************************************/
|
||||||
|
/** @addtogroup FLASH_Exported_Functions_Group2
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_FLASH_Unlock(void);
|
||||||
|
ErrorStatus LL_FLASH_Lock(void);
|
||||||
|
/* Option bytes control */
|
||||||
|
ErrorStatus LL_FLASH_OB_Unlock(void);
|
||||||
|
ErrorStatus LL_FLASH_OB_Lock(void);
|
||||||
|
ErrorStatus LL_FLASH_OB_Launch(void);
|
||||||
|
ErrorStatus LL_FLASH_OBProgram(FLASH_OBProgramInitTypeDef *pOBInit);
|
||||||
|
void LL_FLASH_OBGetConfig(FLASH_OBProgramInitTypeDef *pOBInit);
|
||||||
|
ErrorStatus LL_FLASH_OB_RDP_LevelConfig(uint8_t ReadProtectLevel);
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Peripheral State functions ************************************************/
|
||||||
|
/** @addtogroup FLASH_Exported_Functions_Group3
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
uint32_t LL_FLASH_GetError(void);
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types --------------------------------------------------------*/
|
||||||
|
/** @defgroup FLASH_Private_types FLASH Private Types
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
ErrorStatus FLASH_WaitForLastOperation(uint32_t Timeout);
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private constants --------------------------------------------------------*/
|
||||||
|
/** @defgroup FLASH_Private_Constants FLASH Private Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define FLASH_TIMEOUT_VALUE 1000U /*!< FLASH Execution Timeout, 1 s */
|
||||||
|
|
||||||
|
#define FLASH_TYPENONE 0x00000000U /*!< No Programmation Procedure On Going */
|
||||||
|
|
||||||
|
#define FLASH_FLAG_SR_ERROR (FLASH_FLAG_OPTVERR | FLASH_FLAG_WRPERR) /*!< All SR error flags */
|
||||||
|
|
||||||
|
#define FLASH_FLAG_SR_CLEAR (FLASH_FLAG_SR_ERROR | FLASH_SR_EOP)
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
/** @defgroup FLASH_Private_Macros FLASH Private Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define IS_FLASH_MAIN_MEM_ADDRESS(__ADDRESS__) (((__ADDRESS__) >= (FLASH_BASE)) && ((__ADDRESS__) <= (FLASH_BASE + FLASH_SIZE - 1UL)))
|
||||||
|
|
||||||
|
#define IS_FLASH_PROGRAM_MAIN_MEM_ADDRESS(__ADDRESS__) (((__ADDRESS__) >= (FLASH_BASE)) && ((__ADDRESS__) <= (FLASH_BASE + FLASH_SIZE - 8UL)))
|
||||||
|
|
||||||
|
#define IS_FLASH_PROGRAM_ADDRESS(__ADDRESS__) (IS_FLASH_PROGRAM_MAIN_MEM_ADDRESS(__ADDRESS__))
|
||||||
|
|
||||||
|
#define IS_FLASH_NB_PAGES(__ADDRESS__, __VALUE__) (((__ADDRESS__) >= (FLASH_BASE)) && ((__ADDRESS__ + (__VALUE__*FLASH_PAGE_SIZE)) <= (FLASH_BASE + FLASH_SIZE - 1UL)))
|
||||||
|
|
||||||
|
#define IS_FLASH_NB_SECTORS(__ADDRESS__, __VALUE__) (((__ADDRESS__) >= (FLASH_BASE)) && ((__ADDRESS__ + (__VALUE__*FLASH_SECTOR_SIZE)) <= (FLASH_BASE + FLASH_SIZE - 1UL)))
|
||||||
|
|
||||||
|
#define IS_FLASH_FAST_PROGRAM_ADDRESS(__ADDRESS__) (((__ADDRESS__) >= (FLASH_BASE)) && ((__ADDRESS__) <= (FLASH_BASE + FLASH_SIZE - 256UL)))
|
||||||
|
|
||||||
|
#define IS_FLASH_PAGE(__PAGE__) ((__PAGE__) < FLASH_PAGE_NB)
|
||||||
|
|
||||||
|
#define IS_FLASH_BANK(__BANK__) ((__BANK__) == 0x00UL)
|
||||||
|
|
||||||
|
#define IS_FLASH_TYPEERASE(__VALUE__) (((__VALUE__) == FLASH_TYPEERASE_PAGEERASE) || \
|
||||||
|
((__VALUE__) == FLASH_TYPEERASE_SECTORERASE) || \
|
||||||
|
((__VALUE__) == FLASH_TYPEERASE_MASSERASE))
|
||||||
|
|
||||||
|
#define IS_FLASH_TYPEPROGRAM(__VALUE__) ((__VALUE__) == FLASH_TYPEPROGRAM_PAGE)
|
||||||
|
|
||||||
|
#define IS_FLASH_TIMECONFIG_CLOCK(__VALUE__) (((__VALUE__) == FLASH_PROGRAM_ERASE_CLOCK_4MHZ) || \
|
||||||
|
((__VALUE__) == FLASH_PROGRAM_ERASE_CLOCK_8MHZ) || \
|
||||||
|
((__VALUE__) == FLASH_PROGRAM_ERASE_CLOCK_16MHZ) || \
|
||||||
|
((__VALUE__) == FLASH_PROGRAM_ERASE_CLOCK_22p12MHZ) || \
|
||||||
|
((__VALUE__) == FLASH_PROGRAM_ERASE_CLOCK_24MHZ))
|
||||||
|
|
||||||
|
#define IS_OPTIONBYTE(__VALUE__) ((((__VALUE__) & OPTIONBYTE_ALL) != 0x00U) && \
|
||||||
|
(((__VALUE__) & ~OPTIONBYTE_ALL) == 0x00U))
|
||||||
|
|
||||||
|
#define IS_OB_RDP_LEVEL(__LEVEL__) (((__LEVEL__) == OB_RDP_LEVEL_0) ||\
|
||||||
|
((__LEVEL__) == OB_RDP_LEVEL_1))
|
||||||
|
|
||||||
|
#define IS_OB_USER_TYPE(__TYPE__) ((((__TYPE__) & OB_USER_ALL) != 0x00U) && \
|
||||||
|
(((__TYPE__) & ~OB_USER_ALL) == 0x00U))
|
||||||
|
|
||||||
|
#define IS_OB_USER_CONFIG(__TYPE__,__CONFIG__) ((~(__TYPE__) & (__CONFIG__)) == 0x00U)
|
||||||
|
|
||||||
|
#if defined(FLASH_PCROP_SUPPORT)
|
||||||
|
#define IS_OB_PCROP_CONFIG(__CONFIG__) (((__CONFIG__) & ~(OB_PCROP_ZONE_A | OB_PCROP_ZONE_B | OB_PCROP_RDP_ERASE)) == 0x00U)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(FLASH_SECURABLE_MEMORY_SUPPORT)
|
||||||
|
#define IS_OB_SEC_BOOT_LOCK(__VALUE__) (((__VALUE__) == OB_BOOT_ENTRY_FORCED_NONE) || ((__VALUE__) == OB_BOOT_ENTRY_FORCED_FLASH))
|
||||||
|
|
||||||
|
#define IS_OB_SEC_SIZE(__VALUE__) ((__VALUE__) < (FLASH_PAGE_NB + 1U))
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#define IS_FLASH_LATENCY(__LATENCY__) (((__LATENCY__) == FLASH_LATENCY_0) || \
|
||||||
|
((__LATENCY__) == FLASH_LATENCY_1))
|
||||||
|
|
||||||
|
#define IS_WRPSTATE(__VALUE__) (((__VALUE__) == OB_WRPSTATE_DISABLE) || \
|
||||||
|
((__VALUE__) == OB_WRPSTATE_ENABLE))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* __PY32F0xx_LL_FLASH_H */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,313 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_iwdg.h
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief Header file of IWDG LL module.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
||||||
|
#ifndef PY32F0XX_LL_IWDG_H
|
||||||
|
#define PY32F0XX_LL_IWDG_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx.h"
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0XX_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(IWDG)
|
||||||
|
|
||||||
|
/** @defgroup IWDG_LL IWDG
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/** @defgroup IWDG_LL_Private_Constants IWDG Private Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define LL_IWDG_KEY_RELOAD 0x0000AAAAU /*!< IWDG Reload Counter Enable */
|
||||||
|
#define LL_IWDG_KEY_ENABLE 0x0000CCCCU /*!< IWDG Peripheral Enable */
|
||||||
|
#define LL_IWDG_KEY_WR_ACCESS_ENABLE 0x00005555U /*!< IWDG KR Write Access Enable */
|
||||||
|
#define LL_IWDG_KEY_WR_ACCESS_DISABLE 0x00000000U /*!< IWDG KR Write Access Disable */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported types ------------------------------------------------------------*/
|
||||||
|
/* Exported constants --------------------------------------------------------*/
|
||||||
|
/** @defgroup IWDG_LL_Exported_Constants IWDG Exported Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup IWDG_LL_EC_GET_FLAG Get Flags Defines
|
||||||
|
* @brief Flags defines which can be used with LL_IWDG_ReadReg function
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_IWDG_SR_PVU IWDG_SR_PVU /*!< Watchdog prescaler value update */
|
||||||
|
#define LL_IWDG_SR_RVU IWDG_SR_RVU /*!< Watchdog counter reload value update */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup IWDG_LL_EC_PRESCALER Prescaler Divider
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_IWDG_PRESCALER_4 0x00000000U /*!< Divider by 4 */
|
||||||
|
#define LL_IWDG_PRESCALER_8 ( IWDG_PR_PR_0) /*!< Divider by 8 */
|
||||||
|
#define LL_IWDG_PRESCALER_16 ( IWDG_PR_PR_1 ) /*!< Divider by 16 */
|
||||||
|
#define LL_IWDG_PRESCALER_32 ( IWDG_PR_PR_1 | IWDG_PR_PR_0) /*!< Divider by 32 */
|
||||||
|
#define LL_IWDG_PRESCALER_64 (IWDG_PR_PR_2 ) /*!< Divider by 64 */
|
||||||
|
#define LL_IWDG_PRESCALER_128 (IWDG_PR_PR_2 | IWDG_PR_PR_0) /*!< Divider by 128 */
|
||||||
|
#define LL_IWDG_PRESCALER_256 (IWDG_PR_PR_2 | IWDG_PR_PR_1 ) /*!< Divider by 256 */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported macro ------------------------------------------------------------*/
|
||||||
|
/** @defgroup IWDG_LL_Exported_Macros IWDG Exported Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup IWDG_LL_EM_WRITE_READ Common Write and read registers Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Write a value in IWDG register
|
||||||
|
* @param __INSTANCE__ IWDG Instance
|
||||||
|
* @param __REG__ Register to be written
|
||||||
|
* @param __VALUE__ Value to be written in the register
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
#define LL_IWDG_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE__))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Read a value in IWDG register
|
||||||
|
* @param __INSTANCE__ IWDG Instance
|
||||||
|
* @param __REG__ Register to be read
|
||||||
|
* @retval Register value
|
||||||
|
*/
|
||||||
|
#define LL_IWDG_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__)
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @defgroup IWDG_LL_Exported_Functions IWDG Exported Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/** @defgroup IWDG_LL_EF_Configuration Configuration
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Start the Independent Watchdog
|
||||||
|
* @note Except if the hardware watchdog option is selected
|
||||||
|
* @rmtoll KR KEY LL_IWDG_Enable
|
||||||
|
* @param IWDGx IWDG Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_IWDG_Enable(IWDG_TypeDef *IWDGx)
|
||||||
|
{
|
||||||
|
WRITE_REG(IWDGx->KR, LL_IWDG_KEY_ENABLE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Reloads IWDG counter with value defined in the reload register
|
||||||
|
* @rmtoll KR KEY LL_IWDG_ReloadCounter
|
||||||
|
* @param IWDGx IWDG Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_IWDG_ReloadCounter(IWDG_TypeDef *IWDGx)
|
||||||
|
{
|
||||||
|
WRITE_REG(IWDGx->KR, LL_IWDG_KEY_RELOAD);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable write access to IWDG_PR, IWDG_RLR and IWDG_WINR registers
|
||||||
|
* @rmtoll KR KEY LL_IWDG_EnableWriteAccess
|
||||||
|
* @param IWDGx IWDG Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_IWDG_EnableWriteAccess(IWDG_TypeDef *IWDGx)
|
||||||
|
{
|
||||||
|
WRITE_REG(IWDGx->KR, LL_IWDG_KEY_WR_ACCESS_ENABLE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable write access to IWDG_PR, IWDG_RLR and IWDG_WINR registers
|
||||||
|
* @rmtoll KR KEY LL_IWDG_DisableWriteAccess
|
||||||
|
* @param IWDGx IWDG Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_IWDG_DisableWriteAccess(IWDG_TypeDef *IWDGx)
|
||||||
|
{
|
||||||
|
WRITE_REG(IWDGx->KR, LL_IWDG_KEY_WR_ACCESS_DISABLE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Select the prescaler of the IWDG
|
||||||
|
* @rmtoll PR PR LL_IWDG_SetPrescaler
|
||||||
|
* @param IWDGx IWDG Instance
|
||||||
|
* @param Prescaler This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_IWDG_PRESCALER_4
|
||||||
|
* @arg @ref LL_IWDG_PRESCALER_8
|
||||||
|
* @arg @ref LL_IWDG_PRESCALER_16
|
||||||
|
* @arg @ref LL_IWDG_PRESCALER_32
|
||||||
|
* @arg @ref LL_IWDG_PRESCALER_64
|
||||||
|
* @arg @ref LL_IWDG_PRESCALER_128
|
||||||
|
* @arg @ref LL_IWDG_PRESCALER_256
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_IWDG_SetPrescaler(IWDG_TypeDef *IWDGx, uint32_t Prescaler)
|
||||||
|
{
|
||||||
|
WRITE_REG(IWDGx->PR, IWDG_PR_PR & Prescaler);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the selected prescaler of the IWDG
|
||||||
|
* @rmtoll PR PR LL_IWDG_GetPrescaler
|
||||||
|
* @param IWDGx IWDG Instance
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_IWDG_PRESCALER_4
|
||||||
|
* @arg @ref LL_IWDG_PRESCALER_8
|
||||||
|
* @arg @ref LL_IWDG_PRESCALER_16
|
||||||
|
* @arg @ref LL_IWDG_PRESCALER_32
|
||||||
|
* @arg @ref LL_IWDG_PRESCALER_64
|
||||||
|
* @arg @ref LL_IWDG_PRESCALER_128
|
||||||
|
* @arg @ref LL_IWDG_PRESCALER_256
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_IWDG_GetPrescaler(IWDG_TypeDef *IWDGx)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_REG(IWDGx->PR));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Specify the IWDG down-counter reload value
|
||||||
|
* @rmtoll RLR RL LL_IWDG_SetReloadCounter
|
||||||
|
* @param IWDGx IWDG Instance
|
||||||
|
* @param Counter Value between Min_Data=0 and Max_Data=0x0FFF
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_IWDG_SetReloadCounter(IWDG_TypeDef *IWDGx, uint32_t Counter)
|
||||||
|
{
|
||||||
|
WRITE_REG(IWDGx->RLR, IWDG_RLR_RL & Counter);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the specified IWDG down-counter reload value
|
||||||
|
* @rmtoll RLR RL LL_IWDG_GetReloadCounter
|
||||||
|
* @param IWDGx IWDG Instance
|
||||||
|
* @retval Value between Min_Data=0 and Max_Data=0x0FFF
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_IWDG_GetReloadCounter(IWDG_TypeDef *IWDGx)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_REG(IWDGx->RLR));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup IWDG_LL_EF_FLAG_Management FLAG_Management
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if flag Prescaler Value Update is set or not
|
||||||
|
* @rmtoll SR PVU LL_IWDG_IsActiveFlag_PVU
|
||||||
|
* @param IWDGx IWDG Instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_IWDG_IsActiveFlag_PVU(IWDG_TypeDef *IWDGx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(IWDGx->SR, IWDG_SR_PVU) == (IWDG_SR_PVU));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if flag Reload Value Update is set or not
|
||||||
|
* @rmtoll SR RVU LL_IWDG_IsActiveFlag_RVU
|
||||||
|
* @param IWDGx IWDG Instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_IWDG_IsActiveFlag_RVU(IWDG_TypeDef *IWDGx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(IWDGx->SR, IWDG_SR_RVU) == (IWDG_SR_RVU));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if all flags Prescaler, Reload & Window Value Update are reset or not
|
||||||
|
* @rmtoll SR PVU LL_IWDG_IsReady\n
|
||||||
|
* SR RVU LL_IWDG_IsReady
|
||||||
|
* @param IWDGx IWDG Instance
|
||||||
|
* @retval State of bits (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_IWDG_IsReady(IWDG_TypeDef *IWDGx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(IWDGx->SR, IWDG_SR_PVU | IWDG_SR_RVU) == 0U);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* IWDG */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* PY32F0XX_LL_IWDG_H */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
|
@ -0,0 +1,475 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_led.h
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief Header file of LED LL module.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
||||||
|
#ifndef PY32F0XX_LL_LED_H
|
||||||
|
#define PY32F0XX_LL_LED_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx.h"
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0XX_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined (LED)
|
||||||
|
/** @defgroup LED_LL LED
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
/* Exported types ------------------------------------------------------------*/
|
||||||
|
/**
|
||||||
|
* @brief LED Init Structure definition
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
uint32_t ComDrive; /*!< Specifies the LED COM drive capability.
|
||||||
|
This parameter can be a value of @ref LED_LL_EC_ComDrive */
|
||||||
|
|
||||||
|
uint32_t Prescaler; /*!< Specifies the prescaler value used to divide the LED clock.
|
||||||
|
This parameter can be a number between Min_Data = 0x00(div1) and Max_Data = 0xFF(div256) */
|
||||||
|
|
||||||
|
uint32_t ComSelect; /*!< Specifies the number of COM open.
|
||||||
|
This parameter can be a value of @ref LED_LL_EC_ComSelct */
|
||||||
|
|
||||||
|
uint32_t LightTime; /*!< Specifies LED Lighting time.
|
||||||
|
This parameter can be a number between Min_Data = 1 and Max_Data = 0xFF */
|
||||||
|
|
||||||
|
uint32_t DeadTime; /*!< Specifies LED Dead time.
|
||||||
|
This parameter can be a number between Min_Data = 1 and Max_Data = 0xFF */
|
||||||
|
|
||||||
|
} LL_LED_InitTypeDef;
|
||||||
|
|
||||||
|
/* Exported constants --------------------------------------------------------*/
|
||||||
|
/** @defgroup LED_LL_EC_ComDrive ComDrive
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_LED_COMDRIVE_LOW 0x00000000U
|
||||||
|
#define LL_LED_COMDRIVE_HIGH LED_CR_EHS
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/** @defgroup LED_LL_EC_ComSelct the number of COM open
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_LED_COMSELECT_1COM 0x00000000U
|
||||||
|
#define LL_LED_COMSELECT_2COM LED_CR_LED_COM_SEL_0
|
||||||
|
#define LL_LED_COMSELECT_3COM LED_CR_LED_COM_SEL_1
|
||||||
|
#define LL_LED_COMSELECT_4COM (LED_CR_LED_COM_SEL_1 | LED_CR_LED_COM_SEL_0)
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup LED_LL_EC_DisplayValue LED display value
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_LED_DISP_NONE 0x00U
|
||||||
|
#define LL_LED_DISP_FULL 0xFFU
|
||||||
|
|
||||||
|
#define LL_LED_DISP_0 0x3FU
|
||||||
|
#define LL_LED_DISP_1 0x06U
|
||||||
|
#define LL_LED_DISP_2 0x5BU
|
||||||
|
#define LL_LED_DISP_3 0x4FU
|
||||||
|
#define LL_LED_DISP_4 0x66U
|
||||||
|
#define LL_LED_DISP_5 0x6DU
|
||||||
|
#define LL_LED_DISP_6 0x7DU
|
||||||
|
#define LL_LED_DISP_7 0x07U
|
||||||
|
#define LL_LED_DISP_8 0x7FU
|
||||||
|
#define LL_LED_DISP_9 0x6FU
|
||||||
|
#define LL_LED_DISP_A 0x77U
|
||||||
|
#define LL_LED_DISP_B 0x7CU
|
||||||
|
#define LL_LED_DISP_C 0x39U
|
||||||
|
#define LL_LED_DISP_D 0x5EU
|
||||||
|
#define LL_LED_DISP_E 0x79U
|
||||||
|
#define LL_LED_DISP_F 0x71U
|
||||||
|
#define LL_LED_DISP_H 0x76U
|
||||||
|
#define LL_LED_DISP_P 0x73U
|
||||||
|
#define LL_LED_DISP_U 0x3EU
|
||||||
|
#define LL_LED_DISP_DOT 0x80U
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup LED_LL_EC_ComDisplay LED COM Select
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_LED_COM0 0x00000000U
|
||||||
|
#define LL_LED_COM1 0x00000004U
|
||||||
|
#define LL_LED_COM2 0x00000008U
|
||||||
|
#define LL_LED_COM3 0x0000000CU
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup LED_LL_EC_DataReg Data Register Mask and position
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_LED_DR_DATA LED_DR0_DATA0
|
||||||
|
#define LL_LED_DR_DATA_Pos LED_DR0_DATA0_Pos
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/**
|
||||||
|
* @brief Set the LED COM drive capability.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @param ComDrive This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_LED_COMDRIVE_LOW
|
||||||
|
* @arg @ref LL_LED_COMDRIVE_HIGH
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LED_SetComDrive(LED_TypeDef *LEDx, uint32_t ComDrive)
|
||||||
|
{
|
||||||
|
MODIFY_REG(LEDx->CR, LED_CR_EHS, ComDrive);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the LED COM drive capability.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_LED_COMDRIVE_LOW
|
||||||
|
* @arg @ref LL_LED_COMDRIVE_HIGH
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_LED_GetComDrive(LED_TypeDef *LEDx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(LEDx->CR, LED_CR_EHS));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable LED Interrupt.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LED_EnableIT(LED_TypeDef *LEDx)
|
||||||
|
{
|
||||||
|
SET_BIT(LEDx->CR, LED_CR_IE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable LED Interrupt.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LED_DisableIT(LED_TypeDef *LEDx)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(LEDx->CR, LED_CR_IE);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @brief Check if LED Interrupt is enabled
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_LED_IsEnabledIT(LED_TypeDef *LEDx)
|
||||||
|
{
|
||||||
|
return ((READ_BIT(LEDx->CR, LED_CR_IE) == (LED_CR_IE)) ? 1UL : 0UL);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set he number of COM open.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @param ComNum This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_LED_COMSELECT_1COM
|
||||||
|
* @arg @ref LL_LED_COMSELECT_2COM
|
||||||
|
* @arg @ref LL_LED_COMSELECT_3COM
|
||||||
|
* @arg @ref LL_LED_COMSELECT_4COM
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LED_SetComNum(LED_TypeDef *LEDx, uint32_t ComNum)
|
||||||
|
{
|
||||||
|
MODIFY_REG(LEDx->CR, LED_CR_LED_COM_SEL, ComNum);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the number of COM open.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_LED_COMSELECT_1COM
|
||||||
|
* @arg @ref LL_LED_COMSELECT_2COM
|
||||||
|
* @arg @ref LL_LED_COMSELECT_3COM
|
||||||
|
* @arg @ref LL_LED_COMSELECT_4COM
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_LED_GetComNum(LED_TypeDef *LEDx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(LEDx->CR, LED_CR_LED_COM_SEL));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable LED.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LED_Enable(LED_TypeDef *LEDx)
|
||||||
|
{
|
||||||
|
SET_BIT(LEDx->CR, LED_CR_LEDON);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable LED.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LED_Disable(LED_TypeDef *LEDx)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(LEDx->CR, LED_CR_LEDON);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Checks if LED is enabled
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_LED_IsEnabled(LED_TypeDef *LEDx)
|
||||||
|
{
|
||||||
|
return ((READ_BIT(LEDx->CR, LED_CR_LEDON) == (LED_CR_LEDON)) ? 1UL : 0UL);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the LED prescale Value.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @param Prescaler This parameter can be a number between Min_Data = 0x00(div1)
|
||||||
|
* and Max_Data = 0xFF(div256)
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LED_SetPrescaler(LED_TypeDef *LEDx, uint32_t Prescaler)
|
||||||
|
{
|
||||||
|
MODIFY_REG(LEDx->PR, LED_PR_PR, (Prescaler << LED_PR_PR_Pos));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Return LED Prescaler Value.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @retval Returned value can be a number between Min_Data = 0x00(div1)
|
||||||
|
* and Max_Data = 0xFF(div256)
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_LED_GetPrescaler(LED_TypeDef *LEDx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(LEDx->PR, LED_PR_PR) >> LED_PR_PR_Pos);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the LED Lighting and Dead time.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @param LightTime This parameter can be a number between Min_Data = 1 and
|
||||||
|
* Max_Data = 0xFF
|
||||||
|
* @param DeadTime This parameter can be a number between Min_Data = 1 and
|
||||||
|
* Max_Data = 0xFF
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LED_SetLightAndDeadTime(LED_TypeDef *LEDx,\
|
||||||
|
uint32_t LightTime, uint32_t DeadTime)
|
||||||
|
{
|
||||||
|
MODIFY_REG(LEDx->TR, (LED_TR_T1 | LED_TR_T2), ((LightTime << LED_TR_T1_Pos) |\
|
||||||
|
(DeadTime << LED_TR_T2_Pos)));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the LED Lighting time.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @param LightTime This parameter can be a number between Min_Data = 1 and
|
||||||
|
* Max_Data = 0xFF
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LED_SetLightTime(LED_TypeDef *LEDx, uint32_t LightTime)
|
||||||
|
{
|
||||||
|
MODIFY_REG(LEDx->TR, LED_TR_T1, (LightTime << LED_TR_T1_Pos));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the LED Dead time.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @param DeadTime This parameter can be a number between Min_Data = 1 and
|
||||||
|
* Max_Data = 0xFF
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LED_SetDeadTime(LED_TypeDef *LEDx, uint32_t DeadTime)
|
||||||
|
{
|
||||||
|
MODIFY_REG(LEDx->TR, LED_TR_T2, (DeadTime << LED_TR_T2_Pos));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the LED Lighting time.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @retval Returned value can be a number between Min_Data = 1 and
|
||||||
|
* Max_Data = 0xFF
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_LED_GetLightTime(LED_TypeDef *LEDx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(LEDx->TR, LED_TR_T1) >> LED_TR_T1_Pos);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the LED Dead time.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @retval Returned value can be a number between Min_Data = 1 and
|
||||||
|
* Max_Data = 0xFF
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_LED_GetDeadTime(LED_TypeDef *LEDx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(LEDx->TR, LED_TR_T2) >> LED_TR_T2_Pos);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the LED display value.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @param comCh Specify COM channels.This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_LED_COM0
|
||||||
|
* @arg @ref LL_LED_COM1
|
||||||
|
* @arg @ref LL_LED_COM2
|
||||||
|
* @arg @ref LL_LED_COM3
|
||||||
|
* @param data Specify display values.This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_LED_DISP_NONE
|
||||||
|
* @arg @ref LL_LED_DISP_FULL
|
||||||
|
* @arg @ref LL_LED_DISP_0
|
||||||
|
* @arg @ref LL_LED_DISP_1
|
||||||
|
* @arg @ref LL_LED_DISP_2
|
||||||
|
* @arg @ref LL_LED_DISP_3
|
||||||
|
* @arg @ref LL_LED_DISP_4
|
||||||
|
* @arg @ref LL_LED_DISP_5
|
||||||
|
* @arg @ref LL_LED_DISP_6
|
||||||
|
* @arg @ref LL_LED_DISP_7
|
||||||
|
* @arg @ref LL_LED_DISP_8
|
||||||
|
* @arg @ref LL_LED_DISP_9
|
||||||
|
* @arg @ref LL_LED_DISP_A
|
||||||
|
* @arg @ref LL_LED_DISP_B
|
||||||
|
* @arg @ref LL_LED_DISP_C
|
||||||
|
* @arg @ref LL_LED_DISP_D
|
||||||
|
* @arg @ref LL_LED_DISP_E
|
||||||
|
* @arg @ref LL_LED_DISP_F
|
||||||
|
* @arg @ref LL_LED_DISP_H
|
||||||
|
* @arg @ref LL_LED_DISP_P
|
||||||
|
* @arg @ref LL_LED_DISP_U
|
||||||
|
* @arg @ref LL_LED_DISP_DOT
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LED_SetDisplayValue(LED_TypeDef *LEDx,uint32_t comCh,\
|
||||||
|
uint32_t data)
|
||||||
|
{
|
||||||
|
MODIFY_REG((*((uint32_t *)((uint32_t)&(LEDx->DR0) + comCh))), LL_LED_DR_DATA,\
|
||||||
|
(data << LL_LED_DR_DATA_Pos));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the LED display value.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @param comCh Specify COM channels.This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_LED_COM0
|
||||||
|
* @arg @ref LL_LED_COM1
|
||||||
|
* @arg @ref LL_LED_COM2
|
||||||
|
* @arg @ref LL_LED_COM3
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_LED_DISP_NONE
|
||||||
|
* @arg @ref LL_LED_DISP_FULL
|
||||||
|
* @arg @ref LL_LED_DISP_0
|
||||||
|
* @arg @ref LL_LED_DISP_1
|
||||||
|
* @arg @ref LL_LED_DISP_2
|
||||||
|
* @arg @ref LL_LED_DISP_3
|
||||||
|
* @arg @ref LL_LED_DISP_4
|
||||||
|
* @arg @ref LL_LED_DISP_5
|
||||||
|
* @arg @ref LL_LED_DISP_6
|
||||||
|
* @arg @ref LL_LED_DISP_7
|
||||||
|
* @arg @ref LL_LED_DISP_8
|
||||||
|
* @arg @ref LL_LED_DISP_9
|
||||||
|
* @arg @ref LL_LED_DISP_A
|
||||||
|
* @arg @ref LL_LED_DISP_B
|
||||||
|
* @arg @ref LL_LED_DISP_C
|
||||||
|
* @arg @ref LL_LED_DISP_D
|
||||||
|
* @arg @ref LL_LED_DISP_E
|
||||||
|
* @arg @ref LL_LED_DISP_F
|
||||||
|
* @arg @ref LL_LED_DISP_H
|
||||||
|
* @arg @ref LL_LED_DISP_P
|
||||||
|
* @arg @ref LL_LED_DISP_U
|
||||||
|
* @arg @ref LL_LED_DISP_DOT
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_LED_GetDisplayValue(LED_TypeDef *LEDx, uint32_t comCh)
|
||||||
|
{
|
||||||
|
return ((READ_BIT((*((uint32_t *)((uint32_t)&(LEDx->DR0) + comCh))), LL_LED_DR_DATA))\
|
||||||
|
>> LL_LED_DR_DATA_Pos);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the LED interrupt flag.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_LED_IsActiveFlag_IT(LED_TypeDef *LEDx)
|
||||||
|
{
|
||||||
|
return ((READ_BIT(LEDx->IR, LED_IR_FLAG) == (LED_IR_FLAG)) ? 1UL : 0UL);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief the LED interrupt flag.
|
||||||
|
* @param LEDx LED Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LED_ClearFlag_IT(LED_TypeDef *LEDx)
|
||||||
|
{
|
||||||
|
SET_BIT(LEDx->IR, LED_IR_FLAG);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
/** @defgroup LED_LL_EF_Init Initialization and de-initialization functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
ErrorStatus LL_LED_DeInit(LED_TypeDef *LEDx);
|
||||||
|
ErrorStatus LL_LED_Init(LED_TypeDef *LEDx, LL_LED_InitTypeDef *LED_InitStruct);
|
||||||
|
void LL_LED_StructInit(LL_LED_InitTypeDef *LED_InitStruct);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* LED */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* PY32F0xx_LL_LED_H */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
|
@ -0,0 +1,499 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_lptim.h
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief Header file of LPTIM LL module.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
||||||
|
#ifndef PY32F0XX_LL_LPTIM_H
|
||||||
|
#define PY32F0XX_LL_LPTIM_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx.h"
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0XX_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined (LPTIM)
|
||||||
|
|
||||||
|
/** @defgroup LPTIM_LL LPTIM
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
/** @defgroup LPTIM_LL_Private_Macros LPTIM Private Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif /*USE_FULL_LL_DRIVER*/
|
||||||
|
|
||||||
|
/* Exported types ------------------------------------------------------------*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
/** @defgroup LPTIM_LL_ES_INIT LPTIM Exported Init structure
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief LPTIM Init structure definition
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
|
||||||
|
uint32_t Prescaler; /*!< Specifies the prescaler division ratio.
|
||||||
|
This parameter can be a value of @ref LPTIM_LL_EC_PRESCALER.
|
||||||
|
|
||||||
|
This feature can be modified afterwards using using unitary
|
||||||
|
function @ref LL_LPTIM_SetPrescaler().*/
|
||||||
|
|
||||||
|
uint32_t UpdateMode; /*!< Specifies whether to update immediately or after the end
|
||||||
|
of current period.
|
||||||
|
This parameter can be a value of @ref LPTIM_LL_EC_UPDATE_MODE
|
||||||
|
|
||||||
|
This feature can be modified afterwards using using unitary
|
||||||
|
function @ref LL_LPTIM_SetUpdateMode().*/
|
||||||
|
} LL_LPTIM_InitTypeDef;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/* Exported constants --------------------------------------------------------*/
|
||||||
|
/** @defgroup LPTIM_LL_Exported_Constants LPTIM Exported Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup LPTIM_LL_EC_GET_FLAG Get Flags Defines
|
||||||
|
* @brief Flags defines which can be used with LL_LPTIM_ReadReg function
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_LPTIM_ISR_ARRM LPTIM_ISR_ARRM /*!< Autoreload match */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup LPTIM_LL_EC_IT IT Defines
|
||||||
|
* @brief IT defines which can be used with LL_LPTIM_ReadReg and LL_LPTIM_WriteReg functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_LPTIM_IER_ARRMIE LPTIM_IER_ARRMIE /*!< Autoreload match */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup LPTIM_LL_EC_OPERATING_MODE Operating Mode
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_LPTIM_OPERATING_MODE_ONESHOT LPTIM_CR_SNGSTRT /*!<LP Tilmer starts in single mode*/
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup LPTIM_LL_EC_UPDATE_MODE Update Mode
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_LPTIM_UPDATE_MODE_IMMEDIATE 0x00000000U /*!<Preload is disabled: registers are updated after each APB bus write access*/
|
||||||
|
#define LL_LPTIM_UPDATE_MODE_ENDOFPERIOD LPTIM_CFGR_PRELOAD /*!<preload is enabled: registers are updated at the end of the current LPTIM period*/
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup LPTIM_LL_EC_PRESCALER Prescaler Value
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_LPTIM_PRESCALER_DIV1 0x00000000U /*!<Prescaler division factor is set to 1*/
|
||||||
|
#define LL_LPTIM_PRESCALER_DIV2 LPTIM_CFGR_PRESC_0 /*!<Prescaler division factor is set to 2*/
|
||||||
|
#define LL_LPTIM_PRESCALER_DIV4 LPTIM_CFGR_PRESC_1 /*!<Prescaler division factor is set to 4*/
|
||||||
|
#define LL_LPTIM_PRESCALER_DIV8 (LPTIM_CFGR_PRESC_1 | LPTIM_CFGR_PRESC_0) /*!<Prescaler division factor is set to 8*/
|
||||||
|
#define LL_LPTIM_PRESCALER_DIV16 LPTIM_CFGR_PRESC_2 /*!<Prescaler division factor is set to 16*/
|
||||||
|
#define LL_LPTIM_PRESCALER_DIV32 (LPTIM_CFGR_PRESC_2 | LPTIM_CFGR_PRESC_0) /*!<Prescaler division factor is set to 32*/
|
||||||
|
#define LL_LPTIM_PRESCALER_DIV64 (LPTIM_CFGR_PRESC_2 | LPTIM_CFGR_PRESC_1) /*!<Prescaler division factor is set to 64*/
|
||||||
|
#define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescaler division factor is set to 128*/
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported macro ------------------------------------------------------------*/
|
||||||
|
/** @defgroup LPTIM_LL_Exported_Macros LPTIM Exported Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup LPTIM_LL_EM_WRITE_READ Common Write and read registers Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Write a value in LPTIM register
|
||||||
|
* @param __INSTANCE__ LPTIM Instance
|
||||||
|
* @param __REG__ Register to be written
|
||||||
|
* @param __VALUE__ Value to be written in the register
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
#define LL_LPTIM_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG((__INSTANCE__)->__REG__, (__VALUE__))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Read a value in LPTIM register
|
||||||
|
* @param __INSTANCE__ LPTIM Instance
|
||||||
|
* @param __REG__ Register to be read
|
||||||
|
* @retval Register value
|
||||||
|
*/
|
||||||
|
#define LL_LPTIM_ReadReg(__INSTANCE__, __REG__) READ_REG((__INSTANCE__)->__REG__)
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @defgroup LPTIM_LL_Exported_Functions LPTIM Exported Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
/** @defgroup LPTIM_LL_EF_Init Initialisation and deinitialisation functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
ErrorStatus LL_LPTIM_DeInit(LPTIM_TypeDef *LPTIMx);
|
||||||
|
void LL_LPTIM_StructInit(LL_LPTIM_InitTypeDef *LPTIM_InitStruct);
|
||||||
|
ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, LL_LPTIM_InitTypeDef *LPTIM_InitStruct);
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/** @defgroup LPTIM_LL_EF_LPTIM_Configuration LPTIM Configuration
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable the LPTIM instance
|
||||||
|
* @note After setting the ENABLE bit, a delay of two counter clock is needed
|
||||||
|
* before the LPTIM instance is actually enabled.
|
||||||
|
* @rmtoll CR ENABLE LL_LPTIM_Enable
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LPTIM_Enable(LPTIM_TypeDef *LPTIMx)
|
||||||
|
{
|
||||||
|
SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable the LPTIM instance
|
||||||
|
* @rmtoll CR ENABLE LL_LPTIM_Disable
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(LPTIMx->CR, LPTIM_CR_ENABLE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Indicates whether the LPTIM instance is enabled.
|
||||||
|
* @rmtoll CR ENABLE LL_LPTIM_IsEnabled
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_LPTIM_IsEnabled(LPTIM_TypeDef *LPTIMx)
|
||||||
|
{
|
||||||
|
return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Starts the LPTIM counter in the desired mode.
|
||||||
|
* @note LPTIM instance must be enabled before starting the counter.
|
||||||
|
* @rmtoll CR SNGSTRT LL_LPTIM_StartCounter
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @param OperatingMode This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_LPTIM_OPERATING_MODE_ONESHOT
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LPTIM_StartCounter(LPTIM_TypeDef *LPTIMx, uint32_t OperatingMode)
|
||||||
|
{
|
||||||
|
MODIFY_REG(LPTIMx->CR, LPTIM_CR_SNGSTRT, OperatingMode);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable reset after read.
|
||||||
|
* @note After calling this function any read access to LPTIM_CNT
|
||||||
|
* register will asynchronously reset the LPTIM_CNT register content.
|
||||||
|
* @rmtoll CR RSTARE LL_LPTIM_EnableResetAfterRead
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LPTIM_EnableResetAfterRead(LPTIM_TypeDef *LPTIMx)
|
||||||
|
{
|
||||||
|
SET_BIT(LPTIMx->CR, LPTIM_CR_RSTARE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable reset after read.
|
||||||
|
* @rmtoll CR RSTARE LL_LPTIM_DisableResetAfterRead
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LPTIM_DisableResetAfterRead(LPTIM_TypeDef *LPTIMx)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(LPTIMx->CR, LPTIM_CR_RSTARE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Indicate whether the reset after read feature is enabled.
|
||||||
|
* @rmtoll CR RSTARE LL_LPTIM_IsEnabledResetAfterRead
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_LPTIM_IsEnabledResetAfterRead(LPTIM_TypeDef *LPTIMx)
|
||||||
|
{
|
||||||
|
return (((READ_BIT(LPTIMx->CR, LPTIM_CR_RSTARE) == LPTIM_CR_RSTARE) ? 1UL : 0UL));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the LPTIM registers update mode (enable/disable register preload)
|
||||||
|
* @note This function must be called when the LPTIM instance is disabled.
|
||||||
|
* @rmtoll CFGR PRELOAD LL_LPTIM_SetUpdateMode
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @param UpdateMode This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_LPTIM_UPDATE_MODE_IMMEDIATE
|
||||||
|
* @arg @ref LL_LPTIM_UPDATE_MODE_ENDOFPERIOD
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LPTIM_SetUpdateMode(LPTIM_TypeDef *LPTIMx, uint32_t UpdateMode)
|
||||||
|
{
|
||||||
|
MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRELOAD, UpdateMode);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the LPTIM registers update mode
|
||||||
|
* @rmtoll CFGR PRELOAD LL_LPTIM_GetUpdateMode
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_LPTIM_UPDATE_MODE_IMMEDIATE
|
||||||
|
* @arg @ref LL_LPTIM_UPDATE_MODE_ENDOFPERIOD
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_LPTIM_GetUpdateMode(LPTIM_TypeDef *LPTIMx)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRELOAD));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the auto reload value
|
||||||
|
* @note The LPTIMx_ARR register content must only be modified when the LPTIM is enabled
|
||||||
|
* @note After a write to the LPTIMx_ARR register a new write operation to the
|
||||||
|
* same register can only be performed when the previous write operation
|
||||||
|
* is completed. Any successive write before the ARROK flag is set, will
|
||||||
|
* lead to unpredictable results.
|
||||||
|
* @note autoreload value be strictly greater than the compare value.
|
||||||
|
* @rmtoll ARR ARR LL_LPTIM_SetAutoReload
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @param AutoReload Value between Min_Data=0x00 and Max_Data=0xFFFF
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LPTIM_SetAutoReload(LPTIM_TypeDef *LPTIMx, uint32_t AutoReload)
|
||||||
|
{
|
||||||
|
MODIFY_REG(LPTIMx->ARR, LPTIM_ARR_ARR, AutoReload);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get actual auto reload value
|
||||||
|
* @rmtoll ARR ARR LL_LPTIM_GetAutoReload
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @retval AutoReload Value between Min_Data=0x00 and Max_Data=0xFFFF
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_LPTIM_GetAutoReload(LPTIM_TypeDef *LPTIMx)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(LPTIMx->ARR, LPTIM_ARR_ARR));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get actual counter value
|
||||||
|
* @note When the LPTIM instance is running with an asynchronous clock, reading
|
||||||
|
* the LPTIMx_CNT register may return unreliable values. So in this case
|
||||||
|
* it is necessary to perform two consecutive read accesses and verify
|
||||||
|
* that the two returned values are identical.
|
||||||
|
* @rmtoll CNT CNT LL_LPTIM_GetCounter
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @retval Counter value
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_LPTIM_GetCounter(LPTIM_TypeDef *LPTIMx)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(LPTIMx->CNT, LPTIM_CNT_CNT));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set actual prescaler division ratio.
|
||||||
|
* @note This function must be called when the LPTIM instance is disabled.
|
||||||
|
* @note When the LPTIM is configured to be clocked by an internal clock source
|
||||||
|
* and the LPTIM counter is configured to be updated by active edges
|
||||||
|
* detected on the LPTIM external Input1, the internal clock provided to
|
||||||
|
* the LPTIM must be not be prescaled.
|
||||||
|
* @rmtoll CFGR PRESC LL_LPTIM_SetPrescaler
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @param Prescaler This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_LPTIM_PRESCALER_DIV1
|
||||||
|
* @arg @ref LL_LPTIM_PRESCALER_DIV2
|
||||||
|
* @arg @ref LL_LPTIM_PRESCALER_DIV4
|
||||||
|
* @arg @ref LL_LPTIM_PRESCALER_DIV8
|
||||||
|
* @arg @ref LL_LPTIM_PRESCALER_DIV16
|
||||||
|
* @arg @ref LL_LPTIM_PRESCALER_DIV32
|
||||||
|
* @arg @ref LL_LPTIM_PRESCALER_DIV64
|
||||||
|
* @arg @ref LL_LPTIM_PRESCALER_DIV128
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LPTIM_SetPrescaler(LPTIM_TypeDef *LPTIMx, uint32_t Prescaler)
|
||||||
|
{
|
||||||
|
MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get actual prescaler division ratio.
|
||||||
|
* @rmtoll CFGR PRESC LL_LPTIM_GetPrescaler
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_LPTIM_PRESCALER_DIV1
|
||||||
|
* @arg @ref LL_LPTIM_PRESCALER_DIV2
|
||||||
|
* @arg @ref LL_LPTIM_PRESCALER_DIV4
|
||||||
|
* @arg @ref LL_LPTIM_PRESCALER_DIV8
|
||||||
|
* @arg @ref LL_LPTIM_PRESCALER_DIV16
|
||||||
|
* @arg @ref LL_LPTIM_PRESCALER_DIV32
|
||||||
|
* @arg @ref LL_LPTIM_PRESCALER_DIV64
|
||||||
|
* @arg @ref LL_LPTIM_PRESCALER_DIV128
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_LPTIM_GetPrescaler(LPTIM_TypeDef *LPTIMx)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup LPTIM_LL_EF_FLAG_Management FLAG Management
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Clear the autoreload match flag (ARRMCF)
|
||||||
|
* @rmtoll ICR ARRMCF LL_LPTIM_ClearFLAG_ARRM
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LPTIM_ClearFLAG_ARRM(LPTIM_TypeDef *LPTIMx)
|
||||||
|
{
|
||||||
|
SET_BIT(LPTIMx->ICR, LPTIM_ICR_ARRMCF);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Inform application whether a autoreload match interrupt has occurred.
|
||||||
|
* @rmtoll ISR ARRM LL_LPTIM_IsActiveFlag_ARRM
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_LPTIM_IsActiveFlag_ARRM(LPTIM_TypeDef *LPTIMx)
|
||||||
|
{
|
||||||
|
return (((READ_BIT(LPTIMx->ISR, LPTIM_ISR_ARRM) == LPTIM_ISR_ARRM) ? 1UL : 0UL));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup LPTIM_LL_EF_IT_Management Interrupt Management
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable autoreload match interrupt (ARRMIE).
|
||||||
|
* @rmtoll IER ARRMIE LL_LPTIM_EnableIT_ARRM
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LPTIM_EnableIT_ARRM(LPTIM_TypeDef *LPTIMx)
|
||||||
|
{
|
||||||
|
SET_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable autoreload match interrupt (ARRMIE).
|
||||||
|
* @rmtoll IER ARRMIE LL_LPTIM_DisableIT_ARRM
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_LPTIM_DisableIT_ARRM(LPTIM_TypeDef *LPTIMx)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Indicates whether the autoreload match interrupt (ARRMIE) is enabled.
|
||||||
|
* @rmtoll IER ARRMIE LL_LPTIM_IsEnabledIT_ARRM
|
||||||
|
* @param LPTIMx Low-Power Timer instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_LPTIM_IsEnabledIT_ARRM(LPTIM_TypeDef *LPTIMx)
|
||||||
|
{
|
||||||
|
return (((READ_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE) == LPTIM_IER_ARRMIE) ? 1UL : 0UL));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* LPTIM */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* PY32F0XX_LL_LPTIM_H */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
|
@ -0,0 +1,663 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_pwr.h
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief Header file of PWR LL module.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
||||||
|
#ifndef PY32F0XX_LL_PWR_H
|
||||||
|
#define PY32F0XX_LL_PWR_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx.h"
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0XX_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(PWR)
|
||||||
|
|
||||||
|
/** @defgroup PWR_LL PWR
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported types ------------------------------------------------------------*/
|
||||||
|
/* Exported constants --------------------------------------------------------*/
|
||||||
|
/** @defgroup PWR_LL_Exported_Constants PWR Exported Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup PWR_LL_EC_REGU_VOLTAGE REGU VOLTAGE
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_PWR_REGU_VOLTAGE_SCALE1 0x0 /* After entering stop mode, VDD=1.2V */
|
||||||
|
#define LL_PWR_REGU_VOLTAGE_SCALE2 PWR_CR1_VOS /* After entering stop mode, VDD=1.0V */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup PWR_LL_EC_SRAM_RETENTION_VOLTAGE SRAM RETENTION VOLTAGE
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_PWR_SRAM_RETENTION_VOLT_0p9 ( PWR_CR1_SRAM_RETV_1 | PWR_CR1_SRAM_RETV_0) /* Set SRAM to 0.9V voltage in stop mode */
|
||||||
|
#define LL_PWR_SRAM_RETENTION_VOLT_VOS (PWR_CR1_SRAM_RETV_2 ) /* Set SRAM voltage as set by bit VOS in stop mode */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup PWR_LL_EC_WAKEUP_HSION_MODE WAKEUP HSI ON MODE
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_PWR_WAKEUP_HSION_AFTER_MR 0x00000000U /* Wake up from the STOP mode, After the MR becomes stable, enable HSI */
|
||||||
|
#define LL_PWR_WAKEUP_HSION_IMMEDIATE PWR_CR1_HSION_CTRL /* Wake up from the STOP mode, Enable HSI immediately */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup PWR_LL_EC_WAKEUP_FLASH_DELAY WAKEUP FLASH DELAY
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_PWR_WAKEUP_FLASH_DELAY_0US (PWR_CR1_FLS_SLPTIME_1 | PWR_CR1_FLS_SLPTIME_0) /* Wake up from the STOP mode, Enable falsh immediately*/
|
||||||
|
#define LL_PWR_WAKEUP_FLASH_DELAY_2US ( PWR_CR1_FLS_SLPTIME_0) /* Wake up from the STOP mode, Delay 2us enable falsh*/
|
||||||
|
#define LL_PWR_WAKEUP_FLASH_DELAY_3US (PWR_CR1_FLS_SLPTIME_1 ) /* Wake up from the STOP mode, Delay 3us enable falsh*/
|
||||||
|
#define LL_PWR_WAKEUP_FLASH_DELAY_5US 0x00000000U /* Wake up from the STOP mode, Delay 5us enable falsh*/
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup PWR_LL_EC_WAKEUP_LP_TO_VR_READY_TIME WAKEUP LP TO VR READY TIME
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_PWR_WAKEUP_LP_TO_VR_READY_2US 0x00000000U /* Wake up from the STOP mode, LP to VR ready time 2us */
|
||||||
|
#define LL_PWR_WAKEUP_LP_TO_VR_READY_3US ( PWR_CR1_MRRDY_TIME_0) /* Wake up from the STOP mode, LP to VR ready time 3us */
|
||||||
|
#define LL_PWR_WAKEUP_LP_TO_VR_READY_4US (PWR_CR1_MRRDY_TIME_1 ) /* Wake up from the STOP mode, LP to VR ready time 4us */
|
||||||
|
#define LL_PWR_WAKEUP_LP_TO_VR_READY_5US (PWR_CR1_MRRDY_TIME_1 | PWR_CR1_MRRDY_TIME_0) /* Wake up from the STOP mode, LP to VR ready time 5us */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup PWR_LL_EC_BIAS_CURRENTS_SOURCE BIAS CURRENTS SOURCE
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_PWR_BIAS_CURRENTS_FROM_FACTORY_BYTES 0x00000000U /* MR bias currents source load from Factory config bytes */
|
||||||
|
#define LL_PWR_BIAS_CURRENTS_FROM_BIAS_CR (PWR_CR1_BIAS_CR_SEL) /* MR bias currents source load from BIAS_CR */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(PWR_CR2_PVDE)
|
||||||
|
/** @defgroup PWR_LL_EC_PVDLEVEL PVDLEVEL
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_PWR_PVDLEVEL_0 0x000000000u /* VPVD0 (around 1.8V) */
|
||||||
|
#define LL_PWR_PVDLEVEL_1 (PWR_CR2_PVDT_0) /* VPVD1 (around 2.0V) */
|
||||||
|
#define LL_PWR_PVDLEVEL_2 (PWR_CR2_PVDT_1) /* VPVD2 (around 2.2V) */
|
||||||
|
#define LL_PWR_PVDLEVEL_3 (PWR_CR2_PVDT_1 | PWR_CR2_PVDT_0) /* VPVD3 (around 2.4V) */
|
||||||
|
#define LL_PWR_PVDLEVEL_4 (PWR_CR2_PVDT_2) /* VPVD4 (around 2.6V) */
|
||||||
|
#define LL_PWR_PVDLEVEL_5 (PWR_CR2_PVDT_2 | PWR_CR2_PVDT_0) /* VPVD5 (around 2. 8V) */
|
||||||
|
#define LL_PWR_PVDLEVEL_6 (PWR_CR2_PVDT_2 | PWR_CR2_PVDT_1) /* VPVD6 (around 3.0V) */
|
||||||
|
#define LL_PWR_PVDLEVEL_7 (PWR_CR2_PVDT_2 | PWR_CR2_PVDT_1 | PWR_CR2_PVDT_0) /* VPVD7 (around 3.2V) */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup PWR_LL_EC_PVDSOURCE PVDSOURCE
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_PWR_PVD_SOURCE_VCC 0
|
||||||
|
#define LL_PWR_PVD_SOURCE_PB7 PWR_CR2_SRCSEL
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup PWR_LL_EC_PVDFILTER PVDFILTER
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_PWR_PVD_FILTER_1CLOCK (0x00000000u) /*!< PVD filter 1 clock */
|
||||||
|
#define LL_PWR_PVD_FILTER_2CLOCK ( PWR_CR2_FLT_TIME_0) /*!< PVD filter 2 clock */
|
||||||
|
#define LL_PWR_PVD_FILTER_4CLOCK ( PWR_CR2_FLT_TIME_1 ) /*!< PVD filter 2 clock */
|
||||||
|
#define LL_PWR_PVD_FILTER_16CLOCK ( PWR_CR2_FLT_TIME_1 | PWR_CR2_FLT_TIME_0) /*!< PVD filter 4 clock */
|
||||||
|
#define LL_PWR_PVD_FILTER_64CLOCK (PWR_CR2_FLT_TIME_2 ) /*!< PVD filter 16 clock */
|
||||||
|
#define LL_PWR_PVD_FILTER_128CLOCK (PWR_CR2_FLT_TIME_2 | PWR_CR2_FLT_TIME_0) /*!< PVD filter 128 clock */
|
||||||
|
#define LL_PWR_PVD_FILTER_1024CLOCK (PWR_CR2_FLT_TIME_2 | PWR_CR2_FLT_TIME_1 ) /*!< PVD filter 1024 clock */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* PWR_CR2_PVDE */
|
||||||
|
|
||||||
|
|
||||||
|
/** @defgroup PWR_LL_EC_GPIO_BIT GPIO BIT
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported macro ------------------------------------------------------------*/
|
||||||
|
/** @defgroup PWR_LL_Exported_Macros PWR Exported Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup PWR_LL_EM_WRITE_READ Common Write and read registers Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Write a value in PWR register
|
||||||
|
* @param __REG__ Register to be written
|
||||||
|
* @param __VALUE__ Value to be written in the register
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
#define LL_PWR_WriteReg(__REG__, __VALUE__) WRITE_REG(PWR->__REG__, (__VALUE__))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Read a value in PWR register
|
||||||
|
* @param __REG__ Register to be read
|
||||||
|
* @retval Register value
|
||||||
|
*/
|
||||||
|
#define LL_PWR_ReadReg(__REG__) READ_REG(PWR->__REG__)
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @defgroup PWR_LL_Exported_Functions PWR Exported Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup PWR_LL_EF_Configuration Configuration
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* @brief Set the main internal regulator output voltage
|
||||||
|
* @rmtoll CR1 VOS LL_PWR_SetRegulVoltageScaling
|
||||||
|
* @param VoltageScaling This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_PWR_REGU_VOLTAGE_SCALE1
|
||||||
|
* @arg @ref LL_PWR_REGU_VOLTAGE_SCALE2
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_SetRegulVoltageScaling(uint32_t VoltageScaling)
|
||||||
|
{
|
||||||
|
MODIFY_REG(PWR->CR1, PWR_CR1_VOS, VoltageScaling);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the main internal regulator output voltage
|
||||||
|
* @rmtoll CR1 VOS LL_PWR_GetRegulVoltageScaling
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_PWR_REGU_VOLTAGE_SCALE1
|
||||||
|
* @arg @ref LL_PWR_REGU_VOLTAGE_SCALE2
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_PWR_GetRegulVoltageScaling(void)
|
||||||
|
{
|
||||||
|
return (READ_BIT(PWR->CR1, PWR_CR1_VOS));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Switch the regulator from main mode to low-power mode
|
||||||
|
* @rmtoll CR1 LPR LL_PWR_EnableLowPowerRunMode
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_EnableLowPowerRunMode(void)
|
||||||
|
{
|
||||||
|
SET_BIT(PWR->CR1, PWR_CR1_LPR);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Switch the regulator from low-power mode to main mode
|
||||||
|
* @rmtoll CR1 LPR LL_PWR_DisableLowPowerRunMode
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_DisableLowPowerRunMode(void)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(PWR->CR1, PWR_CR1_LPR);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if the regulator is in low-power mode
|
||||||
|
* @rmtoll CR1 LPR LL_PWR_IsEnabledLowPowerRunMode
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_PWR_IsEnabledLowPowerRunMode(void)
|
||||||
|
{
|
||||||
|
return (READ_BIT(PWR->CR1, PWR_CR1_LPR) == (PWR_CR1_LPR));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Switch the regulator from main mode to low-power mode.
|
||||||
|
* @rmtoll CR1 LPR LL_PWR_EnterLowPowerRunMode
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_EnterLowPowerRunMode(void)
|
||||||
|
{
|
||||||
|
LL_PWR_EnableLowPowerRunMode();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Switch the regulator from low-power mode to main mode.
|
||||||
|
* @rmtoll CR1 LPR LL_PWR_ExitLowPowerRunMode
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_ExitLowPowerRunMode(void)
|
||||||
|
{
|
||||||
|
LL_PWR_DisableLowPowerRunMode();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable access to the backup domain
|
||||||
|
* @rmtoll CR1 DBP LL_PWR_EnableBkUpAccess
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_EnableBkUpAccess(void)
|
||||||
|
{
|
||||||
|
SET_BIT(PWR->CR1, PWR_CR1_DBP);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable access to the backup domain
|
||||||
|
* @rmtoll CR1 DBP LL_PWR_DisableBkUpAccess
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_DisableBkUpAccess(void)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(PWR->CR1, PWR_CR1_DBP);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if the backup domain is enabled
|
||||||
|
* @rmtoll CR1 DBP LL_PWR_IsEnabledBkUpAccess
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_PWR_IsEnabledBkUpAccess(void)
|
||||||
|
{
|
||||||
|
return (READ_BIT(PWR->CR1, PWR_CR1_DBP) == (PWR_CR1_DBP));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the HSI turn on mode after wake up
|
||||||
|
* @rmtoll CR1 HSION_CTRL LL_PWR_SetWakeUpHSIOnMode
|
||||||
|
* @param HsiOnMode This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_HSION_AFTER_MR
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_HSION_IMMEDIATE
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_SetWakeUpHSIOnMode(uint32_t HsiOnMode)
|
||||||
|
{
|
||||||
|
MODIFY_REG(PWR->CR1, PWR_CR1_HSION_CTRL, HsiOnMode);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the HSI turn on mode after wake up
|
||||||
|
* @rmtoll CR1 HSION_CTRL LL_PWR_GetWakeUpHSIOnMode
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_HSION_AFTER_MR
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_HSION_IMMEDIATE
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_PWR_GetWakeUpHSIOnMode(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(PWR->CR1, PWR_CR1_HSION_CTRL));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the SRAM retention voltage in stop mode
|
||||||
|
* @rmtoll CR1 SRAM_RETV LL_PWR_SetSramRetentionVolt
|
||||||
|
* @param RetentionVolt This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_PWR_SRAM_RETENTION_VOLT_0p9
|
||||||
|
* @arg @ref LL_PWR_SRAM_RETENTION_VOLT_VOS
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_SetSramRetentionVolt(uint32_t RetentionVolt)
|
||||||
|
{
|
||||||
|
MODIFY_REG(PWR->CR1, PWR_CR1_SRAM_RETV, RetentionVolt);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the SRAM retention voltage in stop mode
|
||||||
|
* @rmtoll CR1 SRAM_RETV LL_PWR_GetSramRetentionVolt
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_PWR_SRAM_RETENTION_VOLT_0p9
|
||||||
|
* @arg @ref LL_PWR_SRAM_RETENTION_VOLT_VOS
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_PWR_GetSramRetentionVolt(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(PWR->CR1, PWR_CR1_SRAM_RETV));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the flash delay time after wake up
|
||||||
|
* @rmtoll CR1 FLS_SLPTIME LL_PWR_SetWakeUpFlashDelay
|
||||||
|
* @param FlashDelay This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_FLASH_DELAY_0US
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_FLASH_DELAY_2US
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_FLASH_DELAY_3US
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_FLASH_DELAY_5US
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_SetWakeUpFlashDelay(uint32_t FlashDelay)
|
||||||
|
{
|
||||||
|
MODIFY_REG(PWR->CR1, PWR_CR1_FLS_SLPTIME, FlashDelay);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the flash delay time after wake up
|
||||||
|
* @rmtoll CR1 FLS_SLPTIME LL_PWR_GetWakeUpFlashDelay
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_FLASH_DELAY_0US
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_FLASH_DELAY_2US
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_FLASH_DELAY_3US
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_FLASH_DELAY_5US
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_PWR_GetWakeUpFlashDelay(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(PWR->CR1, PWR_CR1_FLS_SLPTIME));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set VDD voltage from LP to VR ready time after wake up
|
||||||
|
* @rmtoll CR1 MRRDY_TIME LL_PWR_SetWakeUpLPToVRReadyTime
|
||||||
|
* @param ReadyTime This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_LP_TO_VR_READY_2US
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_LP_TO_VR_READY_3US
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_LP_TO_VR_READY_4US
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_LP_TO_VR_READY_5US
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_SetWakeUpLPToVRReadyTime(uint32_t ReadyTime)
|
||||||
|
{
|
||||||
|
MODIFY_REG(PWR->CR1, PWR_CR1_MRRDY_TIME, ReadyTime);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the LP to VR ready time after wake up
|
||||||
|
* @rmtoll CR1 MRRDY_TIME LL_PWR_GetWakeUpLPToVRReadyTime
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_LP_TO_VR_READY_2US
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_LP_TO_VR_READY_3US
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_LP_TO_VR_READY_4US
|
||||||
|
* @arg @ref LL_PWR_WAKEUP_LP_TO_VR_READY_5US
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_PWR_GetWakeUpLPToVRReadyTime(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(PWR->CR1, PWR_CR1_MRRDY_TIME));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the bias currents load source and bias currents config value.
|
||||||
|
* @rmtoll CR1 BIAS_CR_SEL | BIAS_CR LL_PWR_SetBiasCurrents
|
||||||
|
* @param BiasCurSel This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_PWR_BIAS_CURRENTS_FROM_FACTORY_BYTES
|
||||||
|
* @arg @ref LL_PWR_BIAS_CURRENTS_FROM_BIAS_CR
|
||||||
|
* @param BiasCur This parameter must be a number between 0x0000 and 0xFFFF
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_SetBiasCurrents(uint32_t BiasCurSel, uint32_t BiasCur)
|
||||||
|
{
|
||||||
|
MODIFY_REG(PWR->CR1, (PWR_CR1_BIAS_CR_SEL | PWR_CR1_BIAS_CR), (BiasCurSel | BiasCur));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the bias currents load source
|
||||||
|
* @rmtoll CR1 BIAS_CR_SEL LL_PWR_GetBiasCurrentsLoadSource
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_PWR_BIAS_CURRENTS_FROM_FACTORY_BYTES
|
||||||
|
* @arg @ref LL_PWR_BIAS_CURRENTS_FROM_BIAS_CR
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_PWR_GetBiasCurrentsLoadSource(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(PWR->CR1, PWR_CR1_BIAS_CR_SEL));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the bias currents config value
|
||||||
|
* @rmtoll CR1 BIAS_CR LL_PWR_GetBiasCRValue
|
||||||
|
* @retval Returned value can be number between 0x00 and 0x0F
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_PWR_GetBiasCRValue(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(PWR->CR1, PWR_CR1_BIAS_CR));
|
||||||
|
}
|
||||||
|
|
||||||
|
#if defined (PWR_CR2_PVDE)
|
||||||
|
/**
|
||||||
|
* @brief Configure the voltage threshold detected by the Power Voltage Detector
|
||||||
|
* @param PVDLevel This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_PWR_PVDLEVEL_0
|
||||||
|
* @arg @ref LL_PWR_PVDLEVEL_1
|
||||||
|
* @arg @ref LL_PWR_PVDLEVEL_2
|
||||||
|
* @arg @ref LL_PWR_PVDLEVEL_3
|
||||||
|
* @arg @ref LL_PWR_PVDLEVEL_4
|
||||||
|
* @arg @ref LL_PWR_PVDLEVEL_5
|
||||||
|
* @arg @ref LL_PWR_PVDLEVEL_6
|
||||||
|
* @arg @ref LL_PWR_PVDLEVEL_7
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_SetPVDLevel(uint32_t PVDLevel)
|
||||||
|
{
|
||||||
|
MODIFY_REG(PWR->CR2, PWR_CR2_PVDT, PVDLevel);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the voltage threshold detection
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_PWR_PVDLEVEL_0
|
||||||
|
* @arg @ref LL_PWR_PVDLEVEL_1
|
||||||
|
* @arg @ref LL_PWR_PVDLEVEL_2
|
||||||
|
* @arg @ref LL_PWR_PVDLEVEL_3
|
||||||
|
* @arg @ref LL_PWR_PVDLEVEL_4
|
||||||
|
* @arg @ref LL_PWR_PVDLEVEL_5
|
||||||
|
* @arg @ref LL_PWR_PVDLEVEL_6
|
||||||
|
* @arg @ref LL_PWR_PVDLEVEL_7
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_PWR_GetPVDLevel(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(PWR->CR2, PWR_CR2_PVDT));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable Power Voltage Detector
|
||||||
|
* @rmtoll CR2 PVDE LL_PWR_EnablePVD
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_EnablePVD(void)
|
||||||
|
{
|
||||||
|
SET_BIT(PWR->CR2, PWR_CR2_PVDE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable Power Voltage Detector
|
||||||
|
* @rmtoll CR2 PVDE LL_PWR_DisablePVD
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_DisablePVD(void)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(PWR->CR2, PWR_CR2_PVDE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if Power Voltage Detector is enabled
|
||||||
|
* @rmtoll CR2 PVDE LL_PWR_IsEnabledPVD
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_PWR_IsEnabledPVD(void)
|
||||||
|
{
|
||||||
|
return (READ_BIT(PWR->CR2, PWR_CR2_PVDE) == (PWR_CR2_PVDE));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief PVD detection power supply selection
|
||||||
|
* @rmtoll CR2 PWR_CR2_SRCSEL LL_PWR_SetPVDSource
|
||||||
|
* @param PVDSrcSel This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_PWR_PVD_SOURCE_VCC
|
||||||
|
* @arg @ref LL_PWR_PVD_SOURCE_PB7
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_SetPVDSource(uint32_t PVDSrc)
|
||||||
|
{
|
||||||
|
MODIFY_REG(PWR->CR2, PWR_CR2_SRCSEL, PVDSrc);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get PVD detection power supply
|
||||||
|
* @rmtoll CR2 PWR_CR2_SRCSEL LL_PWR_GetPVDSource
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_PWR_PVD_SOURCE_VCC
|
||||||
|
* @arg @ref LL_PWR_PVD_SOURCE_PB7
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_PWR_GetPVDSource(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(PWR->CR2, PWR_CR2_SRCSEL));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable PVD Filter
|
||||||
|
* @rmtoll CR2 FLTEN LL_PWR_EnablePVDFilter
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_EnablePVDFilter(void)
|
||||||
|
{
|
||||||
|
SET_BIT(PWR->CR2, PWR_CR2_FLTEN);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable PVD Filter
|
||||||
|
* @rmtoll CR2 FLTEN LL_PWR_DisablePVDFilter
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_DisablePVDFilter(void)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(PWR->CR2, PWR_CR2_FLTEN);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if PVD Filter is enabled
|
||||||
|
* @rmtoll CR2 FLTEN LL_PWR_IsEnabledPVDFilter
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_PWR_IsEnabledPVDFilter(void)
|
||||||
|
{
|
||||||
|
return (READ_BIT(PWR->CR2, PWR_CR2_FLTEN) == (PWR_CR2_FLTEN));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief PVD detection power supply selection
|
||||||
|
* @rmtoll CR2 PWR_CR2_FLT_TIME LL_PWR_SetPVDFilter
|
||||||
|
* @param PVDSrcSel This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_PWR_PVD_FILTER_1CLOCK
|
||||||
|
* @arg @ref LL_PWR_PVD_FILTER_2CLOCK
|
||||||
|
* @arg @ref LL_PWR_PVD_FILTER_4CLOCK
|
||||||
|
* @arg @ref LL_PWR_PVD_FILTER_16CLOCK
|
||||||
|
* @arg @ref LL_PWR_PVD_FILTER_64CLOCK
|
||||||
|
* @arg @ref LL_PWR_PVD_FILTER_128CLOCK
|
||||||
|
* @arg @ref LL_PWR_PVD_FILTER_1024CLOCK
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_PWR_SetPVDFilter(uint32_t PVDFilter)
|
||||||
|
{
|
||||||
|
MODIFY_REG(PWR->CR2, PWR_CR2_FLT_TIME, PVDFilter);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get PVD detection power supply
|
||||||
|
* @rmtoll CR2 PWR_CR2_FLT_TIME LL_PWR_GetPVDFilter
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_PWR_PVD_FILTER_1CLOCK
|
||||||
|
* @arg @ref LL_PWR_PVD_FILTER_2CLOCK
|
||||||
|
* @arg @ref LL_PWR_PVD_FILTER_4CLOCK
|
||||||
|
* @arg @ref LL_PWR_PVD_FILTER_16CLOCK
|
||||||
|
* @arg @ref LL_PWR_PVD_FILTER_64CLOCK
|
||||||
|
* @arg @ref LL_PWR_PVD_FILTER_128CLOCK
|
||||||
|
* @arg @ref LL_PWR_PVD_FILTER_1024CLOCK
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_PWR_GetPVDFilter(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(PWR->CR2, PWR_CR2_FLT_TIME));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup PWR_LL_EF_FLAG_Management FLAG_Management
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* @brief Indicate whether Detected voltage is below or above the selected PVD
|
||||||
|
* threshold
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_PWR_IsActiveFlag_PVDO(void)
|
||||||
|
{
|
||||||
|
return (READ_BIT(PWR->SR, PWR_SR_PVDO) == (PWR_SR_PVDO));
|
||||||
|
}
|
||||||
|
#endif /* PWR_CR2_PVDE */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
/** @defgroup PWR_LL_EF_Init De-initialization function
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_PWR_DeInit(void);
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* defined(PWR) */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* PY32F0XX_LL_PWR_H */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,660 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_rtc.h
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief Header file of RTC LL module.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
||||||
|
#ifndef __PY32F0xx_LL_RTC_H
|
||||||
|
#define __PY32F0xx_LL_RTC_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx.h"
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(RTC)
|
||||||
|
|
||||||
|
/** @defgroup RTC_LL RTC
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
/** @defgroup RTC_LL_Private_Macros RTC Private Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif /*USE_FULL_LL_DRIVER*/
|
||||||
|
|
||||||
|
/* Exported types ------------------------------------------------------------*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
/** @defgroup RTC_LL_ES_INIT RTC Exported Init structure
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief RTC Init structures definition
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
uint32_t AsynchPrescaler; /*!< Specifies the RTC Asynchronous Predivider value.
|
||||||
|
This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFFFFF
|
||||||
|
|
||||||
|
This feature can be modified afterwards using unitary function
|
||||||
|
@ref LL_RTC_SetAsynchPrescaler(). */
|
||||||
|
|
||||||
|
uint32_t OutPutSource; /*!< Specifies which signal will be routed to the RTC Tamper pin.
|
||||||
|
This parameter can be a value of @ref LL_RTC_Output_Source
|
||||||
|
|
||||||
|
This feature can be modified afterwards using unitary function
|
||||||
|
@ref LL_RTC_SetOutputSource(). */
|
||||||
|
|
||||||
|
} LL_RTC_InitTypeDef;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief RTC Time structure definition
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
uint8_t Hours; /*!< Specifies the RTC Time Hours.
|
||||||
|
This parameter must be a number between Min_Data = 0 and Max_Data = 23 */
|
||||||
|
|
||||||
|
uint8_t Minutes; /*!< Specifies the RTC Time Minutes.
|
||||||
|
This parameter must be a number between Min_Data = 0 and Max_Data = 59 */
|
||||||
|
|
||||||
|
uint8_t Seconds; /*!< Specifies the RTC Time Seconds.
|
||||||
|
This parameter must be a number between Min_Data = 0 and Max_Data = 59 */
|
||||||
|
} LL_RTC_TimeTypeDef;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief RTC Alarm structure definition
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
LL_RTC_TimeTypeDef AlarmTime; /*!< Specifies the RTC Alarm Time members. */
|
||||||
|
|
||||||
|
} LL_RTC_AlarmTypeDef;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/* Exported constants --------------------------------------------------------*/
|
||||||
|
/** @defgroup RTC_LL_Exported_Constants RTC Exported Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
/** @defgroup RTC_LL_EC_FORMAT FORMAT
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_RTC_FORMAT_BIN (0x000000000U) /*!< Binary data format */
|
||||||
|
#define LL_RTC_FORMAT_BCD (0x000000001U) /*!< BCD data format */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/** @defgroup LL_RTC_Output_Source Clock Source to output on the Tamper Pin
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_RTC_CALIB_OUTPUT_NONE (0x00000000U) /*!< Calibration output disabled */
|
||||||
|
#define LL_RTC_CALIB_OUTPUT_RTCCLOCK BKP_RTCCR_CCO /*!< Calibration output is RTC Clock with a frequency divided by 64 on the TAMPER Pin */
|
||||||
|
#define LL_RTC_CALIB_OUTPUT_ALARM BKP_RTCCR_ASOE /*!< Calibration output is Alarm pulse signal on the TAMPER pin */
|
||||||
|
#define LL_RTC_CALIB_OUTPUT_SECOND (BKP_RTCCR_ASOS | BKP_RTCCR_ASOE) /*!< Calibration output is Second pulse signal on the TAMPER pin*/
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported macro ------------------------------------------------------------*/
|
||||||
|
/** @defgroup RTC_LL_Exported_Macros RTC Exported Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup RTC_LL_EM_WRITE_READ Common Write and read registers Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Write a value in RTC register
|
||||||
|
* @param __INSTANCE__ RTC Instance
|
||||||
|
* @param __REG__ Register to be written
|
||||||
|
* @param __VALUE__ Value to be written in the register
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
#define LL_RTC_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE__))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Read a value in RTC register
|
||||||
|
* @param __INSTANCE__ RTC Instance
|
||||||
|
* @param __REG__ Register to be read
|
||||||
|
* @retval Register value
|
||||||
|
*/
|
||||||
|
#define LL_RTC_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__)
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup RTC_LL_EM_Convert Convert helper Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Helper macro to convert a value from 2 digit decimal format to BCD format
|
||||||
|
* @param __VALUE__ Byte to be converted
|
||||||
|
* @retval Converted byte
|
||||||
|
*/
|
||||||
|
#define __LL_RTC_CONVERT_BIN2BCD(__VALUE__) (uint8_t)((((__VALUE__) / 10U) << 4U) | ((__VALUE__) % 10U))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Helper macro to convert a value from BCD format to 2 digit decimal format
|
||||||
|
* @param __VALUE__ BCD value to be converted
|
||||||
|
* @retval Converted byte
|
||||||
|
*/
|
||||||
|
#define __LL_RTC_CONVERT_BCD2BIN(__VALUE__) (uint8_t)(((uint8_t)((__VALUE__) & (uint8_t)0xF0U) >> (uint8_t)0x4U) * 10U + ((__VALUE__) & (uint8_t)0x0FU))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @defgroup RTC_LL_Exported_Functions RTC Exported Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup RTC_LL_EF_Configuration Configuration
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set Asynchronous prescaler factor
|
||||||
|
* @rmtoll PRLH PRL LL_RTC_SetAsynchPrescaler\n
|
||||||
|
* @rmtoll PRLL PRL LL_RTC_SetAsynchPrescaler\n
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @param AsynchPrescaler Value between Min_Data = 0 and Max_Data = 0xFFFFF
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_RTC_SetAsynchPrescaler(RTC_TypeDef *RTCx, uint32_t AsynchPrescaler)
|
||||||
|
{
|
||||||
|
MODIFY_REG(RTCx->PRLH, RTC_PRLH_PRL, (AsynchPrescaler >> 16));
|
||||||
|
MODIFY_REG(RTCx->PRLL, RTC_PRLL_PRL, (AsynchPrescaler & RTC_PRLL_PRL));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get Asynchronous prescaler factor
|
||||||
|
* @rmtoll DIVH DIV LL_RTC_GetDivider\n
|
||||||
|
* @rmtoll DIVL DIV LL_RTC_GetDivider\n
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval Value between Min_Data = 0 and Max_Data = 0xFFFFF
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_RTC_GetDivider(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
register uint16_t Highprescaler = 0, Lowprescaler = 0;
|
||||||
|
Highprescaler = READ_REG(RTCx->DIVH & RTC_DIVH_RTC_DIV);
|
||||||
|
Lowprescaler = READ_REG(RTCx->DIVL & RTC_DIVL_RTC_DIV);
|
||||||
|
|
||||||
|
return (((uint32_t) Highprescaler << 16U) | Lowprescaler);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set Output Source
|
||||||
|
* @rmtoll RTCCR CCO LL_RTC_SetOutputSource
|
||||||
|
* @rmtoll RTCCR ASOE LL_RTC_SetOutputSource
|
||||||
|
* @rmtoll RTCCR ASOS LL_RTC_SetOutputSource
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @param OutputSource This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_RTC_CALIB_OUTPUT_NONE
|
||||||
|
* @arg @ref LL_RTC_CALIB_OUTPUT_RTCCLOCK
|
||||||
|
* @arg @ref LL_RTC_CALIB_OUTPUT_ALARM
|
||||||
|
* @arg @ref LL_RTC_CALIB_OUTPUT_SECOND
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_RTC_SetOutputSource(RTC_TypeDef *RTCx, uint32_t OutputSource)
|
||||||
|
{
|
||||||
|
MODIFY_REG(RTCx->BKP_RTCCR, (BKP_RTCCR_CCO | BKP_RTCCR_ASOE | BKP_RTCCR_ASOS), OutputSource);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get Output Source
|
||||||
|
* @rmtoll RTCCR CCO LL_RTC_GetOutPutSource
|
||||||
|
* @rmtoll RTCCR ASOE LL_RTC_GetOutPutSource
|
||||||
|
* @rmtoll RTCCR ASOS LL_RTC_GetOutPutSource
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_RTC_CALIB_OUTPUT_NONE
|
||||||
|
* @arg @ref LL_RTC_CALIB_OUTPUT_RTCCLOCK
|
||||||
|
* @arg @ref LL_RTC_CALIB_OUTPUT_ALARM
|
||||||
|
* @arg @ref LL_RTC_CALIB_OUTPUT_SECOND
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_RTC_GetOutPutSource(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(RTCx->BKP_RTCCR, (BKP_RTCCR_CCO | BKP_RTCCR_ASOE | BKP_RTCCR_ASOS)));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable the write protection for RTC registers.
|
||||||
|
* @rmtoll CRL CNF LL_RTC_EnableWriteProtection
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_RTC_EnableWriteProtection(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(RTCx->CRL, RTC_CRL_CNF);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable the write protection for RTC registers.
|
||||||
|
* @rmtoll CRL RTC_CRL_CNF LL_RTC_DisableWriteProtection
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_RTC_DisableWriteProtection(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
SET_BIT(RTCx->CRL, RTC_CRL_CNF);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup RTC_LL_EF_Time Time
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set time counter in BCD format
|
||||||
|
* @note Bit is write-protected. @ref LL_RTC_DisableWriteProtection function should be called before.
|
||||||
|
* @note It can be written in initialization mode only (@ref LL_RTC_EnterInitMode function)
|
||||||
|
* @rmtoll CNTH CNT LL_RTC_TIME_Set\n
|
||||||
|
* CNTL CNT LL_RTC_TIME_Set\n
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @param TimeCounter Value between Min_Data=0x00 and Max_Data=0xFFFFFFFF
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_RTC_TIME_Set(RTC_TypeDef *RTCx, uint32_t TimeCounter)
|
||||||
|
{
|
||||||
|
/* Set RTC COUNTER MSB word */
|
||||||
|
WRITE_REG(RTCx->CNTH, (TimeCounter >> 16U));
|
||||||
|
/* Set RTC COUNTER LSB word */
|
||||||
|
WRITE_REG(RTCx->CNTL, (TimeCounter & RTC_CNTL_RTC_CNT));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get time counter in BCD format
|
||||||
|
* @rmtoll CNTH CNT LL_RTC_TIME_Get\n
|
||||||
|
* CNTL CNT LL_RTC_TIME_Get\n
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval Value between Min_Data = 0 and Max_Data = 0xFFFFFFFF
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_RTC_TIME_Get(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
register uint16_t high = 0, low = 0;
|
||||||
|
|
||||||
|
high = READ_REG(RTCx->CNTH & RTC_CNTH_RTC_CNT);
|
||||||
|
low = READ_REG(RTCx->CNTL & RTC_CNTL_RTC_CNT);
|
||||||
|
return ((uint32_t)(((uint32_t) high << 16U) | low));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup RTC_LL_EF_ALARM ALARM
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set Alarm Counter
|
||||||
|
* @note Bit is write-protected. @ref LL_RTC_DisableWriteProtection function should be called before.
|
||||||
|
* @rmtoll ALRH ALR LL_RTC_ALARM_Set\n
|
||||||
|
* @rmtoll ALRL ALR LL_RTC_ALARM_Set\n
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @param AlarmCounter Value between Min_Data=0x00 and Max_Data=0xFFFFF
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_RTC_ALARM_Set(RTC_TypeDef *RTCx, uint32_t AlarmCounter)
|
||||||
|
{
|
||||||
|
/* Set RTC COUNTER MSB word */
|
||||||
|
WRITE_REG(RTCx->ALRH, (AlarmCounter >> 16));
|
||||||
|
/* Set RTC COUNTER LSB word */
|
||||||
|
WRITE_REG(RTCx->ALRL, (AlarmCounter & RTC_ALRL_RTC_ALR));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/** @defgroup RTC_LL_EF_Calibration Calibration
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the coarse digital calibration
|
||||||
|
* @note Bit is write-protected. @ref LL_RTC_DisableWriteProtection function should be called before.
|
||||||
|
* @note It can be written in initialization mode only (@ref LL_RTC_EnterInitMode function)
|
||||||
|
* @rmtoll RTCCR CAL LL_RTC_CAL_SetCoarseDigital\n
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @param Value value of coarse calibration expressed in ppm
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_RTC_CAL_SetCoarseDigital(RTC_TypeDef *RTCx, uint32_t Value)
|
||||||
|
{
|
||||||
|
MODIFY_REG(RTCx->BKP_RTCCR, BKP_RTCCR_CAL, Value);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the coarse digital calibration value
|
||||||
|
* @rmtoll RTCCR CAL LL_RTC_CAL_SetCoarseDigital\n
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval value of coarse calibration expressed in ppm
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_RTC_CAL_GetCoarseDigital(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(RTCx->BKP_RTCCR, BKP_RTCCR_CAL));
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup RTC_LL_EF_FLAG_Management FLAG_Management
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get Alarm flag
|
||||||
|
* @rmtoll CRL ALRF LL_RTC_IsActiveFlag_ALR
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ALR(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(RTCx->CRL, RTC_CRL_ALRF) == (RTC_CRL_ALRF));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Clear Alarm flag
|
||||||
|
* @rmtoll CRL ALRF LL_RTC_ClearFlag_ALR
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_RTC_ClearFlag_ALR(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(RTCx->CRL, RTC_CRL_ALRF);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get Registers synchronization flag
|
||||||
|
* @rmtoll CRL RSF LL_RTC_IsActiveFlag_RS
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_RS(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(RTCx->CRL, RTC_CRL_RSF) == (RTC_CRL_RSF));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Clear Registers synchronization flag
|
||||||
|
* @rmtoll CRL RSF LL_RTC_ClearFlag_RS
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_RTC_ClearFlag_RS(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(RTCx->CRL, RTC_CRL_RSF);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get Registers OverFlow flag
|
||||||
|
* @rmtoll CRL OWF LL_RTC_IsActiveFlag_OW
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_OW(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(RTCx->CRL, RTC_CRL_OWF) == (RTC_CRL_OWF));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Clear Registers OverFlow flag
|
||||||
|
* @rmtoll CRL OWF LL_RTC_ClearFlag_OW
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_RTC_ClearFlag_OW(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(RTCx->CRL, RTC_CRL_OWF);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get Registers synchronization flag
|
||||||
|
* @rmtoll CRL SECF LL_RTC_IsActiveFlag_SEC
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_SEC(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(RTCx->CRL, RTC_CRL_SECF) == (RTC_CRL_SECF));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Clear Registers synchronization flag
|
||||||
|
* @rmtoll CRL SECF LL_RTC_ClearFlag_SEC
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_RTC_ClearFlag_SEC(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(RTCx->CRL, RTC_CRL_SECF);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get RTC Operation OFF status flag
|
||||||
|
* @rmtoll CRL RTOFF LL_RTC_IsActiveFlag_RTOF
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_RTOF(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(RTCx->CRL, RTC_CRL_RTOFF) == (RTC_CRL_RTOFF));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup RTC_LL_EF_IT_Management IT_Management
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable Alarm interrupt
|
||||||
|
* @note Bit is write-protected. @ref LL_RTC_DisableWriteProtection function should be called before.
|
||||||
|
* @rmtoll CRH ALRIE LL_RTC_EnableIT_ALR
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_RTC_EnableIT_ALR(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
SET_BIT(RTCx->CRH, RTC_CRH_ALRIE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable Alarm interrupt
|
||||||
|
* @note Bit is write-protected. @ref LL_RTC_DisableWriteProtection function should be called before.
|
||||||
|
* @rmtoll CRH ALRIE LL_RTC_DisableIT_ALR
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_RTC_DisableIT_ALR(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(RTCx->CRH, RTC_CRH_ALRIE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if Alarm interrupt is enabled or not
|
||||||
|
* @rmtoll CRH ALRIE LL_RTC_IsEnabledIT_ALR
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_RTC_IsEnabledIT_ALR(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(RTCx->CRH, RTC_CRH_ALRIE) == (RTC_CRH_ALRIE));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable Second Interrupt interrupt
|
||||||
|
* @note Bit is write-protected. @ref LL_RTC_DisableWriteProtection function should be called before.
|
||||||
|
* @rmtoll CRH SECIE LL_RTC_EnableIT_SEC
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_RTC_EnableIT_SEC(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
SET_BIT(RTCx->CRH, RTC_CRH_SECIE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable Second interrupt
|
||||||
|
* @note Bit is write-protected. @ref LL_RTC_DisableWriteProtection function should be called before.
|
||||||
|
* @rmtoll CRH SECIE LL_RTC_DisableIT_SEC
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_RTC_DisableIT_SEC(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(RTCx->CRH, RTC_CRH_SECIE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if Second interrupt is enabled or not
|
||||||
|
* @rmtoll CRH SECIE LL_RTC_IsEnabledIT_SEC
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_RTC_IsEnabledIT_SEC(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(RTCx->CRH, RTC_CRH_SECIE) == (RTC_CRH_SECIE));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable OverFlow interrupt
|
||||||
|
* @note Bit is write-protected. @ref LL_RTC_DisableWriteProtection function should be called before.
|
||||||
|
* @rmtoll CRH OWIE LL_RTC_EnableIT_OW
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_RTC_EnableIT_OW(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
SET_BIT(RTCx->CRH, RTC_CRH_OWIE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable OverFlow interrupt
|
||||||
|
* @note Bit is write-protected. @ref LL_RTC_DisableWriteProtection function should be called before.
|
||||||
|
* @rmtoll CRH OWIE LL_RTC_DisableIT_OW
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_RTC_DisableIT_OW(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(RTCx->CRH, RTC_CRH_OWIE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if OverFlow interrupt is enabled or not
|
||||||
|
* @rmtoll CRH OWIE LL_RTC_IsEnabledIT_OW
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_RTC_IsEnabledIT_OW(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(RTCx->CRH, RTC_CRH_OWIE) == (RTC_CRH_OWIE));
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
/** @defgroup RTC_LL_EF_Init Initialization and de-initialization functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
ErrorStatus LL_RTC_DeInit(RTC_TypeDef *RTCx);
|
||||||
|
ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct);
|
||||||
|
void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct);
|
||||||
|
ErrorStatus LL_RTC_TIME_Init(RTC_TypeDef *RTCx, uint32_t RTC_Format, LL_RTC_TimeTypeDef *RTC_TimeStruct);
|
||||||
|
void LL_RTC_TIME_StructInit(LL_RTC_TimeTypeDef *RTC_TimeStruct);
|
||||||
|
ErrorStatus LL_RTC_ALARM_Init(RTC_TypeDef *RTCx, uint32_t RTC_Format, LL_RTC_AlarmTypeDef *RTC_AlarmStruct);
|
||||||
|
void LL_RTC_ALARM_StructInit(LL_RTC_AlarmTypeDef *RTC_AlarmStruct);
|
||||||
|
ErrorStatus LL_RTC_EnterInitMode(RTC_TypeDef *RTCx);
|
||||||
|
ErrorStatus LL_RTC_ExitInitMode(RTC_TypeDef *RTCx);
|
||||||
|
ErrorStatus LL_RTC_WaitForSynchro(RTC_TypeDef *RTCx);
|
||||||
|
ErrorStatus LL_RTC_TIME_SetCounter(RTC_TypeDef *RTCx, uint32_t TimeCounter);
|
||||||
|
ErrorStatus LL_RTC_ALARM_SetCounter(RTC_TypeDef *RTCx, uint32_t AlarmCounter);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* defined(RTC) */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* __PY32F0xx_LL_RTC_H */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,968 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_system.h
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief Header file of SYSTEM LL module.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
||||||
|
#ifndef PY32F0XX_LL_SYSTEM_H
|
||||||
|
#define PY32F0XX_LL_SYSTEM_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx.h"
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0XX_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined (FLASH) || defined (SYSCFG) || defined (DBGMCU)
|
||||||
|
|
||||||
|
/** @defgroup SYSTEM_LL SYSTEM
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/** @defgroup SYSTEM_LL_Private_Constants SYSTEM Private Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported types ------------------------------------------------------------*/
|
||||||
|
/* Exported constants --------------------------------------------------------*/
|
||||||
|
/** @defgroup SYSTEM_LL_Exported_Constants SYSTEM Exported Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup SYSTEM_LL_EC_REMAP SYSCFG REMAP
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_SYSCFG_REMAP_FLASH 0x00000000U /*!< Main Flash memory mapped at 0x00000000 */
|
||||||
|
#define LL_SYSCFG_REMAP_SYSTEMFLASH SYSCFG_CFGR1_MEM_MODE_0 /*!< System Flash memory mapped at 0x00000000 */
|
||||||
|
#define LL_SYSCFG_REMAP_SRAM (SYSCFG_CFGR1_MEM_MODE_1 | SYSCFG_CFGR1_MEM_MODE_0) /*!< Embedded SRAM mapped at 0x00000000 */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup SYSTEM_LL_EC_I2C_ANF I2C ANALOG FILTER ENABLE CONTORL
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#if defined(SYSCFG_CFGR1_I2C_PA2_ANF)
|
||||||
|
#define LL_SYSCFG_I2C_ANF_PA2 SYSCFG_CFGR1_I2C_PA2_ANF
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR1_I2C_PA3_ANF)
|
||||||
|
#define LL_SYSCFG_I2C_ANF_PA3 SYSCFG_CFGR1_I2C_PA3_ANF
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR1_I2C_PA7_ANF)
|
||||||
|
#define LL_SYSCFG_I2C_ANF_PA7 SYSCFG_CFGR1_I2C_PA7_ANF
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR1_I2C_PA8_ANF)
|
||||||
|
#define LL_SYSCFG_I2C_ANF_PA8 SYSCFG_CFGR1_I2C_PA8_ANF
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR1_I2C_PA9_ANF)
|
||||||
|
#define LL_SYSCFG_I2C_ANF_PA9 SYSCFG_CFGR1_I2C_PA9_ANF
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR1_I2C_PA10_ANF)
|
||||||
|
#define LL_SYSCFG_I2C_ANF_PA10 SYSCFG_CFGR1_I2C_PA10_ANF
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR1_I2C_PA11_ANF)
|
||||||
|
#define LL_SYSCFG_I2C_ANF_PA11 SYSCFG_CFGR1_I2C_PA11_ANF
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR1_I2C_PA12_ANF)
|
||||||
|
#define LL_SYSCFG_I2C_ANF_PA12 SYSCFG_CFGR1_I2C_PA12_ANF
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR1_I2C_PB6_ANF)
|
||||||
|
#define LL_SYSCFG_I2C_ANF_PB6 SYSCFG_CFGR1_I2C_PB6_ANF
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR1_I2C_PB7_ANF)
|
||||||
|
#define LL_SYSCFG_I2C_ANF_PB7 SYSCFG_CFGR1_I2C_PB7_ANF
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR1_I2C_PB8_ANF)
|
||||||
|
#define LL_SYSCFG_I2C_ANF_PB8 SYSCFG_CFGR1_I2C_PB8_ANF
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR1_I2C_PF0_ANF)
|
||||||
|
#define LL_SYSCFG_I2C_ANF_PF0 SYSCFG_CFGR1_I2C_PF0_ANF
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR1_I2C_PF1_ANF)
|
||||||
|
#define LL_SYSCFG_I2C_ANF_PF1 SYSCFG_CFGR1_I2C_PF1_ANF
|
||||||
|
#endif
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup SYSTEM_LL_EC_TIMBREAK TIMER BREAK INPUT
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#if defined(SYSCFG_CFGR2_LOCKUP_LOCK)
|
||||||
|
#define LL_SYSCFG_TIMBREAK_LOCKUP_TO_ALL SYSCFG_CFGR2_LOCKUP_LOCK
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR2_PVD_LOCK)
|
||||||
|
#define LL_SYSCFG_TIMBREAK_PVD_TO_ALL SYSCFG_CFGR2_PVD_LOCK
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR2_COMP1_BRK_TIM1)
|
||||||
|
#define LL_SYSCFG_TIMBREAK_COMP1_TO_TIM1 SYSCFG_CFGR2_COMP1_BRK_TIM1
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR2_COMP2_BRK_TIM1)
|
||||||
|
#define LL_SYSCFG_TIMBREAK_COMP2_TO_TIM1 SYSCFG_CFGR2_COMP2_BRK_TIM1
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR2_COMP1_BRK_TIM16)
|
||||||
|
#define LL_SYSCFG_TIMBREAK_COMP1_TO_TIM16 SYSCFG_CFGR2_COMP1_BRK_TIM16
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR2_COMP2_BRK_TIM16)
|
||||||
|
#define LL_SYSCFG_TIMBREAK_COMP2_TO_TIM16 SYSCFG_CFGR2_COMP2_BRK_TIM16
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR2_COMP1_BRK_TIM17)
|
||||||
|
#define LL_SYSCFG_TIMBREAK_COMP1_TO_TIM17 SYSCFG_CFGR2_COMP1_BRK_TIM17
|
||||||
|
#endif
|
||||||
|
#if defined(SYSCFG_CFGR2_COMP2_BRK_TIM17)
|
||||||
|
#define LL_SYSCFG_TIMBREAK_COMP2_TO_TIM17 SYSCFG_CFGR2_COMP2_BRK_TIM17
|
||||||
|
#endif
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup SYSTEM_LL_EC_ETR_SRC ETR SOURCE
|
||||||
|
*/
|
||||||
|
#define LL_SYSCFG_ETR_SRC_TIM1_GPIO 0x00000000U
|
||||||
|
#if defined(COMP1)
|
||||||
|
#define LL_SYSCFG_ETR_SRC_TIM1_COMP1 SYSCFG_CFGR2_ETR_SRC_TIM1_0
|
||||||
|
#endif
|
||||||
|
#if defined(COMP2)
|
||||||
|
#define LL_SYSCFG_ETR_SRC_TIM1_COMP2 SYSCFG_CFGR2_ETR_SRC_TIM1_1
|
||||||
|
#endif
|
||||||
|
#define LL_SYSCFG_ETR_SRC_TIM1_ADC (SYSCFG_CFGR2_ETR_SRC_TIM1_1 | SYSCFG_CFGR2_ETR_SRC_TIM1_0)
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if (defined(DMA) || defined(DMA1))
|
||||||
|
/** @defgroup SYSTEM_LL_EC_DMA_MAP DMA MAP
|
||||||
|
*/
|
||||||
|
#define LL_SYSCFG_DMA_MAP_ADC 0x00000000U
|
||||||
|
#define LL_SYSCFG_DMA_MAP_SPI1_TX SYSCFG_CFGR3_DMA1_MAP_0
|
||||||
|
#define LL_SYSCFG_DMA_MAP_SPI1_RX SYSCFG_CFGR3_DMA1_MAP_1
|
||||||
|
#define LL_SYSCFG_DMA_MAP_SPI2_TX (SYSCFG_CFGR3_DMA1_MAP_1 | SYSCFG_CFGR3_DMA1_MAP_0)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_SPI2_RX SYSCFG_CFGR3_DMA1_MAP_2
|
||||||
|
#define LL_SYSCFG_DMA_MAP_USART1_TX (SYSCFG_CFGR3_DMA1_MAP_2 | SYSCFG_CFGR3_DMA1_MAP_0)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_USART1_RX (SYSCFG_CFGR3_DMA1_MAP_2 | SYSCFG_CFGR3_DMA1_MAP_1)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_USART2_TX (SYSCFG_CFGR3_DMA1_MAP_2 | SYSCFG_CFGR3_DMA1_MAP_1 | SYSCFG_CFGR3_DMA1_MAP_0)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_USART2_RX SYSCFG_CFGR3_DMA1_MAP_3
|
||||||
|
#define LL_SYSCFG_DMA_MAP_I2C_TX (SYSCFG_CFGR3_DMA1_MAP_3 | SYSCFG_CFGR3_DMA1_MAP_0)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_I2C_RX (SYSCFG_CFGR3_DMA1_MAP_3 | SYSCFG_CFGR3_DMA1_MAP_1)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_TIM1_CH1 (SYSCFG_CFGR3_DMA1_MAP_3 | SYSCFG_CFGR3_DMA1_MAP_1 | SYSCFG_CFGR3_DMA1_MAP_0)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_TIM1_CH2 (SYSCFG_CFGR3_DMA1_MAP_3 | SYSCFG_CFGR3_DMA1_MAP_2)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_TIM1_CH3 (SYSCFG_CFGR3_DMA1_MAP_3 | SYSCFG_CFGR3_DMA1_MAP_2 | SYSCFG_CFGR3_DMA1_MAP_0)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_TIM1_CH4 (SYSCFG_CFGR3_DMA1_MAP_3 | SYSCFG_CFGR3_DMA1_MAP_2 | SYSCFG_CFGR3_DMA1_MAP_1)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_TIM1_COM (SYSCFG_CFGR3_DMA1_MAP_3 | SYSCFG_CFGR3_DMA1_MAP_2 | SYSCFG_CFGR3_DMA1_MAP_1 | SYSCFG_CFGR3_DMA1_MAP_0)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_TIM1_UP SYSCFG_CFGR3_DMA1_MAP_4
|
||||||
|
#define LL_SYSCFG_DMA_MAP_TIM1_TRIG (SYSCFG_CFGR3_DMA1_MAP_4 | SYSCFG_CFGR3_DMA1_MAP_0)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_TIM3_CH1 (SYSCFG_CFGR3_DMA1_MAP_4 | SYSCFG_CFGR3_DMA1_MAP_1)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_TIM3_CH3 (SYSCFG_CFGR3_DMA1_MAP_4 | SYSCFG_CFGR3_DMA1_MAP_1 | SYSCFG_CFGR3_DMA1_MAP_0)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_TIM3_CH4 (SYSCFG_CFGR3_DMA1_MAP_4 | SYSCFG_CFGR3_DMA1_MAP_2)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_TIM3_TRG (SYSCFG_CFGR3_DMA1_MAP_4 | SYSCFG_CFGR3_DMA1_MAP_2 | SYSCFG_CFGR3_DMA1_MAP_0)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_TIM3_UP (SYSCFG_CFGR3_DMA1_MAP_4 | SYSCFG_CFGR3_DMA1_MAP_2 | SYSCFG_CFGR3_DMA1_MAP_1)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_TIM16_CH1 (SYSCFG_CFGR3_DMA1_MAP_4 | SYSCFG_CFGR3_DMA1_MAP_3)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_TIM16_UP (SYSCFG_CFGR3_DMA1_MAP_4 | SYSCFG_CFGR3_DMA1_MAP_3 | SYSCFG_CFGR3_DMA1_MAP_0)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_TIM17_CH1 (SYSCFG_CFGR3_DMA1_MAP_4 | SYSCFG_CFGR3_DMA1_MAP_3 | SYSCFG_CFGR3_DMA1_MAP_1)
|
||||||
|
#define LL_SYSCFG_DMA_MAP_TIM17_UP (SYSCFG_CFGR3_DMA1_MAP_4 | SYSCFG_CFGR3_DMA1_MAP_3 | SYSCFG_CFGR3_DMA1_MAP_1 | SYSCFG_CFGR3_DMA1_MAP_0)
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup SYSTEM_LL_EC_DMA_ACKLVL DMA SPEED ENABLE
|
||||||
|
*/
|
||||||
|
#define LL_SYSCFG_DMA_ACKLVL_NORM 0x00000000U
|
||||||
|
#define LL_SYSCFG_DMA_ACKLVL_FAST SYSCFG_CFGR3_DMA1_ACKLVL
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup SYSTEM_LL_EC_DMA_CHNNEL_SHIFT DMA CHNNEL SHIFT ADDRESS
|
||||||
|
*/
|
||||||
|
#define LL_SYSCFG_DMA_CH2_SHIFT (8U)
|
||||||
|
#define LL_SYSCFG_DMA_CH3_SHIFT (16U)
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/** @defgroup SYSTEM_LL_EC_LATENCY FLASH LATENCY
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_FLASH_LATENCY_0 0x00000000U /*!< FLASH Zero Latency cycle */
|
||||||
|
#define LL_FLASH_LATENCY_1 FLASH_ACR_LATENCY /*!< FLASH One Latency cycle */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/** @defgroup SYSTEM_LL_EC_APB1_GRP1_STOP_IP DBGMCU APB1 GRP1 STOP IP
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#if defined(DBGMCU_APB_FZ1_DBG_TIM3_STOP)
|
||||||
|
#define LL_DBGMCU_APB1_GRP1_TIM3_STOP DBGMCU_APB_FZ1_DBG_TIM3_STOP /*!< TIM3 counter stopped when core is halted */
|
||||||
|
#endif
|
||||||
|
#if defined(DBGMCU_APB_FZ1_DBG_RTC_STOP)
|
||||||
|
#define LL_DBGMCU_APB1_GRP1_RTC_STOP DBGMCU_APB_FZ1_DBG_RTC_STOP /*!< RTC Calendar frozen when core is halted */
|
||||||
|
#endif
|
||||||
|
#if defined(DBGMCU_APB_FZ1_DBG_WWDG_STOP)
|
||||||
|
#define LL_DBGMCU_APB1_GRP1_WWDG_STOP DBGMCU_APB_FZ1_DBG_WWDG_STOP /*!< Debug Window Watchdog stopped when Core is halted */
|
||||||
|
#endif
|
||||||
|
#if defined(DBGMCU_APB_FZ1_DBG_IWDG_STOP)
|
||||||
|
#define LL_DBGMCU_APB1_GRP1_IWDG_STOP DBGMCU_APB_FZ1_DBG_IWDG_STOP /*!< Debug Independent Watchdog stopped when Core is halted */
|
||||||
|
#endif
|
||||||
|
#if defined(DBGMCU_APB_FZ1_DBG_LPTIM_STOP)
|
||||||
|
#define LL_DBGMCU_APB1_GRP1_LPTIM1_STOP DBGMCU_APB_FZ1_DBG_LPTIM_STOP /*!< LPTIM1 counter stopped when Core is halted */
|
||||||
|
#endif
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup SYSTEM_LL_EC_APB2_GRP1_STOP_IP DBGMCU APB2 GRP1 STOP IP
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#if defined(DBGMCU_APB_FZ2_DBG_TIM1_STOP)
|
||||||
|
#define LL_DBGMCU_APB1_GRP2_TIM1_STOP DBGMCU_APB_FZ2_DBG_TIM1_STOP /*!< TIM1 counter stopped when core is halted */
|
||||||
|
#endif
|
||||||
|
#if defined(DBGMCU_APB_FZ2_DBG_TIM14_STOP)
|
||||||
|
#define LL_DBGMCU_APB1_GRP2_TIM14_STOP DBGMCU_APB_FZ2_DBG_TIM14_STOP /*!< TIM14 counter stopped when core is halted */
|
||||||
|
#endif
|
||||||
|
#if defined(DBGMCU_APB_FZ2_DBG_TIM16_STOP)
|
||||||
|
#define LL_DBGMCU_APB1_GRP2_TIM16_STOP DBGMCU_APB_FZ2_DBG_TIM16_STOP /*!< TIM16 counter stopped when core is halted */
|
||||||
|
#endif
|
||||||
|
#if defined(DBGMCU_APB_FZ2_DBG_TIM17_STOP)
|
||||||
|
#define LL_DBGMCU_APB1_GRP2_TIM17_STOP DBGMCU_APB_FZ2_DBG_TIM17_STOP /*!< TIM17 counter stopped when core is halted */
|
||||||
|
#endif
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported macro ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @defgroup SYSTEM_LL_Exported_Functions SYSTEM Exported Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup SYSTEM_LL_EF_SYSCFG SYSCFG
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set memory mapping at address 0x00000000
|
||||||
|
* @rmtoll SYSCFG_CFGR1 MEM_MODE LL_SYSCFG_SetRemapMemory
|
||||||
|
* @param Memory This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_REMAP_FLASH
|
||||||
|
* @arg @ref LL_SYSCFG_REMAP_SYSTEMFLASH
|
||||||
|
* @arg @ref LL_SYSCFG_REMAP_SRAM
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_SYSCFG_SetRemapMemory(uint32_t Memory)
|
||||||
|
{
|
||||||
|
MODIFY_REG(SYSCFG->CFGR1, SYSCFG_CFGR1_MEM_MODE, Memory);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get memory mapping at address 0x00000000
|
||||||
|
* @rmtoll SYSCFG_CFGR1 MEM_MODE LL_SYSCFG_GetRemapMemory
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_REMAP_FLASH
|
||||||
|
* @arg @ref LL_SYSCFG_REMAP_SYSTEMFLASH
|
||||||
|
* @arg @ref LL_SYSCFG_REMAP_SRAM
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_SYSCFG_GetRemapMemory(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_MEM_MODE));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable analog filtering of I2C related IO
|
||||||
|
* @note Depending on devices and packages, some IOs may not be available.
|
||||||
|
* Refer to device datasheet for IOs availability.
|
||||||
|
* @param I2CAnalogFilter This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA2
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA3
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA7
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA8
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA9
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA10
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA11
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA12
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PB6
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PB7
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PB8
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PF0
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PF1
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_SYSCFG_EnableI2CAnalogFilter(uint32_t I2CAnalogFilter)
|
||||||
|
{
|
||||||
|
SET_BIT(SYSCFG->CFGR1, I2CAnalogFilter);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable analog filtering of I2C related IO
|
||||||
|
* @note Depending on devices and packages, some IOs may not be available.
|
||||||
|
* Refer to device datasheet for IOs availability.
|
||||||
|
* @param I2CAnalogFilter This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA2
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA3
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA7
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA8
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA9
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA10
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA11
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA12
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PB6
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PB7
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PB8
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PF0
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PF1
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_SYSCFG_DisableI2CAnalogFilter(uint32_t I2CAnalogFilter)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(SYSCFG->CFGR1, I2CAnalogFilter);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Indicate if enable analog filtering of I2C related IO
|
||||||
|
* @note Depending on devices and packages, some IOs may not be available.
|
||||||
|
* Refer to device datasheet for IOs availability.
|
||||||
|
* @param I2CAnalogFilter This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA2
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA3
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA7
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA8
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA9
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA10
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA11
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PA12
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PB6
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PB7
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PB8
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PF0
|
||||||
|
* @arg @ref LL_SYSCFG_I2C_ANF_PF1
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_SYSCFG_IsEnabledI2CAnalogFilter(uint32_t I2CAnalogFilter)
|
||||||
|
{
|
||||||
|
return ((READ_BIT(SYSCFG->CFGR1, I2CAnalogFilter) == (I2CAnalogFilter)) ? 1UL : 0UL);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables COMPx as TIMx break input
|
||||||
|
* @note Depending on devices and packages, some Peripherals may not be available.
|
||||||
|
* Refer to device datasheet for Peripherals availability.
|
||||||
|
* @param TIMBreakInputs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_LOCKUP_TO_ALL
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_PVD_TO_ALL
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_COMP1_TO_TIM1
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_COMP2_TO_TIM1
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_COMP1_TO_TIM16
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_COMP2_TO_TIM16
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_COMP1_TO_TIM17
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_COMP2_TO_TIM17
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_SYSCFG_EnableTIMBreakInputs(uint32_t TIMBreakInputs)
|
||||||
|
{
|
||||||
|
SET_BIT(SYSCFG->CFGR2, TIMBreakInputs);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disables COMPx as TIMx break input
|
||||||
|
* @note Depending on devices and packages, some Peripherals may not be available.
|
||||||
|
* Refer to device datasheet for Peripherals availability.
|
||||||
|
* @param TIMBreakInputs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_LOCKUP_TO_ALL
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_PVD_TO_ALL
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_COMP1_TO_TIM1
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_COMP2_TO_TIM1
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_COMP1_TO_TIM16
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_COMP2_TO_TIM16
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_COMP1_TO_TIM17
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_COMP2_TO_TIM17
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_SYSCFG_DisableTIMBreakInputs(uint32_t TIMBreakInputs)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(SYSCFG->CFGR2, TIMBreakInputs);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Indicate if COMPx as TIMx break input
|
||||||
|
* @note Depending on devices and packages, some Peripherals may not be available.
|
||||||
|
* Refer to device datasheet for Peripherals availability.
|
||||||
|
* @param TIMBreakInputs This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_LOCKUP_TO_ALL
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_PVD_TO_ALL
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_COMP1_TO_TIM1
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_COMP2_TO_TIM1
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_COMP1_TO_TIM16
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_COMP2_TO_TIM16
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_COMP1_TO_TIM17
|
||||||
|
* @arg @ref LL_SYSCFG_TIMBREAK_COMP2_TO_TIM17
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_SYSCFG_IsEnabledTIMBreakInputs(uint32_t TIMBreakInputs)
|
||||||
|
{
|
||||||
|
return ((READ_BIT(SYSCFG->CFGR2, TIMBreakInputs) == (TIMBreakInputs)) ? 1UL : 0UL);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the TIMER1 ETR input source
|
||||||
|
* @note Depending on devices and packages, some Peripherals may not be available.
|
||||||
|
* Refer to device datasheet for Peripherals availability.
|
||||||
|
* @param source This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_ETR_SRC_TIM1_GPIO
|
||||||
|
* @arg @ref LL_SYSCFG_ETR_SRC_TIM1_COMP1
|
||||||
|
* @arg @ref LL_SYSCFG_ETR_SRC_TIM1_COMP2
|
||||||
|
* @arg @ref LL_SYSCFG_ETR_SRC_TIM1_ADC
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_SYSCFG_SetTIM1ETRSource(uint32_t source)
|
||||||
|
{
|
||||||
|
MODIFY_REG(SYSCFG->CFGR2, SYSCFG_CFGR2_ETR_SRC_TIM1, source);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the TIMER1 ETR input source
|
||||||
|
* @note Depending on devices and packages, some Peripherals may not be available.
|
||||||
|
* Refer to device datasheet for Peripherals availability.
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_ETR_SRC_TIM1_GPIO
|
||||||
|
* @arg @ref LL_SYSCFG_ETR_SRC_TIM1_COMP1
|
||||||
|
* @arg @ref LL_SYSCFG_ETR_SRC_TIM1_COMP2
|
||||||
|
* @arg @ref LL_SYSCFG_ETR_SRC_TIM1_ADC
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_SYSCFG_GetTIM1ETRSource(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(SYSCFG->CFGR2, SYSCFG_CFGR2_ETR_SRC_TIM1));
|
||||||
|
}
|
||||||
|
|
||||||
|
#if (defined(DMA) || defined(DMA1))
|
||||||
|
/**
|
||||||
|
* @brief Set the request image for DMA channel 1
|
||||||
|
* @param Requset This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_ADC
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI1_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI1_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI2_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI2_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART1_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART1_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART2_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART2_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_I2C_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_I2C_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH2
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH3
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH4
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_COM
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_UP
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_TRIG
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_CH3
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_CH4
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_TRG
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_UP
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM16_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM16_UP
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM17_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM17_UP
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_SYSCFG_SetDMARemap_CH1(uint32_t Requset)
|
||||||
|
{
|
||||||
|
MODIFY_REG(SYSCFG->CFGR3, SYSCFG_CFGR3_DMA1_MAP_Msk, Requset);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Gett the request image for DMA channel 1
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_ADC
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI1_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI1_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI2_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI2_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART1_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART1_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART2_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART2_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_I2C_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_I2C_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH2
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH3
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH4
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_COM
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_UP
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_TRIG
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_CH3
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_CH4
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_TRG
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_UP
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM16_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM16_UP
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM17_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM17_UP
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_SYSCFG_GetDMARemap_CH1(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(SYSCFG->CFGR3, SYSCFG_CFGR3_DMA1_MAP_Msk));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the response speed of DMA channel 1
|
||||||
|
* @param Requset This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_ACKLVL_NORM
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_ACKLVL_FAST
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_SYSCFG_SetDMAResponseSpeed_CH1(uint32_t ResponseSpeed)
|
||||||
|
{
|
||||||
|
MODIFY_REG(SYSCFG->CFGR3, SYSCFG_CFGR3_DMA1_ACKLVL, ResponseSpeed);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the response speed of DMA channel 1
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_ACKLVL_NORM
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_ACKLVL_FAST
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_SYSCFG_GetDMAResponseSpeed_CH1(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(SYSCFG->CFGR3, SYSCFG_CFGR3_DMA1_ACKLVL));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the request image for DMA channel 2
|
||||||
|
* @param Requset This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_ADC
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI1_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI1_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI2_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI2_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART1_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART1_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART2_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART2_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_I2C_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_I2C_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH2
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH3
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH4
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_COM
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_UP
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_TRIG
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_CH3
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_CH4
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_TRG
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_UP
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM16_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM16_UP
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM17_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM17_UP
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_SYSCFG_SetDMARemap_CH2(uint32_t Requset)
|
||||||
|
{
|
||||||
|
MODIFY_REG(SYSCFG->CFGR3, SYSCFG_CFGR3_DMA2_MAP_Msk, (Requset << LL_SYSCFG_DMA_CH2_SHIFT));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Gett the request image for DMA channel 2
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_ADC
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI1_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI1_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI2_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI2_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART1_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART1_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART2_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART2_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_I2C_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_I2C_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH2
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH3
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH4
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_COM
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_UP
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_TRIG
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_CH3
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_CH4
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_TRG
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_UP
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM16_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM16_UP
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM17_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM17_UP
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_SYSCFG_GetDMARemap_CH2(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)((READ_BIT(SYSCFG->CFGR3, SYSCFG_CFGR3_DMA2_MAP_Msk)) >> LL_SYSCFG_DMA_CH2_SHIFT);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the response speed of DMA channel 2
|
||||||
|
* @param Requset This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_ACKLVL_NORM
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_ACKLVL_FAST
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_SYSCFG_SetDMAResponseSpeed_CH2(uint32_t ResponseSpeed)
|
||||||
|
{
|
||||||
|
MODIFY_REG(SYSCFG->CFGR3, SYSCFG_CFGR3_DMA2_ACKLVL, (ResponseSpeed << LL_SYSCFG_DMA_CH2_SHIFT));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the response speed of DMA channel 2
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_ACKLVL_NORM
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_ACKLVL_FAST
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_SYSCFG_GetDMAResponseSpeed_CH2(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)((READ_BIT(SYSCFG->CFGR3, SYSCFG_CFGR3_DMA2_ACKLVL)) >> LL_SYSCFG_DMA_CH2_SHIFT);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the request image for DMA channel 3
|
||||||
|
* @param Requset This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_ADC
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI1_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI1_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI2_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI2_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART1_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART1_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART2_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART2_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_I2C_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_I2C_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH2
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH3
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH4
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_COM
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_UP
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_TRIG
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_CH3
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_CH4
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_TRG
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_UP
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM16_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM16_UP
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM17_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM17_UP
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_SYSCFG_SetDMARemap_CH3(uint32_t Requset)
|
||||||
|
{
|
||||||
|
MODIFY_REG(SYSCFG->CFGR3, SYSCFG_CFGR3_DMA3_MAP_Msk, (Requset << LL_SYSCFG_DMA_CH3_SHIFT));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Gett the request image for DMA channel 3
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_ADC
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI1_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI1_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI2_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_SPI2_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART1_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART1_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART2_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_USART2_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_I2C_TX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_I2C_RX
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH2
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH3
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_CH4
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_COM
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_UP
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM1_TRIG
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_CH3
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_CH4
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_TRG
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM3_UP
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM16_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM16_UP
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM17_CH1
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_MAP_TIM17_UP
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_SYSCFG_GetDMARemap_CH3(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)((READ_BIT(SYSCFG->CFGR3, SYSCFG_CFGR3_DMA3_MAP_Msk)) >> LL_SYSCFG_DMA_CH3_SHIFT);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the response speed of DMA channel 3
|
||||||
|
* @param Requset This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_ACKLVL_NORM
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_ACKLVL_FAST
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_SYSCFG_SetDMAResponseSpeed_CH3(uint32_t ResponseSpeed)
|
||||||
|
{
|
||||||
|
MODIFY_REG(SYSCFG->CFGR3, SYSCFG_CFGR3_DMA3_ACKLVL, (ResponseSpeed << LL_SYSCFG_DMA_CH3_SHIFT));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the response speed of DMA channel 3
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_ACKLVL_NORM
|
||||||
|
* @arg @ref LL_SYSCFG_DMA_ACKLVL_FAST
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_SYSCFG_GetDMAResponseSpeed_CH3(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)((READ_BIT(SYSCFG->CFGR3, SYSCFG_CFGR3_DMA3_ACKLVL)) >> LL_SYSCFG_DMA_CH3_SHIFT);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup SYSTEM_LL_EF_FLASH FLASH
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set FLASH Latency
|
||||||
|
* @rmtoll FLASH_ACR FLASH_ACR_LATENCY LL_FLASH_SetLatency
|
||||||
|
* @param Latency This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_FLASH_LATENCY_0
|
||||||
|
* @arg @ref LL_FLASH_LATENCY_1
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_FLASH_SetLatency(uint32_t Latency)
|
||||||
|
{
|
||||||
|
MODIFY_REG(FLASH->ACR, FLASH_ACR_LATENCY, Latency);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get FLASH Latency
|
||||||
|
* @rmtoll FLASH_ACR FLASH_ACR_LATENCY LL_FLASH_GetLatency
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_FLASH_LATENCY_0
|
||||||
|
* @arg @ref LL_FLASH_LATENCY_1
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_FLASH_GetLatency(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(FLASH->ACR, FLASH_ACR_LATENCY));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Return the device identifier
|
||||||
|
* @retval Values between Min_Data=0x00 and Max_Data=0xFFF
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_DBGMCU_GetDeviceID(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(DBGMCU->IDCODE, DBGMCU_IDCODE_DEV_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Return the device revision identifier
|
||||||
|
* @retval Values between Min_Data=0x00 and Max_Data=0xFFFF
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_DBGMCU_GetRevisionID(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_BIT(DBGMCU->IDCODE, DBGMCU_IDCODE_REV_ID) >> DBGMCU_IDCODE_REV_ID_Pos);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enable the Debug Module during STOP mode
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_DBGMCU_EnableDBGStopMode(void)
|
||||||
|
{
|
||||||
|
SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Disable the Debug Module during STOP mode
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_DBGMCU_DisableDBGStopMode(void)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Indicate if enable the Debug Module during STOP mode
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_DBGMCU_IsEnabledDBGStopMode(void)
|
||||||
|
{
|
||||||
|
return ((READ_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP) == (DBGMCU_CR_DBG_STOP)) ? 1UL : 0UL);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @brief Freeze APB1 peripherals (group1 peripherals)
|
||||||
|
* @note Depending on devices and packages, some Peripherals may not be available.
|
||||||
|
* Refer to device datasheet for Peripherals availability.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP1_TIM3_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP1_RTC_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP1_WWDG_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP1_IWDG_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP1_LPTIM1_STOP
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_DBGMCU_APB1_GRP1_FreezePeriph(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
SET_BIT(DBGMCU->APBFZ1, Periphs);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Unfreeze APB1 peripherals (group1 peripherals)
|
||||||
|
* @note Depending on devices and packages, some Peripherals may not be available.
|
||||||
|
* Refer to device datasheet for Peripherals availability.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP1_TIM3_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP1_RTC_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP1_WWDG_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP1_IWDG_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP1_LPTIM1_STOP
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_DBGMCU_APB1_GRP1_UnFreezePeriph(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(DBGMCU->APBFZ1, Periphs);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Indicate if Freeze APB1 peripherals (group1 peripherals)
|
||||||
|
* @note Depending on devices and packages, some Peripherals may not be available.
|
||||||
|
* Refer to device datasheet for Peripherals availability.
|
||||||
|
* @param Periphs This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP1_TIM3_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP1_RTC_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP1_WWDG_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP1_IWDG_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP1_LPTIM1_STOP
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_DBGMCU_APB1_GRP1_IsFreezePeriph(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
return ((READ_BIT(DBGMCU->APBFZ1, Periphs) == (Periphs)) ? 1UL : 0UL);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Freeze APB1 peripherals(group2 peripherals)
|
||||||
|
* @note Depending on devices and packages, some Peripherals may not be available.
|
||||||
|
* Refer to device datasheet for Peripherals availability.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP2_TIM1_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP2_TIM14_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP2_TIM16_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP2_TIM17_STOP
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_DBGMCU_APB1_GRP2_FreezePeriph(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
SET_BIT(DBGMCU->APBFZ2, Periphs);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Unfreeze APB1 peripherals(group2 peripherals)
|
||||||
|
* @note Depending on devices and packages, some Peripherals may not be available.
|
||||||
|
* Refer to device datasheet for Peripherals availability.
|
||||||
|
* @param Periphs This parameter can be a combination of the following values:
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP2_TIM1_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP2_TIM14_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP2_TIM16_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP2_TIM17_STOP
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_DBGMCU_APB1_GRP2_UnFreezePeriph(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
CLEAR_BIT(DBGMCU->APBFZ2, Periphs);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Indicate if Freeze APB1 peripherals (group2 peripherals)
|
||||||
|
* @note Depending on devices and packages, some Peripherals may not be available.
|
||||||
|
* Refer to device datasheet for Peripherals availability.
|
||||||
|
* @param Periphs This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP2_TIM1_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP2_TIM14_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP2_TIM16_STOP
|
||||||
|
* @arg @ref LL_DBGMCU_APB1_GRP2_TIM17_STOP
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_DBGMCU_APB1_GRP2_IsFreezePeriph(uint32_t Periphs)
|
||||||
|
{
|
||||||
|
return ((READ_BIT(DBGMCU->APBFZ2, Periphs) == (Periphs)) ? 1UL : 0UL);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* defined (FLASH) || defined (SYSCFG) || defined (DBGMCU) */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* PY32F0XX_LL_SYSTEM_H */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,252 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_utils.h
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief Header file of UTILS LL module.
|
||||||
|
@verbatim
|
||||||
|
==============================================================================
|
||||||
|
##### How to use this driver #####
|
||||||
|
==============================================================================
|
||||||
|
[..]
|
||||||
|
The LL UTILS driver contains a set of generic APIs that can be
|
||||||
|
used by user:
|
||||||
|
(+) Device electronic signature
|
||||||
|
(+) Timing functions
|
||||||
|
(+) PLL configuration functions
|
||||||
|
|
||||||
|
@endverbatim
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
||||||
|
#ifndef PY32F0XX_LL_UTILS_H
|
||||||
|
#define PY32F0XX_LL_UTILS_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx.h"
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0XX_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup UTILS_LL UTILS
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/** @defgroup UTILS_LL_Private_Constants UTILS Private Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Max delay can be used in LL_mDelay */
|
||||||
|
#define LL_MAX_DELAY 0xFFFFFFFFU
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Unique device ID register base address
|
||||||
|
*/
|
||||||
|
#define UID_BASE_ADDRESS UID_BASE
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Flash size data register base address
|
||||||
|
*/
|
||||||
|
#define FLASHSIZE_BASE_ADDRESS FLASHSIZE_BASE
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
/** @defgroup UTILS_LL_Private_Macros UTILS Private Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
/* Exported types ------------------------------------------------------------*/
|
||||||
|
/** @defgroup UTILS_LL_ES_INIT UTILS Exported structures
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* @brief UTILS System, AHB and APB1 buses clock configuration structure definition
|
||||||
|
*/
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
uint32_t AHBCLKDivider; /*!< The AHB clock (HCLK) divider. This clock is derived from the system clock (SYSCLK).
|
||||||
|
This parameter can be a value of @ref RCC_LL_EC_SYSCLK_DIV
|
||||||
|
|
||||||
|
This feature can be modified afterwards using unitary function
|
||||||
|
@ref LL_RCC_SetAHBPrescaler(). */
|
||||||
|
|
||||||
|
uint32_t APB1CLKDivider; /*!< The APB1 clock (PCLK1) divider. This clock is derived from the AHB clock (HCLK).
|
||||||
|
This parameter can be a value of @ref RCC_LL_EC_APB1_DIV
|
||||||
|
|
||||||
|
This feature can be modified afterwards using unitary function
|
||||||
|
@ref LL_RCC_SetAPB1Prescaler(). */
|
||||||
|
} LL_UTILS_ClkInitTypeDef;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported constants --------------------------------------------------------*/
|
||||||
|
/** @defgroup UTILS_LL_Exported_Constants UTILS Exported Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup UTILS_EC_HSE_BYPASS HSE Bypass activation
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_UTILS_HSEBYPASS_OFF 0x00000000U /*!< HSE Bypass is not enabled */
|
||||||
|
#define LL_UTILS_HSEBYPASS_ON 0x00000001U /*!< HSE Bypass is enabled */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported macro ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @defgroup UTILS_LL_Exported_Functions UTILS Exported Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup UTILS_EF_DEVICE_ELECTRONIC_SIGNATURE DEVICE ELECTRONIC SIGNATURE
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get Word0 of the unique device identifier (UID based on 96 bits)
|
||||||
|
* @retval UID[31:0]
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_GetUID_Word0(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_REG(*((uint32_t *)UID_BASE_ADDRESS)));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get Word1 of the unique device identifier (UID based on 96 bits)
|
||||||
|
* @retval UID[63:32]
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_GetUID_Word1(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_REG(*((uint32_t *)(UID_BASE_ADDRESS + 4U))));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get Word2 of the unique device identifier (UID based on 96 bits)
|
||||||
|
* @retval UID[95:64]
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_GetUID_Word2(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(READ_REG(*((uint32_t *)(UID_BASE_ADDRESS + 8U))));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get Flash memory size
|
||||||
|
* @retval Flash memory size(Bytes)
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_GetFlashSize(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(FLASH_SIZE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get SRAM memory size
|
||||||
|
* @retval SRAM memory size(Bytes)
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_GetSramSize(void)
|
||||||
|
{
|
||||||
|
return (uint32_t)(SRAM_END - SRAM_BASE + 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup UTILS_LL_EF_DELAY DELAY
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief This function configures the Cortex-M SysTick source of the time base.
|
||||||
|
* @param HCLKFrequency HCLK frequency in Hz (can be calculated thanks to RCC helper macro)
|
||||||
|
* @note When a RTOS is used, it is recommended to avoid changing the SysTick
|
||||||
|
* configuration by calling this function, for a delay use rather osDelay RTOS service.
|
||||||
|
* @param Ticks Number of ticks
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_InitTick(uint32_t HCLKFrequency, uint32_t Ticks)
|
||||||
|
{
|
||||||
|
/* Configure the SysTick to have interrupt in 1ms time base */
|
||||||
|
SysTick->LOAD = (uint32_t)((HCLKFrequency / Ticks) - 1UL); /* set reload register */
|
||||||
|
SysTick->VAL = 0UL; /* Load the SysTick Counter Value */
|
||||||
|
SysTick->CTRL = SysTick_CTRL_CLKSOURCE_Msk |
|
||||||
|
SysTick_CTRL_ENABLE_Msk; /* Enable the Systick Timer */
|
||||||
|
}
|
||||||
|
|
||||||
|
void LL_Init1msTick(uint32_t HCLKFrequency);
|
||||||
|
void LL_mDelay(uint32_t Delay);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup UTILS_EF_SYSTEM SYSTEM
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
void LL_SetSystemCoreClock(uint32_t HCLKFrequency);
|
||||||
|
#if defined(RCC_PLL_SUPPORT)
|
||||||
|
ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct);
|
||||||
|
ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass,
|
||||||
|
LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct);
|
||||||
|
#endif
|
||||||
|
ErrorStatus LL_SetFlashLatency(uint32_t HCLKFrequency);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* PY32F0XX_LL_UTILS_H */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
|
@ -0,0 +1,321 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_wwdg.h
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief Header file of WWDG LL module.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
||||||
|
#ifndef PY32F0XX_LL_WWDG_H
|
||||||
|
#define PY32F0XX_LL_WWDG_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx.h"
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0XX_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined (WWDG)
|
||||||
|
/** @defgroup WWDG_LL WWDG
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
/* Exported types ------------------------------------------------------------*/
|
||||||
|
/* Exported constants --------------------------------------------------------*/
|
||||||
|
/** @defgroup WWDG_LL_Exported_Constants WWDG Exported Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup WWDG_LL_EC_IT IT Defines
|
||||||
|
* @brief IT defines which can be used with LL_WWDG_ReadReg and LL_WWDG_WriteReg functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_WWDG_CFR_EWI WWDG_CFR_EWI
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup WWDG_LL_EC_PRESCALER PRESCALER
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LL_WWDG_PRESCALER_1 0x00000000U /*!< WWDG counter clock = (PCLK1/4096)/1 */
|
||||||
|
#define LL_WWDG_PRESCALER_2 ( WWDG_CFR_WDGTB_0) /*!< WWDG counter clock = (PCLK1/4096)/2 */
|
||||||
|
#define LL_WWDG_PRESCALER_4 (WWDG_CFR_WDGTB_1 ) /*!< WWDG counter clock = (PCLK1/4096)/4 */
|
||||||
|
#define LL_WWDG_PRESCALER_8 (WWDG_CFR_WDGTB_0 | WWDG_CFR_WDGTB_1) /*!< WWDG counter clock = (PCLK1/4096)/8 */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported macro ------------------------------------------------------------*/
|
||||||
|
/** @defgroup WWDG_LL_Exported_Macros WWDG Exported Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/** @defgroup WWDG_LL_EM_WRITE_READ Common Write and read registers macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* @brief Write a value in WWDG register
|
||||||
|
* @param __INSTANCE__ WWDG Instance
|
||||||
|
* @param __REG__ Register to be written
|
||||||
|
* @param __VALUE__ Value to be written in the register
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
#define LL_WWDG_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE__))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Read a value in WWDG register
|
||||||
|
* @param __INSTANCE__ WWDG Instance
|
||||||
|
* @param __REG__ Register to be read
|
||||||
|
* @retval Register value
|
||||||
|
*/
|
||||||
|
#define LL_WWDG_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__)
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @defgroup WWDG_LL_Exported_Functions WWDG Exported Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup WWDG_LL_EF_Configuration Configuration
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* @brief Enable Window Watchdog. The watchdog is always disabled after a reset.
|
||||||
|
* @note It is enabled by setting the WDGA bit in the WWDG_CR register,
|
||||||
|
* then it cannot be disabled again except by a reset.
|
||||||
|
* This bit is set by software and only cleared by hardware after a reset.
|
||||||
|
* When WDGA = 1, the watchdog can generate a reset.
|
||||||
|
* @rmtoll CR WDGA LL_WWDG_Enable
|
||||||
|
* @param WWDGx WWDG Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_WWDG_Enable(WWDG_TypeDef *WWDGx)
|
||||||
|
{
|
||||||
|
SET_BIT(WWDGx->CR, WWDG_CR_WDGA);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Checks if Window Watchdog is enabled
|
||||||
|
* @rmtoll CR WDGA LL_WWDG_IsEnabled
|
||||||
|
* @param WWDGx WWDG Instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_WWDG_IsEnabled(WWDG_TypeDef *WWDGx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(WWDGx->CR, WWDG_CR_WDGA) == (WWDG_CR_WDGA));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the Watchdog counter value to provided value (7-bits T[6:0])
|
||||||
|
* @note When writing to the WWDG_CR register, always write 1 in the MSB b6 to avoid generating an immediate reset
|
||||||
|
* This counter is decremented every (4096 x 2expWDGTB) PCLK cycles
|
||||||
|
* A reset is produced when it rolls over from 0x40 to 0x3F (bit T6 becomes cleared)
|
||||||
|
* Setting the counter lower then 0x40 causes an immediate reset (if WWDG enabled)
|
||||||
|
* @rmtoll CR T LL_WWDG_SetCounter
|
||||||
|
* @param WWDGx WWDG Instance
|
||||||
|
* @param Counter 0..0x7F (7 bit counter value)
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_WWDG_SetCounter(WWDG_TypeDef *WWDGx, uint32_t Counter)
|
||||||
|
{
|
||||||
|
MODIFY_REG(WWDGx->CR, WWDG_CR_T, Counter);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Return current Watchdog Counter Value (7 bits counter value)
|
||||||
|
* @rmtoll CR T LL_WWDG_GetCounter
|
||||||
|
* @param WWDGx WWDG Instance
|
||||||
|
* @retval 7 bit Watchdog Counter value
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_WWDG_GetCounter(WWDG_TypeDef *WWDGx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(WWDGx->CR, WWDG_CR_T));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the time base of the prescaler (WDGTB).
|
||||||
|
* @note Prescaler is used to apply ratio on PCLK clock, so that Watchdog counter
|
||||||
|
* is decremented every (4096 x 2expWDGTB) PCLK cycles
|
||||||
|
* @rmtoll CFR WDGTB LL_WWDG_SetPrescaler
|
||||||
|
* @param WWDGx WWDG Instance
|
||||||
|
* @param Prescaler This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_WWDG_PRESCALER_1
|
||||||
|
* @arg @ref LL_WWDG_PRESCALER_2
|
||||||
|
* @arg @ref LL_WWDG_PRESCALER_4
|
||||||
|
* @arg @ref LL_WWDG_PRESCALER_8
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_WWDG_SetPrescaler(WWDG_TypeDef *WWDGx, uint32_t Prescaler)
|
||||||
|
{
|
||||||
|
MODIFY_REG(WWDGx->CFR, WWDG_CFR_WDGTB, Prescaler);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Return current Watchdog Prescaler Value
|
||||||
|
* @rmtoll CFR WDGTB LL_WWDG_GetPrescaler
|
||||||
|
* @param WWDGx WWDG Instance
|
||||||
|
* @retval Returned value can be one of the following values:
|
||||||
|
* @arg @ref LL_WWDG_PRESCALER_1
|
||||||
|
* @arg @ref LL_WWDG_PRESCALER_2
|
||||||
|
* @arg @ref LL_WWDG_PRESCALER_4
|
||||||
|
* @arg @ref LL_WWDG_PRESCALER_8
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_WWDG_GetPrescaler(WWDG_TypeDef *WWDGx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(WWDGx->CFR, WWDG_CFR_WDGTB));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the Watchdog Window value to be compared to the downcounter (7-bits W[6:0]).
|
||||||
|
* @note This window value defines when write in the WWDG_CR register
|
||||||
|
* to program Watchdog counter is allowed.
|
||||||
|
* Watchdog counter value update must occur only when the counter value
|
||||||
|
* is lower than the Watchdog window register value.
|
||||||
|
* Otherwise, a MCU reset is generated if the 7-bit Watchdog counter value
|
||||||
|
* (in the control register) is refreshed before the downcounter has reached
|
||||||
|
* the watchdog window register value.
|
||||||
|
* Physically is possible to set the Window lower then 0x40 but it is not recommended.
|
||||||
|
* To generate an immediate reset, it is possible to set the Counter lower than 0x40.
|
||||||
|
* @rmtoll CFR W LL_WWDG_SetWindow
|
||||||
|
* @param WWDGx WWDG Instance
|
||||||
|
* @param Window 0x00..0x7F (7 bit Window value)
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_WWDG_SetWindow(WWDG_TypeDef *WWDGx, uint32_t Window)
|
||||||
|
{
|
||||||
|
MODIFY_REG(WWDGx->CFR, WWDG_CFR_W, Window);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Return current Watchdog Window Value (7 bits value)
|
||||||
|
* @rmtoll CFR W LL_WWDG_GetWindow
|
||||||
|
* @param WWDGx WWDG Instance
|
||||||
|
* @retval 7 bit Watchdog Window value
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_WWDG_GetWindow(WWDG_TypeDef *WWDGx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(WWDGx->CFR, WWDG_CFR_W));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup WWDG_LL_EF_FLAG_Management FLAG_Management
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* @brief Indicates if the WWDG Early Wakeup Interrupt Flag is set or not.
|
||||||
|
* @note This bit is set by hardware when the counter has reached the value 0x40.
|
||||||
|
* It must be cleared by software by writing 0.
|
||||||
|
* A write of 1 has no effect. This bit is also set if the interrupt is not enabled.
|
||||||
|
* @rmtoll SR EWIF LL_WWDG_IsActiveFlag_EWKUP
|
||||||
|
* @param WWDGx WWDG Instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_WWDG_IsActiveFlag_EWKUP(WWDG_TypeDef *WWDGx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(WWDGx->SR, WWDG_SR_EWIF) == (WWDG_SR_EWIF));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Clear WWDG Early Wakeup Interrupt Flag (EWIF)
|
||||||
|
* @rmtoll SR EWIF LL_WWDG_ClearFlag_EWKUP
|
||||||
|
* @param WWDGx WWDG Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_WWDG_ClearFlag_EWKUP(WWDG_TypeDef *WWDGx)
|
||||||
|
{
|
||||||
|
WRITE_REG(WWDGx->SR, ~WWDG_SR_EWIF);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @defgroup WWDG_LL_EF_IT_Management IT_Management
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* @brief Enable the Early Wakeup Interrupt.
|
||||||
|
* @note When set, an interrupt occurs whenever the counter reaches value 0x40.
|
||||||
|
* This interrupt is only cleared by hardware after a reset
|
||||||
|
* @rmtoll CFR EWI LL_WWDG_EnableIT_EWKUP
|
||||||
|
* @param WWDGx WWDG Instance
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE void LL_WWDG_EnableIT_EWKUP(WWDG_TypeDef *WWDGx)
|
||||||
|
{
|
||||||
|
SET_BIT(WWDGx->CFR, WWDG_CFR_EWI);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if Early Wakeup Interrupt is enabled
|
||||||
|
* @rmtoll CFR EWI LL_WWDG_IsEnabledIT_EWKUP
|
||||||
|
* @param WWDGx WWDG Instance
|
||||||
|
* @retval State of bit (1 or 0).
|
||||||
|
*/
|
||||||
|
__STATIC_INLINE uint32_t LL_WWDG_IsEnabledIT_EWKUP(WWDG_TypeDef *WWDGx)
|
||||||
|
{
|
||||||
|
return (READ_BIT(WWDGx->CFR, WWDG_CFR_EWI) == (WWDG_CFR_EWI));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* WWDG */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* PY32F0XX_LL_WWDG_H */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"name": "PY32F0xx Low Level Library (LL)",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"keywords": "ll, spl, peripheral",
|
||||||
|
"description": "Low Level Library",
|
||||||
|
"build": {
|
||||||
|
"libArchive": false,
|
||||||
|
"flags": [
|
||||||
|
"-DUSE_FULL_LL_DRIVER",
|
||||||
|
"-Iinc"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,582 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_adc.c
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief ADC LL module driver.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx_ll_adc.h"
|
||||||
|
#include "py32f0xx_ll_bus.h"
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef USE_FULL_ASSERT
|
||||||
|
#include "PY32_assert.h"
|
||||||
|
#else
|
||||||
|
#define assert_param(expr) ((void)0U)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined (ADC1)
|
||||||
|
|
||||||
|
/** @addtogroup ADC_LL ADC
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/** @addtogroup ADC_LL_Private_Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Definitions of ADC hardware constraints delays */
|
||||||
|
/* Note: Only ADC IP HW delays are defined in ADC LL driver driver, */
|
||||||
|
/* not timeout values: */
|
||||||
|
/* Timeout values for ADC operations are dependent to device clock */
|
||||||
|
/* configuration (system clock versus ADC clock), */
|
||||||
|
/* and therefore must be defined in user application. */
|
||||||
|
/* Refer to @ref ADC_LL_EC_HW_DELAYS for description of ADC timeout */
|
||||||
|
/* values definition. */
|
||||||
|
/* Unit: CPU cycles. */
|
||||||
|
#define ADC_CLOCK_RATIO_VS_CPU_HIGHEST ((uint32_t) 512U * 16U * 4U)
|
||||||
|
#define ADC_TIMEOUT_DISABLE_CPU_CYCLES (ADC_CLOCK_RATIO_VS_CPU_HIGHEST * 1U)
|
||||||
|
#define ADC_TIMEOUT_STOP_CONVERSION_CPU_CYCLES (ADC_CLOCK_RATIO_VS_CPU_HIGHEST * 1U)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/** @addtogroup ADC_LL_Private_Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Check of parameters for configuration of ADC hierarchical scope: */
|
||||||
|
/* common to several ADC instances. */
|
||||||
|
/* Check of parameters for configuration of ADC hierarchical scope: */
|
||||||
|
/* ADC instance. */
|
||||||
|
#define IS_LL_ADC_CLOCK(__CLOCK__) \
|
||||||
|
( ((__CLOCK__) == LL_ADC_CLOCK_SYNC_PCLK_DIV64) \
|
||||||
|
|| ((__CLOCK__) == LL_ADC_CLOCK_SYNC_PCLK_DIV32) \
|
||||||
|
|| ((__CLOCK__) == LL_ADC_CLOCK_SYNC_PCLK_DIV16) \
|
||||||
|
|| ((__CLOCK__) == LL_ADC_CLOCK_SYNC_PCLK_DIV8) \
|
||||||
|
|| ((__CLOCK__) == LL_ADC_CLOCK_SYNC_PCLK_DIV4) \
|
||||||
|
|| ((__CLOCK__) == LL_ADC_CLOCK_SYNC_PCLK_DIV2) \
|
||||||
|
|| ((__CLOCK__) == LL_ADC_CLOCK_SYNC_PCLK_DIV1) \
|
||||||
|
|| ((__CLOCK__) == LL_ADC_CLOCK_ASYNC_HSI_DIV64) \
|
||||||
|
|| ((__CLOCK__) == LL_ADC_CLOCK_ASYNC_HSI_DIV32) \
|
||||||
|
|| ((__CLOCK__) == LL_ADC_CLOCK_ASYNC_HSI_DIV16) \
|
||||||
|
|| ((__CLOCK__) == LL_ADC_CLOCK_ASYNC_HSI_DIV8) \
|
||||||
|
|| ((__CLOCK__) == LL_ADC_CLOCK_ASYNC_HSI_DIV4) \
|
||||||
|
|| ((__CLOCK__) == LL_ADC_CLOCK_ASYNC_HSI_DIV2) \
|
||||||
|
|| ((__CLOCK__) == LL_ADC_CLOCK_ASYNC_HSI_DIV1) \
|
||||||
|
)
|
||||||
|
|
||||||
|
#define IS_LL_ADC_RESOLUTION(__RESOLUTION__) \
|
||||||
|
( ((__RESOLUTION__) == LL_ADC_RESOLUTION_12B) \
|
||||||
|
|| ((__RESOLUTION__) == LL_ADC_RESOLUTION_10B) \
|
||||||
|
|| ((__RESOLUTION__) == LL_ADC_RESOLUTION_8B) \
|
||||||
|
|| ((__RESOLUTION__) == LL_ADC_RESOLUTION_6B) \
|
||||||
|
)
|
||||||
|
|
||||||
|
#define IS_LL_ADC_DATA_ALIGN(__DATA_ALIGN__) \
|
||||||
|
( ((__DATA_ALIGN__) == LL_ADC_DATA_ALIGN_RIGHT) \
|
||||||
|
|| ((__DATA_ALIGN__) == LL_ADC_DATA_ALIGN_LEFT) \
|
||||||
|
)
|
||||||
|
|
||||||
|
#define IS_LL_ADC_LOW_POWER(__LOW_POWER__) \
|
||||||
|
( ((__LOW_POWER__) == LL_ADC_LP_MODE_NONE) \
|
||||||
|
|| ((__LOW_POWER__) == LL_ADC_LP_AUTOWAIT) \
|
||||||
|
)
|
||||||
|
|
||||||
|
/* Check of parameters for configuration of ADC hierarchical scope: */
|
||||||
|
/* ADC group regular */
|
||||||
|
#define IS_LL_ADC_REG_TRIG_SOURCE(__REG_TRIG_SOURCE__) \
|
||||||
|
( ((__REG_TRIG_SOURCE__) == LL_ADC_REG_TRIG_SOFTWARE) \
|
||||||
|
|| ((__REG_TRIG_SOURCE__) == LL_ADC_REG_TRIG_EXT_TIM1_TRGO) \
|
||||||
|
|| ((__REG_TRIG_SOURCE__) == LL_ADC_REG_TRIG_EXT_TIM1_CH4) \
|
||||||
|
|| ((__REG_TRIG_SOURCE__) == LL_ADC_REG_TRIG_EXT_TIM3_TRGO) \
|
||||||
|
)
|
||||||
|
|
||||||
|
#define IS_LL_ADC_REG_CONTINUOUS_MODE(__REG_CONTINUOUS_MODE__) \
|
||||||
|
( ((__REG_CONTINUOUS_MODE__) == LL_ADC_REG_CONV_SINGLE) \
|
||||||
|
|| ((__REG_CONTINUOUS_MODE__) == LL_ADC_REG_CONV_CONTINUOUS) \
|
||||||
|
)
|
||||||
|
|
||||||
|
#if (defined(DMA) || defined(DMA1))
|
||||||
|
#define IS_LL_ADC_REG_DMA_TRANSFER(__REG_DMA_TRANSFER__) \
|
||||||
|
( ((__REG_DMA_TRANSFER__) == LL_ADC_REG_DMA_TRANSFER_NONE) \
|
||||||
|
|| ((__REG_DMA_TRANSFER__) == LL_ADC_REG_DMA_TRANSFER_LIMITED) \
|
||||||
|
|| ((__REG_DMA_TRANSFER__) == LL_ADC_REG_DMA_TRANSFER_UNLIMITED) \
|
||||||
|
)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#define IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(__REG_OVR_DATA_BEHAVIOR__) \
|
||||||
|
( ((__REG_OVR_DATA_BEHAVIOR__) == LL_ADC_REG_OVR_DATA_PRESERVED) \
|
||||||
|
|| ((__REG_OVR_DATA_BEHAVIOR__) == LL_ADC_REG_OVR_DATA_OVERWRITTEN) \
|
||||||
|
)
|
||||||
|
|
||||||
|
#define IS_LL_ADC_REG_SEQ_SCAN_DISCONT_MODE(__REG_SEQ_DISCONT_MODE__) \
|
||||||
|
( ((__REG_SEQ_DISCONT_MODE__) == LL_ADC_REG_SEQ_DISCONT_DISABLE) \
|
||||||
|
|| ((__REG_SEQ_DISCONT_MODE__) == LL_ADC_REG_SEQ_DISCONT_1RANK) \
|
||||||
|
)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* Private function prototypes -----------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @addtogroup ADC_LL_Exported_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup ADC_LL_EF_Init
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief De-initialize registers of all ADC instances belonging to
|
||||||
|
* the same ADC common instance to their default reset values.
|
||||||
|
* @note This function is performing a hard reset, using high level
|
||||||
|
* clock source RCC ADC reset.
|
||||||
|
* @param ADCxy_COMMON ADC common instance
|
||||||
|
* (can be set directly from CMSIS definition or by using helper macro @ref __LL_ADC_COMMON_INSTANCE() )
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: ADC common registers are de-initialized
|
||||||
|
* - ERROR: not applicable
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_ADC_CommonDeInit(ADC_Common_TypeDef *ADCxy_COMMON)
|
||||||
|
{
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON));
|
||||||
|
|
||||||
|
/* Force reset of ADC clock (core clock) */
|
||||||
|
LL_APB1_GRP2_ForceReset(LL_APB1_GRP2_PERIPH_ADC1);
|
||||||
|
|
||||||
|
/* Release reset of ADC clock (core clock) */
|
||||||
|
LL_APB1_GRP2_ReleaseReset(LL_APB1_GRP2_PERIPH_ADC1);
|
||||||
|
|
||||||
|
return SUCCESS;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief De-initialize registers of the selected ADC instance
|
||||||
|
* to their default reset values.
|
||||||
|
* @note To reset all ADC instances quickly (perform a hard reset),
|
||||||
|
* use function @ref LL_ADC_CommonDeInit().
|
||||||
|
* @note If this functions returns error status, it means that ADC instance
|
||||||
|
* is in an unknown state.
|
||||||
|
* In this case, perform a hard reset using high level
|
||||||
|
* clock source RCC ADC reset.
|
||||||
|
* Refer to function @ref LL_ADC_CommonDeInit().
|
||||||
|
* @param ADCx ADC instance
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: ADC registers are de-initialized
|
||||||
|
* - ERROR: ADC registers are not de-initialized
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_ADC_DeInit(ADC_TypeDef *ADCx)
|
||||||
|
{
|
||||||
|
ErrorStatus status = SUCCESS;
|
||||||
|
|
||||||
|
__IO uint32_t timeout_cpu_cycles = 0U;
|
||||||
|
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_ADC_ALL_INSTANCE(ADCx));
|
||||||
|
|
||||||
|
/* Disable ADC instance if not already disabled. */
|
||||||
|
if(LL_ADC_IsEnabled(ADCx) == 1U)
|
||||||
|
{
|
||||||
|
/* Set ADC group regular trigger source to SW start to ensure to not */
|
||||||
|
/* have an external trigger event occurring during the conversion stop */
|
||||||
|
/* ADC disable process. */
|
||||||
|
LL_ADC_REG_SetTriggerSource(ADCx, LL_ADC_REG_TRIG_SOFTWARE);
|
||||||
|
|
||||||
|
/* Stop potential ADC conversion on going on ADC group regular. */
|
||||||
|
if(LL_ADC_REG_IsConversionOngoing(ADCx) != 0U)
|
||||||
|
{
|
||||||
|
if(LL_ADC_REG_IsStopConversionOngoing(ADCx) == 0U)
|
||||||
|
{
|
||||||
|
LL_ADC_REG_StopConversion(ADCx);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
(ADCx->CFGR1)|=(0x7<<6);
|
||||||
|
(ADCx->CFGR1)|=(0x3<<10);
|
||||||
|
__disable_irq();
|
||||||
|
LL_ADC_REG_StartConversion(ADCx);
|
||||||
|
LL_ADC_REG_StopConversion(ADCx);
|
||||||
|
__enable_irq();
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Wait for ADC conversions are effectively stopped */
|
||||||
|
timeout_cpu_cycles = ADC_TIMEOUT_STOP_CONVERSION_CPU_CYCLES;
|
||||||
|
while (LL_ADC_REG_IsStopConversionOngoing(ADCx) == 1U)
|
||||||
|
{
|
||||||
|
if(timeout_cpu_cycles-- == 0U)
|
||||||
|
{
|
||||||
|
/* Time-out error */
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Wait for ADC instance is effectively disabled */
|
||||||
|
timeout_cpu_cycles = ADC_TIMEOUT_DISABLE_CPU_CYCLES;
|
||||||
|
while (LL_ADC_IsEnabled(ADCx) == 1U)
|
||||||
|
{
|
||||||
|
if(timeout_cpu_cycles-- == 0U)
|
||||||
|
{
|
||||||
|
/* Time-out error */
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Check whether ADC state is compliant with expected state */
|
||||||
|
if(READ_BIT(ADCx->CR,(ADC_CR_ADSTP | ADC_CR_ADSTART | ADC_CR_ADEN ))== 0U)
|
||||||
|
{
|
||||||
|
/* ========== Reset ADC registers ========== */
|
||||||
|
/* Reset register IER */
|
||||||
|
CLEAR_BIT(ADCx->IER,
|
||||||
|
( LL_ADC_IT_EOC
|
||||||
|
| LL_ADC_IT_EOS
|
||||||
|
| LL_ADC_IT_OVR
|
||||||
|
| LL_ADC_IT_EOSMP
|
||||||
|
| LL_ADC_IT_AWD )
|
||||||
|
);
|
||||||
|
|
||||||
|
/* Reset register ISR */
|
||||||
|
SET_BIT(ADCx->ISR,
|
||||||
|
( LL_ADC_FLAG_EOC
|
||||||
|
| LL_ADC_FLAG_EOS
|
||||||
|
| LL_ADC_FLAG_OVR
|
||||||
|
| LL_ADC_FLAG_EOSMP
|
||||||
|
| LL_ADC_FLAG_AWD )
|
||||||
|
);
|
||||||
|
|
||||||
|
/* Reset register CR */
|
||||||
|
/* Bits ADC_CR_ADCAL, ADC_CR_ADSTP, ADC_CR_ADSTART are in access mode */
|
||||||
|
/* "read-set": no direct reset applicable. */
|
||||||
|
/* No action on register CR */
|
||||||
|
|
||||||
|
/* Reset register CFGR1 */
|
||||||
|
#if (defined(DMA) || defined(DMA1))
|
||||||
|
CLEAR_BIT(ADCx->CFGR1,
|
||||||
|
( ADC_CFGR1_AWDCH | ADC_CFGR1_AWDEN | ADC_CFGR1_AWDSGL | ADC_CFGR1_DISCEN
|
||||||
|
| ADC_CFGR1_WAIT | ADC_CFGR1_CONT | ADC_CFGR1_OVRMOD
|
||||||
|
| ADC_CFGR1_EXTEN | ADC_CFGR1_EXTSEL | ADC_CFGR1_ALIGN | ADC_CFGR1_RESSEL
|
||||||
|
| ADC_CFGR1_SCANDIR | ADC_CFGR1_DMACFG | ADC_CFGR1_DMAEN )
|
||||||
|
);
|
||||||
|
#else
|
||||||
|
CLEAR_BIT(ADCx->CFGR1,
|
||||||
|
( ADC_CFGR1_AWDCH | ADC_CFGR1_AWDEN | ADC_CFGR1_AWDSGL | ADC_CFGR1_DISCEN
|
||||||
|
| ADC_CFGR1_WAIT | ADC_CFGR1_CONT | ADC_CFGR1_OVRMOD
|
||||||
|
| ADC_CFGR1_EXTEN | ADC_CFGR1_EXTSEL | ADC_CFGR1_ALIGN | ADC_CFGR1_RESSEL
|
||||||
|
| ADC_CFGR1_SCANDIR )
|
||||||
|
);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Reset register CFGR2 */
|
||||||
|
/* Note: Update of ADC clock mode is conditioned to ADC state disabled: */
|
||||||
|
/* already done above. */
|
||||||
|
CLEAR_BIT(ADCx->CFGR2, ADC_CFGR2_CKMODE);
|
||||||
|
|
||||||
|
/* Reset register SMPR */
|
||||||
|
CLEAR_BIT(ADCx->SMPR, ADC_SMPR_SMP);
|
||||||
|
|
||||||
|
/* Reset register TR */
|
||||||
|
MODIFY_REG(ADCx->TR, ADC_TR_HT | ADC_TR_LT, ADC_TR_HT);
|
||||||
|
|
||||||
|
/* Reset register CHSELR */
|
||||||
|
|
||||||
|
CLEAR_BIT(ADCx->CHSELR,
|
||||||
|
( ADC_CHSELR_CHSEL12 | ADC_CHSELR_CHSEL11 | ADC_CHSELR_CHSEL9 | ADC_CHSELR_CHSEL8
|
||||||
|
| ADC_CHSELR_CHSEL7 | ADC_CHSELR_CHSEL6 | ADC_CHSELR_CHSEL5 | ADC_CHSELR_CHSEL4
|
||||||
|
| ADC_CHSELR_CHSEL3 | ADC_CHSELR_CHSEL2 | ADC_CHSELR_CHSEL1 | ADC_CHSELR_CHSEL0 )
|
||||||
|
);
|
||||||
|
|
||||||
|
/* Reset register CCR */
|
||||||
|
CLEAR_BIT(__LL_ADC_COMMON_INSTANCE(ADC1)->CCR,ADC_CCR_TSEN | ADC_CCR_VREFEN);
|
||||||
|
|
||||||
|
/* Reset register DR */
|
||||||
|
/* bits in access mode read only, no direct reset applicable */
|
||||||
|
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
/* ADC instance is in an unknown state */
|
||||||
|
/* Need to performing a hard reset of ADC instance, using high level */
|
||||||
|
/* clock source RCC ADC reset. */
|
||||||
|
/* Caution: On this PY32 serie, if several ADC instances are available */
|
||||||
|
/* on the selected device, RCC ADC reset will reset */
|
||||||
|
/* all ADC instances belonging to the common ADC instance. */
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Initialize some features of ADC instance.
|
||||||
|
* @note These parameters have an impact on ADC scope: ADC instance.
|
||||||
|
* Refer to corresponding unitary functions into
|
||||||
|
* @ref ADC_LL_EF_Configuration_ADC_Instance .
|
||||||
|
* @note The setting of these parameters by function @ref LL_ADC_Init()
|
||||||
|
* is conditioned to ADC state:
|
||||||
|
* ADC instance must be disabled.
|
||||||
|
* This condition is applied to all ADC features, for efficiency
|
||||||
|
* and compatibility over all PY32 families. However, the different
|
||||||
|
* features can be set under different ADC state conditions
|
||||||
|
* (setting possible with ADC enabled without conversion on going,
|
||||||
|
* ADC enabled with conversion on going, ...)
|
||||||
|
* Each feature can be updated afterwards with a unitary function
|
||||||
|
* and potentially with ADC in a different state than disabled,
|
||||||
|
* refer to description of each function for setting
|
||||||
|
* conditioned to ADC state.
|
||||||
|
* @note After using this function, some other features must be configured
|
||||||
|
* using LL unitary functions.
|
||||||
|
* The minimum configuration remaining to be done is:
|
||||||
|
* - Set ADC group regular sequencer:
|
||||||
|
* map channel on rank corresponding to channel number.
|
||||||
|
* Refer to function @ref LL_ADC_REG_SetSequencerChannels();
|
||||||
|
* - Set ADC channel sampling time
|
||||||
|
* Refer to function LL_ADC_SetChannelSamplingTime();
|
||||||
|
* @param ADCx ADC instance
|
||||||
|
* @param ADC_InitStruct Pointer to a @ref LL_ADC_REG_InitTypeDef structure
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: ADC registers are initialized
|
||||||
|
* - ERROR: ADC registers are not initialized
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct)
|
||||||
|
{
|
||||||
|
ErrorStatus status = SUCCESS;
|
||||||
|
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_ADC_ALL_INSTANCE(ADCx));
|
||||||
|
|
||||||
|
assert_param(IS_LL_ADC_CLOCK(ADC_InitStruct->Clock));
|
||||||
|
assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution));
|
||||||
|
assert_param(IS_LL_ADC_DATA_ALIGN(ADC_InitStruct->DataAlignment));
|
||||||
|
assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode));
|
||||||
|
|
||||||
|
/* Note: Hardware constraint (refer to description of this function): */
|
||||||
|
/* ADC instance must be disabled. */
|
||||||
|
if(LL_ADC_IsEnabled(ADCx) == 0U)
|
||||||
|
{
|
||||||
|
/* Configuration of ADC hierarchical scope: */
|
||||||
|
/* - ADC instance */
|
||||||
|
/* - Set ADC data resolution */
|
||||||
|
/* - Set ADC conversion data alignment */
|
||||||
|
/* - Set ADC low power mode */
|
||||||
|
MODIFY_REG(ADCx->CFGR1,
|
||||||
|
ADC_CFGR1_RESSEL
|
||||||
|
| ADC_CFGR1_ALIGN
|
||||||
|
| ADC_CFGR1_WAIT
|
||||||
|
,
|
||||||
|
ADC_InitStruct->Resolution
|
||||||
|
| ADC_InitStruct->DataAlignment
|
||||||
|
| ADC_InitStruct->LowPowerMode
|
||||||
|
);
|
||||||
|
|
||||||
|
MODIFY_REG(ADCx->CFGR2,
|
||||||
|
ADC_CFGR2_CKMODE
|
||||||
|
,
|
||||||
|
ADC_InitStruct->Clock
|
||||||
|
);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
/* Initialization error: ADC instance is not disabled. */
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set each @ref LL_ADC_InitTypeDef field to default value.
|
||||||
|
* @param ADC_InitStruct Pointer to a @ref LL_ADC_InitTypeDef structure
|
||||||
|
* whose fields will be set to default values.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct)
|
||||||
|
{
|
||||||
|
/* Set ADC_InitStruct fields to default values */
|
||||||
|
/* Set fields of ADC instance */
|
||||||
|
ADC_InitStruct->Clock = LL_ADC_CLOCK_SYNC_PCLK_DIV2;
|
||||||
|
ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B;
|
||||||
|
ADC_InitStruct->DataAlignment = LL_ADC_DATA_ALIGN_RIGHT;
|
||||||
|
ADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Initialize some features of ADC group regular.
|
||||||
|
* @note These parameters have an impact on ADC scope: ADC group regular.
|
||||||
|
* Refer to corresponding unitary functions into
|
||||||
|
* @ref ADC_LL_EF_Configuration_ADC_Group_Regular
|
||||||
|
* (functions with prefix "REG").
|
||||||
|
* @note The setting of these parameters by function @ref LL_ADC_Init()
|
||||||
|
* is conditioned to ADC state:
|
||||||
|
* ADC instance must be disabled.
|
||||||
|
* This condition is applied to all ADC features, for efficiency
|
||||||
|
* and compatibility over all PY32 families. However, the different
|
||||||
|
* features can be set under different ADC state conditions
|
||||||
|
* (setting possible with ADC enabled without conversion on going,
|
||||||
|
* ADC enabled with conversion on going, ...)
|
||||||
|
* Each feature can be updated afterwards with a unitary function
|
||||||
|
* and potentially with ADC in a different state than disabled,
|
||||||
|
* refer to description of each function for setting
|
||||||
|
* conditioned to ADC state.
|
||||||
|
* @note After using this function, other features must be configured
|
||||||
|
* using LL unitary functions.
|
||||||
|
* The minimum configuration remaining to be done is:
|
||||||
|
* - Set ADC group regular sequencer:
|
||||||
|
* map channel on rank corresponding to channel number.
|
||||||
|
* Refer to function @ref LL_ADC_REG_SetSequencerChannels();
|
||||||
|
* - Set ADC channel sampling time
|
||||||
|
* Refer to function LL_ADC_SetChannelSamplingTime();
|
||||||
|
* @note Depending on devices and packages, DMA may not be available.
|
||||||
|
* Refer to device datasheet for DMA availability.
|
||||||
|
* @param ADCx ADC instance
|
||||||
|
* @param ADC_REG_InitStruct Pointer to a @ref LL_ADC_REG_InitTypeDef structure
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: ADC registers are initialized
|
||||||
|
* - ERROR: ADC registers are not initialized
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_ADC_REG_Init(ADC_TypeDef *ADCx, LL_ADC_REG_InitTypeDef *ADC_REG_InitStruct)
|
||||||
|
{
|
||||||
|
ErrorStatus status = SUCCESS;
|
||||||
|
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_ADC_ALL_INSTANCE(ADCx));
|
||||||
|
assert_param(IS_LL_ADC_REG_TRIG_SOURCE(ADC_REG_InitStruct->TriggerSource));
|
||||||
|
assert_param(IS_LL_ADC_REG_SEQ_SCAN_DISCONT_MODE(ADC_REG_InitStruct->SequencerDiscont));
|
||||||
|
assert_param(IS_LL_ADC_REG_CONTINUOUS_MODE(ADC_REG_InitStruct->ContinuousMode));
|
||||||
|
#if (defined(DMA) || defined(DMA1))
|
||||||
|
assert_param(IS_LL_ADC_REG_DMA_TRANSFER(ADC_REG_InitStruct->DMATransfer));
|
||||||
|
#endif
|
||||||
|
assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(ADC_REG_InitStruct->Overrun));
|
||||||
|
|
||||||
|
/* Note: Hardware constraint (refer to description of this function): */
|
||||||
|
/* ADC instance must be disabled. */
|
||||||
|
if(LL_ADC_IsEnabled(ADCx) == 0U)
|
||||||
|
{
|
||||||
|
/* Configuration of ADC hierarchical scope: */
|
||||||
|
/* - ADC group regular */
|
||||||
|
/* - Set ADC group regular trigger source */
|
||||||
|
/* - Set ADC group regular sequencer discontinuous mode */
|
||||||
|
/* - Set ADC group regular continuous mode */
|
||||||
|
/* - Set ADC group regular conversion data transfer: no transfer or */
|
||||||
|
/* transfer by DMA, and DMA requests mode */
|
||||||
|
/* - Set ADC group regular overrun behavior */
|
||||||
|
/* Note: On this PY32 serie, ADC trigger edge is set to value 0x0 by */
|
||||||
|
/* setting of trigger source to SW start. */
|
||||||
|
|
||||||
|
#if (defined(DMA) || defined(DMA1))
|
||||||
|
MODIFY_REG(ADCx->CFGR1,
|
||||||
|
ADC_CFGR1_EXTSEL
|
||||||
|
| ADC_CFGR1_EXTEN
|
||||||
|
| ADC_CFGR1_DISCEN
|
||||||
|
| ADC_CFGR1_CONT
|
||||||
|
| ADC_CFGR1_DMAEN
|
||||||
|
| ADC_CFGR1_DMACFG
|
||||||
|
| ADC_CFGR1_OVRMOD
|
||||||
|
,
|
||||||
|
ADC_REG_InitStruct->TriggerSource
|
||||||
|
| ADC_REG_InitStruct->SequencerDiscont
|
||||||
|
| ADC_REG_InitStruct->ContinuousMode
|
||||||
|
| ADC_REG_InitStruct->DMATransfer
|
||||||
|
| ADC_REG_InitStruct->Overrun
|
||||||
|
);
|
||||||
|
#else
|
||||||
|
MODIFY_REG(ADCx->CFGR1,
|
||||||
|
ADC_CFGR1_EXTSEL
|
||||||
|
| ADC_CFGR1_EXTEN
|
||||||
|
| ADC_CFGR1_DISCEN
|
||||||
|
| ADC_CFGR1_CONT
|
||||||
|
| ADC_CFGR1_OVRMOD
|
||||||
|
,
|
||||||
|
ADC_REG_InitStruct->TriggerSource
|
||||||
|
| ADC_REG_InitStruct->SequencerDiscont
|
||||||
|
| ADC_REG_InitStruct->ContinuousMode
|
||||||
|
| ADC_REG_InitStruct->Overrun
|
||||||
|
);
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
/* Initialization error: ADC instance is not disabled. */
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set each @ref LL_ADC_REG_InitTypeDef field to default value.
|
||||||
|
* @note Depending on devices and packages, DMA may not be available.
|
||||||
|
* Refer to device datasheet for DMA availability.
|
||||||
|
* @param ADC_REG_InitStruct Pointer to a @ref LL_ADC_REG_InitTypeDef structure
|
||||||
|
* whose fields will be set to default values.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
void LL_ADC_REG_StructInit(LL_ADC_REG_InitTypeDef *ADC_REG_InitStruct)
|
||||||
|
{
|
||||||
|
/* Set ADC_REG_InitStruct fields to default values */
|
||||||
|
/* Set fields of ADC group regular */
|
||||||
|
/* Note: On this PY32 serie, ADC trigger edge is set to value 0x0 by */
|
||||||
|
/* setting of trigger source to SW start. */
|
||||||
|
ADC_REG_InitStruct->TriggerSource = LL_ADC_REG_TRIG_SOFTWARE;
|
||||||
|
ADC_REG_InitStruct->SequencerDiscont = LL_ADC_REG_SEQ_DISCONT_DISABLE;
|
||||||
|
ADC_REG_InitStruct->ContinuousMode = LL_ADC_REG_CONV_SINGLE;
|
||||||
|
#if (defined(DMA) || defined(DMA1))
|
||||||
|
ADC_REG_InitStruct->DMATransfer = LL_ADC_REG_DMA_TRANSFER_NONE;
|
||||||
|
#endif
|
||||||
|
ADC_REG_InitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* ADC1 */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
|
@ -0,0 +1,264 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_comp.c
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief COMP LL module driver.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx_ll_comp.h"
|
||||||
|
#include "py32f0xx_ll_bus.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef USE_FULL_ASSERT
|
||||||
|
#include "py32_assert.h"
|
||||||
|
#else
|
||||||
|
#define assert_param(expr) ((void)0U)
|
||||||
|
#endif /* USE_FULL_ASSERT */
|
||||||
|
|
||||||
|
/** @addtogroup PY320xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined (COMP1) || defined (COMP2)
|
||||||
|
|
||||||
|
/** @addtogroup COMP_LL COMP
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/** @addtogroup COMP_LL_Private_Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Check of parameters for configuration of COMP hierarchical scope: */
|
||||||
|
/* COMP instance. */
|
||||||
|
|
||||||
|
#define IS_LL_COMP_POWER_MODE(__POWER_MODE__) \
|
||||||
|
( ((__POWER_MODE__) == LL_COMP_POWERMODE_HIGHSPEED) \
|
||||||
|
|| ((__POWER_MODE__) == LL_COMP_POWERMODE_MEDIUMSPEED) \
|
||||||
|
)
|
||||||
|
|
||||||
|
/* Note: On this PY32 series, comparator input plus parameters are */
|
||||||
|
/* the same on all COMP instances. */
|
||||||
|
/* However, comparator instance kept as macro parameter for */
|
||||||
|
/* compatibility with other PY32 families. */
|
||||||
|
#define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \
|
||||||
|
( ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \
|
||||||
|
|| ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \
|
||||||
|
|| ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO3) \
|
||||||
|
|| ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO4) \
|
||||||
|
)
|
||||||
|
|
||||||
|
/* Note: On this PY32 series, comparator input minus parameters are */
|
||||||
|
/* the same on all COMP instances. */
|
||||||
|
/* However, comparator instance kept as macro parameter for */
|
||||||
|
/* compatibility with other PY32 families. */
|
||||||
|
#define IS_LL_COMP_INPUT_MINUS(__COMP_INSTANCE__, __INPUT_MINUS__) \
|
||||||
|
( ((__INPUT_MINUS__) == LL_COMP_INPUT_MINUS_1_4VREFINT) \
|
||||||
|
|| ((__INPUT_MINUS__) == LL_COMP_INPUT_MINUS_1_2VREFINT) \
|
||||||
|
|| ((__INPUT_MINUS__) == LL_COMP_INPUT_MINUS_3_4VREFINT) \
|
||||||
|
|| ((__INPUT_MINUS__) == LL_COMP_INPUT_MINUS_VREFINT) \
|
||||||
|
|| ((__INPUT_MINUS__) == LL_COMP_INPUT_MINUS_VCC) \
|
||||||
|
|| ((__INPUT_MINUS__) == LL_COMP_INPUT_MINUS_TS) \
|
||||||
|
|| ((__INPUT_MINUS__) == LL_COMP_INPUT_MINUS_IO1) \
|
||||||
|
|| ((__INPUT_MINUS__) == LL_COMP_INPUT_MINUS_IO2) \
|
||||||
|
|| ((__INPUT_MINUS__) == LL_COMP_INPUT_MINUS_IO3) \
|
||||||
|
)
|
||||||
|
|
||||||
|
#define IS_LL_COMP_INPUT_HYSTERESIS(__INPUT_HYSTERESIS__) \
|
||||||
|
( ((__INPUT_HYSTERESIS__) == LL_COMP_HYSTERESIS_DISABLE) \
|
||||||
|
|| ((__INPUT_HYSTERESIS__) == LL_COMP_HYSTERESIS_ENABLE) \
|
||||||
|
)
|
||||||
|
|
||||||
|
#define IS_LL_COMP_OUTPUT_POLARITY(__POLARITY__) \
|
||||||
|
( ((__POLARITY__) == LL_COMP_OUTPUTPOL_NONINVERTED) \
|
||||||
|
|| ((__POLARITY__) == LL_COMP_OUTPUTPOL_INVERTED) \
|
||||||
|
)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* Private function prototypes -----------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @addtogroup COMP_LL_Exported_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup COMP_LL_EF_Init
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief De-initialize registers of the selected COMP instance
|
||||||
|
* to their default reset values.
|
||||||
|
* @note If comparator is locked, de-initialization by software is
|
||||||
|
* not possible.
|
||||||
|
* The only way to unlock the comparator is a device hardware reset.
|
||||||
|
* @param COMPx COMP instance
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: COMP registers are de-initialized
|
||||||
|
* - ERROR: COMP registers are not de-initialized
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_COMP_DeInit(COMP_TypeDef *COMPx)
|
||||||
|
{
|
||||||
|
ErrorStatus status = SUCCESS;
|
||||||
|
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_COMP_ALL_INSTANCE(COMPx));
|
||||||
|
|
||||||
|
/* Note: Hardware constraint (refer to description of this function): */
|
||||||
|
/* COMP instance must not be locked. */
|
||||||
|
/* Note: If Deint the COMP1, The HYST and SCALER_EN of COMP2 will be cleared together */
|
||||||
|
|
||||||
|
if (LL_COMP_IsLocked(COMPx) == 0U)
|
||||||
|
{
|
||||||
|
LL_COMP_WriteReg(COMPx, CSR, 0x00000000U);
|
||||||
|
LL_COMP_WriteReg(COMPx, FR, 0x00000000U);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
/* Comparator instance is locked: de-initialization by software is */
|
||||||
|
/* not possible. */
|
||||||
|
/* The only way to unlock the comparator is a device hardware reset. */
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Initialize some features of COMP instance.
|
||||||
|
* @note This function configures features of the selected COMP instance.
|
||||||
|
* Some features are also available at scope COMP common instance
|
||||||
|
* (common to several COMP instances).
|
||||||
|
* Refer to functions having argument "COMPxy_COMMON" as parameter.
|
||||||
|
* @param COMPx COMP instance
|
||||||
|
* @param COMP_InitStruct Pointer to a @ref LL_COMP_InitTypeDef structure
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: COMP registers are initialized
|
||||||
|
* - ERROR: COMP registers are not initialized
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_COMP_Init(COMP_TypeDef *COMPx, LL_COMP_InitTypeDef *COMP_InitStruct)
|
||||||
|
{
|
||||||
|
ErrorStatus status = SUCCESS;
|
||||||
|
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_COMP_ALL_INSTANCE(COMPx));
|
||||||
|
assert_param(IS_LL_COMP_POWER_MODE(COMP_InitStruct->PowerMode));
|
||||||
|
assert_param(IS_LL_COMP_INPUT_PLUS(COMPx, COMP_InitStruct->InputPlus));
|
||||||
|
assert_param(IS_LL_COMP_INPUT_MINUS(COMPx, COMP_InitStruct->InputMinus));
|
||||||
|
assert_param(IS_LL_COMP_INPUT_HYSTERESIS(COMP_InitStruct->InputHysteresis));
|
||||||
|
assert_param(IS_LL_COMP_OUTPUT_POLARITY(COMP_InitStruct->OutputPolarity));
|
||||||
|
|
||||||
|
/* Note: Hardware constraint (refer to description of this function) */
|
||||||
|
/* COMP instance must not be locked. */
|
||||||
|
if (LL_COMP_IsLocked(COMPx) == 0U)
|
||||||
|
{
|
||||||
|
/* Configuration of comparator instance : */
|
||||||
|
/* - PowerMode */
|
||||||
|
/* - InputPlus */
|
||||||
|
/* - InputMinus */
|
||||||
|
/* - OutputPolarity */
|
||||||
|
MODIFY_REG(COMPx->CSR,
|
||||||
|
COMP_CSR_PWRMODE
|
||||||
|
| COMP_CSR_INPSEL
|
||||||
|
| COMP_CSR_INMSEL
|
||||||
|
| COMP_CSR_POLARITY
|
||||||
|
,
|
||||||
|
COMP_InitStruct->PowerMode
|
||||||
|
| COMP_InitStruct->InputPlus
|
||||||
|
| COMP_InitStruct->InputMinus
|
||||||
|
| COMP_InitStruct->OutputPolarity
|
||||||
|
);
|
||||||
|
/* Set comparator hysteresis mode */
|
||||||
|
MODIFY_REG(COMP12_COMMON->CSR_ODD, COMP_CSR_HYST,COMP_InitStruct->InputHysteresis);
|
||||||
|
|
||||||
|
/* Set Vrefint Scaler Enable */
|
||||||
|
if ((COMP_InitStruct->InputMinus==LL_COMP_INPUT_MINUS_1_4VREFINT)||(COMP_InitStruct->InputMinus==LL_COMP_INPUT_MINUS_1_2VREFINT)
|
||||||
|
||(COMP_InitStruct->InputMinus==LL_COMP_INPUT_MINUS_3_4VREFINT)||(COMP_InitStruct->InputMinus==LL_COMP_INPUT_MINUS_VREFINT))
|
||||||
|
{
|
||||||
|
SET_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_SCALER_EN);
|
||||||
|
}
|
||||||
|
if (COMP_InitStruct->DigitalFilter == 0)
|
||||||
|
{
|
||||||
|
/* Disable digital filter */
|
||||||
|
CLEAR_BIT(COMPx->FR, COMP_FR_FLTEN);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
WRITE_REG(COMPx->FR, (COMP_FR_FLTEN | (COMP_InitStruct->DigitalFilter << COMP_FR_FLTCNT_Pos)));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
/* Initialization error: COMP instance is locked. */
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set each @ref LL_COMP_InitTypeDef field to default value.
|
||||||
|
* @param COMP_InitStruct Pointer to a @ref LL_COMP_InitTypeDef structure
|
||||||
|
* whose fields will be set to default values.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
void LL_COMP_StructInit(LL_COMP_InitTypeDef *COMP_InitStruct)
|
||||||
|
{
|
||||||
|
/* Set COMP_InitStruct fields to default values */
|
||||||
|
COMP_InitStruct->PowerMode = LL_COMP_POWERMODE_MEDIUMSPEED;
|
||||||
|
COMP_InitStruct->InputPlus = LL_COMP_INPUT_PLUS_IO1;
|
||||||
|
COMP_InitStruct->InputMinus = LL_COMP_INPUT_MINUS_VREFINT;
|
||||||
|
COMP_InitStruct->InputHysteresis = LL_COMP_HYSTERESIS_DISABLE;
|
||||||
|
COMP_InitStruct->OutputPolarity = LL_COMP_OUTPUTPOL_NONINVERTED;
|
||||||
|
COMP_InitStruct->DigitalFilter = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* COMP1 || COMP2 */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
|
@ -0,0 +1,111 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_crc.c
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief CRC LL module driver.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx_ll_crc.h"
|
||||||
|
#include "py32f0xx_ll_bus.h"
|
||||||
|
|
||||||
|
#ifdef USE_FULL_ASSERT
|
||||||
|
#include "py32_assert.h"
|
||||||
|
#else
|
||||||
|
#define assert_param(expr) ((void)0U)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined (CRC)
|
||||||
|
|
||||||
|
/** @addtogroup CRC_LL
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
/* Private function prototypes -----------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @addtogroup CRC_LL_Exported_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup CRC_LL_EF_Init
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief De-initialize CRC registers (Registers restored to their default values).
|
||||||
|
* @param CRCx CRC Instance
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: CRC registers are de-initialized
|
||||||
|
* - ERROR: CRC registers are not de-initialized
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_CRC_DeInit(CRC_TypeDef *CRCx)
|
||||||
|
{
|
||||||
|
ErrorStatus status = SUCCESS;
|
||||||
|
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_CRC_ALL_INSTANCE(CRCx));
|
||||||
|
|
||||||
|
if (CRCx == CRC)
|
||||||
|
{
|
||||||
|
|
||||||
|
/* Reset the CRC calculation unit */
|
||||||
|
LL_CRC_ResetCRCCalculationUnit(CRCx);
|
||||||
|
|
||||||
|
/* Reset IDR register */
|
||||||
|
LL_CRC_Write_IDR(CRCx, 0x00U);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
return (status);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* defined (CRC) */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
||||||
|
|
|
@ -0,0 +1,265 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_dma.c
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief DMA LL module driver.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx_ll_dma.h"
|
||||||
|
#ifdef USE_FULL_ASSERT
|
||||||
|
#include "py32_assert.h"
|
||||||
|
#else
|
||||||
|
#define assert_param(expr) ((void)0U)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined (DMA1)
|
||||||
|
|
||||||
|
/** @defgroup DMA_LL DMA
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
/** @addtogroup DMA_LL_Private_Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define IS_LL_DMA_DIRECTION(__VALUE__) (((__VALUE__) == LL_DMA_DIRECTION_PERIPH_TO_MEMORY) || \
|
||||||
|
((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_PERIPH) || \
|
||||||
|
((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
|
||||||
|
|
||||||
|
#define IS_LL_DMA_MODE(__VALUE__) (((__VALUE__) == LL_DMA_MODE_NORMAL) || \
|
||||||
|
((__VALUE__) == LL_DMA_MODE_CIRCULAR))
|
||||||
|
|
||||||
|
#define IS_LL_DMA_PERIPHINCMODE(__VALUE__) (((__VALUE__) == LL_DMA_PERIPH_INCREMENT) || \
|
||||||
|
((__VALUE__) == LL_DMA_PERIPH_NOINCREMENT))
|
||||||
|
|
||||||
|
#define IS_LL_DMA_MEMORYINCMODE(__VALUE__) (((__VALUE__) == LL_DMA_MEMORY_INCREMENT) || \
|
||||||
|
((__VALUE__) == LL_DMA_MEMORY_NOINCREMENT))
|
||||||
|
|
||||||
|
#define IS_LL_DMA_PERIPHDATASIZE(__VALUE__) (((__VALUE__) == LL_DMA_PDATAALIGN_BYTE) || \
|
||||||
|
((__VALUE__) == LL_DMA_PDATAALIGN_HALFWORD) || \
|
||||||
|
((__VALUE__) == LL_DMA_PDATAALIGN_WORD))
|
||||||
|
|
||||||
|
#define IS_LL_DMA_MEMORYDATASIZE(__VALUE__) (((__VALUE__) == LL_DMA_MDATAALIGN_BYTE) || \
|
||||||
|
((__VALUE__) == LL_DMA_MDATAALIGN_HALFWORD) || \
|
||||||
|
((__VALUE__) == LL_DMA_MDATAALIGN_WORD))
|
||||||
|
|
||||||
|
#define IS_LL_DMA_NBDATA(__VALUE__) ((__VALUE__) <= 0x0000FFFFU)
|
||||||
|
|
||||||
|
#define IS_LL_DMA_PRIORITY(__VALUE__) (((__VALUE__) == LL_DMA_PRIORITY_LOW) || \
|
||||||
|
((__VALUE__) == LL_DMA_PRIORITY_MEDIUM) || \
|
||||||
|
((__VALUE__) == LL_DMA_PRIORITY_HIGH) || \
|
||||||
|
((__VALUE__) == LL_DMA_PRIORITY_VERYHIGH))
|
||||||
|
|
||||||
|
#define IS_LL_DMA_ALL_CHANNEL_INSTANCE(INSTANCE, CHANNEL) ((((INSTANCE) == DMA1) && \
|
||||||
|
(((CHANNEL) == LL_DMA_CHANNEL_1) || \
|
||||||
|
((CHANNEL) == LL_DMA_CHANNEL_2) || \
|
||||||
|
((CHANNEL) == LL_DMA_CHANNEL_3))))
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private function prototypes -----------------------------------------------*/
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @addtogroup DMA_LL_Exported_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup DMA_LL_EF_Init
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief De-initialize the DMA registers to their default reset values.
|
||||||
|
* @param DMAx DMAx Instance
|
||||||
|
* @param Channel This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_DMA_CHANNEL_1
|
||||||
|
* @arg @ref LL_DMA_CHANNEL_2
|
||||||
|
* @arg @ref LL_DMA_CHANNEL_3
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: DMA registers are de-initialized
|
||||||
|
* - ERROR: DMA registers are not de-initialized
|
||||||
|
*/
|
||||||
|
uint32_t LL_DMA_DeInit(DMA_TypeDef *DMAx, uint32_t Channel)
|
||||||
|
{
|
||||||
|
DMA_Channel_TypeDef *tmp = (DMA_Channel_TypeDef *)DMA1_Channel1;
|
||||||
|
ErrorStatus status = SUCCESS;
|
||||||
|
|
||||||
|
/* Check the DMA Instance DMAx and Channel parameters*/
|
||||||
|
assert_param(IS_LL_DMA_ALL_CHANNEL_INSTANCE(DMAx, Channel));
|
||||||
|
|
||||||
|
tmp = (DMA_Channel_TypeDef *)(__LL_DMA_GET_CHANNEL_INSTANCE(DMAx, Channel));
|
||||||
|
|
||||||
|
/* Disable the selected DMAx_Channely */
|
||||||
|
CLEAR_BIT(tmp->CCR, DMA_CCR_EN);
|
||||||
|
|
||||||
|
/* Reset DMAx_Channely control register */
|
||||||
|
LL_DMA_WriteReg(tmp, CCR, 0U);
|
||||||
|
|
||||||
|
/* Reset DMAx_Channely remaining bytes register */
|
||||||
|
LL_DMA_WriteReg(tmp, CNDTR, 0U);
|
||||||
|
|
||||||
|
/* Reset DMAx_Channely peripheral address register */
|
||||||
|
LL_DMA_WriteReg(tmp, CPAR, 0U);
|
||||||
|
|
||||||
|
/* Reset DMAx_Channely memory address register */
|
||||||
|
LL_DMA_WriteReg(tmp, CMAR, 0U);
|
||||||
|
|
||||||
|
if (Channel == LL_DMA_CHANNEL_1)
|
||||||
|
{
|
||||||
|
/* Reset interrupt pending bits for DMAx Channel1 */
|
||||||
|
LL_DMA_ClearFlag_GI1(DMAx);
|
||||||
|
}
|
||||||
|
else if (Channel == LL_DMA_CHANNEL_2)
|
||||||
|
{
|
||||||
|
/* Reset interrupt pending bits for DMAx Channel2 */
|
||||||
|
LL_DMA_ClearFlag_GI2(DMAx);
|
||||||
|
}
|
||||||
|
else if (Channel == LL_DMA_CHANNEL_3)
|
||||||
|
{
|
||||||
|
/* Reset interrupt pending bits for DMAx Channel3 */
|
||||||
|
LL_DMA_ClearFlag_GI3(DMAx);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Initialize the DMA registers according to the specified parameters in DMA_InitStruct.
|
||||||
|
* @note To convert DMAx_Channely Instance to DMAx Instance and Channely, use helper macros :
|
||||||
|
* @arg @ref __LL_DMA_GET_INSTANCE
|
||||||
|
* @arg @ref __LL_DMA_GET_CHANNEL
|
||||||
|
* @param DMAx DMAx Instance
|
||||||
|
* @param Channel This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_DMA_CHANNEL_1
|
||||||
|
* @arg @ref LL_DMA_CHANNEL_2
|
||||||
|
* @arg @ref LL_DMA_CHANNEL_3
|
||||||
|
* @param DMA_InitStruct pointer to a @ref LL_DMA_InitTypeDef structure.
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: DMA registers are initialized
|
||||||
|
* - ERROR: Not applicable
|
||||||
|
*/
|
||||||
|
uint32_t LL_DMA_Init(DMA_TypeDef *DMAx, uint32_t Channel, LL_DMA_InitTypeDef *DMA_InitStruct)
|
||||||
|
{
|
||||||
|
/* Check the DMA Instance DMAx and Channel parameters*/
|
||||||
|
assert_param(IS_LL_DMA_ALL_CHANNEL_INSTANCE(DMAx, Channel));
|
||||||
|
|
||||||
|
/* Check the DMA parameters from DMA_InitStruct */
|
||||||
|
assert_param(IS_LL_DMA_DIRECTION(DMA_InitStruct->Direction));
|
||||||
|
assert_param(IS_LL_DMA_MODE(DMA_InitStruct->Mode));
|
||||||
|
assert_param(IS_LL_DMA_PERIPHINCMODE(DMA_InitStruct->PeriphOrM2MSrcIncMode));
|
||||||
|
assert_param(IS_LL_DMA_MEMORYINCMODE(DMA_InitStruct->MemoryOrM2MDstIncMode));
|
||||||
|
assert_param(IS_LL_DMA_PERIPHDATASIZE(DMA_InitStruct->PeriphOrM2MSrcDataSize));
|
||||||
|
assert_param(IS_LL_DMA_MEMORYDATASIZE(DMA_InitStruct->MemoryOrM2MDstDataSize));
|
||||||
|
assert_param(IS_LL_DMA_NBDATA(DMA_InitStruct->NbData));
|
||||||
|
assert_param(IS_LL_DMA_PRIORITY(DMA_InitStruct->Priority));
|
||||||
|
|
||||||
|
/*---------------------------- DMAx CCR Configuration ------------------------
|
||||||
|
* Configure DMAx_Channely: data transfer direction, data transfer mode,
|
||||||
|
* peripheral and memory increment mode,
|
||||||
|
* data size alignment and priority level with parameters :
|
||||||
|
* - Direction: DMA_CCR_DIR and DMA_CCR_MEM2MEM bits
|
||||||
|
* - Mode: DMA_CCR_CIRC bit
|
||||||
|
* - PeriphOrM2MSrcIncMode: DMA_CCR_PINC bit
|
||||||
|
* - MemoryOrM2MDstIncMode: DMA_CCR_MINC bit
|
||||||
|
* - PeriphOrM2MSrcDataSize: DMA_CCR_PSIZE[1:0] bits
|
||||||
|
* - MemoryOrM2MDstDataSize: DMA_CCR_MSIZE[1:0] bits
|
||||||
|
* - Priority: DMA_CCR_PL[1:0] bits
|
||||||
|
*/
|
||||||
|
LL_DMA_ConfigTransfer(DMAx, Channel, DMA_InitStruct->Direction | \
|
||||||
|
DMA_InitStruct->Mode | \
|
||||||
|
DMA_InitStruct->PeriphOrM2MSrcIncMode | \
|
||||||
|
DMA_InitStruct->MemoryOrM2MDstIncMode | \
|
||||||
|
DMA_InitStruct->PeriphOrM2MSrcDataSize | \
|
||||||
|
DMA_InitStruct->MemoryOrM2MDstDataSize | \
|
||||||
|
DMA_InitStruct->Priority);
|
||||||
|
|
||||||
|
/*-------------------------- DMAx CMAR Configuration -------------------------
|
||||||
|
* Configure the memory or destination base address with parameter :
|
||||||
|
* - MemoryOrM2MDstAddress: DMA_CMAR_MA[31:0] bits
|
||||||
|
*/
|
||||||
|
LL_DMA_SetMemoryAddress(DMAx, Channel, DMA_InitStruct->MemoryOrM2MDstAddress);
|
||||||
|
|
||||||
|
/*-------------------------- DMAx CPAR Configuration -------------------------
|
||||||
|
* Configure the peripheral or source base address with parameter :
|
||||||
|
* - PeriphOrM2MSrcAddress: DMA_CPAR_PA[31:0] bits
|
||||||
|
*/
|
||||||
|
LL_DMA_SetPeriphAddress(DMAx, Channel, DMA_InitStruct->PeriphOrM2MSrcAddress);
|
||||||
|
|
||||||
|
/*--------------------------- DMAx CNDTR Configuration -----------------------
|
||||||
|
* Configure the peripheral base address with parameter :
|
||||||
|
* - NbData: DMA_CNDTR_NDT[15:0] bits
|
||||||
|
*/
|
||||||
|
LL_DMA_SetDataLength(DMAx, Channel, DMA_InitStruct->NbData);
|
||||||
|
|
||||||
|
return SUCCESS;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set each @ref LL_DMA_InitTypeDef field to default value.
|
||||||
|
* @param DMA_InitStruct Pointer to a @ref LL_DMA_InitTypeDef structure.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
void LL_DMA_StructInit(LL_DMA_InitTypeDef *DMA_InitStruct)
|
||||||
|
{
|
||||||
|
/* Set DMA_InitStruct fields to default values */
|
||||||
|
DMA_InitStruct->PeriphOrM2MSrcAddress = 0x00000000U;
|
||||||
|
DMA_InitStruct->MemoryOrM2MDstAddress = 0x00000000U;
|
||||||
|
DMA_InitStruct->Direction = LL_DMA_DIRECTION_PERIPH_TO_MEMORY;
|
||||||
|
DMA_InitStruct->Mode = LL_DMA_MODE_NORMAL;
|
||||||
|
DMA_InitStruct->PeriphOrM2MSrcIncMode = LL_DMA_PERIPH_NOINCREMENT;
|
||||||
|
DMA_InitStruct->MemoryOrM2MDstIncMode = LL_DMA_MEMORY_NOINCREMENT;
|
||||||
|
DMA_InitStruct->PeriphOrM2MSrcDataSize = LL_DMA_PDATAALIGN_BYTE;
|
||||||
|
DMA_InitStruct->MemoryOrM2MDstDataSize = LL_DMA_MDATAALIGN_BYTE;
|
||||||
|
DMA_InitStruct->NbData = 0x00000000U;
|
||||||
|
DMA_InitStruct->Priority = LL_DMA_PRIORITY_LOW;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* DMA1 || DMA2 */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
|
@ -0,0 +1,238 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_exti.c
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief EXTI LL module driver.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx_ll_exti.h"
|
||||||
|
#ifdef USE_FULL_ASSERT
|
||||||
|
#include "py32_assert.h"
|
||||||
|
#else
|
||||||
|
#define assert_param(expr) ((void)0U)
|
||||||
|
#endif /* USE_FULL_ASSERT */
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined (EXTI)
|
||||||
|
|
||||||
|
/** @defgroup EXTI_LL EXTI
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
/** @addtogroup EXTI_LL_Private_Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define IS_LL_EXTI_LINE(__VALUE__) ((__VALUE__ == LL_EXTI_LINE_0 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_1 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_2 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_3 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_4 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_5 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_6 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_7 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_8 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_9 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_10 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_11 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_12 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_13 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_14 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_15 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_16 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_17 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_18 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_19 ) || \
|
||||||
|
(__VALUE__ == LL_EXTI_LINE_29 ))
|
||||||
|
|
||||||
|
#define IS_LL_EXTI_MODE(__VALUE__) (((__VALUE__) == LL_EXTI_MODE_IT) \
|
||||||
|
|| ((__VALUE__) == LL_EXTI_MODE_EVENT) \
|
||||||
|
|| ((__VALUE__) == LL_EXTI_MODE_IT_EVENT))
|
||||||
|
|
||||||
|
|
||||||
|
#define IS_LL_EXTI_TRIGGER(__VALUE__) (((__VALUE__) == LL_EXTI_TRIGGER_NONE) \
|
||||||
|
|| ((__VALUE__) == LL_EXTI_TRIGGER_RISING) \
|
||||||
|
|| ((__VALUE__) == LL_EXTI_TRIGGER_FALLING) \
|
||||||
|
|| ((__VALUE__) == LL_EXTI_TRIGGER_RISING_FALLING))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private function prototypes -----------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @addtogroup EXTI_LL_Exported_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup EXTI_LL_EF_Init
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief De-initialize the EXTI registers to their default reset values.
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - 0x00: EXTI registers are de-initialized
|
||||||
|
*/
|
||||||
|
uint32_t LL_EXTI_DeInit(void)
|
||||||
|
{
|
||||||
|
/* Interrupt mask register set to default reset values */
|
||||||
|
LL_EXTI_WriteReg(IMR, 0x20080000U);
|
||||||
|
/* Event mask register set to default reset values */
|
||||||
|
LL_EXTI_WriteReg(EMR, 0x00000000U);
|
||||||
|
/* Rising Trigger selection register set to default reset values */
|
||||||
|
LL_EXTI_WriteReg(RTSR, 0x00000000U);
|
||||||
|
/* Falling Trigger selection register set to default reset values */
|
||||||
|
LL_EXTI_WriteReg(FTSR, 0x00000000U);
|
||||||
|
/* Software interrupt event register set to default reset values */
|
||||||
|
LL_EXTI_WriteReg(SWIER, 0x00000000U);
|
||||||
|
/* Pending register set to default reset values */
|
||||||
|
LL_EXTI_WriteReg(PR, 0x00007FFFFU);
|
||||||
|
|
||||||
|
return 0x00u;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Initialize the EXTI registers according to the specified parameters in EXTI_InitStruct.
|
||||||
|
* @param EXTI_InitStruct pointer to a @ref LL_EXTI_InitTypeDef structure.
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - 0x00: EXTI registers are initialized
|
||||||
|
* - any other value : wrong configuration
|
||||||
|
*/
|
||||||
|
uint32_t LL_EXTI_Init(LL_EXTI_InitTypeDef *EXTI_InitStruct)
|
||||||
|
{
|
||||||
|
uint32_t status = 0x00u;
|
||||||
|
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_LL_EXTI_LINE(EXTI_InitStruct->Line));
|
||||||
|
assert_param(IS_FUNCTIONAL_STATE(EXTI_InitStruct->LineCommand));
|
||||||
|
assert_param(IS_LL_EXTI_MODE(EXTI_InitStruct->Mode));
|
||||||
|
|
||||||
|
/* ENABLE LineCommand */
|
||||||
|
if (EXTI_InitStruct->LineCommand != DISABLE)
|
||||||
|
{
|
||||||
|
assert_param(IS_LL_EXTI_TRIGGER(EXTI_InitStruct->Trigger));
|
||||||
|
|
||||||
|
/* Configure EXTI Lines*/
|
||||||
|
if (EXTI_InitStruct->Line != LL_EXTI_LINE_NONE)
|
||||||
|
{
|
||||||
|
switch (EXTI_InitStruct->Mode)
|
||||||
|
{
|
||||||
|
case LL_EXTI_MODE_IT:
|
||||||
|
/* First Disable Event on provided Lines */
|
||||||
|
LL_EXTI_DisableEvent(EXTI_InitStruct->Line);
|
||||||
|
/* Then Enable IT on provided Lines */
|
||||||
|
LL_EXTI_EnableIT(EXTI_InitStruct->Line);
|
||||||
|
break;
|
||||||
|
case LL_EXTI_MODE_EVENT:
|
||||||
|
/* First Disable IT on provided Lines */
|
||||||
|
LL_EXTI_DisableIT(EXTI_InitStruct->Line);
|
||||||
|
/* Then Enable Event on provided Lines */
|
||||||
|
LL_EXTI_EnableEvent(EXTI_InitStruct->Line);
|
||||||
|
break;
|
||||||
|
case LL_EXTI_MODE_IT_EVENT:
|
||||||
|
/* Directly Enable IT & Event on provided Lines */
|
||||||
|
LL_EXTI_EnableIT(EXTI_InitStruct->Line);
|
||||||
|
LL_EXTI_EnableEvent(EXTI_InitStruct->Line);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
status = 0x01u;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
if (EXTI_InitStruct->Trigger != LL_EXTI_TRIGGER_NONE)
|
||||||
|
{
|
||||||
|
switch (EXTI_InitStruct->Trigger)
|
||||||
|
{
|
||||||
|
case LL_EXTI_TRIGGER_RISING:
|
||||||
|
/* First Disable Falling Trigger on provided Lines */
|
||||||
|
LL_EXTI_DisableFallingTrig(EXTI_InitStruct->Line);
|
||||||
|
/* Then Enable Rising Trigger on provided Lines */
|
||||||
|
LL_EXTI_EnableRisingTrig(EXTI_InitStruct->Line);
|
||||||
|
break;
|
||||||
|
case LL_EXTI_TRIGGER_FALLING:
|
||||||
|
/* First Disable Rising Trigger on provided Lines */
|
||||||
|
LL_EXTI_DisableRisingTrig(EXTI_InitStruct->Line);
|
||||||
|
/* Then Enable Falling Trigger on provided Lines */
|
||||||
|
LL_EXTI_EnableFallingTrig(EXTI_InitStruct->Line);
|
||||||
|
break;
|
||||||
|
case LL_EXTI_TRIGGER_RISING_FALLING:
|
||||||
|
LL_EXTI_EnableRisingTrig(EXTI_InitStruct->Line);
|
||||||
|
LL_EXTI_EnableFallingTrig(EXTI_InitStruct->Line);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
status |= 0x02u;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/* DISABLE LineCommand */
|
||||||
|
else
|
||||||
|
{
|
||||||
|
/* De-configure EXTI Lines*/
|
||||||
|
LL_EXTI_DisableIT(EXTI_InitStruct->Line);
|
||||||
|
LL_EXTI_DisableEvent(EXTI_InitStruct->Line);
|
||||||
|
}
|
||||||
|
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set each @ref LL_EXTI_InitTypeDef field to default value.
|
||||||
|
* @param EXTI_InitStruct Pointer to a @ref LL_EXTI_InitTypeDef structure.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
void LL_EXTI_StructInit(LL_EXTI_InitTypeDef *EXTI_InitStruct)
|
||||||
|
{
|
||||||
|
EXTI_InitStruct->Line = LL_EXTI_LINE_NONE;
|
||||||
|
EXTI_InitStruct->LineCommand = DISABLE;
|
||||||
|
EXTI_InitStruct->Mode = LL_EXTI_MODE_IT;
|
||||||
|
EXTI_InitStruct->Trigger = LL_EXTI_TRIGGER_FALLING;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* defined (EXTI) */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,261 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_gpio.c
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief GPIO LL module driver.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx_ll_gpio.h"
|
||||||
|
#include "py32f0xx_ll_bus.h"
|
||||||
|
#ifdef USE_FULL_ASSERT
|
||||||
|
#include "py32_assert.h"
|
||||||
|
#else
|
||||||
|
#define assert_param(expr) ((void)0U)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined (GPIOA) || defined (GPIOB) || defined (GPIOF)
|
||||||
|
|
||||||
|
/** @addtogroup GPIO_LL
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/** MISRA C:2012 deviation rule has been granted for following rules:
|
||||||
|
* Rule-12.2 - Medium: RHS argument is in interval [0,INF] which is out of
|
||||||
|
* range of the shift operator in following API :
|
||||||
|
* LL_GPIO_Init
|
||||||
|
* LL_GPIO_DeInit
|
||||||
|
* LL_GPIO_SetPinMode
|
||||||
|
* LL_GPIO_GetPinMode
|
||||||
|
* LL_GPIO_SetPinSpeed
|
||||||
|
* LL_GPIO_GetPinSpeed
|
||||||
|
* LL_GPIO_SetPinPull
|
||||||
|
* LL_GPIO_GetPinPull
|
||||||
|
* LL_GPIO_GetAFPin_0_7
|
||||||
|
* LL_GPIO_SetAFPin_0_7
|
||||||
|
* LL_GPIO_SetAFPin_8_15
|
||||||
|
* LL_GPIO_GetAFPin_8_15
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/** @addtogroup GPIO_LL_Private_Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define IS_LL_GPIO_PIN(__VALUE__) (((0x00u) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
|
||||||
|
|
||||||
|
#define IS_LL_GPIO_MODE(__VALUE__) (((__VALUE__) == LL_GPIO_MODE_INPUT) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_MODE_OUTPUT) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_MODE_ALTERNATE) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_MODE_ANALOG))
|
||||||
|
|
||||||
|
#define IS_LL_GPIO_OUTPUT_TYPE(__VALUE__) (((__VALUE__) == LL_GPIO_OUTPUT_PUSHPULL) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_OUTPUT_OPENDRAIN))
|
||||||
|
|
||||||
|
#define IS_LL_GPIO_SPEED(__VALUE__) (((__VALUE__) == LL_GPIO_SPEED_FREQ_LOW) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_SPEED_FREQ_MEDIUM) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_SPEED_FREQ_HIGH) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_SPEED_FREQ_VERY_HIGH))
|
||||||
|
|
||||||
|
#define IS_LL_GPIO_PULL(__VALUE__) (((__VALUE__) == LL_GPIO_PULL_NO) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_PULL_UP) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_PULL_DOWN))
|
||||||
|
|
||||||
|
#define IS_LL_GPIO_ALTERNATE(__VALUE__) (((__VALUE__) == LL_GPIO_AF_0 ) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_AF_1 ) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_AF_2 ) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_AF_3 ) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_AF_4 ) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_AF_5 ) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_AF_6 ) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_AF_7 ) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_AF_8 ) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_AF_9 ) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_AF_10 ) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_AF_11 ) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_AF_12 ) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_AF_13 ) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_AF_14 ) ||\
|
||||||
|
((__VALUE__) == LL_GPIO_AF_15 ))
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private function prototypes -----------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @addtogroup GPIO_LL_Exported_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup GPIO_LL_EF_Init
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief De-initialize GPIO registers (Registers restored to their default values).
|
||||||
|
* @param GPIOx GPIO Port
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: GPIO registers are de-initialized
|
||||||
|
* - ERROR: Wrong GPIO Port
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_GPIO_DeInit(GPIO_TypeDef *GPIOx)
|
||||||
|
{
|
||||||
|
ErrorStatus status = SUCCESS;
|
||||||
|
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_GPIO_ALL_INSTANCE(GPIOx));
|
||||||
|
|
||||||
|
/* Force and Release reset on clock of GPIOx Port */
|
||||||
|
if (GPIOx == GPIOA)
|
||||||
|
{
|
||||||
|
LL_IOP_GRP1_ForceReset(LL_IOP_GRP1_PERIPH_GPIOA);
|
||||||
|
LL_IOP_GRP1_ReleaseReset(LL_IOP_GRP1_PERIPH_GPIOA);
|
||||||
|
}
|
||||||
|
else if (GPIOx == GPIOB)
|
||||||
|
{
|
||||||
|
LL_IOP_GRP1_ForceReset(LL_IOP_GRP1_PERIPH_GPIOB);
|
||||||
|
LL_IOP_GRP1_ReleaseReset(LL_IOP_GRP1_PERIPH_GPIOB);
|
||||||
|
}
|
||||||
|
else if (GPIOx == GPIOF)
|
||||||
|
{
|
||||||
|
LL_IOP_GRP1_ForceReset(LL_IOP_GRP1_PERIPH_GPIOF);
|
||||||
|
LL_IOP_GRP1_ReleaseReset(LL_IOP_GRP1_PERIPH_GPIOF);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
return (status);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Initialize GPIO registers according to the specified parameters in GPIO_InitStruct.
|
||||||
|
* @param GPIOx GPIO Port
|
||||||
|
* @param GPIO_InitStruct pointer to a @ref LL_GPIO_InitTypeDef structure
|
||||||
|
* that contains the configuration information for the specified GPIO peripheral.
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: GPIO registers are initialized according to GPIO_InitStruct content
|
||||||
|
* - ERROR: Not applicable
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_GPIO_Init(GPIO_TypeDef *GPIOx, LL_GPIO_InitTypeDef *GPIO_InitStruct)
|
||||||
|
{
|
||||||
|
uint32_t pinpos;
|
||||||
|
uint32_t currentpin;
|
||||||
|
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_GPIO_ALL_INSTANCE(GPIOx));
|
||||||
|
assert_param(IS_LL_GPIO_PIN(GPIO_InitStruct->Pin));
|
||||||
|
assert_param(IS_LL_GPIO_MODE(GPIO_InitStruct->Mode));
|
||||||
|
assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull));
|
||||||
|
|
||||||
|
/* ------------------------- Configure the port pins ---------------- */
|
||||||
|
/* Initialize pinpos on first pin set */
|
||||||
|
pinpos = 0;
|
||||||
|
|
||||||
|
/* Configure the port pins */
|
||||||
|
while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00u)
|
||||||
|
{
|
||||||
|
/* Get current io position */
|
||||||
|
currentpin = (GPIO_InitStruct->Pin) & (0x00000001uL << pinpos);
|
||||||
|
|
||||||
|
if (currentpin != 0x00u)
|
||||||
|
{
|
||||||
|
/* Pin Mode configuration */
|
||||||
|
LL_GPIO_SetPinMode(GPIOx, currentpin, GPIO_InitStruct->Mode);
|
||||||
|
|
||||||
|
if ((GPIO_InitStruct->Mode == LL_GPIO_MODE_OUTPUT) || (GPIO_InitStruct->Mode == LL_GPIO_MODE_ALTERNATE))
|
||||||
|
{
|
||||||
|
/* Check Speed mode parameters */
|
||||||
|
assert_param(IS_LL_GPIO_SPEED(GPIO_InitStruct->Speed));
|
||||||
|
|
||||||
|
/* Speed mode configuration */
|
||||||
|
LL_GPIO_SetPinSpeed(GPIOx, currentpin, GPIO_InitStruct->Speed);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Pull-up Pull down resistor configuration*/
|
||||||
|
LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull);
|
||||||
|
|
||||||
|
if (GPIO_InitStruct->Mode == LL_GPIO_MODE_ALTERNATE)
|
||||||
|
{
|
||||||
|
/* Check Alternate parameter */
|
||||||
|
assert_param(IS_LL_GPIO_ALTERNATE(GPIO_InitStruct->Alternate));
|
||||||
|
|
||||||
|
/* Speed mode configuration */
|
||||||
|
if (currentpin < LL_GPIO_PIN_8)
|
||||||
|
{
|
||||||
|
LL_GPIO_SetAFPin_0_7(GPIOx, currentpin, GPIO_InitStruct->Alternate);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
LL_GPIO_SetAFPin_8_15(GPIOx, currentpin, GPIO_InitStruct->Alternate);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
pinpos++;
|
||||||
|
}
|
||||||
|
|
||||||
|
if ((GPIO_InitStruct->Mode == LL_GPIO_MODE_OUTPUT) || (GPIO_InitStruct->Mode == LL_GPIO_MODE_ALTERNATE))
|
||||||
|
{
|
||||||
|
/* Check Output mode parameters */
|
||||||
|
assert_param(IS_LL_GPIO_OUTPUT_TYPE(GPIO_InitStruct->OutputType));
|
||||||
|
|
||||||
|
/* Output mode configuration*/
|
||||||
|
LL_GPIO_SetPinOutputType(GPIOx, GPIO_InitStruct->Pin, GPIO_InitStruct->OutputType);
|
||||||
|
|
||||||
|
}
|
||||||
|
return (SUCCESS);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set each @ref LL_GPIO_InitTypeDef field to default value.
|
||||||
|
* @param GPIO_InitStruct pointer to a @ref LL_GPIO_InitTypeDef structure
|
||||||
|
* whose fields will be set to default values.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
|
||||||
|
void LL_GPIO_StructInit(LL_GPIO_InitTypeDef *GPIO_InitStruct)
|
||||||
|
{
|
||||||
|
/* Reset GPIO init structure parameters values */
|
||||||
|
GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL;
|
||||||
|
GPIO_InitStruct->Mode = LL_GPIO_MODE_ANALOG;
|
||||||
|
GPIO_InitStruct->Speed = LL_GPIO_SPEED_FREQ_LOW;
|
||||||
|
GPIO_InitStruct->OutputType = LL_GPIO_OUTPUT_PUSHPULL;
|
||||||
|
GPIO_InitStruct->Pull = LL_GPIO_PULL_NO;
|
||||||
|
GPIO_InitStruct->Alternate = LL_GPIO_AF_0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#endif /* defined (GPIOA) || defined (GPIOB) || defined (GPIOF) */
|
||||||
|
|
||||||
|
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya Semiconductor *****END OF FILE****/
|
|
@ -0,0 +1,194 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_i2c.c
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief I2C LL module driver.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx_ll_i2c.h"
|
||||||
|
#include "py32f0xx_ll_bus.h"
|
||||||
|
#include "py32f0xx_ll_rcc.h"
|
||||||
|
#ifdef USE_FULL_ASSERT
|
||||||
|
#include "py32_assert.h"
|
||||||
|
#else
|
||||||
|
#define assert_param(expr) ((void)0U)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined (I2C1) || defined (I2C2)
|
||||||
|
|
||||||
|
/** @defgroup I2C_LL I2C
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
/** @addtogroup I2C_LL_Private_Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define IS_LL_I2C_CLOCK_SPEED(__VALUE__) (((__VALUE__) > 0U) && ((__VALUE__) <= LL_I2C_MAX_SPEED_FAST))
|
||||||
|
|
||||||
|
#define IS_LL_I2C_DUTY_CYCLE(__VALUE__) (((__VALUE__) == LL_I2C_DUTYCYCLE_2) || \
|
||||||
|
((__VALUE__) == LL_I2C_DUTYCYCLE_16_9))
|
||||||
|
|
||||||
|
#define IS_LL_I2C_OWN_ADDRESS1(__VALUE__) ((__VALUE__) <= 0x000003FFU)
|
||||||
|
|
||||||
|
#define IS_LL_I2C_TYPE_ACKNOWLEDGE(__VALUE__) (((__VALUE__) == LL_I2C_ACK) || \
|
||||||
|
((__VALUE__) == LL_I2C_NACK))
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private function prototypes -----------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @addtogroup I2C_LL_Exported_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup I2C_LL_EF_Init
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief De-initialize the I2C registers to their default reset values.
|
||||||
|
* @param I2Cx I2C Instance.
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS I2C registers are de-initialized
|
||||||
|
* - ERROR I2C registers are not de-initialized
|
||||||
|
*/
|
||||||
|
uint32_t LL_I2C_DeInit(I2C_TypeDef *I2Cx)
|
||||||
|
{
|
||||||
|
ErrorStatus status = SUCCESS;
|
||||||
|
|
||||||
|
/* Check the I2C Instance I2Cx */
|
||||||
|
assert_param(IS_I2C_ALL_INSTANCE(I2Cx));
|
||||||
|
|
||||||
|
if (I2Cx == I2C1)
|
||||||
|
{
|
||||||
|
/* Force reset of I2C clock */
|
||||||
|
LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_I2C1);
|
||||||
|
|
||||||
|
/* Release reset of I2C clock */
|
||||||
|
LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C1);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Initialize the I2C registers according to the specified parameters in I2C_InitStruct.
|
||||||
|
* @param I2Cx I2C Instance.
|
||||||
|
* @param I2C_InitStruct pointer to a @ref LL_I2C_InitTypeDef structure.
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS I2C registers are initialized
|
||||||
|
* - ERROR Not applicable
|
||||||
|
*/
|
||||||
|
uint32_t LL_I2C_Init(I2C_TypeDef *I2Cx, LL_I2C_InitTypeDef *I2C_InitStruct)
|
||||||
|
{
|
||||||
|
LL_RCC_ClocksTypeDef rcc_clocks;
|
||||||
|
|
||||||
|
/* Check the I2C Instance I2Cx */
|
||||||
|
assert_param(IS_I2C_ALL_INSTANCE(I2Cx));
|
||||||
|
|
||||||
|
/* Check the I2C parameters from I2C_InitStruct */
|
||||||
|
assert_param(IS_LL_I2C_CLOCK_SPEED(I2C_InitStruct->ClockSpeed));
|
||||||
|
assert_param(IS_LL_I2C_DUTY_CYCLE(I2C_InitStruct->DutyCycle));
|
||||||
|
assert_param(IS_LL_I2C_OWN_ADDRESS1(I2C_InitStruct->OwnAddress1));
|
||||||
|
assert_param(IS_LL_I2C_TYPE_ACKNOWLEDGE(I2C_InitStruct->TypeAcknowledge));
|
||||||
|
|
||||||
|
/* Disable the selected I2Cx Peripheral */
|
||||||
|
LL_I2C_Disable(I2Cx);
|
||||||
|
|
||||||
|
/* Retrieve Clock frequencies */
|
||||||
|
LL_RCC_GetSystemClocksFreq(&rcc_clocks);
|
||||||
|
|
||||||
|
/*---------------------------- I2Cx SCL Clock Speed Configuration ------------
|
||||||
|
* Configure the SCL speed :
|
||||||
|
* - ClockSpeed: I2C_CR2_FREQ[5:0], I2C_TRISE_TRISE[5:0], I2C_CCR_FS,
|
||||||
|
* and I2C_CCR_CCR[11:0] bits
|
||||||
|
* - DutyCycle: I2C_CCR_DUTY[7:0] bits
|
||||||
|
*/
|
||||||
|
LL_I2C_ConfigSpeed(I2Cx, rcc_clocks.PCLK1_Frequency, I2C_InitStruct->ClockSpeed, I2C_InitStruct->DutyCycle);
|
||||||
|
|
||||||
|
/*---------------------------- I2Cx OAR1 Configuration -----------------------
|
||||||
|
* Disable, Configure and Enable I2Cx device own address 1 with parameters :
|
||||||
|
* - OwnAddress1: I2C_OAR1_ADD[9:8], I2C_OAR1_ADD[7:1] and I2C_OAR1_ADD0 bits
|
||||||
|
* - OwnAddrSize: I2C_OAR1_ADDMODE bit
|
||||||
|
*/
|
||||||
|
LL_I2C_SetOwnAddress1(I2Cx, I2C_InitStruct->OwnAddress1, 0);
|
||||||
|
|
||||||
|
/* Enable the selected I2Cx Peripheral */
|
||||||
|
LL_I2C_Enable(I2Cx);
|
||||||
|
|
||||||
|
/*---------------------------- I2Cx CR2 Configuration ------------------------
|
||||||
|
* Configure the ACKnowledge or Non ACKnowledge condition
|
||||||
|
* after the address receive match code or next received byte with parameter :
|
||||||
|
* - TypeAcknowledge: I2C_CR2_NACK bit
|
||||||
|
*/
|
||||||
|
LL_I2C_AcknowledgeNextData(I2Cx, I2C_InitStruct->TypeAcknowledge);
|
||||||
|
|
||||||
|
return SUCCESS;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set each @ref LL_I2C_InitTypeDef field to default value.
|
||||||
|
* @param I2C_InitStruct Pointer to a @ref LL_I2C_InitTypeDef structure.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
void LL_I2C_StructInit(LL_I2C_InitTypeDef *I2C_InitStruct)
|
||||||
|
{
|
||||||
|
/* Set I2C_InitStruct fields to default values */
|
||||||
|
I2C_InitStruct->ClockSpeed = 5000U;
|
||||||
|
I2C_InitStruct->DutyCycle = LL_I2C_DUTYCYCLE_2;
|
||||||
|
I2C_InitStruct->OwnAddress1 = 0U;
|
||||||
|
I2C_InitStruct->TypeAcknowledge = LL_I2C_NACK;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* I2C1 || I2C2 */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
|
@ -0,0 +1,158 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_led.c
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief LED LL module driver.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx_ll_led.h"
|
||||||
|
#include "py32f0xx_ll_bus.h"
|
||||||
|
#ifdef USE_FULL_ASSERT
|
||||||
|
#include "py32_assert.h"
|
||||||
|
#else
|
||||||
|
#define assert_param(expr) ((void)0U)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined (LED)
|
||||||
|
|
||||||
|
/** @addtogroup LED_LL
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/** @addtogroup LED_LL_Private_Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define IS_LL_LED_COM_DRIVE(__VALUE__) (((__VALUE__) == LL_LED_COMDRIVE_LOW) ||\
|
||||||
|
((__VALUE__) == LL_LED_COMDRIVE_HIGH))
|
||||||
|
|
||||||
|
#define IS_LL_LED_PRESCALER(__VALUE__) (((0x00u) < (__VALUE__)) && ((__VALUE__) <= (0xFFu)))
|
||||||
|
|
||||||
|
#define IS_LL_LED_COM_SELECT(__VALUE__) (((__VALUE__) == LL_LED_COMSELECT_1COM) ||\
|
||||||
|
((__VALUE__) == LL_LED_COMSELECT_2COM) ||\
|
||||||
|
((__VALUE__) == LL_LED_COMSELECT_3COM) ||\
|
||||||
|
((__VALUE__) == LL_LED_COMSELECT_4COM))
|
||||||
|
|
||||||
|
#define IS_LL_LED_LIGHT_TIME(__VALUE__) (((0x01u) < (__VALUE__)) && ((__VALUE__) <= (0xFFu)))
|
||||||
|
|
||||||
|
#define IS_LL_LED_DEAD_TIME(__VALUE__) (((0x01u) < (__VALUE__)) && ((__VALUE__) <= (0xFFu)))
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private function prototypes -----------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @addtogroup LED_LL_Exported_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup LED_LL_EF_Init
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief De-initialize LED registers.
|
||||||
|
* @param LEDx LED Port
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: LED registers are de-initialized
|
||||||
|
* - ERROR: Wrong LED
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_LED_DeInit(LED_TypeDef *LEDx)
|
||||||
|
{
|
||||||
|
ErrorStatus status = SUCCESS;
|
||||||
|
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_LED_ALL_INSTANCE(LEDx));
|
||||||
|
|
||||||
|
/* Force and Release reset on clock of LEDx */
|
||||||
|
if (LEDx == LED)
|
||||||
|
{
|
||||||
|
LL_APB1_GRP2_ForceReset(LL_APB1_GRP2_PERIPH_LED);
|
||||||
|
LL_APB1_GRP2_ReleaseReset(LL_APB1_GRP2_PERIPH_LED);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
return (status);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Initializes the LED registers according to the specified parameters in the LED_InitStruct.
|
||||||
|
* @param LEDx LEDx Instance
|
||||||
|
* @param LED_InitStruct pointer to a @ref LL_LED_InitTypeDef structure
|
||||||
|
* that contains the configuration information for the specified LED peripheral.
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: LED registers are initialized according to LED_InitStruct content
|
||||||
|
* - ERROR: Not applicable
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_LED_Init(LED_TypeDef *LEDx, LL_LED_InitTypeDef *LED_InitStruct)
|
||||||
|
{
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_LED_ALL_INSTANCE(LEDx));
|
||||||
|
assert_param(IS_LL_LED_COM_DRIVE(LED_InitStruct->ComDrive));
|
||||||
|
assert_param(IS_LL_LED_PRESCALER(LED_InitStruct->Prescaler));
|
||||||
|
assert_param(IS_LL_LED_COM_SELECT(LED_InitStruct->ComSelect));
|
||||||
|
assert_param(IS_LL_LED_LIGHT_TIME(LED_InitStruct->LightTime));
|
||||||
|
assert_param(IS_LL_LED_DEAD_TIME(LED_InitStruct->DeadTime));
|
||||||
|
|
||||||
|
/* LED Register config */
|
||||||
|
MODIFY_REG(LEDx->CR, (uint32_t)(LED_CR_LED_COM_SEL | LED_CR_EHS),
|
||||||
|
(LED_InitStruct->ComSelect | LED_InitStruct->ComDrive));
|
||||||
|
LL_LED_SetPrescaler(LEDx, LED_InitStruct->Prescaler);
|
||||||
|
LL_LED_SetLightAndDeadTime(LEDx, LED_InitStruct->LightTime, LED_InitStruct->DeadTime);
|
||||||
|
LL_LED_Enable(LEDx);
|
||||||
|
|
||||||
|
return (SUCCESS);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set each @ref LL_LED_InitTypeDef field to default value.
|
||||||
|
* @param LED_InitStruct pointer to a @ref LL_LED_InitTypeDef structure
|
||||||
|
* whose fields will be set to default values.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
|
||||||
|
void LL_LED_StructInit(LL_LED_InitTypeDef *LED_InitStruct)
|
||||||
|
{
|
||||||
|
/* Reset LED init structure parameters values */
|
||||||
|
LED_InitStruct->ComDrive = LL_LED_COMDRIVE_LOW;
|
||||||
|
LED_InitStruct->Prescaler = 0x0u;
|
||||||
|
LED_InitStruct->ComSelect = LL_LED_COMSELECT_1COM;
|
||||||
|
LED_InitStruct->LightTime = 0x0u;
|
||||||
|
LED_InitStruct->DeadTime = 0x0u;
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif /* defined (LED) */
|
||||||
|
|
||||||
|
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya Semiconductor *****END OF FILE****/
|
|
@ -0,0 +1,183 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_lptim.c
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief LPTIM LL module driver.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx_ll_lptim.h"
|
||||||
|
#include "py32f0xx_ll_bus.h"
|
||||||
|
#include "py32f0xx_ll_rcc.h"
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef USE_FULL_ASSERT
|
||||||
|
#include "py32_assert.h"
|
||||||
|
#else
|
||||||
|
#define assert_param(expr) ((void)0U)
|
||||||
|
#endif /* USE_FULL_ASSERT */
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0XX_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined (LPTIM)
|
||||||
|
|
||||||
|
/** @addtogroup LPTIM_LL
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
/** @addtogroup LPTIM_LL_Private_Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define IS_LL_LPTIM_CLOCK_PRESCALER(__VALUE__) (((__VALUE__) == LL_LPTIM_PRESCALER_DIV1) \
|
||||||
|
|| ((__VALUE__) == LL_LPTIM_PRESCALER_DIV2) \
|
||||||
|
|| ((__VALUE__) == LL_LPTIM_PRESCALER_DIV4) \
|
||||||
|
|| ((__VALUE__) == LL_LPTIM_PRESCALER_DIV8) \
|
||||||
|
|| ((__VALUE__) == LL_LPTIM_PRESCALER_DIV16) \
|
||||||
|
|| ((__VALUE__) == LL_LPTIM_PRESCALER_DIV32) \
|
||||||
|
|| ((__VALUE__) == LL_LPTIM_PRESCALER_DIV64) \
|
||||||
|
|| ((__VALUE__) == LL_LPTIM_PRESCALER_DIV128))
|
||||||
|
|
||||||
|
#define IS_LL_LPTIM_UPDATA_MODE(__VALUE__) (((__VALUE__) == LL_LPTIM_UPDATE_MODE_IMMEDIATE) \
|
||||||
|
|| ((__VALUE__) == LL_LPTIM_UPDATE_MODE_ENDOFPERIOD)) \
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private function prototypes -----------------------------------------------*/
|
||||||
|
/* Private functions ---------------------------------------------------------*/
|
||||||
|
/** @defgroup LPTIM_Private_Functions LPTIM Private Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @addtogroup LPTIM_LL_Exported_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup LPTIM_LL_EF_Init
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set LPTIMx registers to their reset values.
|
||||||
|
* @param LPTIMx LP Timer instance
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: LPTIMx registers are de-initialized
|
||||||
|
* - ERROR: invalid LPTIMx instance
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_LPTIM_DeInit(LPTIM_TypeDef *LPTIMx)
|
||||||
|
{
|
||||||
|
ErrorStatus result = SUCCESS;
|
||||||
|
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_LPTIM_INSTANCE(LPTIMx));
|
||||||
|
|
||||||
|
if (LPTIMx == LPTIM)
|
||||||
|
{
|
||||||
|
LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_LPTIM1);
|
||||||
|
LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_LPTIM1);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
result = ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set each fields of the LPTIM_InitStruct structure to its default
|
||||||
|
* value.
|
||||||
|
* @param LPTIM_InitStruct pointer to a @ref LL_LPTIM_InitTypeDef structure
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
void LL_LPTIM_StructInit(LL_LPTIM_InitTypeDef *LPTIM_InitStruct)
|
||||||
|
{
|
||||||
|
/* Set the default configuration */
|
||||||
|
LPTIM_InitStruct->Prescaler = LL_LPTIM_PRESCALER_DIV1;
|
||||||
|
LPTIM_InitStruct->UpdateMode = LL_LPTIM_UPDATE_MODE_IMMEDIATE;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Configure the LPTIMx peripheral according to the specified parameters.
|
||||||
|
* @note LL_LPTIM_Init can only be called when the LPTIM instance is disabled.
|
||||||
|
* @note LPTIMx can be disabled using unitary function @ref LL_LPTIM_Disable().
|
||||||
|
* @param LPTIMx LP Timer Instance
|
||||||
|
* @param LPTIM_InitStruct pointer to a @ref LL_LPTIM_InitTypeDef structure
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: LPTIMx instance has been initialized
|
||||||
|
* - ERROR: LPTIMx instance hasn't been initialized
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, LL_LPTIM_InitTypeDef *LPTIM_InitStruct)
|
||||||
|
{
|
||||||
|
ErrorStatus result = SUCCESS;
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_LPTIM_INSTANCE(LPTIMx));
|
||||||
|
assert_param(IS_LL_LPTIM_CLOCK_PRESCALER(LPTIM_InitStruct->Prescaler));
|
||||||
|
assert_param(IS_LL_LPTIM_UPDATA_MODE(LPTIM_InitStruct->UpdateMode));
|
||||||
|
/* The LPTIMx_CFGR register must only be modified when the LPTIM is disabled
|
||||||
|
(ENABLE bit is reset to 0).
|
||||||
|
*/
|
||||||
|
if (LL_LPTIM_IsEnabled(LPTIMx) == 1UL)
|
||||||
|
{
|
||||||
|
result = ERROR;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
/* Set PRESC bitfield according to Prescaler value */
|
||||||
|
MODIFY_REG(LPTIMx->CFGR,
|
||||||
|
(LPTIM_CFGR_PRESC | LPTIM_CFGR_PRELOAD),
|
||||||
|
LPTIM_InitStruct->Prescaler |
|
||||||
|
LPTIM_InitStruct->UpdateMode);
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* LPTIM */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
|
@ -0,0 +1,88 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_pwr.c
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief PWR LL module driver.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx_ll_pwr.h"
|
||||||
|
#include "py32f0xx_ll_bus.h"
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(PWR)
|
||||||
|
|
||||||
|
/** @defgroup PWR_LL PWR
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
/* Private function prototypes -----------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @addtogroup PWR_LL_Exported_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup PWR_LL_EF_Init
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief De-initialize the PWR registers to their default reset values.
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: PWR registers are de-initialized
|
||||||
|
* - ERROR: not applicable
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_PWR_DeInit(void)
|
||||||
|
{
|
||||||
|
/* Force reset of PWR clock */
|
||||||
|
LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_PWR);
|
||||||
|
|
||||||
|
/* Release reset of PWR clock */
|
||||||
|
LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_PWR);
|
||||||
|
|
||||||
|
return SUCCESS;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif /* defined(PWR) */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
|
@ -0,0 +1,558 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_rcc.c
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief RCC LL module driver.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx_ll_rcc.h"
|
||||||
|
#ifdef USE_FULL_ASSERT
|
||||||
|
#include "py32_assert.h"
|
||||||
|
#else
|
||||||
|
#define assert_param(expr) ((void)0U)
|
||||||
|
#endif
|
||||||
|
/** @addtogroup PY32F0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(RCC)
|
||||||
|
|
||||||
|
/** @addtogroup RCC_LL
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
/** @addtogroup RCC_LL_Private_Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define IS_LL_RCC_MCO_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_MCO1_CLKSOURCE))
|
||||||
|
|
||||||
|
#if (defined(RCC_CCIPR_COMP1SEL) && defined(RCC_CCIPR_COMP2SEL))
|
||||||
|
#define IS_LL_RCC_COMP_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_COMP1_CLKSOURCE) \
|
||||||
|
|| ((__VALUE__) == LL_RCC_COMP2_CLKSOURCE))
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(RCC_CCIPR_LPTIMSEL)
|
||||||
|
#define IS_LL_RCC_LPTIM_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_LPTIM1_CLKSOURCE))
|
||||||
|
#endif /* LPTIM1 */
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private function prototypes -----------------------------------------------*/
|
||||||
|
/** @defgroup RCC_LL_Private_Functions RCC Private functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
uint32_t RCC_GetSystemClockFreq(void);
|
||||||
|
uint32_t RCC_GetHCLKClockFreq(uint32_t SYSCLK_Frequency);
|
||||||
|
uint32_t RCC_GetPCLK1ClockFreq(uint32_t HCLK_Frequency);
|
||||||
|
#if defined(RCC_PLL_SUPPORT)
|
||||||
|
uint32_t RCC_PLL_GetFreqDomain_SYS(void);
|
||||||
|
#endif
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @addtogroup RCC_LL_Exported_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup RCC_LL_EF_Init
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Reset the RCC clock configuration to the default reset state.
|
||||||
|
* @note The default reset state of the clock configuration is given below:
|
||||||
|
* - HSI ON and used as system clock source
|
||||||
|
* - HSE and PLL OFF
|
||||||
|
* - AHB and APB1 prescaler set to 1.
|
||||||
|
* - CSS, MCO OFF
|
||||||
|
* - All interrupts disabled
|
||||||
|
* @note This function does not modify the configuration of the
|
||||||
|
* - Peripheral clocks
|
||||||
|
* - LSI, LSE and RTC clocks
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: RCC registers are de-initialized
|
||||||
|
* - ERROR: not applicable
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_RCC_DeInit(void)
|
||||||
|
{
|
||||||
|
/* Set HSION bit and wait for HSI READY bit */
|
||||||
|
LL_RCC_HSI_Enable();
|
||||||
|
while (LL_RCC_HSI_IsReady() != 1U)
|
||||||
|
{}
|
||||||
|
|
||||||
|
/* Set HSI_FS, HSITRIM bits to default value*/
|
||||||
|
LL_RCC_HSI_SetCalibFreq(LL_RCC_HSICALIBRATION_8MHz);
|
||||||
|
|
||||||
|
/* Reset CFGR register */
|
||||||
|
LL_RCC_WriteReg(CFGR, 0x00000000U);
|
||||||
|
|
||||||
|
/* Wait till SYSCLK is HSISYS */
|
||||||
|
while (LL_RCC_GetSysClkSource() != LL_RCC_SYS_CLKSOURCE_STATUS_HSISYS)
|
||||||
|
{}
|
||||||
|
|
||||||
|
/* Reset whole CR register but HSI in 2 steps in case HSEBYP is set */
|
||||||
|
LL_RCC_WriteReg(CR, RCC_CR_HSION);
|
||||||
|
while (LL_RCC_HSE_IsReady() != 0U)
|
||||||
|
{}
|
||||||
|
LL_RCC_WriteReg(CR, RCC_CR_HSION);
|
||||||
|
#if defined(RCC_PLL_SUPPORT)
|
||||||
|
/* Wait for PLL READY bit to be reset */
|
||||||
|
while (LL_RCC_PLL_IsReady() != 0U)
|
||||||
|
{}
|
||||||
|
|
||||||
|
/* Reset PLLCFGR register */
|
||||||
|
LL_RCC_WriteReg(PLLCFGR, 0x00000000U);
|
||||||
|
#endif
|
||||||
|
/* Disable all interrupts */
|
||||||
|
LL_RCC_WriteReg(CIER, 0x00000000U);
|
||||||
|
|
||||||
|
/* Clear all interrupts flags */
|
||||||
|
LL_RCC_WriteReg(CICR, 0xFFFFFFFFU);
|
||||||
|
|
||||||
|
return SUCCESS;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup RCC_LL_EF_Get_Freq
|
||||||
|
* @brief Return the frequencies of different on chip clocks; System, AHB and APB1 buses clocks
|
||||||
|
* and different peripheral clocks available on the device.
|
||||||
|
* @note If SYSCLK source is HSI, function returns values based on HSI_VALUE divided by HSI division factor(**)
|
||||||
|
* @note If SYSCLK source is HSE, function returns values based on HSE_VALUE(***)
|
||||||
|
* @note If SYSCLK source is PLL, function returns values based on HSE_VALUE(***)
|
||||||
|
* or HSI_VALUE(**) multiplied/divided by the PLL factors.
|
||||||
|
* @note (**) HSI_VALUE is a constant defined in this file (default value
|
||||||
|
* 8 MHz) but the real value may vary depending on the variations
|
||||||
|
* in voltage and temperature.
|
||||||
|
* @note (***) HSE_VALUE is a constant defined in this file (default value
|
||||||
|
* 8 MHz), user has to ensure that HSE_VALUE is same as the real
|
||||||
|
* frequency of the crystal used. Otherwise, this function may
|
||||||
|
* have wrong result.
|
||||||
|
* @note The result of this function could be incorrect when using fractional
|
||||||
|
* value for HSE crystal.
|
||||||
|
* @note This function can be used by the user application to compute the
|
||||||
|
* baud-rate for the communication peripherals or configure other parameters.
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Return the frequencies of different on chip clocks; System, AHB and APB1 buses clocks
|
||||||
|
* @note Each time SYSCLK, HCLK and/or PCLK1 clock changes, this function
|
||||||
|
* must be called to update structure fields. Otherwise, any
|
||||||
|
* configuration based on this function will be incorrect.
|
||||||
|
* @param RCC_Clocks pointer to a @ref LL_RCC_ClocksTypeDef structure which will hold the clocks frequencies
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
void LL_RCC_GetSystemClocksFreq(LL_RCC_ClocksTypeDef *RCC_Clocks)
|
||||||
|
{
|
||||||
|
/* Get SYSCLK frequency */
|
||||||
|
RCC_Clocks->SYSCLK_Frequency = RCC_GetSystemClockFreq();
|
||||||
|
|
||||||
|
/* HCLK clock frequency */
|
||||||
|
RCC_Clocks->HCLK_Frequency = RCC_GetHCLKClockFreq(RCC_Clocks->SYSCLK_Frequency);
|
||||||
|
|
||||||
|
/* PCLK1 clock frequency */
|
||||||
|
RCC_Clocks->PCLK1_Frequency = RCC_GetPCLK1ClockFreq(RCC_Clocks->HCLK_Frequency);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Return MCO clock frequency
|
||||||
|
* @param MCOx This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_RCC_MCO1_CLKSOURCE
|
||||||
|
* @retval MCO clock frequency (in Hz)
|
||||||
|
* - @ref LL_RCC_PERIPH_FREQUENCY_NO indicates that oscillator (HSE, LSI or LSE) is not ready
|
||||||
|
* - @ref LL_RCC_PERIPH_FREQUENCY_NA indicates that no clock source selected
|
||||||
|
*/
|
||||||
|
uint32_t LL_RCC_GetMCOClockFreq(uint32_t MCOx)
|
||||||
|
{
|
||||||
|
uint32_t mco_frequency = LL_RCC_PERIPH_FREQUENCY_NO;
|
||||||
|
|
||||||
|
/* Check parameter */
|
||||||
|
assert_param(IS_LL_RCC_MCO_CLKSOURCE(MCOx));
|
||||||
|
|
||||||
|
switch (LL_RCC_GetMCOClockSource(MCOx))
|
||||||
|
{
|
||||||
|
case LL_RCC_MCO1SOURCE_SYSCLK: /* MCO Clock is SYSCLK */
|
||||||
|
mco_frequency = SystemCoreClock;
|
||||||
|
break;
|
||||||
|
case LL_RCC_MCO1SOURCE_HSI: /* MCO Clock is HSI */
|
||||||
|
mco_frequency = LL_RCC_HSI_GetFreq();
|
||||||
|
break;
|
||||||
|
case LL_RCC_MCO1SOURCE_HSE: /* MCO Clock is HSE */
|
||||||
|
if (LL_RCC_HSE_IsReady() == 1U)
|
||||||
|
{
|
||||||
|
mco_frequency = HSE_VALUE;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
#if defined(RCC_PLL_SUPPORT)
|
||||||
|
case LL_RCC_MCO1SOURCE_PLLCLK: /* MCO Clock is PLLCLK */
|
||||||
|
mco_frequency = RCC_PLL_GetFreqDomain_SYS();
|
||||||
|
break;
|
||||||
|
#endif
|
||||||
|
case LL_RCC_MCO1SOURCE_LSI: /* MCO Clock is LSI */
|
||||||
|
if (LL_RCC_LSI_IsReady() == 1U)
|
||||||
|
{
|
||||||
|
mco_frequency = LSI_VALUE;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
#if defined(RCC_LSE_SUPPORT)
|
||||||
|
case LL_RCC_MCO1SOURCE_LSE: /* MCO Clock is LSE */
|
||||||
|
if (LL_RCC_LSE_IsReady() == 1U)
|
||||||
|
{
|
||||||
|
mco_frequency = LSE_VALUE;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
#endif
|
||||||
|
case LL_RCC_MCO1SOURCE_NOCLOCK: /* No clock used as MCO clock source */
|
||||||
|
default:
|
||||||
|
mco_frequency = LL_RCC_PERIPH_FREQUENCY_NA;
|
||||||
|
return mco_frequency;
|
||||||
|
}
|
||||||
|
|
||||||
|
mco_frequency = mco_frequency / (1U << (LL_RCC_GetMCODiv(MCOx) >> RCC_CFGR_MCOPRE_Pos));
|
||||||
|
|
||||||
|
return mco_frequency;
|
||||||
|
}
|
||||||
|
|
||||||
|
#if defined(RCC_BDCR_LSCOEN)
|
||||||
|
/**
|
||||||
|
* @brief Return LSC clock frequency
|
||||||
|
* @retval LSC clock frequency (in Hz)
|
||||||
|
* - @ref LL_RCC_PERIPH_FREQUENCY_NO indicates that oscillator (LSI or LSE) is not ready
|
||||||
|
*/
|
||||||
|
uint32_t LL_RCC_GetLSCClockFreq(void)
|
||||||
|
{
|
||||||
|
#if defined(RCC_LSE_SUPPORT)
|
||||||
|
uint32_t lsc_frequency = LL_RCC_PERIPH_FREQUENCY_NO;
|
||||||
|
|
||||||
|
switch (LL_RCC_LSCO_GetSource())
|
||||||
|
{
|
||||||
|
case LL_RCC_LSCO_CLKSOURCE_LSE: /* LSC Clock is LSE Osc. */
|
||||||
|
if (LL_RCC_LSE_IsReady() == 1U)
|
||||||
|
{
|
||||||
|
lsc_frequency = LSE_VALUE;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
|
case LL_RCC_LSCO_CLKSOURCE_LSI: /* LSC Clock is LSI Osc. */
|
||||||
|
default:
|
||||||
|
if (LL_RCC_LSI_IsReady() == 1U)
|
||||||
|
{
|
||||||
|
lsc_frequency = LSI_VALUE;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
return lsc_frequency;
|
||||||
|
#else
|
||||||
|
return LSI_VALUE;
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(RCC_CCIPR_PVDSEL)
|
||||||
|
/**
|
||||||
|
* @brief Return PVD clock frequency
|
||||||
|
* @retval PVD clock frequency (in Hz)
|
||||||
|
* - @ref LL_RCC_PERIPH_FREQUENCY_NO indicates that oscillator (PCLK1, LSI or LSE) is not ready
|
||||||
|
*/
|
||||||
|
uint32_t LL_RCC_GetPVDClockFreq(void)
|
||||||
|
{
|
||||||
|
uint32_t pvd_frequency = LL_RCC_PERIPH_FREQUENCY_NO;
|
||||||
|
|
||||||
|
/* PVDCLK clock frequency */
|
||||||
|
switch (LL_RCC_GetPVDClockSource())
|
||||||
|
{
|
||||||
|
case LL_RCC_PVD_CLKSOURCE_LSC: /* PVD Clock is LSC */
|
||||||
|
pvd_frequency = LL_RCC_GetLSCClockFreq();
|
||||||
|
break;
|
||||||
|
|
||||||
|
case LL_RCC_PVD_CLKSOURCE_PCLK1: /* PVD Clock is PCLK1 */
|
||||||
|
default:
|
||||||
|
pvd_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq()));
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
return pvd_frequency;
|
||||||
|
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(COMP1)
|
||||||
|
/**
|
||||||
|
* @brief Return COMP clock frequency
|
||||||
|
* @param COMPx This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_RCC_COMP1_CLKSOURCE
|
||||||
|
* @retval COMP clock frequency (in Hz)
|
||||||
|
* - @ref LL_RCC_PERIPH_FREQUENCY_NO indicates that oscillator (PCLK1, LSI or LSE) is not ready
|
||||||
|
*/
|
||||||
|
uint32_t LL_RCC_GetCOMPClockFreq(uint32_t COMPx)
|
||||||
|
{
|
||||||
|
uint32_t comp_frequency = LL_RCC_PERIPH_FREQUENCY_NO;
|
||||||
|
|
||||||
|
/* Check parameter */
|
||||||
|
assert_param(IS_LL_RCC_COMP_CLKSOURCE(COMPx));
|
||||||
|
|
||||||
|
if (COMPx == LL_RCC_COMP1_CLKSOURCE)
|
||||||
|
{
|
||||||
|
/* COMP1CLK clock frequency */
|
||||||
|
switch (LL_RCC_GetCOMPClockSource(COMPx))
|
||||||
|
{
|
||||||
|
case LL_RCC_COMP1_CLKSOURCE_LSC: /* COMP1 Clock is LSC */
|
||||||
|
comp_frequency = LL_RCC_GetLSCClockFreq();
|
||||||
|
break;
|
||||||
|
|
||||||
|
case LL_RCC_COMP1_CLKSOURCE_PCLK1: /* COMP1 Clock is PCLK1 */
|
||||||
|
default:
|
||||||
|
comp_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq()));
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#if defined(COMP2)
|
||||||
|
else
|
||||||
|
{
|
||||||
|
/* COMP2CLK clock frequency */
|
||||||
|
switch (LL_RCC_GetCOMPClockSource(COMPx))
|
||||||
|
{
|
||||||
|
case LL_RCC_COMP2_CLKSOURCE_LSC: /* COMP2 Clock is LSC */
|
||||||
|
comp_frequency = LL_RCC_GetLSCClockFreq();
|
||||||
|
break;
|
||||||
|
|
||||||
|
case LL_RCC_COMP2_CLKSOURCE_PCLK1: /* COMP2 Clock is PCLK1 */
|
||||||
|
default:
|
||||||
|
comp_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq()));
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
return comp_frequency;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Return LPTIMx clock frequency
|
||||||
|
* @param LPTIMx This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_RCC_LPTIM1_CLKSOURCE
|
||||||
|
* @retval LPTIM clock frequency (in Hz)
|
||||||
|
* - @ref LL_RCC_PERIPH_FREQUENCY_NO indicates that oscillator (PCLK1, LSI or LSE) is not ready
|
||||||
|
* - @ref LL_RCC_PERIPH_FREQUENCY_NA indicates that no clock source selected
|
||||||
|
*/
|
||||||
|
uint32_t LL_RCC_GetLPTIMClockFreq(uint32_t LPTIMx)
|
||||||
|
{
|
||||||
|
uint32_t lptim_frequency = LL_RCC_PERIPH_FREQUENCY_NO;
|
||||||
|
|
||||||
|
/* Check parameter */
|
||||||
|
assert_param(IS_LL_RCC_LPTIM_CLKSOURCE(LPTIMx));
|
||||||
|
|
||||||
|
if (LPTIMx == LL_RCC_LPTIM1_CLKSOURCE)
|
||||||
|
{
|
||||||
|
/* LPTIM1CLK clock frequency */
|
||||||
|
switch (LL_RCC_GetLPTIMClockSource(LPTIMx))
|
||||||
|
{
|
||||||
|
case LL_RCC_LPTIM1_CLKSOURCE_LSI: /* LPTIM1 Clock is LSI Osc. */
|
||||||
|
if (LL_RCC_LSI_IsReady() == 1U)
|
||||||
|
{
|
||||||
|
lptim_frequency = LSI_VALUE;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
|
case LL_RCC_LPTIM1_CLKSOURCE_NONE: /* No clock used as LPTIM1 clock source */
|
||||||
|
lptim_frequency = LL_RCC_PERIPH_FREQUENCY_NA;
|
||||||
|
break;
|
||||||
|
#if defined(RCC_LSE_SUPPORT)
|
||||||
|
case LL_RCC_LPTIM1_CLKSOURCE_LSE: /* LPTIM1 Clock is LSE Osc. */
|
||||||
|
if (LL_RCC_LSE_IsReady() == 1U)
|
||||||
|
{
|
||||||
|
lptim_frequency = LSE_VALUE;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
#endif
|
||||||
|
case LL_RCC_LPTIM1_CLKSOURCE_PCLK1: /* LPTIM1 Clock is PCLK1 */
|
||||||
|
default:
|
||||||
|
lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq()));
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return lptim_frequency;
|
||||||
|
}
|
||||||
|
|
||||||
|
#if defined(RCC_BDCR_RTCSEL)
|
||||||
|
/**
|
||||||
|
* @brief Return RTC clock frequency
|
||||||
|
* @retval RTC clock frequency (in Hz)
|
||||||
|
* - @ref LL_RCC_PERIPH_FREQUENCY_NO indicates that oscillators (LSI, LSE or HSE) are not ready
|
||||||
|
* - @ref LL_RCC_PERIPH_FREQUENCY_NA indicates that no clock source selected
|
||||||
|
*/
|
||||||
|
uint32_t LL_RCC_GetRTCClockFreq(void)
|
||||||
|
{
|
||||||
|
uint32_t rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NO;
|
||||||
|
|
||||||
|
/* RTCCLK clock frequency */
|
||||||
|
switch (LL_RCC_GetRTCClockSource())
|
||||||
|
{
|
||||||
|
#if defined(RCC_LSE_SUPPORT)
|
||||||
|
case LL_RCC_RTC_CLKSOURCE_LSE: /* LSE clock used as RTC clock source */
|
||||||
|
if (LL_RCC_LSE_IsReady() == 1U)
|
||||||
|
{
|
||||||
|
rtc_frequency = LSE_VALUE;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
#endif
|
||||||
|
case LL_RCC_RTC_CLKSOURCE_LSI: /* LSI clock used as RTC clock source */
|
||||||
|
if (LL_RCC_LSI_IsReady() == 1U)
|
||||||
|
{
|
||||||
|
rtc_frequency = LSI_VALUE;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
|
case LL_RCC_RTC_CLKSOURCE_HSE_DIV128: /* HSE/128 clock used as RTC clock source */
|
||||||
|
if (LL_RCC_HSE_IsReady() == 1U)
|
||||||
|
{
|
||||||
|
rtc_frequency = HSE_VALUE / 128U;
|
||||||
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
|
|
||||||
|
case LL_RCC_RTC_CLKSOURCE_NONE: /* No clock used as RTC clock source */
|
||||||
|
default:
|
||||||
|
rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NA;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
return rtc_frequency;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup RCC_LL_Private_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Return SYSTEM clock frequency
|
||||||
|
* @retval SYSTEM clock frequency (in Hz)
|
||||||
|
*/
|
||||||
|
uint32_t RCC_GetSystemClockFreq(void)
|
||||||
|
{
|
||||||
|
uint32_t frequency;
|
||||||
|
|
||||||
|
/* Get SYSCLK source -------------------------------------------------------*/
|
||||||
|
switch (LL_RCC_GetSysClkSource())
|
||||||
|
{
|
||||||
|
case LL_RCC_SYS_CLKSOURCE_STATUS_HSE: /* HSE used as system clock source */
|
||||||
|
frequency = HSE_VALUE;
|
||||||
|
break;
|
||||||
|
#if defined(RCC_PLL_SUPPORT)
|
||||||
|
case LL_RCC_SYS_CLKSOURCE_STATUS_PLL: /* PLL used as system clock source */
|
||||||
|
frequency = RCC_PLL_GetFreqDomain_SYS();
|
||||||
|
break;
|
||||||
|
#endif
|
||||||
|
case LL_RCC_SYS_CLKSOURCE_STATUS_LSI:
|
||||||
|
frequency = LSI_VALUE;
|
||||||
|
#if defined(RCC_LSE_SUPPORT)
|
||||||
|
case LL_RCC_SYS_CLKSOURCE_STATUS_LSE:
|
||||||
|
frequency = LSE_VALUE;
|
||||||
|
#endif
|
||||||
|
case LL_RCC_SYS_CLKSOURCE_STATUS_HSISYS: /* HSISYS used as system clock source */
|
||||||
|
default:
|
||||||
|
frequency = __LL_RCC_CALC_HSI_FREQ(LL_RCC_GetHSIDiv());
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
return frequency;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Return HCLK clock frequency
|
||||||
|
* @param SYSCLK_Frequency SYSCLK clock frequency
|
||||||
|
* @retval HCLK clock frequency (in Hz)
|
||||||
|
*/
|
||||||
|
uint32_t RCC_GetHCLKClockFreq(uint32_t SYSCLK_Frequency)
|
||||||
|
{
|
||||||
|
/* HCLK clock frequency */
|
||||||
|
return __LL_RCC_CALC_HCLK_FREQ(SYSCLK_Frequency, LL_RCC_GetAHBPrescaler());
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Return PCLK1 clock frequency
|
||||||
|
* @param HCLK_Frequency HCLK clock frequency
|
||||||
|
* @retval PCLK1 clock frequency (in Hz)
|
||||||
|
*/
|
||||||
|
uint32_t RCC_GetPCLK1ClockFreq(uint32_t HCLK_Frequency)
|
||||||
|
{
|
||||||
|
/* PCLK1 clock frequency */
|
||||||
|
return __LL_RCC_CALC_PCLK1_FREQ(HCLK_Frequency, LL_RCC_GetAPB1Prescaler());
|
||||||
|
}
|
||||||
|
#if defined(RCC_PLL_SUPPORT)
|
||||||
|
/**
|
||||||
|
* @brief Return PLL clock frequency used for system domain
|
||||||
|
* @retval PLL clock frequency (in Hz)
|
||||||
|
*/
|
||||||
|
uint32_t RCC_PLL_GetFreqDomain_SYS(void)
|
||||||
|
{
|
||||||
|
uint32_t pllinputfreq;
|
||||||
|
uint32_t pllsource;
|
||||||
|
|
||||||
|
pllsource = LL_RCC_PLL_GetMainSource();
|
||||||
|
|
||||||
|
switch (pllsource)
|
||||||
|
{
|
||||||
|
case LL_RCC_PLLSOURCE_HSE: /* HSE used as PLL clock source */
|
||||||
|
pllinputfreq = HSE_VALUE;
|
||||||
|
break;
|
||||||
|
|
||||||
|
case LL_RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */
|
||||||
|
default:
|
||||||
|
pllinputfreq = LL_RCC_HSI_GetFreq();
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
return __LL_RCC_CALC_PLLCLK_FREQ(pllinputfreq);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#endif /* defined(RCC) */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya*****END OF FILE****/
|
|
@ -0,0 +1,550 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_rtc.c
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief RTC LL module driver.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx_ll_rtc.h"
|
||||||
|
#include "py32f0xx_ll_cortex.h"
|
||||||
|
#ifdef USE_FULL_ASSERT
|
||||||
|
#include "py32_assert.h"
|
||||||
|
#else
|
||||||
|
#define assert_param(expr) ((void)0U)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(RTC)
|
||||||
|
|
||||||
|
/** @addtogroup RTC_LL
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/** @addtogroup RTC_LL_Private_Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/* Default values used for prescaler */
|
||||||
|
#define RTC_ASYNCH_PRESC_DEFAULT 0x00007FFFU
|
||||||
|
|
||||||
|
/* Values used for timeout */
|
||||||
|
#define RTC_INITMODE_TIMEOUT 2000U /* 2s when tick set to 1ms */
|
||||||
|
#define RTC_SYNCHRO_TIMEOUT 2000U /* 2s when tick set to 1ms */
|
||||||
|
#define RTC_WAIT_RTOFF_ZERO 4U /* 1ms when tick set to 1ms */
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
/** @addtogroup RTC_LL_Private_Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define IS_LL_RTC_ASYNCH_PREDIV(__VALUE__) ((__VALUE__) <= 0xFFFFFU)
|
||||||
|
|
||||||
|
#define IS_LL_RTC_FORMAT(__VALUE__) (((__VALUE__) == LL_RTC_FORMAT_BIN) \
|
||||||
|
|| ((__VALUE__) == LL_RTC_FORMAT_BCD))
|
||||||
|
|
||||||
|
#define IS_LL_RTC_HOUR24(__HOUR__) ((__HOUR__) <= 23U)
|
||||||
|
#define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U)
|
||||||
|
#define IS_LL_RTC_SECONDS(__SECONDS__) ((__SECONDS__) <= 59U)
|
||||||
|
#define IS_LL_RTC_CALIB_OUTPUT(__OUTPUT__) (((__OUTPUT__) == LL_RTC_CALIB_OUTPUT_NONE) || \
|
||||||
|
((__OUTPUT__) == LL_RTC_CALIB_OUTPUT_RTCCLOCK) || \
|
||||||
|
((__OUTPUT__) == LL_RTC_CALIB_OUTPUT_ALARM) || \
|
||||||
|
((__OUTPUT__) == LL_RTC_CALIB_OUTPUT_SECOND))
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
/* Private function prototypes -----------------------------------------------*/
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @addtogroup RTC_LL_Exported_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup RTC_LL_EF_Init
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief De-Initializes the RTC registers to their default reset values.
|
||||||
|
* @note This function doesn't reset the RTC Clock source and RTC Backup Data
|
||||||
|
* registers.
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: RTC registers are de-initialized
|
||||||
|
* - ERROR: RTC registers are not de-initialized
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_RTC_DeInit(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
ErrorStatus status = ERROR;
|
||||||
|
|
||||||
|
/* Check the parameter */
|
||||||
|
assert_param(IS_RTC_ALL_INSTANCE(RTCx));
|
||||||
|
|
||||||
|
/* Disable the write protection for RTC registers */
|
||||||
|
LL_RTC_DisableWriteProtection(RTCx);
|
||||||
|
|
||||||
|
/* Set Initialization mode */
|
||||||
|
if (LL_RTC_EnterInitMode(RTCx) != ERROR)
|
||||||
|
{
|
||||||
|
LL_RTC_WriteReg(RTCx, CNTL, 0x0000);
|
||||||
|
LL_RTC_WriteReg(RTCx, CNTH, 0x0000);
|
||||||
|
LL_RTC_WriteReg(RTCx, PRLH, 0x0000);
|
||||||
|
LL_RTC_WriteReg(RTCx, PRLL, 0x8000);
|
||||||
|
LL_RTC_WriteReg(RTCx, CRH, 0x0000);
|
||||||
|
LL_RTC_WriteReg(RTCx, CRL, 0x0020);
|
||||||
|
|
||||||
|
/* Reset Tamper and alternate functions configuration register */
|
||||||
|
LL_RTC_WriteReg(RTCx, BKP_RTCCR, 0x0000);
|
||||||
|
|
||||||
|
/* Exit Initialization Mode */
|
||||||
|
if (LL_RTC_ExitInitMode(RTCx) != ERROR)
|
||||||
|
{
|
||||||
|
/* Wait till the RTC RSF flag is set */
|
||||||
|
status = LL_RTC_WaitForSynchro(RTCx);
|
||||||
|
|
||||||
|
/* Clear RSF Flag */
|
||||||
|
LL_RTC_ClearFlag_RS(RTCx);
|
||||||
|
|
||||||
|
/* Enable the write protection for RTC registers */
|
||||||
|
LL_RTC_EnableWriteProtection(RTCx);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
/* Enable the write protection for RTC registers */
|
||||||
|
LL_RTC_EnableWriteProtection(RTCx);
|
||||||
|
}
|
||||||
|
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Initializes the RTC registers according to the specified parameters
|
||||||
|
* in RTC_InitStruct.
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @param RTC_InitStruct pointer to a @ref LL_RTC_InitTypeDef structure that contains
|
||||||
|
* the configuration information for the RTC peripheral.
|
||||||
|
* @note The RTC Prescaler register is write protected and can be written in
|
||||||
|
* initialization mode only.
|
||||||
|
* @note the user should call LL_RTC_StructInit() or the structure of Prescaler
|
||||||
|
* need to be initialized before RTC init()
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: RTC registers are initialized
|
||||||
|
* - ERROR: RTC registers are not initialized
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct)
|
||||||
|
{
|
||||||
|
ErrorStatus status = ERROR;
|
||||||
|
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_RTC_ALL_INSTANCE(RTCx));
|
||||||
|
assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler));
|
||||||
|
assert_param(IS_LL_RTC_CALIB_OUTPUT(RTC_InitStruct->OutPutSource));
|
||||||
|
/* Waiting for synchro */
|
||||||
|
if (LL_RTC_WaitForSynchro(RTCx) != ERROR)
|
||||||
|
{
|
||||||
|
/* Set Initialization mode */
|
||||||
|
if (LL_RTC_EnterInitMode(RTCx) != ERROR)
|
||||||
|
{
|
||||||
|
/* Clear Flag Bits */
|
||||||
|
LL_RTC_ClearFlag_ALR(RTCx);
|
||||||
|
LL_RTC_ClearFlag_OW(RTCx);
|
||||||
|
LL_RTC_ClearFlag_SEC(RTCx);
|
||||||
|
|
||||||
|
/* Set the signal which will be routed to RTC Tamper Pin */
|
||||||
|
LL_RTC_SetOutputSource(RTCx, RTC_InitStruct->OutPutSource);
|
||||||
|
|
||||||
|
/* Configure Synchronous and Asynchronous prescaler factor */
|
||||||
|
LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler);
|
||||||
|
|
||||||
|
/* Exit Initialization Mode */
|
||||||
|
LL_RTC_ExitInitMode(RTCx);
|
||||||
|
|
||||||
|
status = SUCCESS;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set each @ref LL_RTC_InitTypeDef field to default value.
|
||||||
|
* @param RTC_InitStruct pointer to a @ref LL_RTC_InitTypeDef structure which will be initialized.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct)
|
||||||
|
{
|
||||||
|
/* Set RTC_InitStruct fields to default values */
|
||||||
|
RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT;
|
||||||
|
RTC_InitStruct->OutPutSource = LL_RTC_CALIB_OUTPUT_NONE;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the RTC current time.
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @param RTC_Format This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_RTC_FORMAT_BIN
|
||||||
|
* @arg @ref LL_RTC_FORMAT_BCD
|
||||||
|
* @param RTC_TimeStruct pointer to a RTC_TimeTypeDef structure that contains
|
||||||
|
* the time configuration information for the RTC.
|
||||||
|
* @note The user should call LL_RTC_TIME_StructInit() or the structure
|
||||||
|
* of time need to be initialized before time init()
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: RTC Time register is configured
|
||||||
|
* - ERROR: RTC Time register is not configured
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_RTC_TIME_Init(RTC_TypeDef *RTCx, uint32_t RTC_Format, LL_RTC_TimeTypeDef *RTC_TimeStruct)
|
||||||
|
{
|
||||||
|
ErrorStatus status = ERROR;
|
||||||
|
uint32_t counter_time = 0U;
|
||||||
|
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_RTC_ALL_INSTANCE(RTCx));
|
||||||
|
assert_param(IS_LL_RTC_FORMAT(RTC_Format));
|
||||||
|
|
||||||
|
if (RTC_Format == LL_RTC_FORMAT_BIN)
|
||||||
|
{
|
||||||
|
assert_param(IS_LL_RTC_HOUR24(RTC_TimeStruct->Hours));
|
||||||
|
assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes));
|
||||||
|
assert_param(IS_LL_RTC_SECONDS(RTC_TimeStruct->Seconds));
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
assert_param(IS_LL_RTC_HOUR24(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Hours)));
|
||||||
|
assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes)));
|
||||||
|
assert_param(IS_LL_RTC_SECONDS(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Seconds)));
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Enter Initialization mode */
|
||||||
|
if (LL_RTC_EnterInitMode(RTCx) != ERROR)
|
||||||
|
{
|
||||||
|
/* Check the input parameters format */
|
||||||
|
if (RTC_Format == LL_RTC_FORMAT_BIN)
|
||||||
|
{
|
||||||
|
counter_time = (uint32_t)(((uint32_t)RTC_TimeStruct->Hours * 3600U) + \
|
||||||
|
((uint32_t)RTC_TimeStruct->Minutes * 60U) + \
|
||||||
|
((uint32_t)RTC_TimeStruct->Seconds));
|
||||||
|
LL_RTC_TIME_Set(RTCx, counter_time);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
counter_time = (((uint32_t)(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Hours)) * 3600U) + \
|
||||||
|
((uint32_t)(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes)) * 60U) + \
|
||||||
|
((uint32_t)(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Seconds))));
|
||||||
|
LL_RTC_TIME_Set(RTCx, counter_time);
|
||||||
|
}
|
||||||
|
status = SUCCESS;
|
||||||
|
}
|
||||||
|
/* Exit Initialization mode */
|
||||||
|
LL_RTC_ExitInitMode(RTCx);
|
||||||
|
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set each @ref LL_RTC_TimeTypeDef field to default value (Time = 00h:00min:00sec).
|
||||||
|
* @param RTC_TimeStruct pointer to a @ref LL_RTC_TimeTypeDef structure which will be initialized.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
void LL_RTC_TIME_StructInit(LL_RTC_TimeTypeDef *RTC_TimeStruct)
|
||||||
|
{
|
||||||
|
/* Time = 00h:00min:00sec */
|
||||||
|
RTC_TimeStruct->Hours = 0U;
|
||||||
|
RTC_TimeStruct->Minutes = 0U;
|
||||||
|
RTC_TimeStruct->Seconds = 0U;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the RTC Alarm.
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @param RTC_Format This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_RTC_FORMAT_BIN
|
||||||
|
* @arg @ref LL_RTC_FORMAT_BCD
|
||||||
|
* @param RTC_AlarmStruct pointer to a @ref LL_RTC_AlarmTypeDef structure that
|
||||||
|
* contains the alarm configuration parameters.
|
||||||
|
* @note the user should call LL_RTC_ALARM_StructInit() or the structure
|
||||||
|
* of Alarm need to be initialized before Alarm init()
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: ALARM registers are configured
|
||||||
|
* - ERROR: ALARM registers are not configured
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_RTC_ALARM_Init(RTC_TypeDef *RTCx, uint32_t RTC_Format, LL_RTC_AlarmTypeDef *RTC_AlarmStruct)
|
||||||
|
{
|
||||||
|
ErrorStatus status = ERROR;
|
||||||
|
uint32_t counter_alarm = 0U;
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_RTC_ALL_INSTANCE(RTCx));
|
||||||
|
assert_param(IS_LL_RTC_FORMAT(RTC_Format));
|
||||||
|
|
||||||
|
if (RTC_Format == LL_RTC_FORMAT_BIN)
|
||||||
|
{
|
||||||
|
assert_param(IS_LL_RTC_HOUR24(RTC_AlarmStruct->AlarmTime.Hours));
|
||||||
|
assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes));
|
||||||
|
assert_param(IS_LL_RTC_SECONDS(RTC_AlarmStruct->AlarmTime.Seconds));
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
assert_param(IS_LL_RTC_HOUR24(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Hours)));
|
||||||
|
assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes)));
|
||||||
|
assert_param(IS_LL_RTC_SECONDS(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Seconds)));
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Enter Initialization mode */
|
||||||
|
if (LL_RTC_EnterInitMode(RTCx) != ERROR)
|
||||||
|
{
|
||||||
|
/* Check the input parameters format */
|
||||||
|
if (RTC_Format == LL_RTC_FORMAT_BIN)
|
||||||
|
{
|
||||||
|
counter_alarm = (uint32_t)(((uint32_t)RTC_AlarmStruct->AlarmTime.Hours * 3600U) + \
|
||||||
|
((uint32_t)RTC_AlarmStruct->AlarmTime.Minutes * 60U) + \
|
||||||
|
((uint32_t)RTC_AlarmStruct->AlarmTime.Seconds));
|
||||||
|
LL_RTC_ALARM_Set(RTCx, counter_alarm);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
counter_alarm = (((uint32_t)(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Hours)) * 3600U) + \
|
||||||
|
((uint32_t)(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes)) * 60U) + \
|
||||||
|
((uint32_t)(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Seconds))));
|
||||||
|
LL_RTC_ALARM_Set(RTCx, counter_alarm);
|
||||||
|
}
|
||||||
|
status = SUCCESS;
|
||||||
|
}
|
||||||
|
/* Exit Initialization mode */
|
||||||
|
LL_RTC_ExitInitMode(RTCx);
|
||||||
|
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set each @ref LL_RTC_AlarmTypeDef of ALARM field to default value (Time = 00h:00mn:00sec /
|
||||||
|
* Day = 1st day of the month/Mask = all fields are masked).
|
||||||
|
* @param RTC_AlarmStruct pointer to a @ref LL_RTC_AlarmTypeDef structure which will be initialized.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
void LL_RTC_ALARM_StructInit(LL_RTC_AlarmTypeDef *RTC_AlarmStruct)
|
||||||
|
{
|
||||||
|
/* Alarm Time Settings : Time = 00h:00mn:00sec */
|
||||||
|
RTC_AlarmStruct->AlarmTime.Hours = 0U;
|
||||||
|
RTC_AlarmStruct->AlarmTime.Minutes = 0U;
|
||||||
|
RTC_AlarmStruct->AlarmTime.Seconds = 0U;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enters the RTC Initialization mode.
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: RTC is in Init mode
|
||||||
|
* - ERROR: RTC is not in Init mode
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_RTC_EnterInitMode(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
__IO uint32_t timeout = RTC_INITMODE_TIMEOUT;
|
||||||
|
ErrorStatus status = SUCCESS;
|
||||||
|
uint32_t tmp = 0U;
|
||||||
|
|
||||||
|
/* Check the parameter */
|
||||||
|
assert_param(IS_RTC_ALL_INSTANCE(RTCx));
|
||||||
|
|
||||||
|
/* Wait till RTC is in INIT state and if Time out is reached exit */
|
||||||
|
tmp = LL_RTC_IsActiveFlag_RTOF(RTCx);
|
||||||
|
while ((timeout != 0U) && (tmp == 0U))
|
||||||
|
{
|
||||||
|
if (LL_SYSTICK_IsActiveCounterFlag() == 1U)
|
||||||
|
{
|
||||||
|
timeout --;
|
||||||
|
}
|
||||||
|
tmp = LL_RTC_IsActiveFlag_RTOF(RTCx);
|
||||||
|
if (timeout == 0U)
|
||||||
|
{
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Disable the write protection for RTC registers */
|
||||||
|
LL_RTC_DisableWriteProtection(RTCx);
|
||||||
|
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Exit the RTC Initialization mode.
|
||||||
|
* @note When the initialization sequence is complete, the calendar restarts
|
||||||
|
* counting after 4 RTCCLK cycles.
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: RTC exited from in Init mode
|
||||||
|
* - ERROR: Not applicable
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_RTC_ExitInitMode(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
__IO uint32_t timeout = RTC_INITMODE_TIMEOUT;
|
||||||
|
__IO uint32_t timeout_waitRtoffZer0 = RTC_WAIT_RTOFF_ZERO;
|
||||||
|
ErrorStatus status = SUCCESS;
|
||||||
|
uint32_t tmp = 0U;
|
||||||
|
|
||||||
|
/* Check the parameter */
|
||||||
|
assert_param(IS_RTC_ALL_INSTANCE(RTCx));
|
||||||
|
|
||||||
|
/* Disable initialization mode */
|
||||||
|
LL_RTC_EnableWriteProtection(RTCx);
|
||||||
|
|
||||||
|
/* Wait till RTC is in INIT state and if Time out is reached exit */
|
||||||
|
tmp = LL_RTC_IsActiveFlag_RTOF(RTCx);
|
||||||
|
while ((timeout_waitRtoffZer0 != 0U) && (tmp !=0U))
|
||||||
|
{
|
||||||
|
if (LL_SYSTICK_IsActiveCounterFlag() == 1U)
|
||||||
|
{
|
||||||
|
timeout_waitRtoffZer0 --;
|
||||||
|
}
|
||||||
|
tmp = LL_RTC_IsActiveFlag_RTOF(RTCx);
|
||||||
|
}
|
||||||
|
while ((timeout != 0U) && (tmp ==0U))
|
||||||
|
{
|
||||||
|
if (LL_SYSTICK_IsActiveCounterFlag() == 1U)
|
||||||
|
{
|
||||||
|
timeout --;
|
||||||
|
}
|
||||||
|
tmp = LL_RTC_IsActiveFlag_RTOF(RTCx);
|
||||||
|
if (timeout == 0U)
|
||||||
|
{
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set the Time Counter
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @param TimeCounter this value can be from 0 to 0xFFFFFFFF
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: RTC Counter register configured
|
||||||
|
* - ERROR: Not applicable
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_RTC_TIME_SetCounter(RTC_TypeDef *RTCx, uint32_t TimeCounter)
|
||||||
|
{
|
||||||
|
ErrorStatus status = ERROR;
|
||||||
|
/* Check the parameter */
|
||||||
|
assert_param(IS_RTC_ALL_INSTANCE(RTCx));
|
||||||
|
|
||||||
|
/* Enter Initialization mode */
|
||||||
|
if (LL_RTC_EnterInitMode(RTCx) != ERROR)
|
||||||
|
{
|
||||||
|
LL_RTC_TIME_Set(RTCx, TimeCounter);
|
||||||
|
status = SUCCESS;
|
||||||
|
}
|
||||||
|
/* Exit Initialization mode */
|
||||||
|
LL_RTC_ExitInitMode(RTCx);
|
||||||
|
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set Alarm Counter.
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @param AlarmCounter this value can be from 0 to 0xFFFFFFFF
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: RTC exited from in Init mode
|
||||||
|
* - ERROR: Not applicable
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_RTC_ALARM_SetCounter(RTC_TypeDef *RTCx, uint32_t AlarmCounter)
|
||||||
|
{
|
||||||
|
ErrorStatus status = ERROR;
|
||||||
|
/* Check the parameter */
|
||||||
|
assert_param(IS_RTC_ALL_INSTANCE(RTCx));
|
||||||
|
|
||||||
|
/* Enter Initialization mode */
|
||||||
|
if (LL_RTC_EnterInitMode(RTCx) != ERROR)
|
||||||
|
{
|
||||||
|
LL_RTC_ALARM_Set(RTCx, AlarmCounter);
|
||||||
|
status = SUCCESS;
|
||||||
|
}
|
||||||
|
/* Exit Initialization mode */
|
||||||
|
LL_RTC_ExitInitMode(RTCx);
|
||||||
|
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Waits until the RTC registers are synchronized with RTC APB clock.
|
||||||
|
* @note The RTC Resynchronization mode is write protected, use the
|
||||||
|
* @ref LL_RTC_DisableWriteProtection before calling this function.
|
||||||
|
* @param RTCx RTC Instance
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: RTC registers are synchronised
|
||||||
|
* - ERROR: RTC registers are not synchronised
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_RTC_WaitForSynchro(RTC_TypeDef *RTCx)
|
||||||
|
{
|
||||||
|
__IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT;
|
||||||
|
ErrorStatus status = SUCCESS;
|
||||||
|
uint32_t tmp = 0U;
|
||||||
|
|
||||||
|
/* Check the parameter */
|
||||||
|
assert_param(IS_RTC_ALL_INSTANCE(RTCx));
|
||||||
|
|
||||||
|
/* Clear RSF flag */
|
||||||
|
LL_RTC_ClearFlag_RS(RTCx);
|
||||||
|
|
||||||
|
/* Wait the registers to be synchronised */
|
||||||
|
tmp = LL_RTC_IsActiveFlag_RS(RTCx);
|
||||||
|
while ((timeout != 0U) && (tmp == 0U))
|
||||||
|
{
|
||||||
|
if (LL_SYSTICK_IsActiveCounterFlag() == 1U)
|
||||||
|
{
|
||||||
|
timeout--;
|
||||||
|
}
|
||||||
|
tmp = LL_RTC_IsActiveFlag_RS(RTCx);
|
||||||
|
if (timeout == 0U)
|
||||||
|
{
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return (status);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* defined(RTC) */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
|
@ -0,0 +1,512 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_spi.c
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief SPI LL module driver.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx_ll_spi.h"
|
||||||
|
#include "py32f0xx_ll_bus.h"
|
||||||
|
#include "py32f0xx_ll_rcc.h"
|
||||||
|
|
||||||
|
#ifdef USE_FULL_ASSERT
|
||||||
|
#include "py32_assert.h"
|
||||||
|
#else
|
||||||
|
#define assert_param(expr) ((void)0U)
|
||||||
|
#endif /* USE_FULL_ASSERT */
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined (SPI1) || defined (SPI2)
|
||||||
|
|
||||||
|
/** @addtogroup SPI_LL
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/** @defgroup SPI_LL_Private_Constants SPI Private Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/* SPI registers Masks */
|
||||||
|
#define SPI_CR1_CLEAR_MASK (SPI_CR1_CPHA | SPI_CR1_CPOL | SPI_CR1_MSTR | \
|
||||||
|
SPI_CR1_BR | SPI_CR1_LSBFIRST | SPI_CR1_SSI | \
|
||||||
|
SPI_CR1_SSM | SPI_CR1_RXONLY | SPI_CR1_BIDIOE | \
|
||||||
|
SPI_CR1_BIDIMODE)
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
/** @defgroup SPI_LL_Private_Macros SPI Private Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define IS_LL_SPI_TRANSFER_DIRECTION(__VALUE__) (((__VALUE__) == LL_SPI_FULL_DUPLEX) \
|
||||||
|
|| ((__VALUE__) == LL_SPI_SIMPLEX_RX) \
|
||||||
|
|| ((__VALUE__) == LL_SPI_HALF_DUPLEX_RX) \
|
||||||
|
|| ((__VALUE__) == LL_SPI_HALF_DUPLEX_TX))
|
||||||
|
|
||||||
|
#define IS_LL_SPI_MODE(__VALUE__) (((__VALUE__) == LL_SPI_MODE_MASTER) \
|
||||||
|
|| ((__VALUE__) == LL_SPI_MODE_SLAVE))
|
||||||
|
|
||||||
|
#define IS_LL_SPI_DATAWIDTH(__VALUE__) (((__VALUE__) == LL_SPI_DATAWIDTH_8BIT) \
|
||||||
|
|| ((__VALUE__) == LL_SPI_DATAWIDTH_16BIT))
|
||||||
|
|
||||||
|
#define IS_LL_SPI_POLARITY(__VALUE__) (((__VALUE__) == LL_SPI_POLARITY_LOW) \
|
||||||
|
|| ((__VALUE__) == LL_SPI_POLARITY_HIGH))
|
||||||
|
|
||||||
|
#define IS_LL_SPI_PHASE(__VALUE__) (((__VALUE__) == LL_SPI_PHASE_1EDGE) \
|
||||||
|
|| ((__VALUE__) == LL_SPI_PHASE_2EDGE))
|
||||||
|
|
||||||
|
#define IS_LL_SPI_NSS(__VALUE__) (((__VALUE__) == LL_SPI_NSS_SOFT) \
|
||||||
|
|| ((__VALUE__) == LL_SPI_NSS_HARD_INPUT) \
|
||||||
|
|| ((__VALUE__) == LL_SPI_NSS_HARD_OUTPUT))
|
||||||
|
|
||||||
|
#define IS_LL_SPI_BAUDRATE(__VALUE__) (((__VALUE__) == LL_SPI_BAUDRATEPRESCALER_DIV2) \
|
||||||
|
|| ((__VALUE__) == LL_SPI_BAUDRATEPRESCALER_DIV4) \
|
||||||
|
|| ((__VALUE__) == LL_SPI_BAUDRATEPRESCALER_DIV8) \
|
||||||
|
|| ((__VALUE__) == LL_SPI_BAUDRATEPRESCALER_DIV16) \
|
||||||
|
|| ((__VALUE__) == LL_SPI_BAUDRATEPRESCALER_DIV32) \
|
||||||
|
|| ((__VALUE__) == LL_SPI_BAUDRATEPRESCALER_DIV64) \
|
||||||
|
|| ((__VALUE__) == LL_SPI_BAUDRATEPRESCALER_DIV128) \
|
||||||
|
|| ((__VALUE__) == LL_SPI_BAUDRATEPRESCALER_DIV256))
|
||||||
|
|
||||||
|
#define IS_LL_SPI_BITORDER(__VALUE__) (((__VALUE__) == LL_SPI_LSB_FIRST) \
|
||||||
|
|| ((__VALUE__) == LL_SPI_MSB_FIRST))
|
||||||
|
|
||||||
|
#define IS_LL_SPI_SLAVE_SPEED_MODE(__VALUE__) (((__VALUE__) == LL_SPI_SLAVE_SPEED_NORMAL) \
|
||||||
|
|| ((__VALUE__) == LL_SPI_SLAVE_SPEED_FAST))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private function prototypes -----------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @addtogroup SPI_LL_Exported_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup SPI_LL_EF_Init
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief De-initialize the SPI registers to their default reset values.
|
||||||
|
* @param SPIx SPI Instance
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: SPI registers are de-initialized
|
||||||
|
* - ERROR: SPI registers are not de-initialized
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_SPI_DeInit(SPI_TypeDef *SPIx)
|
||||||
|
{
|
||||||
|
ErrorStatus status = ERROR;
|
||||||
|
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_SPI_ALL_INSTANCE(SPIx));
|
||||||
|
|
||||||
|
if (SPIx == SPI1)
|
||||||
|
{
|
||||||
|
/* Force reset of SPI clock */
|
||||||
|
LL_APB1_GRP2_ForceReset(LL_APB1_GRP2_PERIPH_SPI1);
|
||||||
|
|
||||||
|
/* Release reset of SPI clock */
|
||||||
|
LL_APB1_GRP2_ReleaseReset(LL_APB1_GRP2_PERIPH_SPI1);
|
||||||
|
|
||||||
|
status = SUCCESS;
|
||||||
|
}
|
||||||
|
#if defined(SPI2)
|
||||||
|
if (SPIx == SPI2)
|
||||||
|
{
|
||||||
|
/* Force reset of SPI clock */
|
||||||
|
LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_SPI2);
|
||||||
|
|
||||||
|
/* Release reset of SPI clock */
|
||||||
|
LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_SPI2);
|
||||||
|
|
||||||
|
status = SUCCESS;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Initialize the SPI registers according to the specified parameters in SPI_InitStruct.
|
||||||
|
* @note As some bits in SPI configuration registers can only be written when the SPI is disabled (SPI_CR1_SPE bit =0),
|
||||||
|
* SPI peripheral should be in disabled state prior calling this function. Otherwise, ERROR result will be returned.
|
||||||
|
* @param SPIx SPI Instance
|
||||||
|
* @param SPI_InitStruct pointer to a @ref LL_SPI_InitTypeDef structure
|
||||||
|
* @retval An ErrorStatus enumeration value. (Return always SUCCESS)
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct)
|
||||||
|
{
|
||||||
|
ErrorStatus status = ERROR;
|
||||||
|
|
||||||
|
/* Check the SPI Instance SPIx*/
|
||||||
|
assert_param(IS_SPI_ALL_INSTANCE(SPIx));
|
||||||
|
|
||||||
|
/* Check the SPI parameters from SPI_InitStruct*/
|
||||||
|
assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection));
|
||||||
|
assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode));
|
||||||
|
assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth));
|
||||||
|
assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity));
|
||||||
|
assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase));
|
||||||
|
assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS));
|
||||||
|
assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate));
|
||||||
|
assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder));
|
||||||
|
assert_param(IS_LL_SPI_SLAVE_SPEED_MODE(SPI_InitStruct->SlaveSpeedMode));
|
||||||
|
|
||||||
|
if (LL_SPI_IsEnabled(SPIx) == 0x00000000U)
|
||||||
|
{
|
||||||
|
/*---------------------------- SPIx CR1 Configuration ------------------------
|
||||||
|
* Configure SPIx CR1 with parameters:
|
||||||
|
* - TransferDirection: SPI_CR1_BIDIMODE, SPI_CR1_BIDIOE and SPI_CR1_RXONLY bits
|
||||||
|
* - Master/Slave Mode: SPI_CR1_MSTR bit
|
||||||
|
* - ClockPolarity: SPI_CR1_CPOL bit
|
||||||
|
* - ClockPhase: SPI_CR1_CPHA bit
|
||||||
|
* - NSS management: SPI_CR1_SSM bit
|
||||||
|
* - BaudRate prescaler: SPI_CR1_BR[2:0] bits
|
||||||
|
* - BitOrder: SPI_CR1_LSBFIRST bit
|
||||||
|
* - CRCCalculation: SPI_CR1_CRCEN bit
|
||||||
|
*/
|
||||||
|
MODIFY_REG(SPIx->CR1,
|
||||||
|
SPI_CR1_CLEAR_MASK,
|
||||||
|
SPI_InitStruct->TransferDirection | SPI_InitStruct->Mode |
|
||||||
|
SPI_InitStruct->ClockPolarity | SPI_InitStruct->ClockPhase |
|
||||||
|
(SPI_InitStruct->NSS & SPI_CR1_SSM) | SPI_InitStruct->BaudRate |
|
||||||
|
SPI_InitStruct->BitOrder);
|
||||||
|
|
||||||
|
/*---------------------------- SPIx CR2 Configuration ------------------------
|
||||||
|
* Configure SPIx CR2 with parameters:
|
||||||
|
* - DataWidth: DS[3:0] bits
|
||||||
|
* - NSS management: SSOE bit
|
||||||
|
*/
|
||||||
|
MODIFY_REG(SPIx->CR2,
|
||||||
|
(SPI_CR2_DS | SPI_CR2_SSOE | SPI_CR2_SLVFM),
|
||||||
|
(SPI_InitStruct->DataWidth | ((SPI_InitStruct->NSS >> 16U) & SPI_CR2_SSOE) | SPI_InitStruct->SlaveSpeedMode));
|
||||||
|
|
||||||
|
/* Set Rx FIFO to Quarter (1 Byte) in case of 8 Bits mode. No DataPacking by default */
|
||||||
|
if (SPI_InitStruct->DataWidth == LL_SPI_DATAWIDTH_8BIT)
|
||||||
|
{
|
||||||
|
LL_SPI_SetRxFIFOThreshold(SPIx, LL_SPI_RX_FIFO_TH_QUARTER);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
LL_SPI_SetRxFIFOThreshold(SPIx, LL_SPI_RX_FIFO_TH_HALF);
|
||||||
|
}
|
||||||
|
|
||||||
|
status = SUCCESS;
|
||||||
|
}
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set each @ref LL_SPI_InitTypeDef field to default value.
|
||||||
|
* @param SPI_InitStruct pointer to a @ref LL_SPI_InitTypeDef structure
|
||||||
|
* whose fields will be set to default values.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
void LL_SPI_StructInit(LL_SPI_InitTypeDef *SPI_InitStruct)
|
||||||
|
{
|
||||||
|
/* Set SPI_InitStruct fields to default values */
|
||||||
|
SPI_InitStruct->TransferDirection = LL_SPI_FULL_DUPLEX;
|
||||||
|
SPI_InitStruct->Mode = LL_SPI_MODE_SLAVE;
|
||||||
|
SPI_InitStruct->DataWidth = LL_SPI_DATAWIDTH_8BIT;
|
||||||
|
SPI_InitStruct->ClockPolarity = LL_SPI_POLARITY_LOW;
|
||||||
|
SPI_InitStruct->ClockPhase = LL_SPI_PHASE_1EDGE;
|
||||||
|
SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT;
|
||||||
|
SPI_InitStruct->BaudRate = LL_SPI_BAUDRATEPRESCALER_DIV2;
|
||||||
|
SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST;
|
||||||
|
SPI_InitStruct->SlaveSpeedMode = LL_SPI_SLAVE_SPEED_NORMAL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined(SPI_I2S_SUPPORT)
|
||||||
|
/** @addtogroup I2S_LL
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/** @defgroup I2S_LL_Private_Constants I2S Private Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
/* I2S registers Masks */
|
||||||
|
#define I2S_I2SCFGR_CLEAR_MASK (SPI_I2SCFGR_CHLEN | SPI_I2SCFGR_DATLEN | \
|
||||||
|
SPI_I2SCFGR_CKPOL | SPI_I2SCFGR_I2SSTD | \
|
||||||
|
SPI_I2SCFGR_I2SCFG | SPI_I2SCFGR_I2SMOD )
|
||||||
|
|
||||||
|
#define I2S_I2SPR_CLEAR_MASK 0x0002U
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
/** @defgroup I2S_LL_Private_Macros I2S Private Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define IS_LL_I2S_DATAFORMAT(__VALUE__) (((__VALUE__) == LL_I2S_DATAFORMAT_16B) \
|
||||||
|
|| ((__VALUE__) == LL_I2S_DATAFORMAT_16B_EXTENDED) \
|
||||||
|
|| ((__VALUE__) == LL_I2S_DATAFORMAT_24B) \
|
||||||
|
|| ((__VALUE__) == LL_I2S_DATAFORMAT_32B))
|
||||||
|
|
||||||
|
#define IS_LL_I2S_CPOL(__VALUE__) (((__VALUE__) == LL_I2S_POLARITY_LOW) \
|
||||||
|
|| ((__VALUE__) == LL_I2S_POLARITY_HIGH))
|
||||||
|
|
||||||
|
#define IS_LL_I2S_STANDARD(__VALUE__) (((__VALUE__) == LL_I2S_STANDARD_PHILIPS) \
|
||||||
|
|| ((__VALUE__) == LL_I2S_STANDARD_MSB) \
|
||||||
|
|| ((__VALUE__) == LL_I2S_STANDARD_LSB) \
|
||||||
|
|| ((__VALUE__) == LL_I2S_STANDARD_PCM_SHORT) \
|
||||||
|
|| ((__VALUE__) == LL_I2S_STANDARD_PCM_LONG))
|
||||||
|
|
||||||
|
#define IS_LL_I2S_MODE(__VALUE__) (((__VALUE__) == LL_I2S_MODE_SLAVE_TX) \
|
||||||
|
|| ((__VALUE__) == LL_I2S_MODE_SLAVE_RX) \
|
||||||
|
|| ((__VALUE__) == LL_I2S_MODE_MASTER_TX) \
|
||||||
|
|| ((__VALUE__) == LL_I2S_MODE_MASTER_RX))
|
||||||
|
|
||||||
|
#define IS_LL_I2S_MCLK_OUTPUT(__VALUE__) (((__VALUE__) == LL_I2S_MCLK_OUTPUT_ENABLE) \
|
||||||
|
|| ((__VALUE__) == LL_I2S_MCLK_OUTPUT_DISABLE))
|
||||||
|
|
||||||
|
#define IS_LL_I2S_AUDIO_FREQ(__VALUE__) ((((__VALUE__) >= LL_I2S_AUDIOFREQ_8K) \
|
||||||
|
&& ((__VALUE__) <= LL_I2S_AUDIOFREQ_192K)) \
|
||||||
|
|| ((__VALUE__) == LL_I2S_AUDIOFREQ_DEFAULT))
|
||||||
|
|
||||||
|
#define IS_LL_I2S_PRESCALER_LINEAR(__VALUE__) ((__VALUE__) >= 0x2U)
|
||||||
|
|
||||||
|
#define IS_LL_I2S_PRESCALER_PARITY(__VALUE__) (((__VALUE__) == LL_I2S_PRESCALER_PARITY_EVEN) \
|
||||||
|
|| ((__VALUE__) == LL_I2S_PRESCALER_PARITY_ODD))
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private function prototypes -----------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @addtogroup I2S_LL_Exported_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup I2S_LL_EF_Init
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief De-initialize the SPI/I2S registers to their default reset values.
|
||||||
|
* @param SPIx SPI Instance
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: SPI registers are de-initialized
|
||||||
|
* - ERROR: SPI registers are not de-initialized
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_I2S_DeInit(SPI_TypeDef *SPIx)
|
||||||
|
{
|
||||||
|
return LL_SPI_DeInit(SPIx);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Initializes the SPI/I2S registers according to the specified parameters in I2S_InitStruct.
|
||||||
|
* @note As some bits in SPI configuration registers can only be written when the SPI is disabled (SPI_CR1_SPE bit =0),
|
||||||
|
* SPI peripheral should be in disabled state prior calling this function. Otherwise, ERROR result will be returned.
|
||||||
|
* @param SPIx SPI Instance
|
||||||
|
* @param I2S_InitStruct pointer to a @ref LL_I2S_InitTypeDef structure
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: SPI registers are Initialized
|
||||||
|
* - ERROR: SPI registers are not Initialized
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct)
|
||||||
|
{
|
||||||
|
uint32_t i2sdiv = 2U;
|
||||||
|
uint32_t i2sodd = 0U;
|
||||||
|
uint32_t packetlength = 1U;
|
||||||
|
uint32_t tmp;
|
||||||
|
LL_RCC_ClocksTypeDef rcc_clocks;
|
||||||
|
uint32_t sourceclock;
|
||||||
|
ErrorStatus status = ERROR;
|
||||||
|
|
||||||
|
/* Check the I2S parameters */
|
||||||
|
assert_param(IS_I2S_ALL_INSTANCE(SPIx));
|
||||||
|
assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode));
|
||||||
|
assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard));
|
||||||
|
assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat));
|
||||||
|
assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput));
|
||||||
|
assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq));
|
||||||
|
assert_param(IS_LL_I2S_CPOL(I2S_InitStruct->ClockPolarity));
|
||||||
|
|
||||||
|
if (LL_I2S_IsEnabled(SPIx) == 0x00000000U)
|
||||||
|
{
|
||||||
|
/*---------------------------- SPIx I2SCFGR Configuration --------------------
|
||||||
|
* Configure SPIx I2SCFGR with parameters:
|
||||||
|
* - Mode: SPI_I2SCFGR_I2SCFG[1:0] bit
|
||||||
|
* - Standard: SPI_I2SCFGR_I2SSTD[1:0] and SPI_I2SCFGR_PCMSYNC bits
|
||||||
|
* - DataFormat: SPI_I2SCFGR_CHLEN and SPI_I2SCFGR_DATLEN bits
|
||||||
|
* - ClockPolarity: SPI_I2SCFGR_CKPOL bit
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Write to SPIx I2SCFGR */
|
||||||
|
MODIFY_REG(SPIx->I2SCFGR,
|
||||||
|
I2S_I2SCFGR_CLEAR_MASK,
|
||||||
|
I2S_InitStruct->Mode | I2S_InitStruct->Standard |
|
||||||
|
I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity |
|
||||||
|
SPI_I2SCFGR_I2SMOD);
|
||||||
|
|
||||||
|
/*---------------------------- SPIx I2SPR Configuration ----------------------
|
||||||
|
* Configure SPIx I2SPR with parameters:
|
||||||
|
* - MCLKOutput: SPI_I2SPR_MCKOE bit
|
||||||
|
* - AudioFreq: SPI_I2SPR_I2SDIV[7:0] and SPI_I2SPR_ODD bits
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* If the requested audio frequency is not the default, compute the prescaler (i2sodd, i2sdiv)
|
||||||
|
* else, default values are used: i2sodd = 0U, i2sdiv = 2U.
|
||||||
|
*/
|
||||||
|
if (I2S_InitStruct->AudioFreq != LL_I2S_AUDIOFREQ_DEFAULT)
|
||||||
|
{
|
||||||
|
/* Check the frame length (For the Prescaler computing)
|
||||||
|
* Default value: LL_I2S_DATAFORMAT_16B (packetlength = 1U).
|
||||||
|
*/
|
||||||
|
if (I2S_InitStruct->DataFormat != LL_I2S_DATAFORMAT_16B)
|
||||||
|
{
|
||||||
|
/* Packet length is 32 bits */
|
||||||
|
packetlength = 2U;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* I2S Clock source is System clock: Get System Clock frequency */
|
||||||
|
LL_RCC_GetSystemClocksFreq(&rcc_clocks);
|
||||||
|
|
||||||
|
/* Get the source clock value: based on System Clock value */
|
||||||
|
sourceclock = rcc_clocks.SYSCLK_Frequency;
|
||||||
|
|
||||||
|
/* Compute the Real divider depending on the MCLK output state with a floating point */
|
||||||
|
if (I2S_InitStruct->MCLKOutput == LL_I2S_MCLK_OUTPUT_ENABLE)
|
||||||
|
{
|
||||||
|
/* MCLK output is enabled */
|
||||||
|
tmp = (((((sourceclock / 256U) * 10U) / I2S_InitStruct->AudioFreq)) + 5U);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
/* MCLK output is disabled */
|
||||||
|
tmp = (((((sourceclock / (32U * packetlength)) * 10U) / I2S_InitStruct->AudioFreq)) + 5U);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Remove the floating point */
|
||||||
|
tmp = tmp / 10U;
|
||||||
|
|
||||||
|
/* Check the parity of the divider */
|
||||||
|
i2sodd = (tmp & (uint16_t)0x0001U);
|
||||||
|
|
||||||
|
/* Compute the i2sdiv prescaler */
|
||||||
|
i2sdiv = ((tmp - i2sodd) / 2U);
|
||||||
|
|
||||||
|
/* Get the Mask for the Odd bit (SPI_I2SPR[8]) register */
|
||||||
|
i2sodd = (i2sodd << 8U);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Test if the divider is 1 or 0 or greater than 0xFF */
|
||||||
|
if ((i2sdiv < 2U) || (i2sdiv > 0xFFU))
|
||||||
|
{
|
||||||
|
/* Set the default values */
|
||||||
|
i2sdiv = 2U;
|
||||||
|
i2sodd = 0U;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Write to SPIx I2SPR register the computed value */
|
||||||
|
WRITE_REG(SPIx->I2SPR, i2sdiv | i2sodd | I2S_InitStruct->MCLKOutput);
|
||||||
|
|
||||||
|
status = SUCCESS;
|
||||||
|
}
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set each @ref LL_I2S_InitTypeDef field to default value.
|
||||||
|
* @param I2S_InitStruct pointer to a @ref LL_I2S_InitTypeDef structure
|
||||||
|
* whose fields will be set to default values.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
void LL_I2S_StructInit(LL_I2S_InitTypeDef *I2S_InitStruct)
|
||||||
|
{
|
||||||
|
/*--------------- Reset I2S init structure parameters values -----------------*/
|
||||||
|
I2S_InitStruct->Mode = LL_I2S_MODE_SLAVE_TX;
|
||||||
|
I2S_InitStruct->Standard = LL_I2S_STANDARD_PHILIPS;
|
||||||
|
I2S_InitStruct->DataFormat = LL_I2S_DATAFORMAT_16B;
|
||||||
|
I2S_InitStruct->MCLKOutput = LL_I2S_MCLK_OUTPUT_DISABLE;
|
||||||
|
I2S_InitStruct->AudioFreq = LL_I2S_AUDIOFREQ_DEFAULT;
|
||||||
|
I2S_InitStruct->ClockPolarity = LL_I2S_POLARITY_LOW;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set linear and parity prescaler.
|
||||||
|
* @note To calculate value of PrescalerLinear(I2SDIV[7:0] bits) and PrescalerParity(ODD bit)\n
|
||||||
|
* Check Audio frequency table and formulas inside Reference Manual (SPI/I2S).
|
||||||
|
* @param SPIx SPI Instance
|
||||||
|
* @param PrescalerLinear value Min_Data=0x02 and Max_Data=0xFF.
|
||||||
|
* @param PrescalerParity This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_I2S_PRESCALER_PARITY_EVEN
|
||||||
|
* @arg @ref LL_I2S_PRESCALER_PARITY_ODD
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
void LL_I2S_ConfigPrescaler(SPI_TypeDef *SPIx, uint32_t PrescalerLinear, uint32_t PrescalerParity)
|
||||||
|
{
|
||||||
|
/* Check the I2S parameters */
|
||||||
|
assert_param(IS_I2S_ALL_INSTANCE(SPIx));
|
||||||
|
assert_param(IS_LL_I2S_PRESCALER_LINEAR(PrescalerLinear));
|
||||||
|
assert_param(IS_LL_I2S_PRESCALER_PARITY(PrescalerParity));
|
||||||
|
|
||||||
|
/* Write to SPIx I2SPR */
|
||||||
|
MODIFY_REG(SPIx->I2SPR, SPI_I2SPR_I2SDIV | SPI_I2SPR_ODD, PrescalerLinear | (PrescalerParity << 8U));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif /* SPI_I2S_SUPPORT */
|
||||||
|
|
||||||
|
#endif /* defined (SPI1) || defined (SPI2) */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,388 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_usart.c
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief USART LL module driver.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
#if defined(USE_FULL_LL_DRIVER)
|
||||||
|
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx_ll_usart.h"
|
||||||
|
#include "py32f0xx_ll_rcc.h"
|
||||||
|
#include "py32f0xx_ll_bus.h"
|
||||||
|
#ifdef USE_FULL_ASSERT
|
||||||
|
#include "py32_assert.h"
|
||||||
|
#else
|
||||||
|
#define assert_param(expr) ((void)0U)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if defined (USART1) || defined (USART2)
|
||||||
|
|
||||||
|
/** @addtogroup USART_LL
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/** @addtogroup USART_LL_Private_Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
/** @addtogroup USART_LL_Private_Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* __BAUDRATE__ The maximum Baud Rate is derived from the maximum clock available
|
||||||
|
* divided by the smallest oversampling used on the USART (i.e. 8) */
|
||||||
|
#define IS_LL_USART_BAUDRATE(__BAUDRATE__) ((__BAUDRATE__) <= 4500000U)
|
||||||
|
|
||||||
|
/* __VALUE__ In case of oversampling by 16 and 8, BRR content must be greater than or equal to 16d. */
|
||||||
|
#define IS_LL_USART_BRR_MIN(__VALUE__) ((__VALUE__) >= 16U)
|
||||||
|
|
||||||
|
/* __VALUE__ BRR content must be lower than or equal to 0xFFFF. */
|
||||||
|
#define IS_LL_USART_BRR_MAX(__VALUE__) ((__VALUE__) <= 0x0000FFFFU)
|
||||||
|
|
||||||
|
#define IS_LL_USART_DIRECTION(__VALUE__) (((__VALUE__) == LL_USART_DIRECTION_NONE) \
|
||||||
|
|| ((__VALUE__) == LL_USART_DIRECTION_RX) \
|
||||||
|
|| ((__VALUE__) == LL_USART_DIRECTION_TX) \
|
||||||
|
|| ((__VALUE__) == LL_USART_DIRECTION_TX_RX))
|
||||||
|
|
||||||
|
#define IS_LL_USART_PARITY(__VALUE__) (((__VALUE__) == LL_USART_PARITY_NONE) \
|
||||||
|
|| ((__VALUE__) == LL_USART_PARITY_EVEN) \
|
||||||
|
|| ((__VALUE__) == LL_USART_PARITY_ODD))
|
||||||
|
|
||||||
|
#define IS_LL_USART_DATAWIDTH(__VALUE__) (((__VALUE__) == LL_USART_DATAWIDTH_8B) \
|
||||||
|
|| ((__VALUE__) == LL_USART_DATAWIDTH_9B))
|
||||||
|
|
||||||
|
#define IS_LL_USART_OVERSAMPLING(__VALUE__) (((__VALUE__) == LL_USART_OVERSAMPLING_16) \
|
||||||
|
|| ((__VALUE__) == LL_USART_OVERSAMPLING_8))
|
||||||
|
|
||||||
|
#define IS_LL_USART_LASTBITCLKOUTPUT(__VALUE__) (((__VALUE__) == LL_USART_LASTCLKPULSE_NO_OUTPUT) \
|
||||||
|
|| ((__VALUE__) == LL_USART_LASTCLKPULSE_OUTPUT))
|
||||||
|
|
||||||
|
#define IS_LL_USART_CLOCKPHASE(__VALUE__) (((__VALUE__) == LL_USART_PHASE_1EDGE) \
|
||||||
|
|| ((__VALUE__) == LL_USART_PHASE_2EDGE))
|
||||||
|
|
||||||
|
#define IS_LL_USART_CLOCKPOLARITY(__VALUE__) (((__VALUE__) == LL_USART_POLARITY_LOW) \
|
||||||
|
|| ((__VALUE__) == LL_USART_POLARITY_HIGH))
|
||||||
|
|
||||||
|
#define IS_LL_USART_CLOCKOUTPUT(__VALUE__) (((__VALUE__) == LL_USART_CLOCK_DISABLE) \
|
||||||
|
|| ((__VALUE__) == LL_USART_CLOCK_ENABLE))
|
||||||
|
|
||||||
|
#define IS_LL_USART_STOPBITS(__VALUE__) (((__VALUE__) == LL_USART_STOPBITS_1) \
|
||||||
|
|| ((__VALUE__) == LL_USART_STOPBITS_2))
|
||||||
|
|
||||||
|
#define IS_LL_USART_HWCONTROL(__VALUE__) (((__VALUE__) == LL_USART_HWCONTROL_NONE) \
|
||||||
|
|| ((__VALUE__) == LL_USART_HWCONTROL_RTS) \
|
||||||
|
|| ((__VALUE__) == LL_USART_HWCONTROL_CTS) \
|
||||||
|
|| ((__VALUE__) == LL_USART_HWCONTROL_RTS_CTS))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private function prototypes -----------------------------------------------*/
|
||||||
|
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @addtogroup USART_LL_Exported_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup USART_LL_EF_Init
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief De-initialize USART registers (Registers restored to their default values).
|
||||||
|
* @param USARTx USART Instance
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: USART registers are de-initialized
|
||||||
|
* - ERROR: USART registers are not de-initialized
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_USART_DeInit(USART_TypeDef *USARTx)
|
||||||
|
{
|
||||||
|
ErrorStatus status = SUCCESS;
|
||||||
|
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_UART_INSTANCE(USARTx));
|
||||||
|
|
||||||
|
if (USARTx == USART1)
|
||||||
|
{
|
||||||
|
/* Force reset of USART clock */
|
||||||
|
LL_APB1_GRP2_ForceReset(LL_APB1_GRP2_PERIPH_USART1);
|
||||||
|
|
||||||
|
/* Release reset of USART clock */
|
||||||
|
LL_APB1_GRP2_ReleaseReset(LL_APB1_GRP2_PERIPH_USART1);
|
||||||
|
}
|
||||||
|
#if defined(USART2)
|
||||||
|
else if (USARTx == USART2)
|
||||||
|
{
|
||||||
|
/* Force reset of USART clock */
|
||||||
|
LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_USART2);
|
||||||
|
|
||||||
|
/* Release reset of USART clock */
|
||||||
|
LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_USART2);
|
||||||
|
}
|
||||||
|
#endif /* USART2 */
|
||||||
|
else
|
||||||
|
{
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
return (status);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Initialize USART registers according to the specified
|
||||||
|
* parameters in USART_InitStruct.
|
||||||
|
* @note As some bits in USART configuration registers can only be written when the USART is disabled (USART_CR1_UE bit =0),
|
||||||
|
* USART IP should be in disabled state prior calling this function. Otherwise, ERROR result will be returned.
|
||||||
|
* @note Baud rate value stored in USART_InitStruct BaudRate field, should be valid (different from 0).
|
||||||
|
* @param USARTx USART Instance
|
||||||
|
* @param USART_InitStruct pointer to a LL_USART_InitTypeDef structure
|
||||||
|
* that contains the configuration information for the specified USART peripheral.
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: USART registers are initialized according to USART_InitStruct content
|
||||||
|
* - ERROR: Problem occurred during USART Registers initialization
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, LL_USART_InitTypeDef *USART_InitStruct)
|
||||||
|
{
|
||||||
|
ErrorStatus status = ERROR;
|
||||||
|
uint32_t periphclk = LL_RCC_PERIPH_FREQUENCY_NO;
|
||||||
|
LL_RCC_ClocksTypeDef rcc_clocks;
|
||||||
|
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_UART_INSTANCE(USARTx));
|
||||||
|
assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate));
|
||||||
|
assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth));
|
||||||
|
assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits));
|
||||||
|
assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity));
|
||||||
|
assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection));
|
||||||
|
assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl));
|
||||||
|
#if defined(USART_CR3_OVER8)
|
||||||
|
assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling));
|
||||||
|
#endif /* USART_OverSampling_Feature */
|
||||||
|
|
||||||
|
/* USART needs to be in disabled state, in order to be able to configure some bits in
|
||||||
|
CRx registers */
|
||||||
|
if (LL_USART_IsEnabled(USARTx) == 0U)
|
||||||
|
{
|
||||||
|
/*---------------------------- USART CR1 Configuration -----------------------
|
||||||
|
* Configure USARTx CR1 (USART Word Length, Parity, Mode and Oversampling bits) with parameters:
|
||||||
|
* - DataWidth: USART_CR1_M bits according to USART_InitStruct->DataWidth value
|
||||||
|
* - Parity: USART_CR1_PCE, USART_CR1_PS bits according to USART_InitStruct->Parity value
|
||||||
|
* - TransferDirection: USART_CR1_TE, USART_CR1_RE bits according to USART_InitStruct->TransferDirection value
|
||||||
|
* - Oversampling: USART_CR3_OVER8 bit according to USART_InitStruct->OverSampling value.
|
||||||
|
*/
|
||||||
|
#if defined(USART_CR3_OVER8)
|
||||||
|
MODIFY_REG(USARTx->CR1,
|
||||||
|
(USART_CR1_M | USART_CR1_PCE | USART_CR1_PS |
|
||||||
|
USART_CR1_TE | USART_CR1_RE),
|
||||||
|
(USART_InitStruct->DataWidth | USART_InitStruct->Parity |
|
||||||
|
USART_InitStruct->TransferDirection));
|
||||||
|
MODIFY_REG(USARTx->CR3, USART_CR3_OVER8, USART_InitStruct->OverSampling);
|
||||||
|
#else
|
||||||
|
MODIFY_REG(USARTx->CR1,
|
||||||
|
(USART_CR1_M | USART_CR1_PCE | USART_CR1_PS |
|
||||||
|
USART_CR1_TE | USART_CR1_RE),
|
||||||
|
(USART_InitStruct->DataWidth | USART_InitStruct->Parity |
|
||||||
|
USART_InitStruct->TransferDirection));
|
||||||
|
#endif /* USART_OverSampling_Feature */
|
||||||
|
/*---------------------------- USART CR2 Configuration -----------------------
|
||||||
|
* Configure USARTx CR2 (Stop bits) with parameters:
|
||||||
|
* - Stop Bits: USART_CR2_STOP bits according to USART_InitStruct->StopBits value.
|
||||||
|
* - CLKEN, CPOL, CPHA and LBCL bits are to be configured using LL_USART_ClockInit().
|
||||||
|
*/
|
||||||
|
LL_USART_SetStopBitsLength(USARTx, USART_InitStruct->StopBits);
|
||||||
|
|
||||||
|
/*---------------------------- USART CR3 Configuration -----------------------
|
||||||
|
* Configure USARTx CR3 (Hardware Flow Control) with parameters:
|
||||||
|
* - HardwareFlowControl: USART_CR3_RTSE, USART_CR3_CTSE bits according to USART_InitStruct->HardwareFlowControl value.
|
||||||
|
*/
|
||||||
|
LL_USART_SetHWFlowCtrl(USARTx, USART_InitStruct->HardwareFlowControl);
|
||||||
|
|
||||||
|
/*---------------------------- USART BRR Configuration -----------------------
|
||||||
|
* Retrieve Clock frequency used for USART Peripheral
|
||||||
|
*/
|
||||||
|
LL_RCC_GetSystemClocksFreq(&rcc_clocks);
|
||||||
|
periphclk = rcc_clocks.PCLK1_Frequency;
|
||||||
|
|
||||||
|
/* Configure the USART Baud Rate :
|
||||||
|
- valid baud rate value (different from 0) is required
|
||||||
|
- Peripheral clock as returned by RCC service, should be valid (different from 0).
|
||||||
|
*/
|
||||||
|
if ((periphclk != LL_RCC_PERIPH_FREQUENCY_NO)
|
||||||
|
&& (USART_InitStruct->BaudRate != 0U))
|
||||||
|
{
|
||||||
|
status = SUCCESS;
|
||||||
|
#if defined(USART_CR3_OVER8)
|
||||||
|
LL_USART_SetBaudRate(USARTx,
|
||||||
|
periphclk,
|
||||||
|
USART_InitStruct->OverSampling,
|
||||||
|
USART_InitStruct->BaudRate);
|
||||||
|
#else
|
||||||
|
LL_USART_SetBaudRate(USARTx,
|
||||||
|
periphclk,
|
||||||
|
USART_InitStruct->BaudRate);
|
||||||
|
#endif /* USART_OverSampling_Feature */
|
||||||
|
/* Check BRR is greater than or equal to 16d */
|
||||||
|
assert_param(IS_LL_USART_BRR_MIN(USARTx->BRR));
|
||||||
|
|
||||||
|
/* Check BRR is greater than or equal to 16d */
|
||||||
|
assert_param(IS_LL_USART_BRR_MAX(USARTx->BRR));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/* Endif (=> USART not in Disabled state => return ERROR) */
|
||||||
|
|
||||||
|
return (status);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set each @ref LL_USART_InitTypeDef field to default value.
|
||||||
|
* @param USART_InitStruct Pointer to a @ref LL_USART_InitTypeDef structure
|
||||||
|
* whose fields will be set to default values.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
|
||||||
|
void LL_USART_StructInit(LL_USART_InitTypeDef *USART_InitStruct)
|
||||||
|
{
|
||||||
|
/* Set USART_InitStruct fields to default values */
|
||||||
|
USART_InitStruct->BaudRate = 9600U;
|
||||||
|
USART_InitStruct->DataWidth = LL_USART_DATAWIDTH_8B;
|
||||||
|
USART_InitStruct->StopBits = LL_USART_STOPBITS_1;
|
||||||
|
USART_InitStruct->Parity = LL_USART_PARITY_NONE ;
|
||||||
|
USART_InitStruct->TransferDirection = LL_USART_DIRECTION_TX_RX;
|
||||||
|
USART_InitStruct->HardwareFlowControl = LL_USART_HWCONTROL_NONE;
|
||||||
|
#if defined(USART_CR3_OVER8)
|
||||||
|
USART_InitStruct->OverSampling = LL_USART_OVERSAMPLING_16;
|
||||||
|
#endif /* USART_OverSampling_Feature */
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Initialize USART Clock related settings according to the
|
||||||
|
* specified parameters in the USART_ClockInitStruct.
|
||||||
|
* @note As some bits in USART configuration registers can only be written when the USART is disabled (USART_CR1_UE bit =0),
|
||||||
|
* USART IP should be in disabled state prior calling this function. Otherwise, ERROR result will be returned.
|
||||||
|
* @param USARTx USART Instance
|
||||||
|
* @param USART_ClockInitStruct Pointer to a @ref LL_USART_ClockInitTypeDef structure
|
||||||
|
* that contains the Clock configuration information for the specified USART peripheral.
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: USART registers related to Clock settings are initialized according to USART_ClockInitStruct content
|
||||||
|
* - ERROR: Problem occurred during USART Registers initialization
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_USART_ClockInit(USART_TypeDef *USARTx, LL_USART_ClockInitTypeDef *USART_ClockInitStruct)
|
||||||
|
{
|
||||||
|
ErrorStatus status = SUCCESS;
|
||||||
|
|
||||||
|
/* Check USART Instance and Clock signal output parameters */
|
||||||
|
assert_param(IS_UART_INSTANCE(USARTx));
|
||||||
|
assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput));
|
||||||
|
|
||||||
|
/* USART needs to be in disabled state, in order to be able to configure some bits in
|
||||||
|
CRx registers */
|
||||||
|
if (LL_USART_IsEnabled(USARTx) == 0U)
|
||||||
|
{
|
||||||
|
/*---------------------------- USART CR2 Configuration -----------------------*/
|
||||||
|
/* If Clock signal has to be output */
|
||||||
|
if (USART_ClockInitStruct->ClockOutput == LL_USART_CLOCK_DISABLE)
|
||||||
|
{
|
||||||
|
/* Deactivate Clock signal delivery :
|
||||||
|
* - Disable Clock Output: USART_CR2_CLKEN cleared
|
||||||
|
*/
|
||||||
|
LL_USART_DisableSCLKOutput(USARTx);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
/* Ensure USART instance is USART capable */
|
||||||
|
assert_param(IS_USART_INSTANCE(USARTx));
|
||||||
|
|
||||||
|
/* Check clock related parameters */
|
||||||
|
assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity));
|
||||||
|
assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase));
|
||||||
|
assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse));
|
||||||
|
|
||||||
|
/*---------------------------- USART CR2 Configuration -----------------------
|
||||||
|
* Configure USARTx CR2 (Clock signal related bits) with parameters:
|
||||||
|
* - Enable Clock Output: USART_CR2_CLKEN set
|
||||||
|
* - Clock Polarity: USART_CR2_CPOL bit according to USART_ClockInitStruct->ClockPolarity value
|
||||||
|
* - Clock Phase: USART_CR2_CPHA bit according to USART_ClockInitStruct->ClockPhase value
|
||||||
|
* - Last Bit Clock Pulse Output: USART_CR2_LBCL bit according to USART_ClockInitStruct->LastBitClockPulse value.
|
||||||
|
*/
|
||||||
|
MODIFY_REG(USARTx->CR2,
|
||||||
|
USART_CR2_CLKEN | USART_CR2_CPHA | USART_CR2_CPOL | USART_CR2_LBCL,
|
||||||
|
USART_CR2_CLKEN | USART_ClockInitStruct->ClockPolarity |
|
||||||
|
USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/* Else (USART not in Disabled state => return ERROR */
|
||||||
|
else
|
||||||
|
{
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
return (status);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Set each field of a @ref LL_USART_ClockInitTypeDef type structure to default value.
|
||||||
|
* @param USART_ClockInitStruct Pointer to a @ref LL_USART_ClockInitTypeDef structure
|
||||||
|
* whose fields will be set to default values.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct)
|
||||||
|
{
|
||||||
|
/* Set LL_USART_ClockInitStruct fields with default values */
|
||||||
|
USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE;
|
||||||
|
USART_ClockInitStruct->ClockPolarity = LL_USART_POLARITY_LOW; /* Not relevant when ClockOutput = LL_USART_CLOCK_DISABLE */
|
||||||
|
USART_ClockInitStruct->ClockPhase = LL_USART_PHASE_1EDGE; /* Not relevant when ClockOutput = LL_USART_CLOCK_DISABLE */
|
||||||
|
USART_ClockInitStruct->LastBitClockPulse = LL_USART_LASTCLKPULSE_NO_OUTPUT; /* Not relevant when ClockOutput = LL_USART_CLOCK_DISABLE */
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* USART1 || USART2 || USART3 || UART4 || UART5 */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#endif /* USE_FULL_LL_DRIVER */
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
||||||
|
|
|
@ -0,0 +1,506 @@
|
||||||
|
/**
|
||||||
|
******************************************************************************
|
||||||
|
* @file py32f0xx_ll_utils.c
|
||||||
|
* @author MCU Application Team
|
||||||
|
* @brief UTILS LL module driver.
|
||||||
|
******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) Puya Semiconductor Co.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
||||||
|
* All rights reserved.</center></h2>
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
/* Includes ------------------------------------------------------------------*/
|
||||||
|
#include "py32f0xx_ll_utils.h"
|
||||||
|
#include "py32f0xx_ll_rcc.h"
|
||||||
|
#include "py32f0xx_ll_system.h"
|
||||||
|
#ifdef USE_FULL_ASSERT
|
||||||
|
#include "py32_assert.h"
|
||||||
|
#else
|
||||||
|
#define assert_param(expr) ((void)0U)
|
||||||
|
#endif /* USE_FULL_ASSERT */
|
||||||
|
|
||||||
|
/** @addtogroup PY32F0xx_LL_Driver
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup UTILS_LL
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private types -------------------------------------------------------------*/
|
||||||
|
/* Private variables ---------------------------------------------------------*/
|
||||||
|
/* Private constants ---------------------------------------------------------*/
|
||||||
|
/** @addtogroup UTILS_LL_Private_Constants
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#if defined(RCC_PLL_SUPPORT)
|
||||||
|
/* Defines used for HSE range */
|
||||||
|
#define UTILS_HSE_FREQUENCY_MIN 4000000U /*!< Frequency min for HSE frequency, in Hz */
|
||||||
|
#define UTILS_HSE_FREQUENCY_MAX 32000000U /*!< Frequency max for HSE frequency, in Hz */
|
||||||
|
|
||||||
|
/* Defines used for PLL input range */
|
||||||
|
#define LL_RCC_PLLINPUT_FREQ_MIN 16000000U /*!< Frequency min for PLL input frequency, in Hz */
|
||||||
|
#define LL_RCC_PLLINPUT_FREQ_MAX 24000000U /*!< Frequency max for PLL input frequency, in Hz */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Defines used for FLASH latency according to HCLK Frequency */
|
||||||
|
#define UTILS_SCALE1_LATENCY1_FREQ 24000000U /*!< HCLK frequency to set FLASH latency 1 in power scale 1 */
|
||||||
|
#define UTILS_SCALE1_LATENCY2_FREQ 48000000U /*!< HCLK frequency to set FLASH latency 2 in power scale 1 */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Private macros ------------------------------------------------------------*/
|
||||||
|
/** @addtogroup UTILS_LL_Private_Macros
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define IS_LL_UTILS_SYSCLK_DIV(__VALUE__) (((__VALUE__) == LL_RCC_SYSCLK_DIV_1) \
|
||||||
|
|| ((__VALUE__) == LL_RCC_SYSCLK_DIV_2) \
|
||||||
|
|| ((__VALUE__) == LL_RCC_SYSCLK_DIV_4) \
|
||||||
|
|| ((__VALUE__) == LL_RCC_SYSCLK_DIV_8) \
|
||||||
|
|| ((__VALUE__) == LL_RCC_SYSCLK_DIV_16) \
|
||||||
|
|| ((__VALUE__) == LL_RCC_SYSCLK_DIV_64) \
|
||||||
|
|| ((__VALUE__) == LL_RCC_SYSCLK_DIV_128) \
|
||||||
|
|| ((__VALUE__) == LL_RCC_SYSCLK_DIV_256) \
|
||||||
|
|| ((__VALUE__) == LL_RCC_SYSCLK_DIV_512))
|
||||||
|
|
||||||
|
#define IS_LL_UTILS_APB1_DIV(__VALUE__) (((__VALUE__) == LL_RCC_APB1_DIV_1) \
|
||||||
|
|| ((__VALUE__) == LL_RCC_APB1_DIV_2) \
|
||||||
|
|| ((__VALUE__) == LL_RCC_APB1_DIV_4) \
|
||||||
|
|| ((__VALUE__) == LL_RCC_APB1_DIV_8) \
|
||||||
|
|| ((__VALUE__) == LL_RCC_APB1_DIV_16))
|
||||||
|
|
||||||
|
|
||||||
|
#define IS_LL_UTILS_HSE_BYPASS(__STATE__) (((__STATE__) == LL_UTILS_HSEBYPASS_ON) \
|
||||||
|
|| ((__STATE__) == LL_UTILS_HSEBYPASS_OFF))
|
||||||
|
|
||||||
|
#if defined(RCC_PLL_SUPPORT)
|
||||||
|
#define IS_LL_UTILS_HSE_FREQUENCY(__FREQUENCY__) (((__FREQUENCY__) >= UTILS_HSE_FREQUENCY_MIN) && ((__FREQUENCY__) <= UTILS_HSE_FREQUENCY_MAX))
|
||||||
|
|
||||||
|
#define IS_LL_UTILS_PLL_INPUT_FREQUENCY(__FREQUENCY__) (((__FREQUENCY__) >= LL_RCC_PLLINPUT_FREQ_MIN) && ((__FREQUENCY__) <= LL_RCC_PLLINPUT_FREQ_MAX))
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#if defined(RCC_PLL_SUPPORT)
|
||||||
|
/* Private function prototypes -----------------------------------------------*/
|
||||||
|
/** @defgroup UTILS_LL_Private_Functions UTILS Private functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
static ErrorStatus UTILS_EnablePLLAndSwitchSystem(uint32_t SYSCLK_Frequency, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct);
|
||||||
|
static ErrorStatus UTILS_PLL_IsBusy(void);
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif
|
||||||
|
/* Exported functions --------------------------------------------------------*/
|
||||||
|
/** @addtogroup UTILS_LL_Exported_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup UTILS_LL_EF_DELAY
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief This function configures the Cortex-M SysTick source to have 1ms time base.
|
||||||
|
* @note When a RTOS is used, it is recommended to avoid changing the Systick
|
||||||
|
* configuration by calling this function, for a delay use rather osDelay RTOS service.
|
||||||
|
* @param HCLKFrequency HCLK frequency in Hz
|
||||||
|
* @note HCLK frequency can be calculated thanks to RCC helper macro or function @ref LL_RCC_GetSystemClocksFreq
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
void LL_Init1msTick(uint32_t HCLKFrequency)
|
||||||
|
{
|
||||||
|
/* Use frequency provided in argument */
|
||||||
|
LL_InitTick(HCLKFrequency, 1000U);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief This function provides accurate delay (in milliseconds) based
|
||||||
|
* on SysTick counter flag
|
||||||
|
* @note When a RTOS is used, it is recommended to avoid using blocking delay
|
||||||
|
* and use rather osDelay service.
|
||||||
|
* @note To respect 1ms timebase, user should call @ref LL_Init1msTick function which
|
||||||
|
* will configure Systick to 1ms
|
||||||
|
* @param Delay specifies the delay time length, in milliseconds.
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
void LL_mDelay(uint32_t Delay)
|
||||||
|
{
|
||||||
|
__IO uint32_t tmp = SysTick->CTRL; /* Clear the COUNTFLAG first */
|
||||||
|
uint32_t tmpDelay; /* MISRAC2012-Rule-17.8 */
|
||||||
|
/* Add this code to indicate that local variable is not used */
|
||||||
|
((void)tmp);
|
||||||
|
tmpDelay = Delay;
|
||||||
|
/* Add a period to guaranty minimum wait */
|
||||||
|
if (tmpDelay < LL_MAX_DELAY)
|
||||||
|
{
|
||||||
|
tmpDelay ++;
|
||||||
|
}
|
||||||
|
|
||||||
|
while (tmpDelay != 0U)
|
||||||
|
{
|
||||||
|
if ((SysTick->CTRL & SysTick_CTRL_COUNTFLAG_Msk) != 0U)
|
||||||
|
{
|
||||||
|
tmpDelay --;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @addtogroup UTILS_EF_SYSTEM
|
||||||
|
* @brief System Configuration functions
|
||||||
|
*
|
||||||
|
@verbatim
|
||||||
|
===============================================================================
|
||||||
|
##### System Configuration functions #####
|
||||||
|
===============================================================================
|
||||||
|
[..]
|
||||||
|
System, AHB and APB1 buses clocks configuration
|
||||||
|
|
||||||
|
(+) The maximum frequency of the SYSCLK, HCLK, PCLK1 is 48000000 Hz.
|
||||||
|
@endverbatim
|
||||||
|
@internal
|
||||||
|
Depending on the device voltage range, the maximum frequency should be
|
||||||
|
adapted accordingly:
|
||||||
|
|
||||||
|
(++) Table 1. HCLK clock frequency.
|
||||||
|
(++) +-------------------------------------------------------+
|
||||||
|
(++) | Latency | HCLK clock frequency (MHz) |
|
||||||
|
(++) | |-------------------------------------|
|
||||||
|
(++) | | voltage range 1 | voltage range 2 |
|
||||||
|
(++) | | 1.08V - 1.32V | 0.9 V - 1.10V |
|
||||||
|
(++) |-----------------|------------------|------------------|
|
||||||
|
(++) |0WS(1 CPU cycles)| HCLK <= 24 | HCLK <= 8 |
|
||||||
|
(++) |-----------------|------------------|------------------|
|
||||||
|
(++) |1WS(2 CPU cycles)| HCLK <= 48 | HCLK <= 16 |
|
||||||
|
(++) |-----------------|------------------|------------------|
|
||||||
|
|
||||||
|
@endinternal
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief This function sets directly SystemCoreClock CMSIS variable.
|
||||||
|
* @note Variable can be calculated also through SystemCoreClockUpdate function.
|
||||||
|
* @param HCLKFrequency HCLK frequency in Hz (can be calculated thanks to RCC helper macro)
|
||||||
|
* @retval None
|
||||||
|
*/
|
||||||
|
void LL_SetSystemCoreClock(uint32_t HCLKFrequency)
|
||||||
|
{
|
||||||
|
/* HCLK clock frequency */
|
||||||
|
SystemCoreClock = HCLKFrequency;
|
||||||
|
}
|
||||||
|
#if defined(RCC_PLL_SUPPORT)
|
||||||
|
/**
|
||||||
|
* @brief This function configures system clock with HSI as clock source of the PLL
|
||||||
|
* @note The application need to ensure that PLL is disabled.
|
||||||
|
* @param UTILS_ClkInitStruct pointer to a @ref LL_UTILS_ClkInitTypeDef structure that contains
|
||||||
|
* the configuration information for the BUS prescalers.
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: configuration done
|
||||||
|
* - ERROR: frequency configuration not done
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct)
|
||||||
|
{
|
||||||
|
ErrorStatus status;
|
||||||
|
uint32_t pllfreq;
|
||||||
|
|
||||||
|
/* Check if one of the PLL is enabled */
|
||||||
|
if (UTILS_PLL_IsBusy() == SUCCESS)
|
||||||
|
{
|
||||||
|
/* Check if the new PLL input frequency is correct */
|
||||||
|
if (!IS_LL_UTILS_PLL_INPUT_FREQUENCY(LL_RCC_HSI_GetFreq()))
|
||||||
|
{
|
||||||
|
/* the new PLL input frequency is error */
|
||||||
|
return ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Calculate the new PLL output frequency */
|
||||||
|
pllfreq = 2 * LL_RCC_HSI_GetFreq();
|
||||||
|
|
||||||
|
/* Enable HSI if not enabled */
|
||||||
|
if (LL_RCC_HSI_IsReady() != 1U)
|
||||||
|
{
|
||||||
|
LL_RCC_HSI_Enable();
|
||||||
|
while (LL_RCC_HSI_IsReady() != 1U)
|
||||||
|
{
|
||||||
|
/* Wait for HSI ready */
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Configure PLL */
|
||||||
|
LL_RCC_PLL_SetMainSource(LL_RCC_PLLSOURCE_HSI);
|
||||||
|
|
||||||
|
/* Enable PLL and switch system clock to PLL */
|
||||||
|
status = UTILS_EnablePLLAndSwitchSystem(pllfreq, UTILS_ClkInitStruct);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
/* Current PLL configuration cannot be modified */
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief This function configures system clock with HSE as clock source of the PLL
|
||||||
|
* @note The application need to ensure that PLL is disabled.
|
||||||
|
* @param HSEFrequency Value between Min_Data = 4000000 and Max_Data = 48000000
|
||||||
|
* @param HSEBypass This parameter can be one of the following values:
|
||||||
|
* @arg @ref LL_UTILS_HSEBYPASS_ON
|
||||||
|
* @arg @ref LL_UTILS_HSEBYPASS_OFF
|
||||||
|
* @param UTILS_ClkInitStruct pointer to a @ref LL_UTILS_ClkInitTypeDef structure that contains
|
||||||
|
* the configuration information for the BUS prescalers.
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: Max frequency configuration done
|
||||||
|
* - ERROR: Max frequency configuration not done
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct)
|
||||||
|
{
|
||||||
|
ErrorStatus status;
|
||||||
|
uint32_t pllfreq;
|
||||||
|
|
||||||
|
/* Check the parameters */
|
||||||
|
assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency));
|
||||||
|
assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass));
|
||||||
|
|
||||||
|
/* Check if one of the PLL is enabled */
|
||||||
|
if (UTILS_PLL_IsBusy() == SUCCESS)
|
||||||
|
{
|
||||||
|
/* Check if the new PLL input frequency is correct */
|
||||||
|
if (!IS_LL_UTILS_PLL_INPUT_FREQUENCY(HSEFrequency))
|
||||||
|
{
|
||||||
|
/* the new PLL input frequency is error */
|
||||||
|
return ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Calculate the new PLL output frequency */
|
||||||
|
pllfreq = HSEFrequency * 2;
|
||||||
|
|
||||||
|
/* Enable HSE if not enabled */
|
||||||
|
if (LL_RCC_HSE_IsReady() != 1U)
|
||||||
|
{
|
||||||
|
/* Set frequency range of the HSE */
|
||||||
|
LL_RCC_HSE_SetFreqRegion(LL_RCC_HSE_16_32MHz);
|
||||||
|
|
||||||
|
/* Check if need to enable HSE bypass feature or not */
|
||||||
|
if (HSEBypass == LL_UTILS_HSEBYPASS_ON)
|
||||||
|
{
|
||||||
|
LL_RCC_HSE_EnableBypass();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
LL_RCC_HSE_DisableBypass();
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Enable HSE */
|
||||||
|
LL_RCC_HSE_Enable();
|
||||||
|
while (LL_RCC_HSE_IsReady() != 1U)
|
||||||
|
{
|
||||||
|
/* Wait for HSE ready */
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Configure PLL */
|
||||||
|
LL_RCC_PLL_SetMainSource(LL_RCC_PLLSOURCE_HSE);
|
||||||
|
|
||||||
|
/* Enable PLL and switch system clock to PLL */
|
||||||
|
status = UTILS_EnablePLLAndSwitchSystem(pllfreq, UTILS_ClkInitStruct);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
/* Current PLL configuration cannot be modified */
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Update number of Flash wait states in line with new frequency and current
|
||||||
|
* voltage range.
|
||||||
|
* @param HCLKFrequency HCLK frequency
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: Latency has been modified
|
||||||
|
* - ERROR: Latency cannot be modified
|
||||||
|
*/
|
||||||
|
ErrorStatus LL_SetFlashLatency(uint32_t HCLKFrequency)
|
||||||
|
{
|
||||||
|
uint32_t timeout;
|
||||||
|
uint32_t getlatency;
|
||||||
|
uint32_t latency;
|
||||||
|
ErrorStatus status;
|
||||||
|
|
||||||
|
/* Frequency cannot be equal to 0 or greater than max clock */
|
||||||
|
if ((HCLKFrequency == 0U) || (HCLKFrequency > UTILS_SCALE1_LATENCY2_FREQ))
|
||||||
|
{
|
||||||
|
latency = 0;
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
if (HCLKFrequency > UTILS_SCALE1_LATENCY1_FREQ)
|
||||||
|
{
|
||||||
|
/* 24 < HCLK <= 48 => 1WS (2 CPU cycles) */
|
||||||
|
latency = LL_FLASH_LATENCY_1;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
/* else HCLKFrequency < 24MHz default LL_FLASH_LATENCY_0 0WS */
|
||||||
|
latency = LL_FLASH_LATENCY_0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
LL_FLASH_SetLatency(latency);
|
||||||
|
|
||||||
|
/* Check that the new number of wait states is taken into account to access the Flash
|
||||||
|
memory by reading the FLASH_ACR register */
|
||||||
|
timeout = 2u;
|
||||||
|
do
|
||||||
|
{
|
||||||
|
/* Wait for Flash latency to be updated */
|
||||||
|
getlatency = LL_FLASH_GetLatency();
|
||||||
|
timeout--;
|
||||||
|
}
|
||||||
|
while ((getlatency != latency) && (timeout > 0u));
|
||||||
|
|
||||||
|
if (getlatency != latency)
|
||||||
|
{
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
status = SUCCESS;
|
||||||
|
}
|
||||||
|
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#if defined(RCC_PLL_SUPPORT)
|
||||||
|
/** @addtogroup UTILS_LL_Private_Functions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Function to check that PLL can be modified
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: PLL modification can be done
|
||||||
|
* - ERROR: PLL is busy
|
||||||
|
*/
|
||||||
|
static ErrorStatus UTILS_PLL_IsBusy(void)
|
||||||
|
{
|
||||||
|
ErrorStatus status = SUCCESS;
|
||||||
|
|
||||||
|
/* Check if PLL is busy*/
|
||||||
|
if (LL_RCC_PLL_IsReady() != 0U)
|
||||||
|
{
|
||||||
|
/* PLL configuration cannot be modified */
|
||||||
|
status = ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Function to enable PLL and switch system clock to PLL
|
||||||
|
* @param SYSCLK_Frequency SYSCLK frequency
|
||||||
|
* @param UTILS_ClkInitStruct pointer to a @ref LL_UTILS_ClkInitTypeDef structure that contains
|
||||||
|
* the configuration information for the BUS prescalers.
|
||||||
|
* @retval An ErrorStatus enumeration value:
|
||||||
|
* - SUCCESS: No problem to switch system to PLL
|
||||||
|
* - ERROR: Problem to switch system to PLL
|
||||||
|
*/
|
||||||
|
static ErrorStatus UTILS_EnablePLLAndSwitchSystem(uint32_t SYSCLK_Frequency, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct)
|
||||||
|
{
|
||||||
|
ErrorStatus status = SUCCESS;
|
||||||
|
uint32_t hclk_frequency;
|
||||||
|
|
||||||
|
assert_param(IS_LL_UTILS_SYSCLK_DIV(UTILS_ClkInitStruct->AHBCLKDivider));
|
||||||
|
assert_param(IS_LL_UTILS_APB1_DIV(UTILS_ClkInitStruct->APB1CLKDivider));
|
||||||
|
|
||||||
|
/* Calculate HCLK frequency */
|
||||||
|
hclk_frequency = __LL_RCC_CALC_HCLK_FREQ(SYSCLK_Frequency, UTILS_ClkInitStruct->AHBCLKDivider);
|
||||||
|
|
||||||
|
/* Increasing the number of wait states because of higher CPU frequency */
|
||||||
|
if (SystemCoreClock < hclk_frequency)
|
||||||
|
{
|
||||||
|
/* Set FLASH latency to highest latency */
|
||||||
|
status = LL_SetFlashLatency(hclk_frequency);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Update system clock configuration */
|
||||||
|
if (status == SUCCESS)
|
||||||
|
{
|
||||||
|
/* Enable PLL */
|
||||||
|
LL_RCC_PLL_Enable();
|
||||||
|
while (LL_RCC_PLL_IsReady() != 1U)
|
||||||
|
{
|
||||||
|
/* Wait for PLL ready */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Sysclk activation on the main PLL */
|
||||||
|
LL_RCC_SetAHBPrescaler(UTILS_ClkInitStruct->AHBCLKDivider);
|
||||||
|
LL_RCC_SetSysClkSource(LL_RCC_SYS_CLKSOURCE_PLL);
|
||||||
|
while (LL_RCC_GetSysClkSource() != LL_RCC_SYS_CLKSOURCE_STATUS_PLL)
|
||||||
|
{
|
||||||
|
/* Wait for system clock switch to PLL */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Set APB1 prescaler*/
|
||||||
|
LL_RCC_SetAPB1Prescaler(UTILS_ClkInitStruct->APB1CLKDivider);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Decreasing the number of wait states because of lower CPU frequency */
|
||||||
|
if (SystemCoreClock > hclk_frequency)
|
||||||
|
{
|
||||||
|
/* Set FLASH latency to lowest latency */
|
||||||
|
status = LL_SetFlashLatency(hclk_frequency);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Update SystemCoreClock variable */
|
||||||
|
if (status == SUCCESS)
|
||||||
|
{
|
||||||
|
LL_SetSystemCoreClock(hclk_frequency);
|
||||||
|
}
|
||||||
|
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#endif
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/************************ (C) COPYRIGHT Puya *****END OF FILE****/
|
Loading…
Reference in New Issue