Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Committer:
Kojto
Date:
Wed Sep 02 14:17:43 2015 +0100
Revision:
106:ba1f97679dad
Parent:
99:dbbf35b96557
Child:
110:165afa46840b
Release 106  of the mbed library

Changes:
- new platform - Nucleo F446RE
- STM32F4 Cube driver update v2.3.2
- ST cmsis driver v2.3.2
- nordic bugfix gcc linker start address
- lpc11u68 - bugfix for serial ports

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 92:4fc01daae5a5 1 /**
bogdanm 92:4fc01daae5a5 2 ******************************************************************************
bogdanm 92:4fc01daae5a5 3 * @file stm32f4xx_hal_cortex.h
bogdanm 92:4fc01daae5a5 4 * @author MCD Application Team
Kojto 106:ba1f97679dad 5 * @version V1.3.2
Kojto 106:ba1f97679dad 6 * @date 26-June-2015
bogdanm 92:4fc01daae5a5 7 * @brief Header file of CORTEX HAL module.
bogdanm 92:4fc01daae5a5 8 ******************************************************************************
bogdanm 92:4fc01daae5a5 9 * @attention
bogdanm 92:4fc01daae5a5 10 *
Kojto 99:dbbf35b96557 11 * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
bogdanm 92:4fc01daae5a5 12 *
bogdanm 92:4fc01daae5a5 13 * Redistribution and use in source and binary forms, with or without modification,
bogdanm 92:4fc01daae5a5 14 * are permitted provided that the following conditions are met:
bogdanm 92:4fc01daae5a5 15 * 1. Redistributions of source code must retain the above copyright notice,
bogdanm 92:4fc01daae5a5 16 * this list of conditions and the following disclaimer.
bogdanm 92:4fc01daae5a5 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
bogdanm 92:4fc01daae5a5 18 * this list of conditions and the following disclaimer in the documentation
bogdanm 92:4fc01daae5a5 19 * and/or other materials provided with the distribution.
bogdanm 92:4fc01daae5a5 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
bogdanm 92:4fc01daae5a5 21 * may be used to endorse or promote products derived from this software
bogdanm 92:4fc01daae5a5 22 * without specific prior written permission.
bogdanm 92:4fc01daae5a5 23 *
bogdanm 92:4fc01daae5a5 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
bogdanm 92:4fc01daae5a5 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
bogdanm 92:4fc01daae5a5 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
bogdanm 92:4fc01daae5a5 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
bogdanm 92:4fc01daae5a5 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
bogdanm 92:4fc01daae5a5 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
bogdanm 92:4fc01daae5a5 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
bogdanm 92:4fc01daae5a5 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
bogdanm 92:4fc01daae5a5 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
bogdanm 92:4fc01daae5a5 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
bogdanm 92:4fc01daae5a5 34 *
bogdanm 92:4fc01daae5a5 35 ******************************************************************************
bogdanm 92:4fc01daae5a5 36 */
bogdanm 92:4fc01daae5a5 37
bogdanm 92:4fc01daae5a5 38 /* Define to prevent recursive inclusion -------------------------------------*/
bogdanm 92:4fc01daae5a5 39 #ifndef __STM32F4xx_HAL_CORTEX_H
bogdanm 92:4fc01daae5a5 40 #define __STM32F4xx_HAL_CORTEX_H
bogdanm 92:4fc01daae5a5 41
bogdanm 92:4fc01daae5a5 42 #ifdef __cplusplus
bogdanm 92:4fc01daae5a5 43 extern "C" {
bogdanm 92:4fc01daae5a5 44 #endif
bogdanm 92:4fc01daae5a5 45
bogdanm 92:4fc01daae5a5 46 /* Includes ------------------------------------------------------------------*/
bogdanm 92:4fc01daae5a5 47 #include "stm32f4xx_hal_def.h"
bogdanm 92:4fc01daae5a5 48
bogdanm 92:4fc01daae5a5 49 /** @addtogroup STM32F4xx_HAL_Driver
bogdanm 92:4fc01daae5a5 50 * @{
bogdanm 92:4fc01daae5a5 51 */
bogdanm 92:4fc01daae5a5 52
bogdanm 92:4fc01daae5a5 53 /** @addtogroup CORTEX
bogdanm 92:4fc01daae5a5 54 * @{
bogdanm 92:4fc01daae5a5 55 */
bogdanm 92:4fc01daae5a5 56 /* Exported types ------------------------------------------------------------*/
bogdanm 92:4fc01daae5a5 57 /* Exported constants --------------------------------------------------------*/
bogdanm 92:4fc01daae5a5 58
Kojto 99:dbbf35b96557 59 /** @defgroup CORTEX_Exported_Constants CORTEX Exported Constants
bogdanm 92:4fc01daae5a5 60 * @{
bogdanm 92:4fc01daae5a5 61 */
bogdanm 92:4fc01daae5a5 62
Kojto 99:dbbf35b96557 63 /** @defgroup CORTEX_Preemption_Priority_Group CORTEX Preemption Priority Group
bogdanm 92:4fc01daae5a5 64 * @{
bogdanm 92:4fc01daae5a5 65 */
bogdanm 92:4fc01daae5a5 66 #define NVIC_PRIORITYGROUP_0 ((uint32_t)0x00000007) /*!< 0 bits for pre-emption priority
bogdanm 92:4fc01daae5a5 67 4 bits for subpriority */
bogdanm 92:4fc01daae5a5 68 #define NVIC_PRIORITYGROUP_1 ((uint32_t)0x00000006) /*!< 1 bits for pre-emption priority
bogdanm 92:4fc01daae5a5 69 3 bits for subpriority */
bogdanm 92:4fc01daae5a5 70 #define NVIC_PRIORITYGROUP_2 ((uint32_t)0x00000005) /*!< 2 bits for pre-emption priority
bogdanm 92:4fc01daae5a5 71 2 bits for subpriority */
bogdanm 92:4fc01daae5a5 72 #define NVIC_PRIORITYGROUP_3 ((uint32_t)0x00000004) /*!< 3 bits for pre-emption priority
bogdanm 92:4fc01daae5a5 73 1 bits for subpriority */
bogdanm 92:4fc01daae5a5 74 #define NVIC_PRIORITYGROUP_4 ((uint32_t)0x00000003) /*!< 4 bits for pre-emption priority
bogdanm 92:4fc01daae5a5 75 0 bits for subpriority */
Kojto 99:dbbf35b96557 76 /**
Kojto 99:dbbf35b96557 77 * @}
Kojto 99:dbbf35b96557 78 */
bogdanm 92:4fc01daae5a5 79
Kojto 99:dbbf35b96557 80 /** @defgroup CORTEX_SysTick_clock_source CORTEX _SysTick clock source
Kojto 99:dbbf35b96557 81 * @{
Kojto 99:dbbf35b96557 82 */
Kojto 99:dbbf35b96557 83 #define SYSTICK_CLKSOURCE_HCLK_DIV8 ((uint32_t)0x00000000)
Kojto 99:dbbf35b96557 84 #define SYSTICK_CLKSOURCE_HCLK ((uint32_t)0x00000004)
bogdanm 92:4fc01daae5a5 85
bogdanm 92:4fc01daae5a5 86 /**
bogdanm 92:4fc01daae5a5 87 * @}
bogdanm 92:4fc01daae5a5 88 */
bogdanm 92:4fc01daae5a5 89
bogdanm 92:4fc01daae5a5 90 /**
bogdanm 92:4fc01daae5a5 91 * @}
bogdanm 92:4fc01daae5a5 92 */
bogdanm 92:4fc01daae5a5 93
Kojto 99:dbbf35b96557 94
bogdanm 92:4fc01daae5a5 95 /* Exported Macros -----------------------------------------------------------*/
Kojto 99:dbbf35b96557 96 /** @defgroup CORTEX_Exported_Macros CORTEX Exported Macros
Kojto 99:dbbf35b96557 97 * @{
Kojto 99:dbbf35b96557 98 */
bogdanm 92:4fc01daae5a5 99
bogdanm 92:4fc01daae5a5 100 /** @brief Configures the SysTick clock source.
bogdanm 92:4fc01daae5a5 101 * @param __CLKSRC__: specifies the SysTick clock source.
bogdanm 92:4fc01daae5a5 102 * This parameter can be one of the following values:
bogdanm 92:4fc01daae5a5 103 * @arg SYSTICK_CLKSOURCE_HCLK_DIV8: AHB clock divided by 8 selected as SysTick clock source.
bogdanm 92:4fc01daae5a5 104 * @arg SYSTICK_CLKSOURCE_HCLK: AHB clock selected as SysTick clock source.
bogdanm 92:4fc01daae5a5 105 * @retval None
bogdanm 92:4fc01daae5a5 106 */
bogdanm 92:4fc01daae5a5 107 #define __HAL_CORTEX_SYSTICKCLK_CONFIG(__CLKSRC__) \
bogdanm 92:4fc01daae5a5 108 do { \
bogdanm 92:4fc01daae5a5 109 if ((__CLKSRC__) == SYSTICK_CLKSOURCE_HCLK) \
bogdanm 92:4fc01daae5a5 110 { \
bogdanm 92:4fc01daae5a5 111 SysTick->CTRL |= SYSTICK_CLKSOURCE_HCLK; \
bogdanm 92:4fc01daae5a5 112 } \
bogdanm 92:4fc01daae5a5 113 else \
bogdanm 92:4fc01daae5a5 114 SysTick->CTRL &= ~SYSTICK_CLKSOURCE_HCLK; \
bogdanm 92:4fc01daae5a5 115 } while(0)
bogdanm 92:4fc01daae5a5 116 /**
bogdanm 92:4fc01daae5a5 117 * @}
bogdanm 92:4fc01daae5a5 118 */
bogdanm 92:4fc01daae5a5 119
bogdanm 92:4fc01daae5a5 120 /* Exported functions --------------------------------------------------------*/
Kojto 99:dbbf35b96557 121 /** @addtogroup CORTEX_Exported_Functions
Kojto 99:dbbf35b96557 122 * @{
Kojto 99:dbbf35b96557 123 */
Kojto 99:dbbf35b96557 124
Kojto 99:dbbf35b96557 125 /** @addtogroup CORTEX_Exported_Functions_Group1
Kojto 99:dbbf35b96557 126 * @{
Kojto 99:dbbf35b96557 127 */
Kojto 99:dbbf35b96557 128 /* Initialization and de-initialization functions *****************************/
bogdanm 92:4fc01daae5a5 129 void HAL_NVIC_SetPriorityGrouping(uint32_t PriorityGroup);
bogdanm 92:4fc01daae5a5 130 void HAL_NVIC_SetPriority(IRQn_Type IRQn, uint32_t PreemptPriority, uint32_t SubPriority);
bogdanm 92:4fc01daae5a5 131 void HAL_NVIC_EnableIRQ(IRQn_Type IRQn);
bogdanm 92:4fc01daae5a5 132 void HAL_NVIC_DisableIRQ(IRQn_Type IRQn);
bogdanm 92:4fc01daae5a5 133 void HAL_NVIC_SystemReset(void);
bogdanm 92:4fc01daae5a5 134 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb);
Kojto 99:dbbf35b96557 135 /**
Kojto 99:dbbf35b96557 136 * @}
Kojto 99:dbbf35b96557 137 */
bogdanm 92:4fc01daae5a5 138
Kojto 99:dbbf35b96557 139 /** @addtogroup CORTEX_Exported_Functions_Group2
Kojto 99:dbbf35b96557 140 * @{
Kojto 99:dbbf35b96557 141 */
Kojto 99:dbbf35b96557 142 /* Peripheral Control functions ***********************************************/
bogdanm 92:4fc01daae5a5 143 uint32_t HAL_NVIC_GetPriorityGrouping(void);
bogdanm 92:4fc01daae5a5 144 void HAL_NVIC_GetPriority(IRQn_Type IRQn, uint32_t PriorityGroup, uint32_t* pPreemptPriority, uint32_t* pSubPriority);
bogdanm 92:4fc01daae5a5 145 uint32_t HAL_NVIC_GetPendingIRQ(IRQn_Type IRQn);
bogdanm 92:4fc01daae5a5 146 void HAL_NVIC_SetPendingIRQ(IRQn_Type IRQn);
bogdanm 92:4fc01daae5a5 147 void HAL_NVIC_ClearPendingIRQ(IRQn_Type IRQn);
bogdanm 92:4fc01daae5a5 148 uint32_t HAL_NVIC_GetActive(IRQn_Type IRQn);
bogdanm 92:4fc01daae5a5 149 void HAL_SYSTICK_CLKSourceConfig(uint32_t CLKSource);
bogdanm 92:4fc01daae5a5 150 void HAL_SYSTICK_IRQHandler(void);
bogdanm 92:4fc01daae5a5 151 void HAL_SYSTICK_Callback(void);
Kojto 99:dbbf35b96557 152 /**
Kojto 99:dbbf35b96557 153 * @}
Kojto 99:dbbf35b96557 154 */
Kojto 99:dbbf35b96557 155
Kojto 99:dbbf35b96557 156 /**
Kojto 99:dbbf35b96557 157 * @}
Kojto 99:dbbf35b96557 158 */
Kojto 99:dbbf35b96557 159
Kojto 99:dbbf35b96557 160 /* Private types -------------------------------------------------------------*/
Kojto 99:dbbf35b96557 161 /* Private variables ---------------------------------------------------------*/
Kojto 99:dbbf35b96557 162 /* Private constants ---------------------------------------------------------*/
Kojto 99:dbbf35b96557 163 /* Private macros ------------------------------------------------------------*/
Kojto 99:dbbf35b96557 164 /** @defgroup CORTEX_Private_Macros CORTEX Private Macros
Kojto 99:dbbf35b96557 165 * @{
Kojto 99:dbbf35b96557 166 */
Kojto 99:dbbf35b96557 167 #define IS_NVIC_PRIORITY_GROUP(GROUP) (((GROUP) == NVIC_PRIORITYGROUP_0) || \
Kojto 99:dbbf35b96557 168 ((GROUP) == NVIC_PRIORITYGROUP_1) || \
Kojto 99:dbbf35b96557 169 ((GROUP) == NVIC_PRIORITYGROUP_2) || \
Kojto 99:dbbf35b96557 170 ((GROUP) == NVIC_PRIORITYGROUP_3) || \
Kojto 99:dbbf35b96557 171 ((GROUP) == NVIC_PRIORITYGROUP_4))
Kojto 99:dbbf35b96557 172
Kojto 99:dbbf35b96557 173 #define IS_NVIC_PREEMPTION_PRIORITY(PRIORITY) ((PRIORITY) < 0x10)
Kojto 99:dbbf35b96557 174
Kojto 99:dbbf35b96557 175 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10)
Kojto 99:dbbf35b96557 176
Kojto 99:dbbf35b96557 177 #define IS_NVIC_DEVICE_IRQ(IRQ) ((IRQ) >= 0x00)
Kojto 99:dbbf35b96557 178
Kojto 99:dbbf35b96557 179 #define IS_SYSTICK_CLK_SOURCE(SOURCE) (((SOURCE) == SYSTICK_CLKSOURCE_HCLK) || \
Kojto 99:dbbf35b96557 180 ((SOURCE) == SYSTICK_CLKSOURCE_HCLK_DIV8))
Kojto 99:dbbf35b96557 181 /**
Kojto 99:dbbf35b96557 182 * @}
Kojto 99:dbbf35b96557 183 */
bogdanm 92:4fc01daae5a5 184
bogdanm 92:4fc01daae5a5 185 /**
bogdanm 92:4fc01daae5a5 186 * @}
bogdanm 92:4fc01daae5a5 187 */
bogdanm 92:4fc01daae5a5 188
bogdanm 92:4fc01daae5a5 189 /**
bogdanm 92:4fc01daae5a5 190 * @}
bogdanm 92:4fc01daae5a5 191 */
bogdanm 92:4fc01daae5a5 192
bogdanm 92:4fc01daae5a5 193 #ifdef __cplusplus
bogdanm 92:4fc01daae5a5 194 }
bogdanm 92:4fc01daae5a5 195 #endif
bogdanm 92:4fc01daae5a5 196
bogdanm 92:4fc01daae5a5 197 #endif /* __STM32F4xx_HAL_CORTEX_H */
bogdanm 92:4fc01daae5a5 198
bogdanm 92:4fc01daae5a5 199
bogdanm 92:4fc01daae5a5 200 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/