Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
TARGET_NUCLEO_F031K6/stm32f0xx_hal_irda.h@122:f9eeca106725, 2016-07-07 (annotated)
- Committer:
- Kojto
- Date:
- Thu Jul 07 14:34:11 2016 +0100
- Revision:
- 122:f9eeca106725
- Parent:
- 109:9296ab0bfc11
Release 122 of the mbed library
Changes:
- new targets - Nucleo L432KC, Beetle, Nucleo F446ZE, Nucleo L011K4
- Thread safety addition - mbed API should contain a statement about thread safety
- critical section API addition
- CAS API (core_util_atomic_incr/decr)
- DEVICE_ are generated from targets.json file, device.h deprecated
- Callback replaces FunctionPointer to provide std like interface
- mbed HAL API docs improvements
- toolchain - prexif attributes with MBED_
- add new attributes - packed, weak, forcedinline, align
- target.json - contains targets definitions
- ST - L1XX - Cube update to 1.5
- SPI clock selection fix (clock from APB domain)
- F7 - Cube update v1.4.0
- L0 - baudrate init fix
- L1 - Cube update v1.5
- F3 - baudrate init fix, 3 targets CAN support
- F4 - Cube update v1.12.0, 3 targets CAN support
- L4XX - Cube update v1.5.1
- F0 - update Cube to v1.5.0
- L4 - 2 targets (L476RG/VG) CAN support
- NXP - pwm clock fix for KSDK2 MCU
- LPC2368 - remove ARM toolchain support - due to regression
- KSDK2 - fix SPI , I2C address and repeat start
- Silabs - some fixes backported from mbed 3
- Renesas - RZ_A1H - SystemCoreClockUpdate addition
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| Kojto | 109:9296ab0bfc11 | 1 | /** | 
| Kojto | 109:9296ab0bfc11 | 2 | ****************************************************************************** | 
| Kojto | 109:9296ab0bfc11 | 3 | * @file stm32f0xx_hal_irda.h | 
| Kojto | 109:9296ab0bfc11 | 4 | * @author MCD Application Team | 
| Kojto | 122:f9eeca106725 | 5 | * @version V1.4.0 | 
| Kojto | 122:f9eeca106725 | 6 | * @date 27-May-2016 | 
| Kojto | 109:9296ab0bfc11 | 7 | * @brief This file contains all the functions prototypes for the IRDA | 
| Kojto | 109:9296ab0bfc11 | 8 | * firmware library. | 
| Kojto | 109:9296ab0bfc11 | 9 | ****************************************************************************** | 
| Kojto | 109:9296ab0bfc11 | 10 | * @attention | 
| Kojto | 109:9296ab0bfc11 | 11 | * | 
| Kojto | 122:f9eeca106725 | 12 | * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> | 
| Kojto | 109:9296ab0bfc11 | 13 | * | 
| Kojto | 109:9296ab0bfc11 | 14 | * Redistribution and use in source and binary forms, with or without modification, | 
| Kojto | 109:9296ab0bfc11 | 15 | * are permitted provided that the following conditions are met: | 
| Kojto | 109:9296ab0bfc11 | 16 | * 1. Redistributions of source code must retain the above copyright notice, | 
| Kojto | 109:9296ab0bfc11 | 17 | * this list of conditions and the following disclaimer. | 
| Kojto | 109:9296ab0bfc11 | 18 | * 2. Redistributions in binary form must reproduce the above copyright notice, | 
| Kojto | 109:9296ab0bfc11 | 19 | * this list of conditions and the following disclaimer in the documentation | 
| Kojto | 109:9296ab0bfc11 | 20 | * and/or other materials provided with the distribution. | 
| Kojto | 109:9296ab0bfc11 | 21 | * 3. Neither the name of STMicroelectronics nor the names of its contributors | 
| Kojto | 109:9296ab0bfc11 | 22 | * may be used to endorse or promote products derived from this software | 
| Kojto | 109:9296ab0bfc11 | 23 | * without specific prior written permission. | 
| Kojto | 109:9296ab0bfc11 | 24 | * | 
| Kojto | 109:9296ab0bfc11 | 25 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | 
| Kojto | 109:9296ab0bfc11 | 26 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
| Kojto | 109:9296ab0bfc11 | 27 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 
| Kojto | 109:9296ab0bfc11 | 28 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | 
| Kojto | 109:9296ab0bfc11 | 29 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
| Kojto | 109:9296ab0bfc11 | 30 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | 
| Kojto | 109:9296ab0bfc11 | 31 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | 
| Kojto | 109:9296ab0bfc11 | 32 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
| Kojto | 109:9296ab0bfc11 | 33 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 
| Kojto | 109:9296ab0bfc11 | 34 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
| Kojto | 109:9296ab0bfc11 | 35 | * | 
| Kojto | 109:9296ab0bfc11 | 36 | ****************************************************************************** | 
| Kojto | 109:9296ab0bfc11 | 37 | */ | 
| Kojto | 109:9296ab0bfc11 | 38 | |
| Kojto | 109:9296ab0bfc11 | 39 | /* Define to prevent recursive inclusion -------------------------------------*/ | 
| Kojto | 109:9296ab0bfc11 | 40 | #ifndef __STM32F0xx_HAL_IRDA_H | 
| Kojto | 109:9296ab0bfc11 | 41 | #define __STM32F0xx_HAL_IRDA_H | 
| Kojto | 109:9296ab0bfc11 | 42 | |
| Kojto | 109:9296ab0bfc11 | 43 | #ifdef __cplusplus | 
| Kojto | 109:9296ab0bfc11 | 44 | extern "C" { | 
| Kojto | 109:9296ab0bfc11 | 45 | #endif | 
| Kojto | 109:9296ab0bfc11 | 46 | |
| Kojto | 109:9296ab0bfc11 | 47 | #if !defined(STM32F030x6) && !defined(STM32F030x8) && !defined(STM32F070x6) && !defined(STM32F070xB) && !defined(STM32F030xC) | 
| Kojto | 109:9296ab0bfc11 | 48 | |
| Kojto | 109:9296ab0bfc11 | 49 | /* Includes ------------------------------------------------------------------*/ | 
| Kojto | 109:9296ab0bfc11 | 50 | #include "stm32f0xx_hal_def.h" | 
| Kojto | 109:9296ab0bfc11 | 51 | |
| Kojto | 109:9296ab0bfc11 | 52 | /** @addtogroup STM32F0xx_HAL_Driver | 
| Kojto | 109:9296ab0bfc11 | 53 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 54 | */ | 
| Kojto | 109:9296ab0bfc11 | 55 | |
| Kojto | 109:9296ab0bfc11 | 56 | /** @addtogroup IRDA | 
| Kojto | 109:9296ab0bfc11 | 57 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 58 | */ | 
| Kojto | 109:9296ab0bfc11 | 59 | |
| Kojto | 109:9296ab0bfc11 | 60 | /* Exported types ------------------------------------------------------------*/ | 
| Kojto | 109:9296ab0bfc11 | 61 | /** @defgroup IRDA_Exported_Types IRDA Exported Types | 
| Kojto | 109:9296ab0bfc11 | 62 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 63 | */ | 
| Kojto | 109:9296ab0bfc11 | 64 | |
| Kojto | 109:9296ab0bfc11 | 65 | /** | 
| Kojto | 109:9296ab0bfc11 | 66 | * @brief IRDA Init Structure definition | 
| Kojto | 109:9296ab0bfc11 | 67 | */ | 
| Kojto | 109:9296ab0bfc11 | 68 | typedef struct | 
| Kojto | 109:9296ab0bfc11 | 69 | { | 
| Kojto | 109:9296ab0bfc11 | 70 | uint32_t BaudRate; /*!< This member configures the IRDA communication baud rate. | 
| Kojto | 109:9296ab0bfc11 | 71 | The baud rate register is computed using the following formula: | 
| Kojto | 109:9296ab0bfc11 | 72 | Baud Rate Register = ((PCLKx) / ((hirda->Init.BaudRate))) */ | 
| Kojto | 109:9296ab0bfc11 | 73 | |
| Kojto | 109:9296ab0bfc11 | 74 | uint32_t WordLength; /*!< Specifies the number of data bits transmitted or received in a frame. | 
| Kojto | 109:9296ab0bfc11 | 75 | This parameter can be a value of @ref IRDAEx_Word_Length */ | 
| Kojto | 109:9296ab0bfc11 | 76 | |
| Kojto | 109:9296ab0bfc11 | 77 | uint32_t Parity; /*!< Specifies the parity mode. | 
| Kojto | 109:9296ab0bfc11 | 78 | This parameter can be a value of @ref IRDA_Parity | 
| Kojto | 109:9296ab0bfc11 | 79 | @note When parity is enabled, the computed parity is inserted | 
| Kojto | 109:9296ab0bfc11 | 80 | at the MSB position of the transmitted data (9th bit when | 
| Kojto | 109:9296ab0bfc11 | 81 | the word length is set to 9 data bits; 8th bit when the | 
| Kojto | 109:9296ab0bfc11 | 82 | word length is set to 8 data bits). */ | 
| Kojto | 109:9296ab0bfc11 | 83 | |
| Kojto | 109:9296ab0bfc11 | 84 | uint32_t Mode; /*!< Specifies whether the Receive or Transmit mode is enabled or disabled. | 
| Kojto | 122:f9eeca106725 | 85 | This parameter can be a value of @ref IRDA_Transfer_Mode */ | 
| Kojto | 109:9296ab0bfc11 | 86 | |
| Kojto | 109:9296ab0bfc11 | 87 | uint8_t Prescaler; /*!< Specifies the Prescaler value for dividing the UART/USART source clock | 
| Kojto | 109:9296ab0bfc11 | 88 | to achieve low-power frequency. | 
| Kojto | 109:9296ab0bfc11 | 89 | @note Prescaler value 0 is forbidden */ | 
| Kojto | 109:9296ab0bfc11 | 90 | |
| Kojto | 109:9296ab0bfc11 | 91 | uint16_t PowerMode; /*!< Specifies the IRDA power mode. | 
| Kojto | 109:9296ab0bfc11 | 92 | This parameter can be a value of @ref IRDA_Low_Power */ | 
| Kojto | 109:9296ab0bfc11 | 93 | }IRDA_InitTypeDef; | 
| Kojto | 109:9296ab0bfc11 | 94 | |
| Kojto | 109:9296ab0bfc11 | 95 | /** | 
| Kojto | 109:9296ab0bfc11 | 96 | * @brief HAL IRDA State structures definition | 
| Kojto | 122:f9eeca106725 | 97 | * @note HAL IRDA State value is a combination of 2 different substates: gState and RxState. | 
| Kojto | 122:f9eeca106725 | 98 | * - gState contains IRDA state information related to global Handle management | 
| Kojto | 122:f9eeca106725 | 99 | * and also information related to Tx operations. | 
| Kojto | 122:f9eeca106725 | 100 | * gState value coding follow below described bitmap : | 
| Kojto | 122:f9eeca106725 | 101 | * b7-b6 Error information | 
| Kojto | 122:f9eeca106725 | 102 | * 00 : No Error | 
| Kojto | 122:f9eeca106725 | 103 | * 01 : (Not Used) | 
| Kojto | 122:f9eeca106725 | 104 | * 10 : Timeout | 
| Kojto | 122:f9eeca106725 | 105 | * 11 : Error | 
| Kojto | 122:f9eeca106725 | 106 | * b5 IP initilisation status | 
| Kojto | 122:f9eeca106725 | 107 | * 0 : Reset (IP not initialized) | 
| Kojto | 122:f9eeca106725 | 108 | * 1 : Init done (IP not initialized. HAL IRDA Init function already called) | 
| Kojto | 122:f9eeca106725 | 109 | * b4-b3 (not used) | 
| Kojto | 122:f9eeca106725 | 110 | * xx : Should be set to 00 | 
| Kojto | 122:f9eeca106725 | 111 | * b2 Intrinsic process state | 
| Kojto | 122:f9eeca106725 | 112 | * 0 : Ready | 
| Kojto | 122:f9eeca106725 | 113 | * 1 : Busy (IP busy with some configuration or internal operations) | 
| Kojto | 122:f9eeca106725 | 114 | * b1 (not used) | 
| Kojto | 122:f9eeca106725 | 115 | * x : Should be set to 0 | 
| Kojto | 122:f9eeca106725 | 116 | * b0 Tx state | 
| Kojto | 122:f9eeca106725 | 117 | * 0 : Ready (no Tx operation ongoing) | 
| Kojto | 122:f9eeca106725 | 118 | * 1 : Busy (Tx operation ongoing) | 
| Kojto | 122:f9eeca106725 | 119 | * - RxState contains information related to Rx operations. | 
| Kojto | 122:f9eeca106725 | 120 | * RxState value coding follow below described bitmap : | 
| Kojto | 122:f9eeca106725 | 121 | * b7-b6 (not used) | 
| Kojto | 122:f9eeca106725 | 122 | * xx : Should be set to 00 | 
| Kojto | 122:f9eeca106725 | 123 | * b5 IP initilisation status | 
| Kojto | 122:f9eeca106725 | 124 | * 0 : Reset (IP not initialized) | 
| Kojto | 122:f9eeca106725 | 125 | * 1 : Init done (IP not initialized) | 
| Kojto | 122:f9eeca106725 | 126 | * b4-b2 (not used) | 
| Kojto | 122:f9eeca106725 | 127 | * xxx : Should be set to 000 | 
| Kojto | 122:f9eeca106725 | 128 | * b1 Rx state | 
| Kojto | 122:f9eeca106725 | 129 | * 0 : Ready (no Rx operation ongoing) | 
| Kojto | 122:f9eeca106725 | 130 | * 1 : Busy (Rx operation ongoing) | 
| Kojto | 122:f9eeca106725 | 131 | * b0 (not used) | 
| Kojto | 122:f9eeca106725 | 132 | * x : Should be set to 0. | 
| Kojto | 109:9296ab0bfc11 | 133 | */ | 
| Kojto | 109:9296ab0bfc11 | 134 | typedef enum | 
| Kojto | 109:9296ab0bfc11 | 135 | { | 
| Kojto | 122:f9eeca106725 | 136 | HAL_IRDA_STATE_RESET = 0x00U, /*!< Peripheral is not initialized | 
| Kojto | 122:f9eeca106725 | 137 | Value is allowed for gState and RxState */ | 
| Kojto | 122:f9eeca106725 | 138 | HAL_IRDA_STATE_READY = 0x20U, /*!< Peripheral Initialized and ready for use | 
| Kojto | 122:f9eeca106725 | 139 | Value is allowed for gState and RxState */ | 
| Kojto | 122:f9eeca106725 | 140 | HAL_IRDA_STATE_BUSY = 0x24U, /*!< an internal process is ongoing | 
| Kojto | 122:f9eeca106725 | 141 | Value is allowed for gState only */ | 
| Kojto | 122:f9eeca106725 | 142 | HAL_IRDA_STATE_BUSY_TX = 0x21U, /*!< Data Transmission process is ongoing | 
| Kojto | 122:f9eeca106725 | 143 | Value is allowed for gState only */ | 
| Kojto | 122:f9eeca106725 | 144 | HAL_IRDA_STATE_BUSY_RX = 0x22U, /*!< Data Reception process is ongoing | 
| Kojto | 122:f9eeca106725 | 145 | Value is allowed for RxState only */ | 
| Kojto | 122:f9eeca106725 | 146 | HAL_IRDA_STATE_BUSY_TX_RX = 0x23U, /*!< Data Transmission and Reception process is ongoing | 
| Kojto | 122:f9eeca106725 | 147 | Not to be used for neither gState nor RxState. | 
| Kojto | 122:f9eeca106725 | 148 | Value is result of combination (Or) between gState and RxState values */ | 
| Kojto | 122:f9eeca106725 | 149 | HAL_IRDA_STATE_TIMEOUT = 0xA0U, /*!< Timeout state | 
| Kojto | 122:f9eeca106725 | 150 | Value is allowed for gState only */ | 
| Kojto | 122:f9eeca106725 | 151 | HAL_IRDA_STATE_ERROR = 0xE0U /*!< Error | 
| Kojto | 122:f9eeca106725 | 152 | Value is allowed for gState only */ | 
| Kojto | 109:9296ab0bfc11 | 153 | }HAL_IRDA_StateTypeDef; | 
| Kojto | 109:9296ab0bfc11 | 154 | |
| Kojto | 109:9296ab0bfc11 | 155 | /** | 
| Kojto | 109:9296ab0bfc11 | 156 | * @brief IRDA clock sources definition | 
| Kojto | 109:9296ab0bfc11 | 157 | */ | 
| Kojto | 109:9296ab0bfc11 | 158 | typedef enum | 
| Kojto | 109:9296ab0bfc11 | 159 | { | 
| Kojto | 109:9296ab0bfc11 | 160 | IRDA_CLOCKSOURCE_PCLK1 = 0x00, /*!< PCLK1 clock source */ | 
| Kojto | 109:9296ab0bfc11 | 161 | IRDA_CLOCKSOURCE_HSI = 0x02, /*!< HSI clock source */ | 
| Kojto | 109:9296ab0bfc11 | 162 | IRDA_CLOCKSOURCE_SYSCLK = 0x04, /*!< SYSCLK clock source */ | 
| Kojto | 109:9296ab0bfc11 | 163 | IRDA_CLOCKSOURCE_LSE = 0x08, /*!< LSE clock source */ | 
| Kojto | 109:9296ab0bfc11 | 164 | IRDA_CLOCKSOURCE_UNDEFINED = 0x10 /*!< undefined clock source */ | 
| Kojto | 109:9296ab0bfc11 | 165 | }IRDA_ClockSourceTypeDef; | 
| Kojto | 109:9296ab0bfc11 | 166 | |
| Kojto | 109:9296ab0bfc11 | 167 | /** | 
| Kojto | 109:9296ab0bfc11 | 168 | * @brief IRDA handle Structure definition | 
| Kojto | 109:9296ab0bfc11 | 169 | */ | 
| Kojto | 109:9296ab0bfc11 | 170 | typedef struct | 
| Kojto | 109:9296ab0bfc11 | 171 | { | 
| Kojto | 109:9296ab0bfc11 | 172 | USART_TypeDef *Instance; /*!< USART registers base address */ | 
| Kojto | 109:9296ab0bfc11 | 173 | |
| Kojto | 109:9296ab0bfc11 | 174 | IRDA_InitTypeDef Init; /*!< IRDA communication parameters */ | 
| Kojto | 109:9296ab0bfc11 | 175 | |
| Kojto | 109:9296ab0bfc11 | 176 | uint8_t *pTxBuffPtr; /*!< Pointer to IRDA Tx transfer Buffer */ | 
| Kojto | 109:9296ab0bfc11 | 177 | |
| Kojto | 109:9296ab0bfc11 | 178 | uint16_t TxXferSize; /*!< IRDA Tx Transfer size */ | 
| Kojto | 109:9296ab0bfc11 | 179 | |
| Kojto | 109:9296ab0bfc11 | 180 | uint16_t TxXferCount; /*!< IRDA Tx Transfer Counter */ | 
| Kojto | 109:9296ab0bfc11 | 181 | |
| Kojto | 109:9296ab0bfc11 | 182 | uint8_t *pRxBuffPtr; /*!< Pointer to IRDA Rx transfer Buffer */ | 
| Kojto | 109:9296ab0bfc11 | 183 | |
| Kojto | 109:9296ab0bfc11 | 184 | uint16_t RxXferSize; /*!< IRDA Rx Transfer size */ | 
| Kojto | 109:9296ab0bfc11 | 185 | |
| Kojto | 109:9296ab0bfc11 | 186 | uint16_t RxXferCount; /*!< IRDA Rx Transfer Counter */ | 
| Kojto | 109:9296ab0bfc11 | 187 | |
| Kojto | 109:9296ab0bfc11 | 188 | uint16_t Mask; /*!< USART RX RDR register mask */ | 
| Kojto | 109:9296ab0bfc11 | 189 | |
| Kojto | 109:9296ab0bfc11 | 190 | DMA_HandleTypeDef *hdmatx; /*!< IRDA Tx DMA Handle parameters */ | 
| Kojto | 109:9296ab0bfc11 | 191 | |
| Kojto | 109:9296ab0bfc11 | 192 | DMA_HandleTypeDef *hdmarx; /*!< IRDA Rx DMA Handle parameters */ | 
| Kojto | 109:9296ab0bfc11 | 193 | |
| Kojto | 109:9296ab0bfc11 | 194 | HAL_LockTypeDef Lock; /*!< Locking object */ | 
| Kojto | 109:9296ab0bfc11 | 195 | |
| Kojto | 122:f9eeca106725 | 196 | __IO HAL_IRDA_StateTypeDef gState; /*!< IRDA state information related to global Handle management | 
| Kojto | 122:f9eeca106725 | 197 | and also related to Tx operations. | 
| Kojto | 122:f9eeca106725 | 198 | This parameter can be a value of @ref HAL_IRDA_StateTypeDef */ | 
| Kojto | 122:f9eeca106725 | 199 | |
| Kojto | 122:f9eeca106725 | 200 | __IO HAL_IRDA_StateTypeDef RxState; /*!< IRDA state information related to Rx operations. | 
| Kojto | 122:f9eeca106725 | 201 | This parameter can be a value of @ref HAL_IRDA_StateTypeDef */ | 
| Kojto | 122:f9eeca106725 | 202 | |
| Kojto | 109:9296ab0bfc11 | 203 | |
| Kojto | 109:9296ab0bfc11 | 204 | __IO uint32_t ErrorCode; /*!< IRDA Error code | 
| Kojto | 109:9296ab0bfc11 | 205 | This parameter can be a value of @ref IRDA_Error */ | 
| Kojto | 109:9296ab0bfc11 | 206 | |
| Kojto | 109:9296ab0bfc11 | 207 | }IRDA_HandleTypeDef; | 
| Kojto | 109:9296ab0bfc11 | 208 | |
| Kojto | 109:9296ab0bfc11 | 209 | /** | 
| Kojto | 109:9296ab0bfc11 | 210 | * @brief IRDA Configuration enumeration values definition | 
| Kojto | 109:9296ab0bfc11 | 211 | */ | 
| Kojto | 109:9296ab0bfc11 | 212 | typedef enum | 
| Kojto | 109:9296ab0bfc11 | 213 | { | 
| Kojto | 109:9296ab0bfc11 | 214 | IRDA_BAUDRATE = 0x00, /*!< IRDA Baud rate */ | 
| Kojto | 109:9296ab0bfc11 | 215 | IRDA_PARITY = 0x01, /*!< IRDA frame parity */ | 
| Kojto | 109:9296ab0bfc11 | 216 | IRDA_WORDLENGTH = 0x02, /*!< IRDA frame length */ | 
| Kojto | 109:9296ab0bfc11 | 217 | IRDA_MODE = 0x03, /*!< IRDA communication mode */ | 
| Kojto | 109:9296ab0bfc11 | 218 | IRDA_PRESCALER = 0x04, /*!< IRDA prescaling */ | 
| Kojto | 109:9296ab0bfc11 | 219 | IRDA_POWERMODE = 0x05 /*!< IRDA power mode */ | 
| Kojto | 109:9296ab0bfc11 | 220 | }IRDA_ControlTypeDef; | 
| Kojto | 109:9296ab0bfc11 | 221 | |
| Kojto | 109:9296ab0bfc11 | 222 | /** | 
| Kojto | 109:9296ab0bfc11 | 223 | * @} | 
| Kojto | 109:9296ab0bfc11 | 224 | */ | 
| Kojto | 109:9296ab0bfc11 | 225 | |
| Kojto | 109:9296ab0bfc11 | 226 | /* Exported constants --------------------------------------------------------*/ | 
| Kojto | 109:9296ab0bfc11 | 227 | /** @defgroup IRDA_Exported_Constants IRDA Exported Constants | 
| Kojto | 109:9296ab0bfc11 | 228 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 229 | */ | 
| Kojto | 109:9296ab0bfc11 | 230 | |
| Kojto | 109:9296ab0bfc11 | 231 | /** @defgroup IRDA_Error IRDA Error | 
| Kojto | 109:9296ab0bfc11 | 232 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 233 | */ | 
| Kojto | 109:9296ab0bfc11 | 234 | #define HAL_IRDA_ERROR_NONE ((uint32_t)0x00000000) /*!< No error */ | 
| Kojto | 109:9296ab0bfc11 | 235 | #define HAL_IRDA_ERROR_PE ((uint32_t)0x00000001) /*!< Parity error */ | 
| Kojto | 109:9296ab0bfc11 | 236 | #define HAL_IRDA_ERROR_NE ((uint32_t)0x00000002) /*!< Noise error */ | 
| Kojto | 109:9296ab0bfc11 | 237 | #define HAL_IRDA_ERROR_FE ((uint32_t)0x00000004) /*!< frame error */ | 
| Kojto | 109:9296ab0bfc11 | 238 | #define HAL_IRDA_ERROR_ORE ((uint32_t)0x00000008) /*!< Overrun error */ | 
| Kojto | 109:9296ab0bfc11 | 239 | #define HAL_IRDA_ERROR_DMA ((uint32_t)0x00000010) /*!< DMA transfer error */ | 
| Kojto | 109:9296ab0bfc11 | 240 | /** | 
| Kojto | 109:9296ab0bfc11 | 241 | * @} | 
| Kojto | 109:9296ab0bfc11 | 242 | */ | 
| Kojto | 109:9296ab0bfc11 | 243 | |
| Kojto | 109:9296ab0bfc11 | 244 | /** @defgroup IRDA_Parity IRDA Parity | 
| Kojto | 109:9296ab0bfc11 | 245 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 246 | */ | 
| Kojto | 109:9296ab0bfc11 | 247 | #define IRDA_PARITY_NONE ((uint32_t)0x00000000) /*!< No parity */ | 
| Kojto | 109:9296ab0bfc11 | 248 | #define IRDA_PARITY_EVEN ((uint32_t)USART_CR1_PCE) /*!< Even parity */ | 
| Kojto | 109:9296ab0bfc11 | 249 | #define IRDA_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS)) /*!< Odd parity */ | 
| Kojto | 109:9296ab0bfc11 | 250 | /** | 
| Kojto | 109:9296ab0bfc11 | 251 | * @} | 
| Kojto | 109:9296ab0bfc11 | 252 | */ | 
| Kojto | 109:9296ab0bfc11 | 253 | |
| Kojto | 109:9296ab0bfc11 | 254 | /** @defgroup IRDA_Transfer_Mode IRDA Transfer Mode | 
| Kojto | 109:9296ab0bfc11 | 255 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 256 | */ | 
| Kojto | 109:9296ab0bfc11 | 257 | #define IRDA_MODE_RX ((uint32_t)USART_CR1_RE) /*!< RX mode */ | 
| Kojto | 109:9296ab0bfc11 | 258 | #define IRDA_MODE_TX ((uint32_t)USART_CR1_TE) /*!< TX mode */ | 
| Kojto | 109:9296ab0bfc11 | 259 | #define IRDA_MODE_TX_RX ((uint32_t)(USART_CR1_TE |USART_CR1_RE)) /*!< RX and TX mode */ | 
| Kojto | 109:9296ab0bfc11 | 260 | /** | 
| Kojto | 109:9296ab0bfc11 | 261 | * @} | 
| Kojto | 109:9296ab0bfc11 | 262 | */ | 
| Kojto | 109:9296ab0bfc11 | 263 | |
| Kojto | 109:9296ab0bfc11 | 264 | /** @defgroup IRDA_Low_Power IRDA Low Power | 
| Kojto | 109:9296ab0bfc11 | 265 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 266 | */ | 
| Kojto | 109:9296ab0bfc11 | 267 | #define IRDA_POWERMODE_NORMAL ((uint32_t)0x00000000) /*!< IRDA normal power mode */ | 
| Kojto | 109:9296ab0bfc11 | 268 | #define IRDA_POWERMODE_LOWPOWER ((uint32_t)USART_CR3_IRLP) /*!< IRDA low power mode */ | 
| Kojto | 109:9296ab0bfc11 | 269 | /** | 
| Kojto | 109:9296ab0bfc11 | 270 | * @} | 
| Kojto | 109:9296ab0bfc11 | 271 | */ | 
| Kojto | 109:9296ab0bfc11 | 272 | |
| Kojto | 122:f9eeca106725 | 273 | /** @defgroup IRDA_State IRDA State | 
| Kojto | 109:9296ab0bfc11 | 274 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 275 | */ | 
| Kojto | 109:9296ab0bfc11 | 276 | #define IRDA_STATE_DISABLE ((uint32_t)0x00000000) /*!< IRDA disabled */ | 
| Kojto | 109:9296ab0bfc11 | 277 | #define IRDA_STATE_ENABLE ((uint32_t)USART_CR1_UE) /*!< IRDA enabled */ | 
| Kojto | 109:9296ab0bfc11 | 278 | /** | 
| Kojto | 109:9296ab0bfc11 | 279 | * @} | 
| Kojto | 109:9296ab0bfc11 | 280 | */ | 
| Kojto | 109:9296ab0bfc11 | 281 | |
| Kojto | 122:f9eeca106725 | 282 | /** @defgroup IRDA_Mode IRDA Mode | 
| Kojto | 109:9296ab0bfc11 | 283 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 284 | */ | 
| Kojto | 109:9296ab0bfc11 | 285 | #define IRDA_MODE_DISABLE ((uint32_t)0x00000000) /*!< Associated UART disabled in IRDA mode */ | 
| Kojto | 109:9296ab0bfc11 | 286 | #define IRDA_MODE_ENABLE ((uint32_t)USART_CR3_IREN) /*!< Associated UART enabled in IRDA mode */ | 
| Kojto | 109:9296ab0bfc11 | 287 | /** | 
| Kojto | 109:9296ab0bfc11 | 288 | * @} | 
| Kojto | 109:9296ab0bfc11 | 289 | */ | 
| Kojto | 109:9296ab0bfc11 | 290 | |
| Kojto | 109:9296ab0bfc11 | 291 | /** @defgroup IRDA_One_Bit IRDA One Bit Sampling | 
| Kojto | 109:9296ab0bfc11 | 292 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 293 | */ | 
| Kojto | 109:9296ab0bfc11 | 294 | #define IRDA_ONE_BIT_SAMPLE_DISABLE ((uint32_t)0x00000000) /*!< One-bit sampling disabled */ | 
| Kojto | 109:9296ab0bfc11 | 295 | #define IRDA_ONE_BIT_SAMPLE_ENABLE ((uint32_t)USART_CR3_ONEBIT) /*!< One-bit sampling enabled */ | 
| Kojto | 109:9296ab0bfc11 | 296 | /** | 
| Kojto | 109:9296ab0bfc11 | 297 | * @} | 
| Kojto | 109:9296ab0bfc11 | 298 | */ | 
| Kojto | 109:9296ab0bfc11 | 299 | |
| Kojto | 109:9296ab0bfc11 | 300 | /** @defgroup IRDA_DMA_Tx IRDA DMA Tx | 
| Kojto | 109:9296ab0bfc11 | 301 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 302 | */ | 
| Kojto | 109:9296ab0bfc11 | 303 | #define IRDA_DMA_TX_DISABLE ((uint32_t)0x00000000) /*!< IRDA DMA TX disabled */ | 
| Kojto | 109:9296ab0bfc11 | 304 | #define IRDA_DMA_TX_ENABLE ((uint32_t)USART_CR3_DMAT) /*!< IRDA DMA TX enabled */ | 
| Kojto | 109:9296ab0bfc11 | 305 | /** | 
| Kojto | 109:9296ab0bfc11 | 306 | * @} | 
| Kojto | 109:9296ab0bfc11 | 307 | */ | 
| Kojto | 109:9296ab0bfc11 | 308 | |
| Kojto | 109:9296ab0bfc11 | 309 | /** @defgroup IRDA_DMA_Rx IRDA DMA Rx | 
| Kojto | 109:9296ab0bfc11 | 310 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 311 | */ | 
| Kojto | 109:9296ab0bfc11 | 312 | #define IRDA_DMA_RX_DISABLE ((uint32_t)0x00000000) /*!< IRDA DMA RX disabled */ | 
| Kojto | 109:9296ab0bfc11 | 313 | #define IRDA_DMA_RX_ENABLE ((uint32_t)USART_CR3_DMAR) /*!< IRDA DMA RX enabled */ | 
| Kojto | 109:9296ab0bfc11 | 314 | /** | 
| Kojto | 109:9296ab0bfc11 | 315 | * @} | 
| Kojto | 109:9296ab0bfc11 | 316 | */ | 
| Kojto | 109:9296ab0bfc11 | 317 | |
| Kojto | 109:9296ab0bfc11 | 318 | /** @defgroup IRDA_Request_Parameters IRDA Request Parameters | 
| Kojto | 109:9296ab0bfc11 | 319 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 320 | */ | 
| Kojto | 109:9296ab0bfc11 | 321 | #define IRDA_AUTOBAUD_REQUEST ((uint32_t)USART_RQR_ABRRQ) /*!< Auto-Baud Rate Request */ | 
| Kojto | 109:9296ab0bfc11 | 322 | #define IRDA_RXDATA_FLUSH_REQUEST ((uint32_t)USART_RQR_RXFRQ) /*!< Receive Data flush Request */ | 
| Kojto | 109:9296ab0bfc11 | 323 | #define IRDA_TXDATA_FLUSH_REQUEST ((uint32_t)USART_RQR_TXFRQ) /*!< Transmit data flush Request */ | 
| Kojto | 109:9296ab0bfc11 | 324 | /** | 
| Kojto | 109:9296ab0bfc11 | 325 | * @} | 
| Kojto | 109:9296ab0bfc11 | 326 | */ | 
| Kojto | 109:9296ab0bfc11 | 327 | |
| Kojto | 109:9296ab0bfc11 | 328 | /** @defgroup IRDA_Flags IRDA Flags | 
| Kojto | 109:9296ab0bfc11 | 329 | * Elements values convention: 0xXXXX | 
| Kojto | 109:9296ab0bfc11 | 330 | * - 0xXXXX : Flag mask in the ISR register | 
| Kojto | 109:9296ab0bfc11 | 331 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 332 | */ | 
| Kojto | 109:9296ab0bfc11 | 333 | #define IRDA_FLAG_REACK ((uint32_t)0x00400000) /*!< IRDA Receive enable acknowledge flag */ | 
| Kojto | 109:9296ab0bfc11 | 334 | #define IRDA_FLAG_TEACK ((uint32_t)0x00200000) /*!< IRDA Transmit enable acknowledge flag */ | 
| Kojto | 109:9296ab0bfc11 | 335 | #define IRDA_FLAG_BUSY ((uint32_t)0x00010000) /*!< IRDA Busy flag */ | 
| Kojto | 109:9296ab0bfc11 | 336 | #define IRDA_FLAG_ABRF ((uint32_t)0x00008000) /*!< IRDA Auto baud rate flag */ | 
| Kojto | 109:9296ab0bfc11 | 337 | #define IRDA_FLAG_ABRE ((uint32_t)0x00004000) /*!< IRDA Auto baud rate error */ | 
| Kojto | 109:9296ab0bfc11 | 338 | #define IRDA_FLAG_TXE ((uint32_t)0x00000080) /*!< IRDA Transmit data register empty */ | 
| Kojto | 109:9296ab0bfc11 | 339 | #define IRDA_FLAG_TC ((uint32_t)0x00000040) /*!< IRDA Transmission complete */ | 
| Kojto | 109:9296ab0bfc11 | 340 | #define IRDA_FLAG_RXNE ((uint32_t)0x00000020) /*!< IRDA Read data register not empty */ | 
| Kojto | 109:9296ab0bfc11 | 341 | #define IRDA_FLAG_ORE ((uint32_t)0x00000008) /*!< IRDA Overrun error */ | 
| Kojto | 109:9296ab0bfc11 | 342 | #define IRDA_FLAG_NE ((uint32_t)0x00000004) /*!< IRDA Noise error */ | 
| Kojto | 109:9296ab0bfc11 | 343 | #define IRDA_FLAG_FE ((uint32_t)0x00000002) /*!< IRDA Noise error */ | 
| Kojto | 109:9296ab0bfc11 | 344 | #define IRDA_FLAG_PE ((uint32_t)0x00000001) /*!< IRDA Parity error */ | 
| Kojto | 109:9296ab0bfc11 | 345 | /** | 
| Kojto | 109:9296ab0bfc11 | 346 | * @} | 
| Kojto | 109:9296ab0bfc11 | 347 | */ | 
| Kojto | 109:9296ab0bfc11 | 348 | |
| Kojto | 109:9296ab0bfc11 | 349 | /** @defgroup IRDA_Interrupt_definition IRDA Interrupts Definition | 
| Kojto | 109:9296ab0bfc11 | 350 | * Elements values convention: 0000ZZZZ0XXYYYYYb | 
| Kojto | 109:9296ab0bfc11 | 351 | * - YYYYY : Interrupt source position in the XX register (5bits) | 
| Kojto | 109:9296ab0bfc11 | 352 | * - XX : Interrupt source register (2bits) | 
| Kojto | 109:9296ab0bfc11 | 353 | * - 01: CR1 register | 
| Kojto | 109:9296ab0bfc11 | 354 | * - 10: CR2 register | 
| Kojto | 109:9296ab0bfc11 | 355 | * - 11: CR3 register | 
| Kojto | 109:9296ab0bfc11 | 356 | * - ZZZZ : Flag position in the ISR register(4bits) | 
| Kojto | 109:9296ab0bfc11 | 357 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 358 | */ | 
| Kojto | 109:9296ab0bfc11 | 359 | #define IRDA_IT_PE ((uint16_t)0x0028) /*!< IRDA Parity error interruption */ | 
| Kojto | 109:9296ab0bfc11 | 360 | #define IRDA_IT_TXE ((uint16_t)0x0727) /*!< IRDA Transmit data register empty interruption */ | 
| Kojto | 109:9296ab0bfc11 | 361 | #define IRDA_IT_TC ((uint16_t)0x0626) /*!< IRDA Transmission complete interruption */ | 
| Kojto | 109:9296ab0bfc11 | 362 | #define IRDA_IT_RXNE ((uint16_t)0x0525) /*!< IRDA Read data register not empty interruption */ | 
| Kojto | 109:9296ab0bfc11 | 363 | #define IRDA_IT_IDLE ((uint16_t)0x0424) /*!< IRDA Idle interruption */ | 
| Kojto | 109:9296ab0bfc11 | 364 | |
| Kojto | 109:9296ab0bfc11 | 365 | /** Elements values convention: 000000000XXYYYYYb | 
| Kojto | 109:9296ab0bfc11 | 366 | * - YYYYY : Interrupt source position in the XX register (5bits) | 
| Kojto | 109:9296ab0bfc11 | 367 | * - XX : Interrupt source register (2bits) | 
| Kojto | 109:9296ab0bfc11 | 368 | * - 01: CR1 register | 
| Kojto | 109:9296ab0bfc11 | 369 | * - 10: CR2 register | 
| Kojto | 109:9296ab0bfc11 | 370 | * - 11: CR3 register | 
| Kojto | 109:9296ab0bfc11 | 371 | */ | 
| Kojto | 109:9296ab0bfc11 | 372 | #define IRDA_IT_ERR ((uint16_t)0x0060) /*!< IRDA Error interruption */ | 
| Kojto | 109:9296ab0bfc11 | 373 | |
| Kojto | 109:9296ab0bfc11 | 374 | /** Elements values convention: 0000ZZZZ00000000b | 
| Kojto | 109:9296ab0bfc11 | 375 | * - ZZZZ : Flag position in the ISR register(4bits) | 
| Kojto | 109:9296ab0bfc11 | 376 | */ | 
| Kojto | 109:9296ab0bfc11 | 377 | #define IRDA_IT_ORE ((uint16_t)0x0300) /*!< IRDA Overrun error interruption */ | 
| Kojto | 109:9296ab0bfc11 | 378 | #define IRDA_IT_NE ((uint16_t)0x0200) /*!< IRDA Noise error interruption */ | 
| Kojto | 109:9296ab0bfc11 | 379 | #define IRDA_IT_FE ((uint16_t)0x0100) /*!< IRDA Frame error interruption */ | 
| Kojto | 109:9296ab0bfc11 | 380 | /** | 
| Kojto | 109:9296ab0bfc11 | 381 | * @} | 
| Kojto | 109:9296ab0bfc11 | 382 | */ | 
| Kojto | 109:9296ab0bfc11 | 383 | |
| Kojto | 109:9296ab0bfc11 | 384 | /** @defgroup IRDA_IT_CLEAR_Flags IRDA Interruption Clear Flags | 
| Kojto | 109:9296ab0bfc11 | 385 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 386 | */ | 
| Kojto | 109:9296ab0bfc11 | 387 | #define IRDA_CLEAR_PEF USART_ICR_PECF /*!< Parity Error Clear Flag */ | 
| Kojto | 109:9296ab0bfc11 | 388 | #define IRDA_CLEAR_FEF USART_ICR_FECF /*!< Framing Error Clear Flag */ | 
| Kojto | 109:9296ab0bfc11 | 389 | #define IRDA_CLEAR_NEF USART_ICR_NCF /*!< Noise detected Clear Flag */ | 
| Kojto | 109:9296ab0bfc11 | 390 | #define IRDA_CLEAR_OREF USART_ICR_ORECF /*!< OverRun Error Clear Flag */ | 
| Kojto | 109:9296ab0bfc11 | 391 | #define IRDA_CLEAR_TCF USART_ICR_TCCF /*!< Transmission Complete Clear Flag */ | 
| Kojto | 109:9296ab0bfc11 | 392 | /** | 
| Kojto | 109:9296ab0bfc11 | 393 | * @} | 
| Kojto | 109:9296ab0bfc11 | 394 | */ | 
| Kojto | 109:9296ab0bfc11 | 395 | |
| Kojto | 109:9296ab0bfc11 | 396 | /** @defgroup IRDA_Interruption_Mask IRDA interruptions flags mask | 
| Kojto | 109:9296ab0bfc11 | 397 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 398 | */ | 
| Kojto | 109:9296ab0bfc11 | 399 | #define IRDA_IT_MASK ((uint16_t)0x001F) /*!< IRDA Interruptions flags mask */ | 
| Kojto | 109:9296ab0bfc11 | 400 | /** | 
| Kojto | 109:9296ab0bfc11 | 401 | * @} | 
| Kojto | 109:9296ab0bfc11 | 402 | */ | 
| Kojto | 109:9296ab0bfc11 | 403 | |
| Kojto | 109:9296ab0bfc11 | 404 | /** | 
| Kojto | 109:9296ab0bfc11 | 405 | * @} | 
| Kojto | 109:9296ab0bfc11 | 406 | */ | 
| Kojto | 109:9296ab0bfc11 | 407 | |
| Kojto | 109:9296ab0bfc11 | 408 | |
| Kojto | 109:9296ab0bfc11 | 409 | /* Exported macros -----------------------------------------------------------*/ | 
| Kojto | 109:9296ab0bfc11 | 410 | /** @defgroup IRDA_Exported_Macros IRDA Exported Macros | 
| Kojto | 109:9296ab0bfc11 | 411 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 412 | */ | 
| Kojto | 109:9296ab0bfc11 | 413 | |
| Kojto | 109:9296ab0bfc11 | 414 | /** @brief Reset IRDA handle state. | 
| Kojto | 109:9296ab0bfc11 | 415 | * @param __HANDLE__: IRDA handle. | 
| Kojto | 109:9296ab0bfc11 | 416 | * @retval None | 
| Kojto | 109:9296ab0bfc11 | 417 | */ | 
| Kojto | 122:f9eeca106725 | 418 | #define __HAL_IRDA_RESET_HANDLE_STATE(__HANDLE__) do{ \ | 
| Kojto | 122:f9eeca106725 | 419 | (__HANDLE__)->gState = HAL_IRDA_STATE_RESET; \ | 
| Kojto | 122:f9eeca106725 | 420 | (__HANDLE__)->RxState = HAL_IRDA_STATE_RESET; \ | 
| Kojto | 122:f9eeca106725 | 421 | } while(0) | 
| Kojto | 109:9296ab0bfc11 | 422 | |
| Kojto | 109:9296ab0bfc11 | 423 | /** @brief Flush the IRDA DR register. | 
| Kojto | 109:9296ab0bfc11 | 424 | * @param __HANDLE__: specifies the IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 425 | * @retval None | 
| Kojto | 109:9296ab0bfc11 | 426 | */ | 
| Kojto | 109:9296ab0bfc11 | 427 | #define __HAL_IRDA_FLUSH_DRREGISTER(__HANDLE__) \ | 
| Kojto | 109:9296ab0bfc11 | 428 | do{ \ | 
| Kojto | 109:9296ab0bfc11 | 429 | SET_BIT((__HANDLE__)->Instance->RQR, IRDA_RXDATA_FLUSH_REQUEST); \ | 
| Kojto | 109:9296ab0bfc11 | 430 | SET_BIT((__HANDLE__)->Instance->RQR, IRDA_TXDATA_FLUSH_REQUEST); \ | 
| Kojto | 109:9296ab0bfc11 | 431 | } while(0) | 
| Kojto | 109:9296ab0bfc11 | 432 | |
| Kojto | 109:9296ab0bfc11 | 433 | /** @brief Clear the specified IRDA pending flag. | 
| Kojto | 109:9296ab0bfc11 | 434 | * @param __HANDLE__: specifies the IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 435 | * @param __FLAG__: specifies the flag to check. | 
| Kojto | 109:9296ab0bfc11 | 436 | * This parameter can be any combination of the following values: | 
| Kojto | 109:9296ab0bfc11 | 437 | * @arg IRDA_CLEAR_PEF | 
| Kojto | 109:9296ab0bfc11 | 438 | * @arg IRDA_CLEAR_FEF | 
| Kojto | 109:9296ab0bfc11 | 439 | * @arg IRDA_CLEAR_NEF | 
| Kojto | 109:9296ab0bfc11 | 440 | * @arg IRDA_CLEAR_OREF | 
| Kojto | 109:9296ab0bfc11 | 441 | * @arg IRDA_CLEAR_TCF | 
| Kojto | 109:9296ab0bfc11 | 442 | * @arg IRDA_CLEAR_IDLEF | 
| Kojto | 109:9296ab0bfc11 | 443 | * @retval None | 
| Kojto | 109:9296ab0bfc11 | 444 | */ | 
| Kojto | 109:9296ab0bfc11 | 445 | #define __HAL_IRDA_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->ICR = (__FLAG__)) | 
| Kojto | 109:9296ab0bfc11 | 446 | |
| Kojto | 109:9296ab0bfc11 | 447 | /** @brief Clear the IRDA PE pending flag. | 
| Kojto | 109:9296ab0bfc11 | 448 | * @param __HANDLE__: specifies the IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 449 | * @retval None | 
| Kojto | 109:9296ab0bfc11 | 450 | */ | 
| Kojto | 109:9296ab0bfc11 | 451 | #define __HAL_IRDA_CLEAR_PEFLAG(__HANDLE__) __HAL_IRDA_CLEAR_FLAG((__HANDLE__), IRDA_CLEAR_PEF) | 
| Kojto | 109:9296ab0bfc11 | 452 | |
| Kojto | 109:9296ab0bfc11 | 453 | |
| Kojto | 109:9296ab0bfc11 | 454 | /** @brief Clear the IRDA FE pending flag. | 
| Kojto | 109:9296ab0bfc11 | 455 | * @param __HANDLE__: specifies the IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 456 | * @retval None | 
| Kojto | 109:9296ab0bfc11 | 457 | */ | 
| Kojto | 109:9296ab0bfc11 | 458 | #define __HAL_IRDA_CLEAR_FEFLAG(__HANDLE__) __HAL_IRDA_CLEAR_FLAG((__HANDLE__), IRDA_CLEAR_FEF) | 
| Kojto | 109:9296ab0bfc11 | 459 | |
| Kojto | 109:9296ab0bfc11 | 460 | /** @brief Clear the IRDA NE pending flag. | 
| Kojto | 109:9296ab0bfc11 | 461 | * @param __HANDLE__: specifies the IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 462 | * @retval None | 
| Kojto | 109:9296ab0bfc11 | 463 | */ | 
| Kojto | 109:9296ab0bfc11 | 464 | #define __HAL_IRDA_CLEAR_NEFLAG(__HANDLE__) __HAL_IRDA_CLEAR_FLAG((__HANDLE__), IRDA_CLEAR_NEF) | 
| Kojto | 109:9296ab0bfc11 | 465 | |
| Kojto | 109:9296ab0bfc11 | 466 | /** @brief Clear the IRDA ORE pending flag. | 
| Kojto | 109:9296ab0bfc11 | 467 | * @param __HANDLE__: specifies the IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 468 | * @retval None | 
| Kojto | 109:9296ab0bfc11 | 469 | */ | 
| Kojto | 109:9296ab0bfc11 | 470 | #define __HAL_IRDA_CLEAR_OREFLAG(__HANDLE__) __HAL_IRDA_CLEAR_FLAG((__HANDLE__), IRDA_CLEAR_OREF) | 
| Kojto | 109:9296ab0bfc11 | 471 | |
| Kojto | 109:9296ab0bfc11 | 472 | /** @brief Clear the IRDA IDLE pending flag. | 
| Kojto | 109:9296ab0bfc11 | 473 | * @param __HANDLE__: specifies the IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 474 | * @retval None | 
| Kojto | 109:9296ab0bfc11 | 475 | */ | 
| Kojto | 109:9296ab0bfc11 | 476 | #define __HAL_IRDA_CLEAR_IDLEFLAG(__HANDLE__) __HAL_IRDA_CLEAR_FLAG((__HANDLE__), IRDA_CLEAR_IDLEF) | 
| Kojto | 109:9296ab0bfc11 | 477 | |
| Kojto | 109:9296ab0bfc11 | 478 | /** @brief Check whether the specified IRDA flag is set or not. | 
| Kojto | 109:9296ab0bfc11 | 479 | * @param __HANDLE__: specifies the IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 480 | * The Handle Instance can be UARTx where x: 1, 2, 3, 4, 5 to select the USART or | 
| Kojto | 109:9296ab0bfc11 | 481 | * UART peripheral | 
| Kojto | 109:9296ab0bfc11 | 482 | * @param __FLAG__: specifies the flag to check. | 
| Kojto | 109:9296ab0bfc11 | 483 | * This parameter can be one of the following values: | 
| Kojto | 109:9296ab0bfc11 | 484 | * @arg IRDA_FLAG_REACK: Receive enable acknowledge flag | 
| Kojto | 109:9296ab0bfc11 | 485 | * @arg IRDA_FLAG_TEACK: Transmit enable acknowledge flag | 
| Kojto | 109:9296ab0bfc11 | 486 | * @arg IRDA_FLAG_BUSY: Busy flag | 
| Kojto | 109:9296ab0bfc11 | 487 | * @arg IRDA_FLAG_ABRF: Auto Baud rate detection flag | 
| Kojto | 109:9296ab0bfc11 | 488 | * @arg IRDA_FLAG_ABRE: Auto Baud rate detection error flag | 
| Kojto | 109:9296ab0bfc11 | 489 | * @arg IRDA_FLAG_TXE: Transmit data register empty flag | 
| Kojto | 109:9296ab0bfc11 | 490 | * @arg IRDA_FLAG_TC: Transmission Complete flag | 
| Kojto | 109:9296ab0bfc11 | 491 | * @arg IRDA_FLAG_RXNE: Receive data register not empty flag | 
| Kojto | 109:9296ab0bfc11 | 492 | * @arg IRDA_FLAG_IDLE: Idle Line detection flag | 
| Kojto | 109:9296ab0bfc11 | 493 | * @arg IRDA_FLAG_ORE: OverRun Error flag | 
| Kojto | 109:9296ab0bfc11 | 494 | * @arg IRDA_FLAG_NE: Noise Error flag | 
| Kojto | 109:9296ab0bfc11 | 495 | * @arg IRDA_FLAG_FE: Framing Error flag | 
| Kojto | 109:9296ab0bfc11 | 496 | * @arg IRDA_FLAG_PE: Parity Error flag | 
| Kojto | 109:9296ab0bfc11 | 497 | * @retval The new state of __FLAG__ (TRUE or FALSE). | 
| Kojto | 109:9296ab0bfc11 | 498 | */ | 
| Kojto | 109:9296ab0bfc11 | 499 | #define __HAL_IRDA_GET_FLAG(__HANDLE__, __FLAG__) (((__HANDLE__)->Instance->ISR & (__FLAG__)) == (__FLAG__)) | 
| Kojto | 109:9296ab0bfc11 | 500 | |
| Kojto | 109:9296ab0bfc11 | 501 | |
| Kojto | 109:9296ab0bfc11 | 502 | /** @brief Enable the specified IRDA interrupt. | 
| Kojto | 109:9296ab0bfc11 | 503 | * @param __HANDLE__: specifies the IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 504 | * The Handle Instance can be UARTx where x: 1, 2, 3, 4, 5 to select the USART or | 
| Kojto | 109:9296ab0bfc11 | 505 | * UART peripheral | 
| Kojto | 109:9296ab0bfc11 | 506 | * @param __INTERRUPT__: specifies the IRDA interrupt source to enable. | 
| Kojto | 109:9296ab0bfc11 | 507 | * This parameter can be one of the following values: | 
| Kojto | 109:9296ab0bfc11 | 508 | * @arg IRDA_IT_TXE: Transmit Data Register empty interrupt | 
| Kojto | 109:9296ab0bfc11 | 509 | * @arg IRDA_IT_TC: Transmission complete interrupt | 
| Kojto | 109:9296ab0bfc11 | 510 | * @arg IRDA_IT_RXNE: Receive Data register not empty interrupt | 
| Kojto | 109:9296ab0bfc11 | 511 | * @arg IRDA_IT_IDLE: Idle line detection interrupt | 
| Kojto | 109:9296ab0bfc11 | 512 | * @arg IRDA_IT_PE: Parity Error interrupt | 
| Kojto | 109:9296ab0bfc11 | 513 | * @arg IRDA_IT_ERR: Error interrupt(Frame error, noise error, overrun error) | 
| Kojto | 109:9296ab0bfc11 | 514 | * @retval None | 
| Kojto | 109:9296ab0bfc11 | 515 | */ | 
| Kojto | 109:9296ab0bfc11 | 516 | #define __HAL_IRDA_ENABLE_IT(__HANDLE__, __INTERRUPT__) (((((uint8_t)(__INTERRUPT__)) >> 5U) == 1)? ((__HANDLE__)->Instance->CR1 |= (1U << ((__INTERRUPT__) & IRDA_IT_MASK))): \ | 
| Kojto | 109:9296ab0bfc11 | 517 | ((((uint8_t)(__INTERRUPT__)) >> 5U) == 2)? ((__HANDLE__)->Instance->CR2 |= (1U << ((__INTERRUPT__) & IRDA_IT_MASK))): \ | 
| Kojto | 109:9296ab0bfc11 | 518 | ((__HANDLE__)->Instance->CR3 |= (1U << ((__INTERRUPT__) & IRDA_IT_MASK)))) | 
| Kojto | 109:9296ab0bfc11 | 519 | |
| Kojto | 109:9296ab0bfc11 | 520 | /** @brief Disable the specified IRDA interrupt. | 
| Kojto | 109:9296ab0bfc11 | 521 | * @param __HANDLE__: specifies the IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 522 | * The Handle Instance can be UARTx where x: 1, 2, 3, 4, 5 to select the USART or | 
| Kojto | 109:9296ab0bfc11 | 523 | * UART peripheral | 
| Kojto | 109:9296ab0bfc11 | 524 | * @param __INTERRUPT__: specifies the IRDA interrupt source to disable. | 
| Kojto | 109:9296ab0bfc11 | 525 | * This parameter can be one of the following values: | 
| Kojto | 109:9296ab0bfc11 | 526 | * @arg IRDA_IT_TXE: Transmit Data Register empty interrupt | 
| Kojto | 109:9296ab0bfc11 | 527 | * @arg IRDA_IT_TC: Transmission complete interrupt | 
| Kojto | 109:9296ab0bfc11 | 528 | * @arg IRDA_IT_RXNE: Receive Data register not empty interrupt | 
| Kojto | 109:9296ab0bfc11 | 529 | * @arg IRDA_IT_IDLE: Idle line detection interrupt | 
| Kojto | 109:9296ab0bfc11 | 530 | * @arg IRDA_IT_PE: Parity Error interrupt | 
| Kojto | 109:9296ab0bfc11 | 531 | * @arg IRDA_IT_ERR: Error interrupt(Frame error, noise error, overrun error) | 
| Kojto | 109:9296ab0bfc11 | 532 | * @retval None | 
| Kojto | 109:9296ab0bfc11 | 533 | */ | 
| Kojto | 109:9296ab0bfc11 | 534 | #define __HAL_IRDA_DISABLE_IT(__HANDLE__, __INTERRUPT__) (((((uint8_t)(__INTERRUPT__)) >> 5U) == 1)? ((__HANDLE__)->Instance->CR1 &= ~ (1U << ((__INTERRUPT__) & IRDA_IT_MASK))): \ | 
| Kojto | 109:9296ab0bfc11 | 535 | ((((uint8_t)(__INTERRUPT__)) >> 5U) == 2)? ((__HANDLE__)->Instance->CR2 &= ~ (1U << ((__INTERRUPT__) & IRDA_IT_MASK))): \ | 
| Kojto | 109:9296ab0bfc11 | 536 | ((__HANDLE__)->Instance->CR3 &= ~ (1U << ((__INTERRUPT__) & IRDA_IT_MASK)))) | 
| Kojto | 109:9296ab0bfc11 | 537 | |
| Kojto | 109:9296ab0bfc11 | 538 | |
| Kojto | 109:9296ab0bfc11 | 539 | /** @brief Check whether the specified IRDA interrupt has occurred or not. | 
| Kojto | 109:9296ab0bfc11 | 540 | * @param __HANDLE__: specifies the IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 541 | * The Handle Instance can be UARTx where x: 1, 2, 3, 4, 5 to select the USART or | 
| Kojto | 109:9296ab0bfc11 | 542 | * UART peripheral | 
| Kojto | 109:9296ab0bfc11 | 543 | * @param __IT__: specifies the IRDA interrupt source to check. | 
| Kojto | 109:9296ab0bfc11 | 544 | * This parameter can be one of the following values: | 
| Kojto | 109:9296ab0bfc11 | 545 | * @arg IRDA_IT_TXE: Transmit Data Register empty interrupt | 
| Kojto | 109:9296ab0bfc11 | 546 | * @arg IRDA_IT_TC: Transmission complete interrupt | 
| Kojto | 109:9296ab0bfc11 | 547 | * @arg IRDA_IT_RXNE: Receive Data register not empty interrupt | 
| Kojto | 109:9296ab0bfc11 | 548 | * @arg IRDA_IT_IDLE: Idle line detection interrupt | 
| Kojto | 109:9296ab0bfc11 | 549 | * @arg IRDA_IT_ORE: OverRun Error interrupt | 
| Kojto | 109:9296ab0bfc11 | 550 | * @arg IRDA_IT_NE: Noise Error interrupt | 
| Kojto | 109:9296ab0bfc11 | 551 | * @arg IRDA_IT_FE: Framing Error interrupt | 
| Kojto | 109:9296ab0bfc11 | 552 | * @arg IRDA_IT_PE: Parity Error interrupt | 
| Kojto | 109:9296ab0bfc11 | 553 | * @retval The new state of __IT__ (TRUE or FALSE). | 
| Kojto | 109:9296ab0bfc11 | 554 | */ | 
| Kojto | 109:9296ab0bfc11 | 555 | #define __HAL_IRDA_GET_IT(__HANDLE__, __IT__) ((__HANDLE__)->Instance->ISR & ((uint32_t)1U << ((__IT__)>> 0x08))) | 
| Kojto | 109:9296ab0bfc11 | 556 | |
| Kojto | 109:9296ab0bfc11 | 557 | /** @brief Check whether the specified IRDA interrupt source is enabled or not. | 
| Kojto | 109:9296ab0bfc11 | 558 | * @param __HANDLE__: specifies the IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 559 | * The Handle Instance can be UARTx where x: 1, 2, 3, 4, 5 to select the USART or | 
| Kojto | 109:9296ab0bfc11 | 560 | * UART peripheral | 
| Kojto | 109:9296ab0bfc11 | 561 | * @param __IT__: specifies the IRDA interrupt source to check. | 
| Kojto | 109:9296ab0bfc11 | 562 | * This parameter can be one of the following values: | 
| Kojto | 109:9296ab0bfc11 | 563 | * @arg IRDA_IT_TXE: Transmit Data Register empty interrupt | 
| Kojto | 109:9296ab0bfc11 | 564 | * @arg IRDA_IT_TC: Transmission complete interrupt | 
| Kojto | 109:9296ab0bfc11 | 565 | * @arg IRDA_IT_RXNE: Receive Data register not empty interrupt | 
| Kojto | 109:9296ab0bfc11 | 566 | * @arg IRDA_IT_IDLE: Idle line detection interrupt | 
| Kojto | 109:9296ab0bfc11 | 567 | * @arg IRDA_IT_ORE: OverRun Error interrupt | 
| Kojto | 109:9296ab0bfc11 | 568 | * @arg IRDA_IT_NE: Noise Error interrupt | 
| Kojto | 109:9296ab0bfc11 | 569 | * @arg IRDA_IT_FE: Framing Error interrupt | 
| Kojto | 109:9296ab0bfc11 | 570 | * @arg IRDA_IT_PE: Parity Error interrupt | 
| Kojto | 109:9296ab0bfc11 | 571 | * @retval The new state of __IT__ (TRUE or FALSE). | 
| Kojto | 109:9296ab0bfc11 | 572 | */ | 
| Kojto | 109:9296ab0bfc11 | 573 | #define __HAL_IRDA_GET_IT_SOURCE(__HANDLE__, __IT__) ((((((uint8_t)(__IT__)) >> 5U) == 1)? (__HANDLE__)->Instance->CR1:(((((uint8_t)(__IT__)) >> 5U) == 2)? \ | 
| Kojto | 109:9296ab0bfc11 | 574 | (__HANDLE__)->Instance->CR2 : (__HANDLE__)->Instance->CR3)) & ((uint32_t)1 << (((uint16_t)(__IT__)) & IRDA_IT_MASK))) | 
| Kojto | 109:9296ab0bfc11 | 575 | |
| Kojto | 109:9296ab0bfc11 | 576 | |
| Kojto | 109:9296ab0bfc11 | 577 | /** @brief Clear the specified IRDA ISR flag, in setting the proper ICR register flag. | 
| Kojto | 109:9296ab0bfc11 | 578 | * @param __HANDLE__: specifies the IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 579 | * The Handle Instance can be UARTx where x: 1, 2, 3, 4, 5 to select the USART or | 
| Kojto | 109:9296ab0bfc11 | 580 | * UART peripheral | 
| Kojto | 109:9296ab0bfc11 | 581 | * @param __IT_CLEAR__: specifies the interrupt clear register flag that needs to be set | 
| Kojto | 109:9296ab0bfc11 | 582 | * to clear the corresponding interrupt | 
| Kojto | 109:9296ab0bfc11 | 583 | * This parameter can be one of the following values: | 
| Kojto | 109:9296ab0bfc11 | 584 | * @arg IRDA_CLEAR_PEF: Parity Error Clear Flag | 
| Kojto | 109:9296ab0bfc11 | 585 | * @arg IRDA_CLEAR_FEF: Framing Error Clear Flag | 
| Kojto | 109:9296ab0bfc11 | 586 | * @arg IRDA_CLEAR_NEF: Noise detected Clear Flag | 
| Kojto | 109:9296ab0bfc11 | 587 | * @arg IRDA_CLEAR_OREF: OverRun Error Clear Flag | 
| Kojto | 109:9296ab0bfc11 | 588 | * @arg IRDA_CLEAR_TCF: Transmission Complete Clear Flag | 
| Kojto | 109:9296ab0bfc11 | 589 | * @retval None | 
| Kojto | 109:9296ab0bfc11 | 590 | */ | 
| Kojto | 109:9296ab0bfc11 | 591 | #define __HAL_IRDA_CLEAR_IT(__HANDLE__, __IT_CLEAR__) ((__HANDLE__)->Instance->ICR = (uint32_t)(__IT_CLEAR__)) | 
| Kojto | 109:9296ab0bfc11 | 592 | |
| Kojto | 109:9296ab0bfc11 | 593 | |
| Kojto | 109:9296ab0bfc11 | 594 | /** @brief Set a specific IRDA request flag. | 
| Kojto | 109:9296ab0bfc11 | 595 | * @param __HANDLE__: specifies the IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 596 | * The Handle Instance can be UARTx where x: 1, 2, 3, 4, 5 to select the USART or | 
| Kojto | 109:9296ab0bfc11 | 597 | * UART peripheral | 
| Kojto | 109:9296ab0bfc11 | 598 | * @param __REQ__: specifies the request flag to set | 
| Kojto | 109:9296ab0bfc11 | 599 | * This parameter can be one of the following values: | 
| Kojto | 109:9296ab0bfc11 | 600 | * @arg IRDA_AUTOBAUD_REQUEST: Auto-Baud Rate Request | 
| Kojto | 109:9296ab0bfc11 | 601 | * @arg IRDA_RXDATA_FLUSH_REQUEST: Receive Data flush Request | 
| Kojto | 109:9296ab0bfc11 | 602 | * @arg IRDA_TXDATA_FLUSH_REQUEST: Transmit data flush Request | 
| Kojto | 109:9296ab0bfc11 | 603 | * | 
| Kojto | 109:9296ab0bfc11 | 604 | * @retval None | 
| Kojto | 109:9296ab0bfc11 | 605 | */ | 
| Kojto | 109:9296ab0bfc11 | 606 | #define __HAL_IRDA_SEND_REQ(__HANDLE__, __REQ__) ((__HANDLE__)->Instance->RQR |= (uint16_t)(__REQ__)) | 
| Kojto | 109:9296ab0bfc11 | 607 | |
| Kojto | 109:9296ab0bfc11 | 608 | /** @brief Enable the IRDA one bit sample method. | 
| Kojto | 109:9296ab0bfc11 | 609 | * @param __HANDLE__: specifies the IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 610 | * The Handle Instance can be UARTx where x: 1, 2, 3, 4, 5 to select the USART or | 
| Kojto | 109:9296ab0bfc11 | 611 | * UART peripheral | 
| Kojto | 109:9296ab0bfc11 | 612 | * @retval None | 
| Kojto | 109:9296ab0bfc11 | 613 | */ | 
| Kojto | 109:9296ab0bfc11 | 614 | #define __HAL_IRDA_ONE_BIT_SAMPLE_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR3|= USART_CR3_ONEBIT) | 
| Kojto | 109:9296ab0bfc11 | 615 | |
| Kojto | 109:9296ab0bfc11 | 616 | /** @brief Disable the IRDA one bit sample method. | 
| Kojto | 109:9296ab0bfc11 | 617 | * @param __HANDLE__: specifies the IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 618 | * The Handle Instance can be UARTx where x: 1, 2, 3, 4, 5 to select the USART or | 
| Kojto | 109:9296ab0bfc11 | 619 | * UART peripheral | 
| Kojto | 109:9296ab0bfc11 | 620 | * @retval None | 
| Kojto | 109:9296ab0bfc11 | 621 | */ | 
| Kojto | 109:9296ab0bfc11 | 622 | #define __HAL_IRDA_ONE_BIT_SAMPLE_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR3 &= (uint32_t)~((uint32_t)USART_CR3_ONEBIT)) | 
| Kojto | 109:9296ab0bfc11 | 623 | |
| Kojto | 109:9296ab0bfc11 | 624 | /** @brief Enable UART/USART associated to IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 625 | * @param __HANDLE__: specifies the IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 626 | * The Handle Instance can be UARTx where x: 1, 2, 3, 4, 5 to select the USART or | 
| Kojto | 109:9296ab0bfc11 | 627 | * UART peripheral | 
| Kojto | 109:9296ab0bfc11 | 628 | * @retval None | 
| Kojto | 109:9296ab0bfc11 | 629 | */ | 
| Kojto | 109:9296ab0bfc11 | 630 | #define __HAL_IRDA_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1 |= USART_CR1_UE) | 
| Kojto | 109:9296ab0bfc11 | 631 | |
| Kojto | 109:9296ab0bfc11 | 632 | /** @brief Disable UART/USART associated to IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 633 | * @param __HANDLE__: specifies the IRDA Handle. | 
| Kojto | 109:9296ab0bfc11 | 634 | * The Handle Instance can be UARTx where x: 1, 2, 3, 4, 5 to select the USART or | 
| Kojto | 109:9296ab0bfc11 | 635 | * UART peripheral | 
| Kojto | 109:9296ab0bfc11 | 636 | * @retval None | 
| Kojto | 109:9296ab0bfc11 | 637 | */ | 
| Kojto | 109:9296ab0bfc11 | 638 | #define __HAL_IRDA_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1 &= ~USART_CR1_UE) | 
| Kojto | 109:9296ab0bfc11 | 639 | |
| Kojto | 109:9296ab0bfc11 | 640 | /** | 
| Kojto | 109:9296ab0bfc11 | 641 | * @} | 
| Kojto | 109:9296ab0bfc11 | 642 | */ | 
| Kojto | 109:9296ab0bfc11 | 643 | |
| Kojto | 109:9296ab0bfc11 | 644 | /* Private macros --------------------------------------------------------*/ | 
| Kojto | 109:9296ab0bfc11 | 645 | /** @defgroup IRDA_Private_Macros IRDA Private Macros | 
| Kojto | 109:9296ab0bfc11 | 646 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 647 | */ | 
| Kojto | 109:9296ab0bfc11 | 648 | |
| Kojto | 109:9296ab0bfc11 | 649 | /** @brief Ensure that IRDA Baud rate is less or equal to maximum value. | 
| Kojto | 109:9296ab0bfc11 | 650 | * @param __BAUDRATE__: specifies the IRDA Baudrate set by the user. | 
| Kojto | 109:9296ab0bfc11 | 651 | * @retval True or False | 
| Kojto | 109:9296ab0bfc11 | 652 | */ | 
| Kojto | 109:9296ab0bfc11 | 653 | #define IS_IRDA_BAUDRATE(__BAUDRATE__) ((__BAUDRATE__) < 115201) | 
| Kojto | 109:9296ab0bfc11 | 654 | |
| Kojto | 109:9296ab0bfc11 | 655 | /** @brief Ensure that IRDA prescaler value is strictly larger than 0. | 
| Kojto | 109:9296ab0bfc11 | 656 | * @param __PRESCALER__: specifies the IRDA prescaler value set by the user. | 
| Kojto | 109:9296ab0bfc11 | 657 | * @retval True or False | 
| Kojto | 109:9296ab0bfc11 | 658 | */ | 
| Kojto | 109:9296ab0bfc11 | 659 | #define IS_IRDA_PRESCALER(__PRESCALER__) ((__PRESCALER__) > 0) | 
| Kojto | 109:9296ab0bfc11 | 660 | |
| Kojto | 109:9296ab0bfc11 | 661 | /** | 
| Kojto | 109:9296ab0bfc11 | 662 | * @brief Ensure that IRDA frame parity is valid. | 
| Kojto | 109:9296ab0bfc11 | 663 | * @param __PARITY__: IRDA frame parity. | 
| Kojto | 109:9296ab0bfc11 | 664 | * @retval SET (__PARITY__ is valid) or RESET (__PARITY__ is invalid) | 
| Kojto | 109:9296ab0bfc11 | 665 | */ | 
| Kojto | 109:9296ab0bfc11 | 666 | #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ | 
| Kojto | 109:9296ab0bfc11 | 667 | ((__PARITY__) == IRDA_PARITY_EVEN) || \ | 
| Kojto | 109:9296ab0bfc11 | 668 | ((__PARITY__) == IRDA_PARITY_ODD)) | 
| Kojto | 109:9296ab0bfc11 | 669 | |
| Kojto | 109:9296ab0bfc11 | 670 | /** | 
| Kojto | 109:9296ab0bfc11 | 671 | * @brief Ensure that IRDA communication mode is valid. | 
| Kojto | 109:9296ab0bfc11 | 672 | * @param __MODE__: IRDA communication mode. | 
| Kojto | 109:9296ab0bfc11 | 673 | * @retval SET (__MODE__ is valid) or RESET (__MODE__ is invalid) | 
| Kojto | 109:9296ab0bfc11 | 674 | */ | 
| Kojto | 109:9296ab0bfc11 | 675 | #define IS_IRDA_TX_RX_MODE(__MODE__) ((((__MODE__) & (~((uint32_t)(IRDA_MODE_TX_RX)))) == (uint32_t)0x00) && ((__MODE__) != (uint32_t)0x00)) | 
| Kojto | 109:9296ab0bfc11 | 676 | |
| Kojto | 109:9296ab0bfc11 | 677 | /** | 
| Kojto | 109:9296ab0bfc11 | 678 | * @brief Ensure that IRDA power mode is valid. | 
| Kojto | 109:9296ab0bfc11 | 679 | * @param __MODE__: IRDA power mode. | 
| Kojto | 109:9296ab0bfc11 | 680 | * @retval SET (__MODE__ is valid) or RESET (__MODE__ is invalid) | 
| Kojto | 109:9296ab0bfc11 | 681 | */ | 
| Kojto | 109:9296ab0bfc11 | 682 | #define IS_IRDA_POWERMODE(__MODE__) (((__MODE__) == IRDA_POWERMODE_LOWPOWER) || \ | 
| Kojto | 109:9296ab0bfc11 | 683 | ((__MODE__) == IRDA_POWERMODE_NORMAL)) | 
| Kojto | 109:9296ab0bfc11 | 684 | |
| Kojto | 109:9296ab0bfc11 | 685 | /** | 
| Kojto | 109:9296ab0bfc11 | 686 | * @brief Ensure that IRDA state is valid. | 
| Kojto | 109:9296ab0bfc11 | 687 | * @param __STATE__: IRDA state mode. | 
| Kojto | 109:9296ab0bfc11 | 688 | * @retval SET (__STATE__ is valid) or RESET (__STATE__ is invalid) | 
| Kojto | 109:9296ab0bfc11 | 689 | */ | 
| Kojto | 109:9296ab0bfc11 | 690 | #define IS_IRDA_STATE(__STATE__) (((__STATE__) == IRDA_STATE_DISABLE) || \ | 
| Kojto | 109:9296ab0bfc11 | 691 | ((__STATE__) == IRDA_STATE_ENABLE)) | 
| Kojto | 109:9296ab0bfc11 | 692 | |
| Kojto | 109:9296ab0bfc11 | 693 | /** | 
| Kojto | 109:9296ab0bfc11 | 694 | * @brief Ensure that IRDA associated UART/USART mode is valid. | 
| Kojto | 109:9296ab0bfc11 | 695 | * @param __MODE__: IRDA associated UART/USART mode. | 
| Kojto | 109:9296ab0bfc11 | 696 | * @retval SET (__MODE__ is valid) or RESET (__MODE__ is invalid) | 
| Kojto | 109:9296ab0bfc11 | 697 | */ | 
| Kojto | 109:9296ab0bfc11 | 698 | #define IS_IRDA_MODE(__MODE__) (((__MODE__) == IRDA_MODE_DISABLE) || \ | 
| Kojto | 109:9296ab0bfc11 | 699 | ((__MODE__) == IRDA_MODE_ENABLE)) | 
| Kojto | 109:9296ab0bfc11 | 700 | |
| Kojto | 109:9296ab0bfc11 | 701 | /** | 
| Kojto | 109:9296ab0bfc11 | 702 | * @brief Ensure that IRDA sampling rate is valid. | 
| Kojto | 109:9296ab0bfc11 | 703 | * @param __ONEBIT__: IRDA sampling rate. | 
| Kojto | 109:9296ab0bfc11 | 704 | * @retval SET (__ONEBIT__ is valid) or RESET (__ONEBIT__ is invalid) | 
| Kojto | 109:9296ab0bfc11 | 705 | */ | 
| Kojto | 109:9296ab0bfc11 | 706 | #define IS_IRDA_ONE_BIT_SAMPLE(__ONEBIT__) (((__ONEBIT__) == IRDA_ONE_BIT_SAMPLE_DISABLE) || \ | 
| Kojto | 109:9296ab0bfc11 | 707 | ((__ONEBIT__) == IRDA_ONE_BIT_SAMPLE_ENABLE)) | 
| Kojto | 109:9296ab0bfc11 | 708 | |
| Kojto | 109:9296ab0bfc11 | 709 | /** | 
| Kojto | 109:9296ab0bfc11 | 710 | * @brief Ensure that IRDA DMA TX mode is valid. | 
| Kojto | 109:9296ab0bfc11 | 711 | * @param __DMATX__: IRDA DMA TX mode. | 
| Kojto | 109:9296ab0bfc11 | 712 | * @retval SET (__DMATX__ is valid) or RESET (__DMATX__ is invalid) | 
| Kojto | 109:9296ab0bfc11 | 713 | */ | 
| Kojto | 109:9296ab0bfc11 | 714 | #define IS_IRDA_DMA_TX(__DMATX__) (((__DMATX__) == IRDA_DMA_TX_DISABLE) || \ | 
| Kojto | 109:9296ab0bfc11 | 715 | ((__DMATX__) == IRDA_DMA_TX_ENABLE)) | 
| Kojto | 109:9296ab0bfc11 | 716 | |
| Kojto | 109:9296ab0bfc11 | 717 | /** | 
| Kojto | 109:9296ab0bfc11 | 718 | * @brief Ensure that IRDA DMA RX mode is valid. | 
| Kojto | 109:9296ab0bfc11 | 719 | * @param __DMARX__: IRDA DMA RX mode. | 
| Kojto | 109:9296ab0bfc11 | 720 | * @retval SET (__DMARX__ is valid) or RESET (__DMARX__ is invalid) | 
| Kojto | 109:9296ab0bfc11 | 721 | */ | 
| Kojto | 109:9296ab0bfc11 | 722 | #define IS_IRDA_DMA_RX(__DMARX__) (((__DMARX__) == IRDA_DMA_RX_DISABLE) || \ | 
| Kojto | 109:9296ab0bfc11 | 723 | ((__DMARX__) == IRDA_DMA_RX_ENABLE)) | 
| Kojto | 109:9296ab0bfc11 | 724 | |
| Kojto | 109:9296ab0bfc11 | 725 | /** | 
| Kojto | 109:9296ab0bfc11 | 726 | * @brief Ensure that IRDA request is valid. | 
| Kojto | 109:9296ab0bfc11 | 727 | * @param __PARAM__: IRDA request. | 
| Kojto | 109:9296ab0bfc11 | 728 | * @retval SET (__PARAM__ is valid) or RESET (__PARAM__ is invalid) | 
| Kojto | 109:9296ab0bfc11 | 729 | */ | 
| Kojto | 109:9296ab0bfc11 | 730 | #define IS_IRDA_REQUEST_PARAMETER(__PARAM__) (((__PARAM__) == IRDA_AUTOBAUD_REQUEST) || \ | 
| Kojto | 109:9296ab0bfc11 | 731 | ((__PARAM__) == IRDA_RXDATA_FLUSH_REQUEST) || \ | 
| Kojto | 109:9296ab0bfc11 | 732 | ((__PARAM__) == IRDA_TXDATA_FLUSH_REQUEST)) | 
| Kojto | 109:9296ab0bfc11 | 733 | /** | 
| Kojto | 109:9296ab0bfc11 | 734 | * @} | 
| Kojto | 109:9296ab0bfc11 | 735 | */ | 
| Kojto | 109:9296ab0bfc11 | 736 | |
| Kojto | 109:9296ab0bfc11 | 737 | /* Include IRDA HAL Extended module */ | 
| Kojto | 109:9296ab0bfc11 | 738 | #include "stm32f0xx_hal_irda_ex.h" | 
| Kojto | 109:9296ab0bfc11 | 739 | |
| Kojto | 109:9296ab0bfc11 | 740 | /* Exported functions --------------------------------------------------------*/ | 
| Kojto | 109:9296ab0bfc11 | 741 | /** @addtogroup IRDA_Exported_Functions IRDA Exported Functions | 
| Kojto | 109:9296ab0bfc11 | 742 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 743 | */ | 
| Kojto | 109:9296ab0bfc11 | 744 | |
| Kojto | 109:9296ab0bfc11 | 745 | /** @addtogroup IRDA_Exported_Functions_Group1 Initialization and de-initialization functions | 
| Kojto | 109:9296ab0bfc11 | 746 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 747 | */ | 
| Kojto | 109:9296ab0bfc11 | 748 | |
| Kojto | 109:9296ab0bfc11 | 749 | /* Initialization and de-initialization functions ****************************/ | 
| Kojto | 109:9296ab0bfc11 | 750 | HAL_StatusTypeDef HAL_IRDA_Init(IRDA_HandleTypeDef *hirda); | 
| Kojto | 109:9296ab0bfc11 | 751 | HAL_StatusTypeDef HAL_IRDA_DeInit(IRDA_HandleTypeDef *hirda); | 
| Kojto | 109:9296ab0bfc11 | 752 | void HAL_IRDA_MspInit(IRDA_HandleTypeDef *hirda); | 
| Kojto | 109:9296ab0bfc11 | 753 | void HAL_IRDA_MspDeInit(IRDA_HandleTypeDef *hirda); | 
| Kojto | 109:9296ab0bfc11 | 754 | |
| Kojto | 109:9296ab0bfc11 | 755 | /** | 
| Kojto | 109:9296ab0bfc11 | 756 | * @} | 
| Kojto | 109:9296ab0bfc11 | 757 | */ | 
| Kojto | 109:9296ab0bfc11 | 758 | |
| Kojto | 109:9296ab0bfc11 | 759 | /** @addtogroup IRDA_Exported_Functions_Group2 IO operation functions | 
| Kojto | 109:9296ab0bfc11 | 760 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 761 | */ | 
| Kojto | 109:9296ab0bfc11 | 762 | |
| Kojto | 109:9296ab0bfc11 | 763 | /* IO operation functions *****************************************************/ | 
| Kojto | 109:9296ab0bfc11 | 764 | HAL_StatusTypeDef HAL_IRDA_Transmit(IRDA_HandleTypeDef *hirda, uint8_t *pData, uint16_t Size, uint32_t Timeout); | 
| Kojto | 109:9296ab0bfc11 | 765 | HAL_StatusTypeDef HAL_IRDA_Receive(IRDA_HandleTypeDef *hirda, uint8_t *pData, uint16_t Size, uint32_t Timeout); | 
| Kojto | 109:9296ab0bfc11 | 766 | HAL_StatusTypeDef HAL_IRDA_Transmit_IT(IRDA_HandleTypeDef *hirda, uint8_t *pData, uint16_t Size); | 
| Kojto | 109:9296ab0bfc11 | 767 | HAL_StatusTypeDef HAL_IRDA_Receive_IT(IRDA_HandleTypeDef *hirda, uint8_t *pData, uint16_t Size); | 
| Kojto | 109:9296ab0bfc11 | 768 | HAL_StatusTypeDef HAL_IRDA_Transmit_DMA(IRDA_HandleTypeDef *hirda, uint8_t *pData, uint16_t Size); | 
| Kojto | 109:9296ab0bfc11 | 769 | HAL_StatusTypeDef HAL_IRDA_Receive_DMA(IRDA_HandleTypeDef *hirda, uint8_t *pData, uint16_t Size); | 
| Kojto | 109:9296ab0bfc11 | 770 | HAL_StatusTypeDef HAL_IRDA_DMAPause(IRDA_HandleTypeDef *hirda); | 
| Kojto | 109:9296ab0bfc11 | 771 | HAL_StatusTypeDef HAL_IRDA_DMAResume(IRDA_HandleTypeDef *hirda); | 
| Kojto | 109:9296ab0bfc11 | 772 | HAL_StatusTypeDef HAL_IRDA_DMAStop(IRDA_HandleTypeDef *hirda); | 
| Kojto | 109:9296ab0bfc11 | 773 | void HAL_IRDA_IRQHandler(IRDA_HandleTypeDef *hirda); | 
| Kojto | 109:9296ab0bfc11 | 774 | void HAL_IRDA_TxCpltCallback(IRDA_HandleTypeDef *hirda); | 
| Kojto | 109:9296ab0bfc11 | 775 | void HAL_IRDA_RxCpltCallback(IRDA_HandleTypeDef *hirda); | 
| Kojto | 109:9296ab0bfc11 | 776 | void HAL_IRDA_TxHalfCpltCallback(IRDA_HandleTypeDef *hirda); | 
| Kojto | 109:9296ab0bfc11 | 777 | void HAL_IRDA_RxHalfCpltCallback(IRDA_HandleTypeDef *hirda); | 
| Kojto | 109:9296ab0bfc11 | 778 | void HAL_IRDA_ErrorCallback(IRDA_HandleTypeDef *hirda); | 
| Kojto | 109:9296ab0bfc11 | 779 | |
| Kojto | 109:9296ab0bfc11 | 780 | /** | 
| Kojto | 109:9296ab0bfc11 | 781 | * @} | 
| Kojto | 109:9296ab0bfc11 | 782 | */ | 
| Kojto | 109:9296ab0bfc11 | 783 | |
| Kojto | 109:9296ab0bfc11 | 784 | /* Peripheral Control functions ************************************************/ | 
| Kojto | 109:9296ab0bfc11 | 785 | |
| Kojto | 109:9296ab0bfc11 | 786 | /** @addtogroup IRDA_Exported_Functions_Group3 Peripheral State and Error functions | 
| Kojto | 109:9296ab0bfc11 | 787 | * @{ | 
| Kojto | 109:9296ab0bfc11 | 788 | */ | 
| Kojto | 109:9296ab0bfc11 | 789 | |
| Kojto | 109:9296ab0bfc11 | 790 | /* Peripheral State and Error functions ***************************************/ | 
| Kojto | 109:9296ab0bfc11 | 791 | HAL_IRDA_StateTypeDef HAL_IRDA_GetState(IRDA_HandleTypeDef *hirda); | 
| Kojto | 109:9296ab0bfc11 | 792 | uint32_t HAL_IRDA_GetError(IRDA_HandleTypeDef *hirda); | 
| Kojto | 109:9296ab0bfc11 | 793 | |
| Kojto | 109:9296ab0bfc11 | 794 | /** | 
| Kojto | 109:9296ab0bfc11 | 795 | * @} | 
| Kojto | 109:9296ab0bfc11 | 796 | */ | 
| Kojto | 109:9296ab0bfc11 | 797 | |
| Kojto | 109:9296ab0bfc11 | 798 | /** | 
| Kojto | 109:9296ab0bfc11 | 799 | * @} | 
| Kojto | 109:9296ab0bfc11 | 800 | */ | 
| Kojto | 109:9296ab0bfc11 | 801 | |
| Kojto | 109:9296ab0bfc11 | 802 | /** | 
| Kojto | 109:9296ab0bfc11 | 803 | * @} | 
| Kojto | 109:9296ab0bfc11 | 804 | */ | 
| Kojto | 109:9296ab0bfc11 | 805 | |
| Kojto | 109:9296ab0bfc11 | 806 | /** | 
| Kojto | 109:9296ab0bfc11 | 807 | * @} | 
| Kojto | 109:9296ab0bfc11 | 808 | */ | 
| Kojto | 109:9296ab0bfc11 | 809 | |
| Kojto | 109:9296ab0bfc11 | 810 | #endif /* !defined(STM32F030x6) && !defined(STM32F030x8) && !defined(STM32F070x6) && !defined(STM32F070xB) && !defined(STM32F030xC) */ | 
| Kojto | 109:9296ab0bfc11 | 811 | |
| Kojto | 109:9296ab0bfc11 | 812 | #ifdef __cplusplus | 
| Kojto | 109:9296ab0bfc11 | 813 | } | 
| Kojto | 109:9296ab0bfc11 | 814 | #endif | 
| Kojto | 109:9296ab0bfc11 | 815 | |
| Kojto | 109:9296ab0bfc11 | 816 | #endif /* __STM32F0xx_HAL_IRDA_H */ | 
| Kojto | 109:9296ab0bfc11 | 817 | |
| Kojto | 109:9296ab0bfc11 | 818 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ | 
| Kojto | 109:9296ab0bfc11 | 819 | 


