/TARGET_K64F/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_KPSDK_CODE/hal/adc/fsl_adc_hal.h substitute line 894 extern } by }

Fork of mbed by mbed official

Committer:
fblanc
Date:
Fri Dec 05 15:42:32 2014 +0000
Revision:
93:9dd889aeda0e
Parent:
86:04dd9b1680ae
substitute line 894 extern } by }; /TARGET_K64F/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_KPSDK_CODE/hal/adc/fsl_adc_hal.h

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 86:04dd9b1680ae 1 /**
bogdanm 86:04dd9b1680ae 2 ******************************************************************************
bogdanm 86:04dd9b1680ae 3 * @file stm32f4xx_hal_uart.h
bogdanm 86:04dd9b1680ae 4 * @author MCD Application Team
bogdanm 86:04dd9b1680ae 5 * @version V1.1.0
bogdanm 86:04dd9b1680ae 6 * @date 19-June-2014
bogdanm 86:04dd9b1680ae 7 * @brief Header file of UART HAL module.
bogdanm 86:04dd9b1680ae 8 ******************************************************************************
bogdanm 86:04dd9b1680ae 9 * @attention
bogdanm 86:04dd9b1680ae 10 *
bogdanm 86:04dd9b1680ae 11 * <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
bogdanm 86:04dd9b1680ae 12 *
bogdanm 86:04dd9b1680ae 13 * Redistribution and use in source and binary forms, with or without modification,
bogdanm 86:04dd9b1680ae 14 * are permitted provided that the following conditions are met:
bogdanm 86:04dd9b1680ae 15 * 1. Redistributions of source code must retain the above copyright notice,
bogdanm 86:04dd9b1680ae 16 * this list of conditions and the following disclaimer.
bogdanm 86:04dd9b1680ae 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
bogdanm 86:04dd9b1680ae 18 * this list of conditions and the following disclaimer in the documentation
bogdanm 86:04dd9b1680ae 19 * and/or other materials provided with the distribution.
bogdanm 86:04dd9b1680ae 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
bogdanm 86:04dd9b1680ae 21 * may be used to endorse or promote products derived from this software
bogdanm 86:04dd9b1680ae 22 * without specific prior written permission.
bogdanm 86:04dd9b1680ae 23 *
bogdanm 86:04dd9b1680ae 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
bogdanm 86:04dd9b1680ae 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
bogdanm 86:04dd9b1680ae 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
bogdanm 86:04dd9b1680ae 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
bogdanm 86:04dd9b1680ae 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
bogdanm 86:04dd9b1680ae 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
bogdanm 86:04dd9b1680ae 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
bogdanm 86:04dd9b1680ae 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
bogdanm 86:04dd9b1680ae 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
bogdanm 86:04dd9b1680ae 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
bogdanm 86:04dd9b1680ae 34 *
bogdanm 86:04dd9b1680ae 35 ******************************************************************************
bogdanm 86:04dd9b1680ae 36 */
bogdanm 86:04dd9b1680ae 37
bogdanm 86:04dd9b1680ae 38 /* Define to prevent recursive inclusion -------------------------------------*/
bogdanm 86:04dd9b1680ae 39 #ifndef __STM32F4xx_HAL_UART_H
bogdanm 86:04dd9b1680ae 40 #define __STM32F4xx_HAL_UART_H
bogdanm 86:04dd9b1680ae 41
bogdanm 86:04dd9b1680ae 42 #ifdef __cplusplus
bogdanm 86:04dd9b1680ae 43 extern "C" {
bogdanm 86:04dd9b1680ae 44 #endif
bogdanm 86:04dd9b1680ae 45
bogdanm 86:04dd9b1680ae 46 /* Includes ------------------------------------------------------------------*/
bogdanm 86:04dd9b1680ae 47 #include "stm32f4xx_hal_def.h"
bogdanm 86:04dd9b1680ae 48
bogdanm 86:04dd9b1680ae 49 /** @addtogroup STM32F4xx_HAL_Driver
bogdanm 86:04dd9b1680ae 50 * @{
bogdanm 86:04dd9b1680ae 51 */
bogdanm 86:04dd9b1680ae 52
bogdanm 86:04dd9b1680ae 53 /** @addtogroup UART
bogdanm 86:04dd9b1680ae 54 * @{
bogdanm 86:04dd9b1680ae 55 */
bogdanm 86:04dd9b1680ae 56
bogdanm 86:04dd9b1680ae 57 /* Exported types ------------------------------------------------------------*/
bogdanm 86:04dd9b1680ae 58
bogdanm 86:04dd9b1680ae 59 /**
bogdanm 86:04dd9b1680ae 60 * @brief UART Init Structure definition
bogdanm 86:04dd9b1680ae 61 */
bogdanm 86:04dd9b1680ae 62 typedef struct
bogdanm 86:04dd9b1680ae 63 {
bogdanm 86:04dd9b1680ae 64 uint32_t BaudRate; /*!< This member configures the UART communication baud rate.
bogdanm 86:04dd9b1680ae 65 The baud rate is computed using the following formula:
bogdanm 86:04dd9b1680ae 66 - IntegerDivider = ((PCLKx) / (8 * (OVR8+1) * (huart->Init.BaudRate)))
bogdanm 86:04dd9b1680ae 67 - FractionalDivider = ((IntegerDivider - ((uint32_t) IntegerDivider)) * 8 * (OVR8+1)) + 0.5
bogdanm 86:04dd9b1680ae 68 Where OVR8 is the "oversampling by 8 mode" configuration bit in the CR1 register. */
bogdanm 86:04dd9b1680ae 69
bogdanm 86:04dd9b1680ae 70 uint32_t WordLength; /*!< Specifies the number of data bits transmitted or received in a frame.
bogdanm 86:04dd9b1680ae 71 This parameter can be a value of @ref UART_Word_Length */
bogdanm 86:04dd9b1680ae 72
bogdanm 86:04dd9b1680ae 73 uint32_t StopBits; /*!< Specifies the number of stop bits transmitted.
bogdanm 86:04dd9b1680ae 74 This parameter can be a value of @ref UART_Stop_Bits */
bogdanm 86:04dd9b1680ae 75
bogdanm 86:04dd9b1680ae 76 uint32_t Parity; /*!< Specifies the parity mode.
bogdanm 86:04dd9b1680ae 77 This parameter can be a value of @ref UART_Parity
bogdanm 86:04dd9b1680ae 78 @note When parity is enabled, the computed parity is inserted
bogdanm 86:04dd9b1680ae 79 at the MSB position of the transmitted data (9th bit when
bogdanm 86:04dd9b1680ae 80 the word length is set to 9 data bits; 8th bit when the
bogdanm 86:04dd9b1680ae 81 word length is set to 8 data bits). */
bogdanm 86:04dd9b1680ae 82
bogdanm 86:04dd9b1680ae 83 uint32_t Mode; /*!< Specifies wether the Receive or Transmit mode is enabled or disabled.
bogdanm 86:04dd9b1680ae 84 This parameter can be a value of @ref UART_Mode */
bogdanm 86:04dd9b1680ae 85
bogdanm 86:04dd9b1680ae 86 uint32_t HwFlowCtl; /*!< Specifies wether the hardware flow control mode is enabled
bogdanm 86:04dd9b1680ae 87 or disabled.
bogdanm 86:04dd9b1680ae 88 This parameter can be a value of @ref UART_Hardware_Flow_Control */
bogdanm 86:04dd9b1680ae 89
bogdanm 86:04dd9b1680ae 90 uint32_t OverSampling; /*!< Specifies wether the Over sampling 8 is enabled or disabled, to achieve higher speed (up to fPCLK/8).
bogdanm 86:04dd9b1680ae 91 This parameter can be a value of @ref UART_Over_Sampling */
bogdanm 86:04dd9b1680ae 92 }UART_InitTypeDef;
bogdanm 86:04dd9b1680ae 93
bogdanm 86:04dd9b1680ae 94 /**
bogdanm 86:04dd9b1680ae 95 * @brief HAL UART State structures definition
bogdanm 86:04dd9b1680ae 96 */
bogdanm 86:04dd9b1680ae 97 typedef enum
bogdanm 86:04dd9b1680ae 98 {
bogdanm 86:04dd9b1680ae 99 HAL_UART_STATE_RESET = 0x00, /*!< Peripheral is not yet Initialized */
bogdanm 86:04dd9b1680ae 100 HAL_UART_STATE_READY = 0x01, /*!< Peripheral Initialized and ready for use */
bogdanm 86:04dd9b1680ae 101 HAL_UART_STATE_BUSY = 0x02, /*!< an internal process is ongoing */
bogdanm 86:04dd9b1680ae 102 HAL_UART_STATE_BUSY_TX = 0x12, /*!< Data Transmission process is ongoing */
bogdanm 86:04dd9b1680ae 103 HAL_UART_STATE_BUSY_RX = 0x22, /*!< Data Reception process is ongoing */
bogdanm 86:04dd9b1680ae 104 HAL_UART_STATE_BUSY_TX_RX = 0x32, /*!< Data Transmission and Reception process is ongoing */
bogdanm 86:04dd9b1680ae 105 HAL_UART_STATE_TIMEOUT = 0x03, /*!< Timeout state */
bogdanm 86:04dd9b1680ae 106 HAL_UART_STATE_ERROR = 0x04 /*!< Error */
bogdanm 86:04dd9b1680ae 107 }HAL_UART_StateTypeDef;
bogdanm 86:04dd9b1680ae 108
bogdanm 86:04dd9b1680ae 109 /**
bogdanm 86:04dd9b1680ae 110 * @brief HAL UART Error Code structure definition
bogdanm 86:04dd9b1680ae 111 */
bogdanm 86:04dd9b1680ae 112 typedef enum
bogdanm 86:04dd9b1680ae 113 {
bogdanm 86:04dd9b1680ae 114 HAL_UART_ERROR_NONE = 0x00, /*!< No error */
bogdanm 86:04dd9b1680ae 115 HAL_UART_ERROR_PE = 0x01, /*!< Parity error */
bogdanm 86:04dd9b1680ae 116 HAL_UART_ERROR_NE = 0x02, /*!< Noise error */
bogdanm 86:04dd9b1680ae 117 HAL_UART_ERROR_FE = 0x04, /*!< frame error */
bogdanm 86:04dd9b1680ae 118 HAL_UART_ERROR_ORE = 0x08, /*!< Overrun error */
bogdanm 86:04dd9b1680ae 119 HAL_UART_ERROR_DMA = 0x10 /*!< DMA transfer error */
bogdanm 86:04dd9b1680ae 120 }HAL_UART_ErrorTypeDef;
bogdanm 86:04dd9b1680ae 121
bogdanm 86:04dd9b1680ae 122 /**
bogdanm 86:04dd9b1680ae 123 * @brief UART handle Structure definition
bogdanm 86:04dd9b1680ae 124 */
bogdanm 86:04dd9b1680ae 125 typedef struct
bogdanm 86:04dd9b1680ae 126 {
bogdanm 86:04dd9b1680ae 127 USART_TypeDef *Instance; /* UART registers base address */
bogdanm 86:04dd9b1680ae 128
bogdanm 86:04dd9b1680ae 129 UART_InitTypeDef Init; /* UART communication parameters */
bogdanm 86:04dd9b1680ae 130
bogdanm 86:04dd9b1680ae 131 uint8_t *pTxBuffPtr; /* Pointer to UART Tx transfer Buffer */
bogdanm 86:04dd9b1680ae 132
bogdanm 86:04dd9b1680ae 133 uint16_t TxXferSize; /* UART Tx Transfer size */
bogdanm 86:04dd9b1680ae 134
bogdanm 86:04dd9b1680ae 135 uint16_t TxXferCount; /* UART Tx Transfer Counter */
bogdanm 86:04dd9b1680ae 136
bogdanm 86:04dd9b1680ae 137 uint8_t *pRxBuffPtr; /* Pointer to UART Rx transfer Buffer */
bogdanm 86:04dd9b1680ae 138
bogdanm 86:04dd9b1680ae 139 uint16_t RxXferSize; /* UART Rx Transfer size */
bogdanm 86:04dd9b1680ae 140
bogdanm 86:04dd9b1680ae 141 uint16_t RxXferCount; /* UART Rx Transfer Counter */
bogdanm 86:04dd9b1680ae 142
bogdanm 86:04dd9b1680ae 143 DMA_HandleTypeDef *hdmatx; /* UART Tx DMA Handle parameters */
bogdanm 86:04dd9b1680ae 144
bogdanm 86:04dd9b1680ae 145 DMA_HandleTypeDef *hdmarx; /* UART Rx DMA Handle parameters */
bogdanm 86:04dd9b1680ae 146
bogdanm 86:04dd9b1680ae 147 HAL_LockTypeDef Lock; /* Locking object */
bogdanm 86:04dd9b1680ae 148
bogdanm 86:04dd9b1680ae 149 __IO HAL_UART_StateTypeDef State; /* UART communication state */
bogdanm 86:04dd9b1680ae 150
bogdanm 86:04dd9b1680ae 151 __IO HAL_UART_ErrorTypeDef ErrorCode; /* UART Error code */
bogdanm 86:04dd9b1680ae 152
bogdanm 86:04dd9b1680ae 153 }UART_HandleTypeDef;
bogdanm 86:04dd9b1680ae 154
bogdanm 86:04dd9b1680ae 155 /* Exported constants --------------------------------------------------------*/
bogdanm 86:04dd9b1680ae 156 /** @defgroup UART_Exported_Constants
bogdanm 86:04dd9b1680ae 157 * @{
bogdanm 86:04dd9b1680ae 158 */
bogdanm 86:04dd9b1680ae 159
bogdanm 86:04dd9b1680ae 160 /** @defgroup UART_Word_Length
bogdanm 86:04dd9b1680ae 161 * @{
bogdanm 86:04dd9b1680ae 162 */
bogdanm 86:04dd9b1680ae 163 #define UART_WORDLENGTH_8B ((uint32_t)0x00000000)
bogdanm 86:04dd9b1680ae 164 #define UART_WORDLENGTH_9B ((uint32_t)USART_CR1_M)
bogdanm 86:04dd9b1680ae 165 #define IS_UART_WORD_LENGTH(LENGTH) (((LENGTH) == UART_WORDLENGTH_8B) || \
bogdanm 86:04dd9b1680ae 166 ((LENGTH) == UART_WORDLENGTH_9B))
bogdanm 86:04dd9b1680ae 167 /**
bogdanm 86:04dd9b1680ae 168 * @}
bogdanm 86:04dd9b1680ae 169 */
bogdanm 86:04dd9b1680ae 170
bogdanm 86:04dd9b1680ae 171 /** @defgroup UART_Stop_Bits
bogdanm 86:04dd9b1680ae 172 * @{
bogdanm 86:04dd9b1680ae 173 */
bogdanm 86:04dd9b1680ae 174 #define UART_STOPBITS_1 ((uint32_t)0x00000000)
bogdanm 86:04dd9b1680ae 175 #define UART_STOPBITS_2 ((uint32_t)USART_CR2_STOP_1)
bogdanm 86:04dd9b1680ae 176 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_STOPBITS_1) || \
bogdanm 86:04dd9b1680ae 177 ((STOPBITS) == UART_STOPBITS_2))
bogdanm 86:04dd9b1680ae 178 /**
bogdanm 86:04dd9b1680ae 179 * @}
bogdanm 86:04dd9b1680ae 180 */
bogdanm 86:04dd9b1680ae 181
bogdanm 86:04dd9b1680ae 182 /** @defgroup UART_Parity
bogdanm 86:04dd9b1680ae 183 * @{
bogdanm 86:04dd9b1680ae 184 */
bogdanm 86:04dd9b1680ae 185 #define UART_PARITY_NONE ((uint32_t)0x00000000)
bogdanm 86:04dd9b1680ae 186 #define UART_PARITY_EVEN ((uint32_t)USART_CR1_PCE)
bogdanm 86:04dd9b1680ae 187 #define UART_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS))
bogdanm 86:04dd9b1680ae 188 #define IS_UART_PARITY(PARITY) (((PARITY) == UART_PARITY_NONE) || \
bogdanm 86:04dd9b1680ae 189 ((PARITY) == UART_PARITY_EVEN) || \
bogdanm 86:04dd9b1680ae 190 ((PARITY) == UART_PARITY_ODD))
bogdanm 86:04dd9b1680ae 191 /**
bogdanm 86:04dd9b1680ae 192 * @}
bogdanm 86:04dd9b1680ae 193 */
bogdanm 86:04dd9b1680ae 194
bogdanm 86:04dd9b1680ae 195 /** @defgroup UART_Hardware_Flow_Control
bogdanm 86:04dd9b1680ae 196 * @{
bogdanm 86:04dd9b1680ae 197 */
bogdanm 86:04dd9b1680ae 198 #define UART_HWCONTROL_NONE ((uint32_t)0x00000000)
bogdanm 86:04dd9b1680ae 199 #define UART_HWCONTROL_RTS ((uint32_t)USART_CR3_RTSE)
bogdanm 86:04dd9b1680ae 200 #define UART_HWCONTROL_CTS ((uint32_t)USART_CR3_CTSE)
bogdanm 86:04dd9b1680ae 201 #define UART_HWCONTROL_RTS_CTS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE))
bogdanm 86:04dd9b1680ae 202 #define IS_UART_HARDWARE_FLOW_CONTROL(CONTROL)\
bogdanm 86:04dd9b1680ae 203 (((CONTROL) == UART_HWCONTROL_NONE) || \
bogdanm 86:04dd9b1680ae 204 ((CONTROL) == UART_HWCONTROL_RTS) || \
bogdanm 86:04dd9b1680ae 205 ((CONTROL) == UART_HWCONTROL_CTS) || \
bogdanm 86:04dd9b1680ae 206 ((CONTROL) == UART_HWCONTROL_RTS_CTS))
bogdanm 86:04dd9b1680ae 207 /**
bogdanm 86:04dd9b1680ae 208 * @}
bogdanm 86:04dd9b1680ae 209 */
bogdanm 86:04dd9b1680ae 210
bogdanm 86:04dd9b1680ae 211 /** @defgroup UART_Mode
bogdanm 86:04dd9b1680ae 212 * @{
bogdanm 86:04dd9b1680ae 213 */
bogdanm 86:04dd9b1680ae 214 #define UART_MODE_RX ((uint32_t)USART_CR1_RE)
bogdanm 86:04dd9b1680ae 215 #define UART_MODE_TX ((uint32_t)USART_CR1_TE)
bogdanm 86:04dd9b1680ae 216 #define UART_MODE_TX_RX ((uint32_t)(USART_CR1_TE |USART_CR1_RE))
bogdanm 86:04dd9b1680ae 217 #define IS_UART_MODE(MODE) ((((MODE) & (uint32_t)0x0000FFF3) == 0x00) && ((MODE) != (uint32_t)0x000000))
bogdanm 86:04dd9b1680ae 218 /**
bogdanm 86:04dd9b1680ae 219 * @}
bogdanm 86:04dd9b1680ae 220 */
bogdanm 86:04dd9b1680ae 221
bogdanm 86:04dd9b1680ae 222 /** @defgroup UART_State
bogdanm 86:04dd9b1680ae 223 * @{
bogdanm 86:04dd9b1680ae 224 */
bogdanm 86:04dd9b1680ae 225 #define UART_STATE_DISABLE ((uint32_t)0x00000000)
bogdanm 86:04dd9b1680ae 226 #define UART_STATE_ENABLE ((uint32_t)USART_CR1_UE)
bogdanm 86:04dd9b1680ae 227 #define IS_UART_STATE(STATE) (((STATE) == UART_STATE_DISABLE) || \
bogdanm 86:04dd9b1680ae 228 ((STATE) == UART_STATE_ENABLE))
bogdanm 86:04dd9b1680ae 229 /**
bogdanm 86:04dd9b1680ae 230 * @}
bogdanm 86:04dd9b1680ae 231 */
bogdanm 86:04dd9b1680ae 232
bogdanm 86:04dd9b1680ae 233 /** @defgroup UART_Over_Sampling
bogdanm 86:04dd9b1680ae 234 * @{
bogdanm 86:04dd9b1680ae 235 */
bogdanm 86:04dd9b1680ae 236 #define UART_OVERSAMPLING_16 ((uint32_t)0x00000000)
bogdanm 86:04dd9b1680ae 237 #define UART_OVERSAMPLING_8 ((uint32_t)USART_CR1_OVER8)
bogdanm 86:04dd9b1680ae 238 #define IS_UART_OVERSAMPLING(SAMPLING) (((SAMPLING) == UART_OVERSAMPLING_16) || \
bogdanm 86:04dd9b1680ae 239 ((SAMPLING) == UART_OVERSAMPLING_8))
bogdanm 86:04dd9b1680ae 240 /**
bogdanm 86:04dd9b1680ae 241 * @}
bogdanm 86:04dd9b1680ae 242 */
bogdanm 86:04dd9b1680ae 243
bogdanm 86:04dd9b1680ae 244 /** @defgroup UART_LIN_Break_Detection_Length
bogdanm 86:04dd9b1680ae 245 * @{
bogdanm 86:04dd9b1680ae 246 */
bogdanm 86:04dd9b1680ae 247 #define UART_LINBREAKDETECTLENGTH_10B ((uint32_t)0x00000000)
bogdanm 86:04dd9b1680ae 248 #define UART_LINBREAKDETECTLENGTH_11B ((uint32_t)0x00000020)
bogdanm 86:04dd9b1680ae 249 #define IS_UART_LIN_BREAK_DETECT_LENGTH(LENGTH) (((LENGTH) == UART_LINBREAKDETECTLENGTH_10B) || \
bogdanm 86:04dd9b1680ae 250 ((LENGTH) == UART_LINBREAKDETECTLENGTH_11B))
bogdanm 86:04dd9b1680ae 251 /**
bogdanm 86:04dd9b1680ae 252 * @}
bogdanm 86:04dd9b1680ae 253 */
bogdanm 86:04dd9b1680ae 254
bogdanm 86:04dd9b1680ae 255 /** @defgroup UART_WakeUp_functions
bogdanm 86:04dd9b1680ae 256 * @{
bogdanm 86:04dd9b1680ae 257 */
bogdanm 86:04dd9b1680ae 258 #define UART_WAKEUPMETHODE_IDLELINE ((uint32_t)0x00000000)
bogdanm 86:04dd9b1680ae 259 #define UART_WAKEUPMETHODE_ADDRESSMARK ((uint32_t)0x00000800)
bogdanm 86:04dd9b1680ae 260 #define IS_UART_WAKEUPMETHODE(WAKEUP) (((WAKEUP) == UART_WAKEUPMETHODE_IDLELINE) || \
bogdanm 86:04dd9b1680ae 261 ((WAKEUP) == UART_WAKEUPMETHODE_ADDRESSMARK))
bogdanm 86:04dd9b1680ae 262 /**
bogdanm 86:04dd9b1680ae 263 * @}
bogdanm 86:04dd9b1680ae 264 */
bogdanm 86:04dd9b1680ae 265
bogdanm 86:04dd9b1680ae 266 /** @defgroup UART_Flags
bogdanm 86:04dd9b1680ae 267 * Elements values convention: 0xXXXX
bogdanm 86:04dd9b1680ae 268 * - 0xXXXX : Flag mask in the SR register
bogdanm 86:04dd9b1680ae 269 * @{
bogdanm 86:04dd9b1680ae 270 */
bogdanm 86:04dd9b1680ae 271 #define UART_FLAG_CTS ((uint32_t)0x00000200)
bogdanm 86:04dd9b1680ae 272 #define UART_FLAG_LBD ((uint32_t)0x00000100)
bogdanm 86:04dd9b1680ae 273 #define UART_FLAG_TXE ((uint32_t)0x00000080)
bogdanm 86:04dd9b1680ae 274 #define UART_FLAG_TC ((uint32_t)0x00000040)
bogdanm 86:04dd9b1680ae 275 #define UART_FLAG_RXNE ((uint32_t)0x00000020)
bogdanm 86:04dd9b1680ae 276 #define UART_FLAG_IDLE ((uint32_t)0x00000010)
bogdanm 86:04dd9b1680ae 277 #define UART_FLAG_ORE ((uint32_t)0x00000008)
bogdanm 86:04dd9b1680ae 278 #define UART_FLAG_NE ((uint32_t)0x00000004)
bogdanm 86:04dd9b1680ae 279 #define UART_FLAG_FE ((uint32_t)0x00000002)
bogdanm 86:04dd9b1680ae 280 #define UART_FLAG_PE ((uint32_t)0x00000001)
bogdanm 86:04dd9b1680ae 281 /**
bogdanm 86:04dd9b1680ae 282 * @}
bogdanm 86:04dd9b1680ae 283 */
bogdanm 86:04dd9b1680ae 284
bogdanm 86:04dd9b1680ae 285 /** @defgroup UART_Interrupt_definition
bogdanm 86:04dd9b1680ae 286 * Elements values convention: 0xY000XXXX
bogdanm 86:04dd9b1680ae 287 * - XXXX : Interrupt mask in the XX register
bogdanm 86:04dd9b1680ae 288 * - Y : Interrupt source register (2bits)
bogdanm 86:04dd9b1680ae 289 * - 01: CR1 register
bogdanm 86:04dd9b1680ae 290 * - 10: CR2 register
bogdanm 86:04dd9b1680ae 291 * - 11: CR3 register
bogdanm 86:04dd9b1680ae 292 *
bogdanm 86:04dd9b1680ae 293 * @{
bogdanm 86:04dd9b1680ae 294 */
bogdanm 86:04dd9b1680ae 295 #define UART_IT_PE ((uint32_t)0x10000100)
bogdanm 86:04dd9b1680ae 296 #define UART_IT_TXE ((uint32_t)0x10000080)
bogdanm 86:04dd9b1680ae 297 #define UART_IT_TC ((uint32_t)0x10000040)
bogdanm 86:04dd9b1680ae 298 #define UART_IT_RXNE ((uint32_t)0x10000020)
bogdanm 86:04dd9b1680ae 299 #define UART_IT_IDLE ((uint32_t)0x10000010)
bogdanm 86:04dd9b1680ae 300
bogdanm 86:04dd9b1680ae 301 #define UART_IT_LBD ((uint32_t)0x20000040)
bogdanm 86:04dd9b1680ae 302 #define UART_IT_CTS ((uint32_t)0x30000400)
bogdanm 86:04dd9b1680ae 303
bogdanm 86:04dd9b1680ae 304 #define UART_IT_ERR ((uint32_t)0x30000001)
bogdanm 86:04dd9b1680ae 305
bogdanm 86:04dd9b1680ae 306 /**
bogdanm 86:04dd9b1680ae 307 * @}
bogdanm 86:04dd9b1680ae 308 */
bogdanm 86:04dd9b1680ae 309
bogdanm 86:04dd9b1680ae 310 /**
bogdanm 86:04dd9b1680ae 311 * @}
bogdanm 86:04dd9b1680ae 312 */
bogdanm 86:04dd9b1680ae 313
bogdanm 86:04dd9b1680ae 314 /* Exported macro ------------------------------------------------------------*/
bogdanm 86:04dd9b1680ae 315
bogdanm 86:04dd9b1680ae 316 /** @brief Reset UART handle state
bogdanm 86:04dd9b1680ae 317 * @param __HANDLE__: specifies the UART Handle.
bogdanm 86:04dd9b1680ae 318 * This parameter can be UARTx where x: 1, 2, 3, 4, 5, 6, 7 or 8 to select the USART or
bogdanm 86:04dd9b1680ae 319 * UART peripheral.
bogdanm 86:04dd9b1680ae 320 * @retval None
bogdanm 86:04dd9b1680ae 321 */
bogdanm 86:04dd9b1680ae 322 #define __HAL_UART_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->State = HAL_UART_STATE_RESET)
bogdanm 86:04dd9b1680ae 323
bogdanm 86:04dd9b1680ae 324 /** @brief Flushs the UART DR register
bogdanm 86:04dd9b1680ae 325 * @param __HANDLE__: specifies the UART Handle.
bogdanm 86:04dd9b1680ae 326 */
bogdanm 86:04dd9b1680ae 327 #define __HAL_UART_FLUSH_DRREGISTER(__HANDLE__) ((__HANDLE__)->Instance->DR)
bogdanm 86:04dd9b1680ae 328
bogdanm 86:04dd9b1680ae 329 /** @brief Checks whether the specified UART flag is set or not.
bogdanm 86:04dd9b1680ae 330 * @param __HANDLE__: specifies the UART Handle.
bogdanm 86:04dd9b1680ae 331 * This parameter can be UARTx where x: 1, 2, 3, 4, 5, 6, 7 or 8 to select the USART or
bogdanm 86:04dd9b1680ae 332 * UART peripheral.
bogdanm 86:04dd9b1680ae 333 * @param __FLAG__: specifies the flag to check.
bogdanm 86:04dd9b1680ae 334 * This parameter can be one of the following values:
bogdanm 86:04dd9b1680ae 335 * @arg UART_FLAG_CTS: CTS Change flag (not available for UART4 and UART5)
bogdanm 86:04dd9b1680ae 336 * @arg UART_FLAG_LBD: LIN Break detection flag
bogdanm 86:04dd9b1680ae 337 * @arg UART_FLAG_TXE: Transmit data register empty flag
bogdanm 86:04dd9b1680ae 338 * @arg UART_FLAG_TC: Transmission Complete flag
bogdanm 86:04dd9b1680ae 339 * @arg UART_FLAG_RXNE: Receive data register not empty flag
bogdanm 86:04dd9b1680ae 340 * @arg UART_FLAG_IDLE: Idle Line detection flag
bogdanm 86:04dd9b1680ae 341 * @arg UART_FLAG_ORE: OverRun Error flag
bogdanm 86:04dd9b1680ae 342 * @arg UART_FLAG_NE: Noise Error flag
bogdanm 86:04dd9b1680ae 343 * @arg UART_FLAG_FE: Framing Error flag
bogdanm 86:04dd9b1680ae 344 * @arg UART_FLAG_PE: Parity Error flag
bogdanm 86:04dd9b1680ae 345 * @retval The new state of __FLAG__ (TRUE or FALSE).
bogdanm 86:04dd9b1680ae 346 */
bogdanm 86:04dd9b1680ae 347
bogdanm 86:04dd9b1680ae 348 #define __HAL_UART_GET_FLAG(__HANDLE__, __FLAG__) (((__HANDLE__)->Instance->SR & (__FLAG__)) == (__FLAG__))
bogdanm 86:04dd9b1680ae 349
bogdanm 86:04dd9b1680ae 350 /** @brief Clears the specified UART pending flag.
bogdanm 86:04dd9b1680ae 351 * @param __HANDLE__: specifies the UART Handle.
bogdanm 86:04dd9b1680ae 352 * This parameter can be UARTx where x: 1, 2, 3, 4, 5, 6, 7 or 8 to select the USART or
bogdanm 86:04dd9b1680ae 353 * UART peripheral.
bogdanm 86:04dd9b1680ae 354 * @param __FLAG__: specifies the flag to check.
bogdanm 86:04dd9b1680ae 355 * This parameter can be any combination of the following values:
bogdanm 86:04dd9b1680ae 356 * @arg UART_FLAG_CTS: CTS Change flag (not available for UART4 and UART5).
bogdanm 86:04dd9b1680ae 357 * @arg UART_FLAG_LBD: LIN Break detection flag.
bogdanm 86:04dd9b1680ae 358 * @arg UART_FLAG_TC: Transmission Complete flag.
bogdanm 86:04dd9b1680ae 359 * @arg UART_FLAG_RXNE: Receive data register not empty flag.
bogdanm 86:04dd9b1680ae 360 *
bogdanm 86:04dd9b1680ae 361 * @note PE (Parity error), FE (Framing error), NE (Noise error), ORE (OverRun
bogdanm 86:04dd9b1680ae 362 * error) and IDLE (Idle line detected) flags are cleared by software
bogdanm 86:04dd9b1680ae 363 * sequence: a read operation to USART_SR register followed by a read
bogdanm 86:04dd9b1680ae 364 * operation to USART_DR register.
bogdanm 86:04dd9b1680ae 365 * @note RXNE flag can be also cleared by a read to the USART_DR register.
bogdanm 86:04dd9b1680ae 366 * @note TC flag can be also cleared by software sequence: a read operation to
bogdanm 86:04dd9b1680ae 367 * USART_SR register followed by a write operation to USART_DR register.
bogdanm 86:04dd9b1680ae 368 * @note TXE flag is cleared only by a write to the USART_DR register.
bogdanm 86:04dd9b1680ae 369 *
bogdanm 86:04dd9b1680ae 370 * @retval None
bogdanm 86:04dd9b1680ae 371 */
bogdanm 86:04dd9b1680ae 372 #define __HAL_UART_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->SR = ~(__FLAG__))
bogdanm 86:04dd9b1680ae 373
bogdanm 86:04dd9b1680ae 374 /** @brief Clear the UART PE pending flag.
bogdanm 86:04dd9b1680ae 375 * @param __HANDLE__: specifies the UART Handle.
bogdanm 86:04dd9b1680ae 376 * This parameter can be UARTx where x: 1, 2, 3, 4, 5, 6, 7 or 8 to select the USART or
bogdanm 86:04dd9b1680ae 377 * UART peripheral.
bogdanm 86:04dd9b1680ae 378 * @retval None
bogdanm 86:04dd9b1680ae 379 */
bogdanm 86:04dd9b1680ae 380 #define __HAL_UART_CLEAR_PEFLAG(__HANDLE__) do{(__HANDLE__)->Instance->SR;\
bogdanm 86:04dd9b1680ae 381 (__HANDLE__)->Instance->DR;}while(0)
bogdanm 86:04dd9b1680ae 382 /** @brief Clear the UART FE pending flag.
bogdanm 86:04dd9b1680ae 383 * @param __HANDLE__: specifies the UART Handle.
bogdanm 86:04dd9b1680ae 384 * This parameter can be UARTx where x: 1, 2, 3, 4, 5, 6, 7 or 8 to select the USART or
bogdanm 86:04dd9b1680ae 385 * UART peripheral.
bogdanm 86:04dd9b1680ae 386 * @retval None
bogdanm 86:04dd9b1680ae 387 */
bogdanm 86:04dd9b1680ae 388 #define __HAL_UART_CLEAR_FEFLAG(__HANDLE__) __HAL_UART_CLEAR_PEFLAG(__HANDLE__)
bogdanm 86:04dd9b1680ae 389
bogdanm 86:04dd9b1680ae 390 /** @brief Clear the UART NE pending flag.
bogdanm 86:04dd9b1680ae 391 * @param __HANDLE__: specifies the UART Handle.
bogdanm 86:04dd9b1680ae 392 * This parameter can be UARTx where x: 1, 2, 3, 4, 5, 6, 7 or 8 to select the USART or
bogdanm 86:04dd9b1680ae 393 * UART peripheral.
bogdanm 86:04dd9b1680ae 394 * @retval None
bogdanm 86:04dd9b1680ae 395 */
bogdanm 86:04dd9b1680ae 396 #define __HAL_UART_CLEAR_NEFLAG(__HANDLE__) __HAL_UART_CLEAR_PEFLAG(__HANDLE__)
bogdanm 86:04dd9b1680ae 397
bogdanm 86:04dd9b1680ae 398 /** @brief Clear the UART ORE pending flag.
bogdanm 86:04dd9b1680ae 399 * @param __HANDLE__: specifies the UART Handle.
bogdanm 86:04dd9b1680ae 400 * This parameter can be UARTx where x: 1, 2, 3, 4, 5, 6, 7 or 8 to select the USART or
bogdanm 86:04dd9b1680ae 401 * UART peripheral.
bogdanm 86:04dd9b1680ae 402 * @retval None
bogdanm 86:04dd9b1680ae 403 */
bogdanm 86:04dd9b1680ae 404 #define __HAL_UART_CLEAR_OREFLAG(__HANDLE__) __HAL_UART_CLEAR_PEFLAG(__HANDLE__)
bogdanm 86:04dd9b1680ae 405
bogdanm 86:04dd9b1680ae 406 /** @brief Clear the UART IDLE pending flag.
bogdanm 86:04dd9b1680ae 407 * @param __HANDLE__: specifies the UART Handle.
bogdanm 86:04dd9b1680ae 408 * This parameter can be UARTx where x: 1, 2, 3, 4, 5, 6, 7 or 8 to select the USART or
bogdanm 86:04dd9b1680ae 409 * UART peripheral.
bogdanm 86:04dd9b1680ae 410 * @retval None
bogdanm 86:04dd9b1680ae 411 */
bogdanm 86:04dd9b1680ae 412 #define __HAL_UART_CLEAR_IDLEFLAG(__HANDLE__) __HAL_UART_CLEAR_PEFLAG(__HANDLE__)
bogdanm 86:04dd9b1680ae 413
bogdanm 86:04dd9b1680ae 414 /** @brief Enables or disables the specified UART interrupt.
bogdanm 86:04dd9b1680ae 415 * @param __HANDLE__: specifies the UART Handle.
bogdanm 86:04dd9b1680ae 416 * This parameter can be UARTx where x: 1, 2, 3, 4, 5, 6, 7 or 8 to select the USART or
bogdanm 86:04dd9b1680ae 417 * UART peripheral.
bogdanm 86:04dd9b1680ae 418 * @param __INTERRUPT__: specifies the UART interrupt source to check.
bogdanm 86:04dd9b1680ae 419 * This parameter can be one of the following values:
bogdanm 86:04dd9b1680ae 420 * @arg UART_IT_CTS: CTS change interrupt
bogdanm 86:04dd9b1680ae 421 * @arg UART_IT_LBD: LIN Break detection interrupt
bogdanm 86:04dd9b1680ae 422 * @arg UART_IT_TXE: Transmit Data Register empty interrupt
bogdanm 86:04dd9b1680ae 423 * @arg UART_IT_TC: Transmission complete interrupt
bogdanm 86:04dd9b1680ae 424 * @arg UART_IT_RXNE: Receive Data register not empty interrupt
bogdanm 86:04dd9b1680ae 425 * @arg UART_IT_IDLE: Idle line detection interrupt
bogdanm 86:04dd9b1680ae 426 * @arg UART_IT_PE: Parity Error interrupt
bogdanm 86:04dd9b1680ae 427 * @arg UART_IT_ERR: Error interrupt(Frame error, noise error, overrun error)
bogdanm 86:04dd9b1680ae 428 * @param NewState: new state of the specified UART interrupt.
bogdanm 86:04dd9b1680ae 429 * This parameter can be: ENABLE or DISABLE.
bogdanm 86:04dd9b1680ae 430 * @retval None
bogdanm 86:04dd9b1680ae 431 */
bogdanm 86:04dd9b1680ae 432 #define UART_IT_MASK ((uint32_t)0x0000FFFF)
bogdanm 86:04dd9b1680ae 433 #define __HAL_UART_ENABLE_IT(__HANDLE__, __INTERRUPT__) ((((__INTERRUPT__) >> 28) == 1)? ((__HANDLE__)->Instance->CR1 |= ((__INTERRUPT__) & UART_IT_MASK)): \
bogdanm 86:04dd9b1680ae 434 (((__INTERRUPT__) >> 28) == 2)? ((__HANDLE__)->Instance->CR2 |= ((__INTERRUPT__) & UART_IT_MASK)): \
bogdanm 86:04dd9b1680ae 435 ((__HANDLE__)->Instance->CR3 |= ((__INTERRUPT__) & UART_IT_MASK)))
bogdanm 86:04dd9b1680ae 436 #define __HAL_UART_DISABLE_IT(__HANDLE__, __INTERRUPT__) ((((__INTERRUPT__) >> 28) == 1)? ((__HANDLE__)->Instance->CR1 &= ~((__INTERRUPT__) & UART_IT_MASK)): \
bogdanm 86:04dd9b1680ae 437 (((__INTERRUPT__) >> 28) == 2)? ((__HANDLE__)->Instance->CR2 &= ~((__INTERRUPT__) & UART_IT_MASK)): \
bogdanm 86:04dd9b1680ae 438 ((__HANDLE__)->Instance->CR3 &= ~ ((__INTERRUPT__) & UART_IT_MASK)))
bogdanm 86:04dd9b1680ae 439
bogdanm 86:04dd9b1680ae 440 /** @brief Checks whether the specified UART interrupt has occurred or not.
bogdanm 86:04dd9b1680ae 441 * @param __HANDLE__: specifies the UART Handle.
bogdanm 86:04dd9b1680ae 442 * This parameter can be UARTx where x: 1, 2, 3, 4, 5, 6, 7 or 8 to select the USART or
bogdanm 86:04dd9b1680ae 443 * UART peripheral.
bogdanm 86:04dd9b1680ae 444 * @param __IT__: specifies the UART interrupt source to check.
bogdanm 86:04dd9b1680ae 445 * This parameter can be one of the following values:
bogdanm 86:04dd9b1680ae 446 * @arg UART_IT_CTS: CTS change interrupt (not available for UART4 and UART5)
bogdanm 86:04dd9b1680ae 447 * @arg UART_IT_LBD: LIN Break detection interrupt
bogdanm 86:04dd9b1680ae 448 * @arg UART_IT_TXE: Transmit Data Register empty interrupt
bogdanm 86:04dd9b1680ae 449 * @arg UART_IT_TC: Transmission complete interrupt
bogdanm 86:04dd9b1680ae 450 * @arg UART_IT_RXNE: Receive Data register not empty interrupt
bogdanm 86:04dd9b1680ae 451 * @arg UART_IT_IDLE: Idle line detection interrupt
bogdanm 86:04dd9b1680ae 452 * @arg USART_IT_ERR: Error interrupt
bogdanm 86:04dd9b1680ae 453 * @retval The new state of __IT__ (TRUE or FALSE).
bogdanm 86:04dd9b1680ae 454 */
bogdanm 86:04dd9b1680ae 455 #define __HAL_UART_GET_IT_SOURCE(__HANDLE__, __IT__) (((((__IT__) >> 28) == 1)? (__HANDLE__)->Instance->CR1:(((((uint32_t)(__IT__)) >> 28) == 2)? \
bogdanm 86:04dd9b1680ae 456 (__HANDLE__)->Instance->CR2 : (__HANDLE__)->Instance->CR3)) & (((uint32_t)(__IT__)) & UART_IT_MASK))
bogdanm 86:04dd9b1680ae 457
bogdanm 86:04dd9b1680ae 458 /** @brief Enable CTS flow control
bogdanm 86:04dd9b1680ae 459 * This macro allows to enable CTS hardware flow control for a given UART instance,
bogdanm 86:04dd9b1680ae 460 * without need to call HAL_UART_Init() function.
bogdanm 86:04dd9b1680ae 461 * As involving direct access to UART registers, usage of this macro should be fully endorsed by user.
bogdanm 86:04dd9b1680ae 462 * @note As macro is expected to be used for modifying CTS Hw flow control feature activation, without need
bogdanm 86:04dd9b1680ae 463 * for USART instance Deinit/Init, following conditions for macro call should be fulfilled :
bogdanm 86:04dd9b1680ae 464 * - UART instance should have already been initialised (through call of HAL_UART_Init() )
bogdanm 86:04dd9b1680ae 465 * - macro could only be called when corresponding UART instance is disabled (i.e __HAL_UART_DISABLE(__HANDLE__))
bogdanm 86:04dd9b1680ae 466 * and should be followed by an Enable macro (i.e __HAL_UART_ENABLE(__HANDLE__)).
bogdanm 86:04dd9b1680ae 467 * @param __HANDLE__: specifies the UART Handle.
bogdanm 86:04dd9b1680ae 468 * The Handle Instance can be USART1, USART2 or LPUART.
bogdanm 86:04dd9b1680ae 469 * @retval None
bogdanm 86:04dd9b1680ae 470 */
bogdanm 86:04dd9b1680ae 471 #define __HAL_UART_HWCONTROL_CTS_ENABLE(__HANDLE__) \
bogdanm 86:04dd9b1680ae 472 do{ \
bogdanm 86:04dd9b1680ae 473 SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_CTSE); \
bogdanm 86:04dd9b1680ae 474 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_CTSE; \
bogdanm 86:04dd9b1680ae 475 } while(0)
bogdanm 86:04dd9b1680ae 476
bogdanm 86:04dd9b1680ae 477 /** @brief Disable CTS flow control
bogdanm 86:04dd9b1680ae 478 * This macro allows to disable CTS hardware flow control for a given UART instance,
bogdanm 86:04dd9b1680ae 479 * without need to call HAL_UART_Init() function.
bogdanm 86:04dd9b1680ae 480 * As involving direct access to UART registers, usage of this macro should be fully endorsed by user.
bogdanm 86:04dd9b1680ae 481 * @note As macro is expected to be used for modifying CTS Hw flow control feature activation, without need
bogdanm 86:04dd9b1680ae 482 * for USART instance Deinit/Init, following conditions for macro call should be fulfilled :
bogdanm 86:04dd9b1680ae 483 * - UART instance should have already been initialised (through call of HAL_UART_Init() )
bogdanm 86:04dd9b1680ae 484 * - macro could only be called when corresponding UART instance is disabled (i.e __HAL_UART_DISABLE(__HANDLE__))
bogdanm 86:04dd9b1680ae 485 * and should be followed by an Enable macro (i.e __HAL_UART_ENABLE(__HANDLE__)).
bogdanm 86:04dd9b1680ae 486 * @param __HANDLE__: specifies the UART Handle.
bogdanm 86:04dd9b1680ae 487 * The Handle Instance can be USART1, USART2 or LPUART.
bogdanm 86:04dd9b1680ae 488 * @retval None
bogdanm 86:04dd9b1680ae 489 */
bogdanm 86:04dd9b1680ae 490 #define __HAL_UART_HWCONTROL_CTS_DISABLE(__HANDLE__) \
bogdanm 86:04dd9b1680ae 491 do{ \
bogdanm 86:04dd9b1680ae 492 CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_CTSE); \
bogdanm 86:04dd9b1680ae 493 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_CTSE); \
bogdanm 86:04dd9b1680ae 494 } while(0)
bogdanm 86:04dd9b1680ae 495
bogdanm 86:04dd9b1680ae 496 /** @brief Enable RTS flow control
bogdanm 86:04dd9b1680ae 497 * This macro allows to enable RTS hardware flow control for a given UART instance,
bogdanm 86:04dd9b1680ae 498 * without need to call HAL_UART_Init() function.
bogdanm 86:04dd9b1680ae 499 * As involving direct access to UART registers, usage of this macro should be fully endorsed by user.
bogdanm 86:04dd9b1680ae 500 * @note As macro is expected to be used for modifying RTS Hw flow control feature activation, without need
bogdanm 86:04dd9b1680ae 501 * for USART instance Deinit/Init, following conditions for macro call should be fulfilled :
bogdanm 86:04dd9b1680ae 502 * - UART instance should have already been initialised (through call of HAL_UART_Init() )
bogdanm 86:04dd9b1680ae 503 * - macro could only be called when corresponding UART instance is disabled (i.e __HAL_UART_DISABLE(__HANDLE__))
bogdanm 86:04dd9b1680ae 504 * and should be followed by an Enable macro (i.e __HAL_UART_ENABLE(__HANDLE__)).
bogdanm 86:04dd9b1680ae 505 * @param __HANDLE__: specifies the UART Handle.
bogdanm 86:04dd9b1680ae 506 * The Handle Instance can be USART1, USART2 or LPUART.
bogdanm 86:04dd9b1680ae 507 * @retval None
bogdanm 86:04dd9b1680ae 508 */
bogdanm 86:04dd9b1680ae 509 #define __HAL_UART_HWCONTROL_RTS_ENABLE(__HANDLE__) \
bogdanm 86:04dd9b1680ae 510 do{ \
bogdanm 86:04dd9b1680ae 511 SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
bogdanm 86:04dd9b1680ae 512 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
bogdanm 86:04dd9b1680ae 513 } while(0)
bogdanm 86:04dd9b1680ae 514
bogdanm 86:04dd9b1680ae 515 /** @brief Disable RTS flow control
bogdanm 86:04dd9b1680ae 516 * This macro allows to disable RTS hardware flow control for a given UART instance,
bogdanm 86:04dd9b1680ae 517 * without need to call HAL_UART_Init() function.
bogdanm 86:04dd9b1680ae 518 * As involving direct access to UART registers, usage of this macro should be fully endorsed by user.
bogdanm 86:04dd9b1680ae 519 * @note As macro is expected to be used for modifying RTS Hw flow control feature activation, without need
bogdanm 86:04dd9b1680ae 520 * for USART instance Deinit/Init, following conditions for macro call should be fulfilled :
bogdanm 86:04dd9b1680ae 521 * - UART instance should have already been initialised (through call of HAL_UART_Init() )
bogdanm 86:04dd9b1680ae 522 * - macro could only be called when corresponding UART instance is disabled (i.e __HAL_UART_DISABLE(__HANDLE__))
bogdanm 86:04dd9b1680ae 523 * and should be followed by an Enable macro (i.e __HAL_UART_ENABLE(__HANDLE__)).
bogdanm 86:04dd9b1680ae 524 * @param __HANDLE__: specifies the UART Handle.
bogdanm 86:04dd9b1680ae 525 * The Handle Instance can be USART1, USART2 or LPUART.
bogdanm 86:04dd9b1680ae 526 * @retval None
bogdanm 86:04dd9b1680ae 527 */
bogdanm 86:04dd9b1680ae 528 #define __HAL_UART_HWCONTROL_RTS_DISABLE(__HANDLE__) \
bogdanm 86:04dd9b1680ae 529 do{ \
bogdanm 86:04dd9b1680ae 530 CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
bogdanm 86:04dd9b1680ae 531 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
bogdanm 86:04dd9b1680ae 532 } while(0)
bogdanm 86:04dd9b1680ae 533
bogdanm 86:04dd9b1680ae 534 /** @brief macros to enables or disables the UART's one bit sampling method
bogdanm 86:04dd9b1680ae 535 * @param __HANDLE__: specifies the UART Handle.
bogdanm 86:04dd9b1680ae 536 * @retval None
bogdanm 86:04dd9b1680ae 537 */
bogdanm 86:04dd9b1680ae 538 #define __HAL_UART_ONEBIT_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR3|= USART_CR3_ONEBIT)
bogdanm 86:04dd9b1680ae 539 #define __HAL_UART_ONEBIT_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR3 &= (uint16_t)~((uint16_t)USART_CR3_ONEBIT))
bogdanm 86:04dd9b1680ae 540
bogdanm 86:04dd9b1680ae 541 #define __HAL_UART_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1 |= USART_CR1_UE)
bogdanm 86:04dd9b1680ae 542 #define __HAL_UART_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1 &= ~USART_CR1_UE)
bogdanm 86:04dd9b1680ae 543
bogdanm 86:04dd9b1680ae 544 #define __DIV_SAMPLING16(_PCLK_, _BAUD_) (((_PCLK_)*25)/(4*(_BAUD_)))
bogdanm 86:04dd9b1680ae 545 #define __DIVMANT_SAMPLING16(_PCLK_, _BAUD_) (__DIV_SAMPLING16((_PCLK_), (_BAUD_))/100)
bogdanm 86:04dd9b1680ae 546 #define __DIVFRAQ_SAMPLING16(_PCLK_, _BAUD_) (((__DIV_SAMPLING16((_PCLK_), (_BAUD_)) - (__DIVMANT_SAMPLING16((_PCLK_), (_BAUD_)) * 100)) * 16 + 50) / 100)
bogdanm 86:04dd9b1680ae 547 #define __UART_BRR_SAMPLING16(_PCLK_, _BAUD_) ((__DIVMANT_SAMPLING16((_PCLK_), (_BAUD_)) << 4)|(__DIVFRAQ_SAMPLING16((_PCLK_), (_BAUD_)) & 0x0F))
bogdanm 86:04dd9b1680ae 548
bogdanm 86:04dd9b1680ae 549 #define __DIV_SAMPLING8(_PCLK_, _BAUD_) (((_PCLK_)*25)/(2*(_BAUD_)))
bogdanm 86:04dd9b1680ae 550 #define __DIVMANT_SAMPLING8(_PCLK_, _BAUD_) (__DIV_SAMPLING8((_PCLK_), (_BAUD_))/100)
bogdanm 86:04dd9b1680ae 551 #define __DIVFRAQ_SAMPLING8(_PCLK_, _BAUD_) (((__DIV_SAMPLING8((_PCLK_), (_BAUD_)) - (__DIVMANT_SAMPLING8((_PCLK_), (_BAUD_)) * 100)) * 16 + 50) / 100)
bogdanm 86:04dd9b1680ae 552 #define __UART_BRR_SAMPLING8(_PCLK_, _BAUD_) ((__DIVMANT_SAMPLING8((_PCLK_), (_BAUD_)) << 4)|(__DIVFRAQ_SAMPLING8((_PCLK_), (_BAUD_)) & 0x0F))
bogdanm 86:04dd9b1680ae 553
bogdanm 86:04dd9b1680ae 554 #define IS_UART_BAUDRATE(BAUDRATE) ((BAUDRATE) < 10500001)
bogdanm 86:04dd9b1680ae 555 #define IS_UART_ADDRESS(ADDRESS) ((ADDRESS) <= 0xF)
bogdanm 86:04dd9b1680ae 556
bogdanm 86:04dd9b1680ae 557 /* Exported functions --------------------------------------------------------*/
bogdanm 86:04dd9b1680ae 558 /* Initialization/de-initialization functions **********************************/
bogdanm 86:04dd9b1680ae 559 HAL_StatusTypeDef HAL_UART_Init(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 560 HAL_StatusTypeDef HAL_HalfDuplex_Init(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 561 HAL_StatusTypeDef HAL_LIN_Init(UART_HandleTypeDef *huart, uint32_t BreakDetectLength);
bogdanm 86:04dd9b1680ae 562 HAL_StatusTypeDef HAL_MultiProcessor_Init(UART_HandleTypeDef *huart, uint8_t Address, uint32_t WakeUpMethode);
bogdanm 86:04dd9b1680ae 563 HAL_StatusTypeDef HAL_UART_DeInit (UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 564 void HAL_UART_MspInit(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 565 void HAL_UART_MspDeInit(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 566
bogdanm 86:04dd9b1680ae 567 /* IO operation functions *******************************************************/
bogdanm 86:04dd9b1680ae 568 HAL_StatusTypeDef HAL_UART_Transmit(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size, uint32_t Timeout);
bogdanm 86:04dd9b1680ae 569 HAL_StatusTypeDef HAL_UART_Receive(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size, uint32_t Timeout);
bogdanm 86:04dd9b1680ae 570 HAL_StatusTypeDef HAL_UART_Transmit_IT(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size);
bogdanm 86:04dd9b1680ae 571 HAL_StatusTypeDef HAL_UART_Receive_IT(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size);
bogdanm 86:04dd9b1680ae 572 HAL_StatusTypeDef HAL_UART_Transmit_DMA(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size);
bogdanm 86:04dd9b1680ae 573 HAL_StatusTypeDef HAL_UART_Receive_DMA(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size);
bogdanm 86:04dd9b1680ae 574 HAL_StatusTypeDef HAL_UART_DMAPause(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 575 HAL_StatusTypeDef HAL_UART_DMAResume(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 576 HAL_StatusTypeDef HAL_UART_DMAStop(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 577 void HAL_UART_IRQHandler(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 578 void HAL_UART_TxCpltCallback(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 579 void HAL_UART_TxHalfCpltCallback(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 580 void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 581 void HAL_UART_RxHalfCpltCallback(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 582 void HAL_UART_ErrorCallback(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 583
bogdanm 86:04dd9b1680ae 584 /* Peripheral Control functions ************************************************/
bogdanm 86:04dd9b1680ae 585 HAL_StatusTypeDef HAL_LIN_SendBreak(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 586 HAL_StatusTypeDef HAL_MultiProcessor_EnterMuteMode(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 587 HAL_StatusTypeDef HAL_MultiProcessor_ExitMuteMode(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 588 HAL_StatusTypeDef HAL_HalfDuplex_EnableTransmitter(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 589 HAL_StatusTypeDef HAL_HalfDuplex_EnableReceiver(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 590
bogdanm 86:04dd9b1680ae 591 /* Peripheral State functions **************************************************/
bogdanm 86:04dd9b1680ae 592 HAL_UART_StateTypeDef HAL_UART_GetState(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 593 uint32_t HAL_UART_GetError(UART_HandleTypeDef *huart);
bogdanm 86:04dd9b1680ae 594
bogdanm 86:04dd9b1680ae 595 /**
bogdanm 86:04dd9b1680ae 596 * @}
bogdanm 86:04dd9b1680ae 597 */
bogdanm 86:04dd9b1680ae 598
bogdanm 86:04dd9b1680ae 599 /**
bogdanm 86:04dd9b1680ae 600 * @}
bogdanm 86:04dd9b1680ae 601 */
bogdanm 86:04dd9b1680ae 602
bogdanm 86:04dd9b1680ae 603 #ifdef __cplusplus
bogdanm 86:04dd9b1680ae 604 }
bogdanm 86:04dd9b1680ae 605 #endif
bogdanm 86:04dd9b1680ae 606
bogdanm 86:04dd9b1680ae 607 #endif /* __STM32F4xx_HAL_UART_H */
bogdanm 86:04dd9b1680ae 608
bogdanm 86:04dd9b1680ae 609 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/