Ricardo Benitez / mbed

Fork of mbed by mbed official

Committer:
Kojto
Date:
Tue Jun 09 14:29:26 2015 +0100
Revision:
101:7cff1c4259d7
Child:
106:ba1f97679dad
Release 101 of the mbed library

Changes:
- new platform: APPNEARME_MICRONFCBOARD, MTS_DRAGONFLY_F411RE, MAX32600MBED, WIZwiki_W7500
- Silabs memory optimization in gpio, pwm fixes
- SPI - ssel documentation fixes and its use

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 101:7cff1c4259d7 1 /**
Kojto 101:7cff1c4259d7 2 ******************************************************************************
Kojto 101:7cff1c4259d7 3 * @file stm32f4xx_hal_smartcard.h
Kojto 101:7cff1c4259d7 4 * @author MCD Application Team
Kojto 101:7cff1c4259d7 5 * @version V1.3.0
Kojto 101:7cff1c4259d7 6 * @date 09-March-2015
Kojto 101:7cff1c4259d7 7 * @brief Header file of SMARTCARD HAL module.
Kojto 101:7cff1c4259d7 8 ******************************************************************************
Kojto 101:7cff1c4259d7 9 * @attention
Kojto 101:7cff1c4259d7 10 *
Kojto 101:7cff1c4259d7 11 * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
Kojto 101:7cff1c4259d7 12 *
Kojto 101:7cff1c4259d7 13 * Redistribution and use in source and binary forms, with or without modification,
Kojto 101:7cff1c4259d7 14 * are permitted provided that the following conditions are met:
Kojto 101:7cff1c4259d7 15 * 1. Redistributions of source code must retain the above copyright notice,
Kojto 101:7cff1c4259d7 16 * this list of conditions and the following disclaimer.
Kojto 101:7cff1c4259d7 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
Kojto 101:7cff1c4259d7 18 * this list of conditions and the following disclaimer in the documentation
Kojto 101:7cff1c4259d7 19 * and/or other materials provided with the distribution.
Kojto 101:7cff1c4259d7 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
Kojto 101:7cff1c4259d7 21 * may be used to endorse or promote products derived from this software
Kojto 101:7cff1c4259d7 22 * without specific prior written permission.
Kojto 101:7cff1c4259d7 23 *
Kojto 101:7cff1c4259d7 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
Kojto 101:7cff1c4259d7 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Kojto 101:7cff1c4259d7 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
Kojto 101:7cff1c4259d7 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
Kojto 101:7cff1c4259d7 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Kojto 101:7cff1c4259d7 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
Kojto 101:7cff1c4259d7 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
Kojto 101:7cff1c4259d7 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
Kojto 101:7cff1c4259d7 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Kojto 101:7cff1c4259d7 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Kojto 101:7cff1c4259d7 34 *
Kojto 101:7cff1c4259d7 35 ******************************************************************************
Kojto 101:7cff1c4259d7 36 */
Kojto 101:7cff1c4259d7 37
Kojto 101:7cff1c4259d7 38 /* Define to prevent recursive inclusion -------------------------------------*/
Kojto 101:7cff1c4259d7 39 #ifndef __STM32F4xx_HAL_SMARTCARD_H
Kojto 101:7cff1c4259d7 40 #define __STM32F4xx_HAL_SMARTCARD_H
Kojto 101:7cff1c4259d7 41
Kojto 101:7cff1c4259d7 42 #ifdef __cplusplus
Kojto 101:7cff1c4259d7 43 extern "C" {
Kojto 101:7cff1c4259d7 44 #endif
Kojto 101:7cff1c4259d7 45
Kojto 101:7cff1c4259d7 46 /* Includes ------------------------------------------------------------------*/
Kojto 101:7cff1c4259d7 47 #include "stm32f4xx_hal_def.h"
Kojto 101:7cff1c4259d7 48
Kojto 101:7cff1c4259d7 49 /** @addtogroup STM32F4xx_HAL_Driver
Kojto 101:7cff1c4259d7 50 * @{
Kojto 101:7cff1c4259d7 51 */
Kojto 101:7cff1c4259d7 52
Kojto 101:7cff1c4259d7 53 /** @addtogroup SMARTCARD
Kojto 101:7cff1c4259d7 54 * @{
Kojto 101:7cff1c4259d7 55 */
Kojto 101:7cff1c4259d7 56
Kojto 101:7cff1c4259d7 57 /* Exported types ------------------------------------------------------------*/
Kojto 101:7cff1c4259d7 58 /** @defgroup SMARTCARD_Exported_Types SMARTCARD Exported Types
Kojto 101:7cff1c4259d7 59 * @{
Kojto 101:7cff1c4259d7 60 */
Kojto 101:7cff1c4259d7 61
Kojto 101:7cff1c4259d7 62 /**
Kojto 101:7cff1c4259d7 63 * @brief SMARTCARD Init Structure definition
Kojto 101:7cff1c4259d7 64 */
Kojto 101:7cff1c4259d7 65 typedef struct
Kojto 101:7cff1c4259d7 66 {
Kojto 101:7cff1c4259d7 67 uint32_t BaudRate; /*!< This member configures the SmartCard communication baud rate.
Kojto 101:7cff1c4259d7 68 The baud rate is computed using the following formula:
Kojto 101:7cff1c4259d7 69 - IntegerDivider = ((PCLKx) / (8 * (hirda->Init.BaudRate)))
Kojto 101:7cff1c4259d7 70 - FractionalDivider = ((IntegerDivider - ((uint32_t) IntegerDivider)) * 8) + 0.5 */
Kojto 101:7cff1c4259d7 71
Kojto 101:7cff1c4259d7 72 uint32_t WordLength; /*!< Specifies the number of data bits transmitted or received in a frame.
Kojto 101:7cff1c4259d7 73 This parameter can be a value of @ref SMARTCARD_Word_Length */
Kojto 101:7cff1c4259d7 74
Kojto 101:7cff1c4259d7 75 uint32_t StopBits; /*!< Specifies the number of stop bits transmitted.
Kojto 101:7cff1c4259d7 76 This parameter can be a value of @ref SMARTCARD_Stop_Bits */
Kojto 101:7cff1c4259d7 77
Kojto 101:7cff1c4259d7 78 uint32_t Parity; /*!< Specifies the parity mode.
Kojto 101:7cff1c4259d7 79 This parameter can be a value of @ref SMARTCARD_Parity
Kojto 101:7cff1c4259d7 80 @note When parity is enabled, the computed parity is inserted
Kojto 101:7cff1c4259d7 81 at the MSB position of the transmitted data (9th bit when
Kojto 101:7cff1c4259d7 82 the word length is set to 9 data bits; 8th bit when the
Kojto 101:7cff1c4259d7 83 word length is set to 8 data bits).*/
Kojto 101:7cff1c4259d7 84
Kojto 101:7cff1c4259d7 85 uint32_t Mode; /*!< Specifies whether the Receive or Transmit mode is enabled or disabled.
Kojto 101:7cff1c4259d7 86 This parameter can be a value of @ref SMARTCARD_Mode */
Kojto 101:7cff1c4259d7 87
Kojto 101:7cff1c4259d7 88 uint32_t CLKPolarity; /*!< Specifies the steady state of the serial clock.
Kojto 101:7cff1c4259d7 89 This parameter can be a value of @ref SMARTCARD_Clock_Polarity */
Kojto 101:7cff1c4259d7 90
Kojto 101:7cff1c4259d7 91 uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture is made.
Kojto 101:7cff1c4259d7 92 This parameter can be a value of @ref SMARTCARD_Clock_Phase */
Kojto 101:7cff1c4259d7 93
Kojto 101:7cff1c4259d7 94 uint32_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the last transmitted
Kojto 101:7cff1c4259d7 95 data bit (MSB) has to be output on the SCLK pin in synchronous mode.
Kojto 101:7cff1c4259d7 96 This parameter can be a value of @ref SMARTCARD_Last_Bit */
Kojto 101:7cff1c4259d7 97
Kojto 101:7cff1c4259d7 98 uint32_t Prescaler; /*!< Specifies the SmartCard Prescaler value used for dividing the system clock
Kojto 101:7cff1c4259d7 99 to provide the smartcard clock
Kojto 101:7cff1c4259d7 100 This parameter can be a value of @ref SMARTCARD_Prescaler */
Kojto 101:7cff1c4259d7 101
Kojto 101:7cff1c4259d7 102 uint32_t GuardTime; /*!< Specifies the SmartCard Guard Time value in terms of number of baud clocks
Kojto 101:7cff1c4259d7 103 The value given in the register (5 significant bits) is multiplied by 2
Kojto 101:7cff1c4259d7 104 to give the division factor of the source clock frequency */
Kojto 101:7cff1c4259d7 105
Kojto 101:7cff1c4259d7 106 uint32_t NACKState; /*!< Specifies the SmartCard NACK Transmission state.
Kojto 101:7cff1c4259d7 107 This parameter can be a value of @ref SmartCard_NACK_State */
Kojto 101:7cff1c4259d7 108 }SMARTCARD_InitTypeDef;
Kojto 101:7cff1c4259d7 109
Kojto 101:7cff1c4259d7 110 /**
Kojto 101:7cff1c4259d7 111 * @brief HAL State structures definition
Kojto 101:7cff1c4259d7 112 */
Kojto 101:7cff1c4259d7 113 typedef enum
Kojto 101:7cff1c4259d7 114 {
Kojto 101:7cff1c4259d7 115 HAL_SMARTCARD_STATE_RESET = 0x00, /*!< Peripheral is not yet Initialized */
Kojto 101:7cff1c4259d7 116 HAL_SMARTCARD_STATE_READY = 0x01, /*!< Peripheral Initialized and ready for use */
Kojto 101:7cff1c4259d7 117 HAL_SMARTCARD_STATE_BUSY = 0x02, /*!< an internal process is ongoing */
Kojto 101:7cff1c4259d7 118 HAL_SMARTCARD_STATE_BUSY_TX = 0x12, /*!< Data Transmission process is ongoing */
Kojto 101:7cff1c4259d7 119 HAL_SMARTCARD_STATE_BUSY_RX = 0x22, /*!< Data Reception process is ongoing */
Kojto 101:7cff1c4259d7 120 HAL_SMARTCARD_STATE_BUSY_TX_RX = 0x32, /*!< Data Transmission and Reception process is ongoing */
Kojto 101:7cff1c4259d7 121 HAL_SMARTCARD_STATE_TIMEOUT = 0x03, /*!< Timeout state */
Kojto 101:7cff1c4259d7 122 HAL_SMARTCARD_STATE_ERROR = 0x04 /*!< Error */
Kojto 101:7cff1c4259d7 123 }HAL_SMARTCARD_StateTypeDef;
Kojto 101:7cff1c4259d7 124
Kojto 101:7cff1c4259d7 125 /**
Kojto 101:7cff1c4259d7 126 * @brief SMARTCARD handle Structure definition
Kojto 101:7cff1c4259d7 127 */
Kojto 101:7cff1c4259d7 128 typedef struct
Kojto 101:7cff1c4259d7 129 {
Kojto 101:7cff1c4259d7 130 USART_TypeDef *Instance; /* USART registers base address */
Kojto 101:7cff1c4259d7 131
Kojto 101:7cff1c4259d7 132 SMARTCARD_InitTypeDef Init; /* SmartCard communication parameters */
Kojto 101:7cff1c4259d7 133
Kojto 101:7cff1c4259d7 134 uint8_t *pTxBuffPtr; /* Pointer to SmartCard Tx transfer Buffer */
Kojto 101:7cff1c4259d7 135
Kojto 101:7cff1c4259d7 136 uint16_t TxXferSize; /* SmartCard Tx Transfer size */
Kojto 101:7cff1c4259d7 137
Kojto 101:7cff1c4259d7 138 uint16_t TxXferCount; /* SmartCard Tx Transfer Counter */
Kojto 101:7cff1c4259d7 139
Kojto 101:7cff1c4259d7 140 uint8_t *pRxBuffPtr; /* Pointer to SmartCard Rx transfer Buffer */
Kojto 101:7cff1c4259d7 141
Kojto 101:7cff1c4259d7 142 uint16_t RxXferSize; /* SmartCard Rx Transfer size */
Kojto 101:7cff1c4259d7 143
Kojto 101:7cff1c4259d7 144 uint16_t RxXferCount; /* SmartCard Rx Transfer Counter */
Kojto 101:7cff1c4259d7 145
Kojto 101:7cff1c4259d7 146 DMA_HandleTypeDef *hdmatx; /* SmartCard Tx DMA Handle parameters */
Kojto 101:7cff1c4259d7 147
Kojto 101:7cff1c4259d7 148 DMA_HandleTypeDef *hdmarx; /* SmartCard Rx DMA Handle parameters */
Kojto 101:7cff1c4259d7 149
Kojto 101:7cff1c4259d7 150 HAL_LockTypeDef Lock; /* Locking object */
Kojto 101:7cff1c4259d7 151
Kojto 101:7cff1c4259d7 152 __IO HAL_SMARTCARD_StateTypeDef State; /* SmartCard communication state */
Kojto 101:7cff1c4259d7 153
Kojto 101:7cff1c4259d7 154 __IO uint32_t ErrorCode; /* SmartCard Error code */
Kojto 101:7cff1c4259d7 155
Kojto 101:7cff1c4259d7 156 }SMARTCARD_HandleTypeDef;
Kojto 101:7cff1c4259d7 157
Kojto 101:7cff1c4259d7 158 /**
Kojto 101:7cff1c4259d7 159 * @}
Kojto 101:7cff1c4259d7 160 */
Kojto 101:7cff1c4259d7 161
Kojto 101:7cff1c4259d7 162 /* Exported constants --------------------------------------------------------*/
Kojto 101:7cff1c4259d7 163 /** @defgroup SMARTCARD_Exported_Constants SMARTCARD Exported constants
Kojto 101:7cff1c4259d7 164 * @{
Kojto 101:7cff1c4259d7 165 */
Kojto 101:7cff1c4259d7 166 /** @defgroup SMARTCARD_Error_Code SMARTCARD Error Code
Kojto 101:7cff1c4259d7 167 * @brief SMARTCARD Error Code
Kojto 101:7cff1c4259d7 168 * @{
Kojto 101:7cff1c4259d7 169 */
Kojto 101:7cff1c4259d7 170 #define HAL_SMARTCARD_ERROR_NONE ((uint32_t)0x00000000) /*!< No error */
Kojto 101:7cff1c4259d7 171 #define HAL_SMARTCARD_ERROR_PE ((uint32_t)0x00000001) /*!< Parity error */
Kojto 101:7cff1c4259d7 172 #define HAL_SMARTCARD_ERROR_NE ((uint32_t)0x00000002) /*!< Noise error */
Kojto 101:7cff1c4259d7 173 #define HAL_SMARTCARD_ERROR_FE ((uint32_t)0x00000004) /*!< Frame error */
Kojto 101:7cff1c4259d7 174 #define HAL_SMARTCARD_ERROR_ORE ((uint32_t)0x00000008) /*!< Overrun error */
Kojto 101:7cff1c4259d7 175 #define HAL_SMARTCARD_ERROR_DMA ((uint32_t)0x00000010) /*!< DMA transfer error */
Kojto 101:7cff1c4259d7 176 /**
Kojto 101:7cff1c4259d7 177 * @}
Kojto 101:7cff1c4259d7 178 */
Kojto 101:7cff1c4259d7 179
Kojto 101:7cff1c4259d7 180 /** @defgroup SMARTCARD_Word_Length SMARTCARD Word Length
Kojto 101:7cff1c4259d7 181 * @{
Kojto 101:7cff1c4259d7 182 */
Kojto 101:7cff1c4259d7 183 #define SMARTCARD_WORDLENGTH_9B ((uint32_t)USART_CR1_M)
Kojto 101:7cff1c4259d7 184 /**
Kojto 101:7cff1c4259d7 185 * @}
Kojto 101:7cff1c4259d7 186 */
Kojto 101:7cff1c4259d7 187
Kojto 101:7cff1c4259d7 188 /** @defgroup SMARTCARD_Stop_Bits SMARTCARD Number of Stop Bits
Kojto 101:7cff1c4259d7 189 * @{
Kojto 101:7cff1c4259d7 190 */
Kojto 101:7cff1c4259d7 191 #define SMARTCARD_STOPBITS_0_5 ((uint32_t)USART_CR2_STOP_0)
Kojto 101:7cff1c4259d7 192 #define SMARTCARD_STOPBITS_1_5 ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1))
Kojto 101:7cff1c4259d7 193 /**
Kojto 101:7cff1c4259d7 194 * @}
Kojto 101:7cff1c4259d7 195 */
Kojto 101:7cff1c4259d7 196
Kojto 101:7cff1c4259d7 197 /** @defgroup SMARTCARD_Parity SMARTCARD Parity
Kojto 101:7cff1c4259d7 198 * @{
Kojto 101:7cff1c4259d7 199 */
Kojto 101:7cff1c4259d7 200 #define SMARTCARD_PARITY_EVEN ((uint32_t)USART_CR1_PCE)
Kojto 101:7cff1c4259d7 201 #define SMARTCARD_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS))
Kojto 101:7cff1c4259d7 202 /**
Kojto 101:7cff1c4259d7 203 * @}
Kojto 101:7cff1c4259d7 204 */
Kojto 101:7cff1c4259d7 205
Kojto 101:7cff1c4259d7 206 /** @defgroup SMARTCARD_Mode SMARTCARD Mode
Kojto 101:7cff1c4259d7 207 * @{
Kojto 101:7cff1c4259d7 208 */
Kojto 101:7cff1c4259d7 209 #define SMARTCARD_MODE_RX ((uint32_t)USART_CR1_RE)
Kojto 101:7cff1c4259d7 210 #define SMARTCARD_MODE_TX ((uint32_t)USART_CR1_TE)
Kojto 101:7cff1c4259d7 211 #define SMARTCARD_MODE_TX_RX ((uint32_t)(USART_CR1_TE |USART_CR1_RE))
Kojto 101:7cff1c4259d7 212 /**
Kojto 101:7cff1c4259d7 213 * @}
Kojto 101:7cff1c4259d7 214 */
Kojto 101:7cff1c4259d7 215
Kojto 101:7cff1c4259d7 216 /** @defgroup SMARTCARD_Clock_Polarity SMARTCARD Clock Polarity
Kojto 101:7cff1c4259d7 217 * @{
Kojto 101:7cff1c4259d7 218 */
Kojto 101:7cff1c4259d7 219 #define SMARTCARD_POLARITY_LOW ((uint32_t)0x00000000)
Kojto 101:7cff1c4259d7 220 #define SMARTCARD_POLARITY_HIGH ((uint32_t)USART_CR2_CPOL)
Kojto 101:7cff1c4259d7 221 /**
Kojto 101:7cff1c4259d7 222 * @}
Kojto 101:7cff1c4259d7 223 */
Kojto 101:7cff1c4259d7 224
Kojto 101:7cff1c4259d7 225 /** @defgroup SMARTCARD_Clock_Phase SMARTCARD Clock Phase
Kojto 101:7cff1c4259d7 226 * @{
Kojto 101:7cff1c4259d7 227 */
Kojto 101:7cff1c4259d7 228 #define SMARTCARD_PHASE_1EDGE ((uint32_t)0x00000000)
Kojto 101:7cff1c4259d7 229 #define SMARTCARD_PHASE_2EDGE ((uint32_t)USART_CR2_CPHA)
Kojto 101:7cff1c4259d7 230 /**
Kojto 101:7cff1c4259d7 231 * @}
Kojto 101:7cff1c4259d7 232 */
Kojto 101:7cff1c4259d7 233
Kojto 101:7cff1c4259d7 234 /** @defgroup SMARTCARD_Last_Bit SMARTCARD Last Bit
Kojto 101:7cff1c4259d7 235 * @{
Kojto 101:7cff1c4259d7 236 */
Kojto 101:7cff1c4259d7 237 #define SMARTCARD_LASTBIT_DISABLE ((uint32_t)0x00000000)
Kojto 101:7cff1c4259d7 238 #define SMARTCARD_LASTBIT_ENABLE ((uint32_t)USART_CR2_LBCL)
Kojto 101:7cff1c4259d7 239 /**
Kojto 101:7cff1c4259d7 240 * @}
Kojto 101:7cff1c4259d7 241 */
Kojto 101:7cff1c4259d7 242
Kojto 101:7cff1c4259d7 243 /** @defgroup SmartCard_NACK_State SMARTCARD NACK State
Kojto 101:7cff1c4259d7 244 * @{
Kojto 101:7cff1c4259d7 245 */
Kojto 101:7cff1c4259d7 246 #define SMARTCARD_NACK_ENABLE ((uint32_t)USART_CR3_NACK)
Kojto 101:7cff1c4259d7 247 #define SMARTCARD_NACK_DISABLE ((uint32_t)0x00000000)
Kojto 101:7cff1c4259d7 248 /**
Kojto 101:7cff1c4259d7 249 * @}
Kojto 101:7cff1c4259d7 250 */
Kojto 101:7cff1c4259d7 251
Kojto 101:7cff1c4259d7 252 /** @defgroup SmartCard_DMA_Requests SMARTCARD DMA requests
Kojto 101:7cff1c4259d7 253 * @{
Kojto 101:7cff1c4259d7 254 */
Kojto 101:7cff1c4259d7 255 #define SMARTCARD_DMAREQ_TX ((uint32_t)USART_CR3_DMAT)
Kojto 101:7cff1c4259d7 256 #define SMARTCARD_DMAREQ_RX ((uint32_t)USART_CR3_DMAR)
Kojto 101:7cff1c4259d7 257 /**
Kojto 101:7cff1c4259d7 258 * @}
Kojto 101:7cff1c4259d7 259 */
Kojto 101:7cff1c4259d7 260
Kojto 101:7cff1c4259d7 261 /** @defgroup SMARTCARD_Prescaler SMARTCARD Prescaler
Kojto 101:7cff1c4259d7 262 * @{
Kojto 101:7cff1c4259d7 263 */
Kojto 101:7cff1c4259d7 264 #define SMARTCARD_PRESCALER_SYSCLK_DIV2 ((uint32_t)0x00000001) /*!< SYSCLK divided by 2 */
Kojto 101:7cff1c4259d7 265 #define SMARTCARD_PRESCALER_SYSCLK_DIV4 ((uint32_t)0x00000002) /*!< SYSCLK divided by 4 */
Kojto 101:7cff1c4259d7 266 #define SMARTCARD_PRESCALER_SYSCLK_DIV6 ((uint32_t)0x00000003) /*!< SYSCLK divided by 6 */
Kojto 101:7cff1c4259d7 267 #define SMARTCARD_PRESCALER_SYSCLK_DIV8 ((uint32_t)0x00000004) /*!< SYSCLK divided by 8 */
Kojto 101:7cff1c4259d7 268 #define SMARTCARD_PRESCALER_SYSCLK_DIV10 ((uint32_t)0x00000005) /*!< SYSCLK divided by 10 */
Kojto 101:7cff1c4259d7 269 #define SMARTCARD_PRESCALER_SYSCLK_DIV12 ((uint32_t)0x00000006) /*!< SYSCLK divided by 12 */
Kojto 101:7cff1c4259d7 270 #define SMARTCARD_PRESCALER_SYSCLK_DIV14 ((uint32_t)0x00000007) /*!< SYSCLK divided by 14 */
Kojto 101:7cff1c4259d7 271 #define SMARTCARD_PRESCALER_SYSCLK_DIV16 ((uint32_t)0x00000008) /*!< SYSCLK divided by 16 */
Kojto 101:7cff1c4259d7 272 #define SMARTCARD_PRESCALER_SYSCLK_DIV18 ((uint32_t)0x00000009) /*!< SYSCLK divided by 18 */
Kojto 101:7cff1c4259d7 273 #define SMARTCARD_PRESCALER_SYSCLK_DIV20 ((uint32_t)0x0000000A) /*!< SYSCLK divided by 20 */
Kojto 101:7cff1c4259d7 274 #define SMARTCARD_PRESCALER_SYSCLK_DIV22 ((uint32_t)0x0000000B) /*!< SYSCLK divided by 22 */
Kojto 101:7cff1c4259d7 275 #define SMARTCARD_PRESCALER_SYSCLK_DIV24 ((uint32_t)0x0000000C) /*!< SYSCLK divided by 24 */
Kojto 101:7cff1c4259d7 276 #define SMARTCARD_PRESCALER_SYSCLK_DIV26 ((uint32_t)0x0000000D) /*!< SYSCLK divided by 26 */
Kojto 101:7cff1c4259d7 277 #define SMARTCARD_PRESCALER_SYSCLK_DIV28 ((uint32_t)0x0000000E) /*!< SYSCLK divided by 28 */
Kojto 101:7cff1c4259d7 278 #define SMARTCARD_PRESCALER_SYSCLK_DIV30 ((uint32_t)0x0000000F) /*!< SYSCLK divided by 30 */
Kojto 101:7cff1c4259d7 279 #define SMARTCARD_PRESCALER_SYSCLK_DIV32 ((uint32_t)0x00000010) /*!< SYSCLK divided by 32 */
Kojto 101:7cff1c4259d7 280 #define SMARTCARD_PRESCALER_SYSCLK_DIV34 ((uint32_t)0x00000011) /*!< SYSCLK divided by 34 */
Kojto 101:7cff1c4259d7 281 #define SMARTCARD_PRESCALER_SYSCLK_DIV36 ((uint32_t)0x00000012) /*!< SYSCLK divided by 36 */
Kojto 101:7cff1c4259d7 282 #define SMARTCARD_PRESCALER_SYSCLK_DIV38 ((uint32_t)0x00000013) /*!< SYSCLK divided by 38 */
Kojto 101:7cff1c4259d7 283 #define SMARTCARD_PRESCALER_SYSCLK_DIV40 ((uint32_t)0x00000014) /*!< SYSCLK divided by 40 */
Kojto 101:7cff1c4259d7 284 #define SMARTCARD_PRESCALER_SYSCLK_DIV42 ((uint32_t)0x00000015) /*!< SYSCLK divided by 42 */
Kojto 101:7cff1c4259d7 285 #define SMARTCARD_PRESCALER_SYSCLK_DIV44 ((uint32_t)0x00000016) /*!< SYSCLK divided by 44 */
Kojto 101:7cff1c4259d7 286 #define SMARTCARD_PRESCALER_SYSCLK_DIV46 ((uint32_t)0x00000017) /*!< SYSCLK divided by 46 */
Kojto 101:7cff1c4259d7 287 #define SMARTCARD_PRESCALER_SYSCLK_DIV48 ((uint32_t)0x00000018) /*!< SYSCLK divided by 48 */
Kojto 101:7cff1c4259d7 288 #define SMARTCARD_PRESCALER_SYSCLK_DIV50 ((uint32_t)0x00000019) /*!< SYSCLK divided by 50 */
Kojto 101:7cff1c4259d7 289 #define SMARTCARD_PRESCALER_SYSCLK_DIV52 ((uint32_t)0x0000001A) /*!< SYSCLK divided by 52 */
Kojto 101:7cff1c4259d7 290 #define SMARTCARD_PRESCALER_SYSCLK_DIV54 ((uint32_t)0x0000001B) /*!< SYSCLK divided by 54 */
Kojto 101:7cff1c4259d7 291 #define SMARTCARD_PRESCALER_SYSCLK_DIV56 ((uint32_t)0x0000001C) /*!< SYSCLK divided by 56 */
Kojto 101:7cff1c4259d7 292 #define SMARTCARD_PRESCALER_SYSCLK_DIV58 ((uint32_t)0x0000001D) /*!< SYSCLK divided by 58 */
Kojto 101:7cff1c4259d7 293 #define SMARTCARD_PRESCALER_SYSCLK_DIV60 ((uint32_t)0x0000001E) /*!< SYSCLK divided by 60 */
Kojto 101:7cff1c4259d7 294 #define SMARTCARD_PRESCALER_SYSCLK_DIV62 ((uint32_t)0x0000001F) /*!< SYSCLK divided by 62 */
Kojto 101:7cff1c4259d7 295 /**
Kojto 101:7cff1c4259d7 296 * @}
Kojto 101:7cff1c4259d7 297 */
Kojto 101:7cff1c4259d7 298
Kojto 101:7cff1c4259d7 299 /** @defgroup SmartCard_Flags SMARTCARD Flags
Kojto 101:7cff1c4259d7 300 * Elements values convention: 0xXXXX
Kojto 101:7cff1c4259d7 301 * - 0xXXXX : Flag mask in the SR register
Kojto 101:7cff1c4259d7 302 * @{
Kojto 101:7cff1c4259d7 303 */
Kojto 101:7cff1c4259d7 304 #define SMARTCARD_FLAG_TXE ((uint32_t)0x00000080)
Kojto 101:7cff1c4259d7 305 #define SMARTCARD_FLAG_TC ((uint32_t)0x00000040)
Kojto 101:7cff1c4259d7 306 #define SMARTCARD_FLAG_RXNE ((uint32_t)0x00000020)
Kojto 101:7cff1c4259d7 307 #define SMARTCARD_FLAG_IDLE ((uint32_t)0x00000010)
Kojto 101:7cff1c4259d7 308 #define SMARTCARD_FLAG_ORE ((uint32_t)0x00000008)
Kojto 101:7cff1c4259d7 309 #define SMARTCARD_FLAG_NE ((uint32_t)0x00000004)
Kojto 101:7cff1c4259d7 310 #define SMARTCARD_FLAG_FE ((uint32_t)0x00000002)
Kojto 101:7cff1c4259d7 311 #define SMARTCARD_FLAG_PE ((uint32_t)0x00000001)
Kojto 101:7cff1c4259d7 312 /**
Kojto 101:7cff1c4259d7 313 * @}
Kojto 101:7cff1c4259d7 314 */
Kojto 101:7cff1c4259d7 315
Kojto 101:7cff1c4259d7 316 /** @defgroup SmartCard_Interrupt_definition SMARTCARD Interrupts Definition
Kojto 101:7cff1c4259d7 317 * Elements values convention: 0xY000XXXX
Kojto 101:7cff1c4259d7 318 * - XXXX : Interrupt mask in the XX register
Kojto 101:7cff1c4259d7 319 * - Y : Interrupt source register (2bits)
Kojto 101:7cff1c4259d7 320 * - 01: CR1 register
Kojto 101:7cff1c4259d7 321 * - 10: CR3 register
Kojto 101:7cff1c4259d7 322 * @{
Kojto 101:7cff1c4259d7 323 */
Kojto 101:7cff1c4259d7 324 #define SMARTCARD_IT_PE ((uint32_t)(SMARTCARD_CR1_REG_INDEX << 28 | USART_CR1_PEIE))
Kojto 101:7cff1c4259d7 325 #define SMARTCARD_IT_TXE ((uint32_t)(SMARTCARD_CR1_REG_INDEX << 28 | USART_CR1_TXEIE))
Kojto 101:7cff1c4259d7 326 #define SMARTCARD_IT_TC ((uint32_t)(SMARTCARD_CR1_REG_INDEX << 28 | USART_CR1_TCIE))
Kojto 101:7cff1c4259d7 327 #define SMARTCARD_IT_RXNE ((uint32_t)(SMARTCARD_CR1_REG_INDEX << 28 | USART_CR1_RXNEIE))
Kojto 101:7cff1c4259d7 328 #define SMARTCARD_IT_IDLE ((uint32_t)(SMARTCARD_CR1_REG_INDEX << 28 | USART_CR1_IDLEIE))
Kojto 101:7cff1c4259d7 329 #define SMARTCARD_IT_ERR ((uint32_t)(SMARTCARD_CR3_REG_INDEX << 28 | USART_CR3_EIE))
Kojto 101:7cff1c4259d7 330 /**
Kojto 101:7cff1c4259d7 331 * @}
Kojto 101:7cff1c4259d7 332 */
Kojto 101:7cff1c4259d7 333
Kojto 101:7cff1c4259d7 334 /**
Kojto 101:7cff1c4259d7 335 * @}
Kojto 101:7cff1c4259d7 336 */
Kojto 101:7cff1c4259d7 337
Kojto 101:7cff1c4259d7 338 /* Exported macro ------------------------------------------------------------*/
Kojto 101:7cff1c4259d7 339 /** @defgroup SMARTCARD_Exported_Macros SMARTCARD Exported Macros
Kojto 101:7cff1c4259d7 340 * @{
Kojto 101:7cff1c4259d7 341 */
Kojto 101:7cff1c4259d7 342
Kojto 101:7cff1c4259d7 343 /** @brief Reset SMARTCARD handle state
Kojto 101:7cff1c4259d7 344 * @param __HANDLE__: specifies the SMARTCARD Handle.
Kojto 101:7cff1c4259d7 345 * @retval None
Kojto 101:7cff1c4259d7 346 */
Kojto 101:7cff1c4259d7 347 #define __HAL_SMARTCARD_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->State = HAL_SMARTCARD_STATE_RESET)
Kojto 101:7cff1c4259d7 348
Kojto 101:7cff1c4259d7 349 /** @brief Flushs the Smartcard DR register
Kojto 101:7cff1c4259d7 350 * @param __HANDLE__: specifies the SMARTCARD Handle.
Kojto 101:7cff1c4259d7 351 */
Kojto 101:7cff1c4259d7 352 #define __HAL_SMARTCARD_FLUSH_DRREGISTER(__HANDLE__) ((__HANDLE__)->Instance->DR)
Kojto 101:7cff1c4259d7 353
Kojto 101:7cff1c4259d7 354 /** @brief Checks whether the specified Smartcard flag is set or not.
Kojto 101:7cff1c4259d7 355 * @param __HANDLE__: specifies the SMARTCARD Handle.
Kojto 101:7cff1c4259d7 356 * @param __FLAG__: specifies the flag to check.
Kojto 101:7cff1c4259d7 357 * This parameter can be one of the following values:
Kojto 101:7cff1c4259d7 358 * @arg SMARTCARD_FLAG_TXE: Transmit data register empty flag
Kojto 101:7cff1c4259d7 359 * @arg SMARTCARD_FLAG_TC: Transmission Complete flag
Kojto 101:7cff1c4259d7 360 * @arg SMARTCARD_FLAG_RXNE: Receive data register not empty flag
Kojto 101:7cff1c4259d7 361 * @arg SMARTCARD_FLAG_IDLE: Idle Line detection flag
Kojto 101:7cff1c4259d7 362 * @arg SMARTCARD_FLAG_ORE: Overrun Error flag
Kojto 101:7cff1c4259d7 363 * @arg SMARTCARD_FLAG_NE: Noise Error flag
Kojto 101:7cff1c4259d7 364 * @arg SMARTCARD_FLAG_FE: Framing Error flag
Kojto 101:7cff1c4259d7 365 * @arg SMARTCARD_FLAG_PE: Parity Error flag
Kojto 101:7cff1c4259d7 366 * @retval The new state of __FLAG__ (TRUE or FALSE).
Kojto 101:7cff1c4259d7 367 */
Kojto 101:7cff1c4259d7 368 #define __HAL_SMARTCARD_GET_FLAG(__HANDLE__, __FLAG__) (((__HANDLE__)->Instance->SR & (__FLAG__)) == (__FLAG__))
Kojto 101:7cff1c4259d7 369
Kojto 101:7cff1c4259d7 370 /** @brief Clears the specified Smartcard pending flags.
Kojto 101:7cff1c4259d7 371 * @param __HANDLE__: specifies the SMARTCARD Handle.
Kojto 101:7cff1c4259d7 372 * @param __FLAG__: specifies the flag to check.
Kojto 101:7cff1c4259d7 373 * This parameter can be any combination of the following values:
Kojto 101:7cff1c4259d7 374 * @arg SMARTCARD_FLAG_TC: Transmission Complete flag.
Kojto 101:7cff1c4259d7 375 * @arg SMARTCARD_FLAG_RXNE: Receive data register not empty flag.
Kojto 101:7cff1c4259d7 376 *
Kojto 101:7cff1c4259d7 377 * @note PE (Parity error), FE (Framing error), NE (Noise error) and ORE (Overrun
Kojto 101:7cff1c4259d7 378 * error) flags are cleared by software sequence: a read operation to
Kojto 101:7cff1c4259d7 379 * USART_SR register followed by a read operation to USART_DR register.
Kojto 101:7cff1c4259d7 380 * @note RXNE flag can be also cleared by a read to the USART_DR register.
Kojto 101:7cff1c4259d7 381 * @note TC flag can be also cleared by software sequence: a read operation to
Kojto 101:7cff1c4259d7 382 * USART_SR register followed by a write operation to USART_DR register.
Kojto 101:7cff1c4259d7 383 * @note TXE flag is cleared only by a write to the USART_DR register.
Kojto 101:7cff1c4259d7 384 */
Kojto 101:7cff1c4259d7 385 #define __HAL_SMARTCARD_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->SR = ~(__FLAG__))
Kojto 101:7cff1c4259d7 386
Kojto 101:7cff1c4259d7 387 /** @brief Clear the SMARTCARD PE pending flag.
Kojto 101:7cff1c4259d7 388 * @param __HANDLE__: specifies the USART Handle.
Kojto 101:7cff1c4259d7 389 * This parameter can be USARTx where x: 1, 2, 3, 4, 5, 6, 7 or 8 to select the USART or
Kojto 101:7cff1c4259d7 390 * UART peripheral.
Kojto 101:7cff1c4259d7 391 * @retval None
Kojto 101:7cff1c4259d7 392 */
Kojto 101:7cff1c4259d7 393 #define __HAL_SMARTCARD_CLEAR_PEFLAG(__HANDLE__) \
Kojto 101:7cff1c4259d7 394 do{ \
Kojto 101:7cff1c4259d7 395 __IO uint32_t tmpreg; \
Kojto 101:7cff1c4259d7 396 tmpreg = (__HANDLE__)->Instance->SR; \
Kojto 101:7cff1c4259d7 397 tmpreg = (__HANDLE__)->Instance->DR; \
Kojto 101:7cff1c4259d7 398 UNUSED(tmpreg); \
Kojto 101:7cff1c4259d7 399 } while(0)
Kojto 101:7cff1c4259d7 400
Kojto 101:7cff1c4259d7 401 /** @brief Clear the SMARTCARD FE pending flag.
Kojto 101:7cff1c4259d7 402 * @param __HANDLE__: specifies the USART Handle.
Kojto 101:7cff1c4259d7 403 * This parameter can be USARTx where x: 1, 2, 3, 4, 5, 6, 7 or 8 to select the USART or
Kojto 101:7cff1c4259d7 404 * UART peripheral.
Kojto 101:7cff1c4259d7 405 * @retval None
Kojto 101:7cff1c4259d7 406 */
Kojto 101:7cff1c4259d7 407 #define __HAL_SMARTCARD_CLEAR_FEFLAG(__HANDLE__) __HAL_SMARTCARD_CLEAR_PEFLAG(__HANDLE__)
Kojto 101:7cff1c4259d7 408
Kojto 101:7cff1c4259d7 409 /** @brief Clear the SMARTCARD NE pending flag.
Kojto 101:7cff1c4259d7 410 * @param __HANDLE__: specifies the USART Handle.
Kojto 101:7cff1c4259d7 411 * This parameter can be USARTx where x: 1, 2, 3, 4, 5, 6, 7 or 8 to select the USART or
Kojto 101:7cff1c4259d7 412 * UART peripheral.
Kojto 101:7cff1c4259d7 413 * @retval None
Kojto 101:7cff1c4259d7 414 */
Kojto 101:7cff1c4259d7 415 #define __HAL_SMARTCARD_CLEAR_NEFLAG(__HANDLE__) __HAL_SMARTCARD_CLEAR_PEFLAG(__HANDLE__)
Kojto 101:7cff1c4259d7 416
Kojto 101:7cff1c4259d7 417 /** @brief Clear the SMARTCARD ORE pending flag.
Kojto 101:7cff1c4259d7 418 * @param __HANDLE__: specifies the USART Handle.
Kojto 101:7cff1c4259d7 419 * This parameter can be USARTx where x: 1, 2, 3, 4, 5, 6, 7 or 8 to select the USART or
Kojto 101:7cff1c4259d7 420 * UART peripheral.
Kojto 101:7cff1c4259d7 421 * @retval None
Kojto 101:7cff1c4259d7 422 */
Kojto 101:7cff1c4259d7 423 #define __HAL_SMARTCARD_CLEAR_OREFLAG(__HANDLE__) __HAL_SMARTCARD_CLEAR_PEFLAG(__HANDLE__)
Kojto 101:7cff1c4259d7 424
Kojto 101:7cff1c4259d7 425 /** @brief Clear the SMARTCARD IDLE pending flag.
Kojto 101:7cff1c4259d7 426 * @param __HANDLE__: specifies the USART Handle.
Kojto 101:7cff1c4259d7 427 * This parameter can be USARTx where x: 1, 2, 3, 4, 5, 6, 7 or 8 to select the USART or
Kojto 101:7cff1c4259d7 428 * UART peripheral.
Kojto 101:7cff1c4259d7 429 * @retval None
Kojto 101:7cff1c4259d7 430 */
Kojto 101:7cff1c4259d7 431 #define __HAL_SMARTCARD_CLEAR_IDLEFLAG(__HANDLE__) __HAL_SMARTCARD_CLEAR_PEFLAG(__HANDLE__)
Kojto 101:7cff1c4259d7 432
Kojto 101:7cff1c4259d7 433
Kojto 101:7cff1c4259d7 434 /** @brief Enables or disables the specified SmartCard interrupts.
Kojto 101:7cff1c4259d7 435 * @param __HANDLE__: specifies the SMARTCARD Handle.
Kojto 101:7cff1c4259d7 436 * @param __INTERRUPT__: specifies the SMARTCARD interrupt source to check.
Kojto 101:7cff1c4259d7 437 * This parameter can be one of the following values:
Kojto 101:7cff1c4259d7 438 * @arg SMARTCARD_IT_TXE: Transmit Data Register empty interrupt
Kojto 101:7cff1c4259d7 439 * @arg SMARTCARD_IT_TC: Transmission complete interrupt
Kojto 101:7cff1c4259d7 440 * @arg SMARTCARD_IT_RXNE: Receive Data register not empty interrupt
Kojto 101:7cff1c4259d7 441 * @arg SMARTCARD_IT_IDLE: Idle line detection interrupt
Kojto 101:7cff1c4259d7 442 * @arg SMARTCARD_IT_PE: Parity Error interrupt
Kojto 101:7cff1c4259d7 443 * @arg SMARTCARD_IT_ERR: Error interrupt(Frame error, noise error, overrun error)
Kojto 101:7cff1c4259d7 444 */
Kojto 101:7cff1c4259d7 445 #define __HAL_SMARTCARD_ENABLE_IT(__HANDLE__, __INTERRUPT__) ((((__INTERRUPT__) >> 28) == 1)? ((__HANDLE__)->Instance->CR1 |= ((__INTERRUPT__) & SMARTCARD_IT_MASK)): \
Kojto 101:7cff1c4259d7 446 ((__HANDLE__)->Instance->CR3 |= ((__INTERRUPT__) & SMARTCARD_IT_MASK)))
Kojto 101:7cff1c4259d7 447 #define __HAL_SMARTCARD_DISABLE_IT(__HANDLE__, __INTERRUPT__) ((((__INTERRUPT__) >> 28) == 1)? ((__HANDLE__)->Instance->CR1 &= ~((__INTERRUPT__) & SMARTCARD_IT_MASK)): \
Kojto 101:7cff1c4259d7 448 ((__HANDLE__)->Instance->CR3 &= ~ ((__INTERRUPT__) & SMARTCARD_IT_MASK)))
Kojto 101:7cff1c4259d7 449
Kojto 101:7cff1c4259d7 450 /** @brief Checks whether the specified SmartCard interrupt has occurred or not.
Kojto 101:7cff1c4259d7 451 * @param __HANDLE__: specifies the SmartCard Handle.
Kojto 101:7cff1c4259d7 452 * @param __IT__: specifies the SMARTCARD interrupt source to check.
Kojto 101:7cff1c4259d7 453 * This parameter can be one of the following values:
Kojto 101:7cff1c4259d7 454 * @arg SMARTCARD_IT_TXE: Transmit Data Register empty interrupt
Kojto 101:7cff1c4259d7 455 * @arg SMARTCARD_IT_TC: Transmission complete interrupt
Kojto 101:7cff1c4259d7 456 * @arg SMARTCARD_IT_RXNE: Receive Data register not empty interrupt
Kojto 101:7cff1c4259d7 457 * @arg SMARTCARD_IT_IDLE: Idle line detection interrupt
Kojto 101:7cff1c4259d7 458 * @arg SMARTCARD_IT_ERR: Error interrupt
Kojto 101:7cff1c4259d7 459 * @arg SMARTCARD_IT_PE: Parity Error interrupt
Kojto 101:7cff1c4259d7 460 * @retval The new state of __IT__ (TRUE or FALSE).
Kojto 101:7cff1c4259d7 461 */
Kojto 101:7cff1c4259d7 462 #define __HAL_SMARTCARD_GET_IT_SOURCE(__HANDLE__, __IT__) (((((__IT__) >> 28) == 1)? (__HANDLE__)->Instance->CR1: (__HANDLE__)->Instance->CR3) & (((uint32_t)(__IT__)) & SMARTCARD_IT_MASK))
Kojto 101:7cff1c4259d7 463
Kojto 101:7cff1c4259d7 464 /** @brief Macro to enable the SMARTCARD's one bit sample method
Kojto 101:7cff1c4259d7 465 * @param __HANDLE__: specifies the SMARTCARD Handle.
Kojto 101:7cff1c4259d7 466 * @retval None
Kojto 101:7cff1c4259d7 467 */
Kojto 101:7cff1c4259d7 468 #define __HAL_SMARTCARD_ONE_BIT_SAMPLE_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR3|= USART_CR3_ONEBIT)
Kojto 101:7cff1c4259d7 469
Kojto 101:7cff1c4259d7 470 /** @brief Macro to disable the SMARTCARD's one bit sample method
Kojto 101:7cff1c4259d7 471 * @param __HANDLE__: specifies the SMARTCARD Handle.
Kojto 101:7cff1c4259d7 472 * @retval None
Kojto 101:7cff1c4259d7 473 */
Kojto 101:7cff1c4259d7 474 #define __HAL_SMARTCARD_ONE_BIT_SAMPLE_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR3 &= (uint16_t)~((uint16_t)USART_CR3_ONEBIT))
Kojto 101:7cff1c4259d7 475
Kojto 101:7cff1c4259d7 476 /** @brief Enable the USART associated to the SMARTCARD Handle
Kojto 101:7cff1c4259d7 477 * @param __HANDLE__: specifies the SMARTCARD Handle.
Kojto 101:7cff1c4259d7 478 * SMARTCARD Handle selects the USARTx peripheral (USART availability and x value depending on device).
Kojto 101:7cff1c4259d7 479 * @retval None
Kojto 101:7cff1c4259d7 480 */
Kojto 101:7cff1c4259d7 481 #define __HAL_SMARTCARD_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1 |= USART_CR1_UE)
Kojto 101:7cff1c4259d7 482
Kojto 101:7cff1c4259d7 483 /** @brief Disable the USART associated to the SMARTCARD Handle
Kojto 101:7cff1c4259d7 484 * @param __HANDLE__: specifies the SMARTCARD Handle.
Kojto 101:7cff1c4259d7 485 * SMARTCARD Handle selects the USARTx peripheral (USART availability and x value depending on device).
Kojto 101:7cff1c4259d7 486 * @retval None
Kojto 101:7cff1c4259d7 487 */
Kojto 101:7cff1c4259d7 488 #define __HAL_SMARTCARD_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1 &= ~USART_CR1_UE)
Kojto 101:7cff1c4259d7 489
Kojto 101:7cff1c4259d7 490 /** @brief Macros to enable or disable the SmartCard DMA request.
Kojto 101:7cff1c4259d7 491 * @param __HANDLE__: specifies the SmartCard Handle.
Kojto 101:7cff1c4259d7 492 * @param __REQUEST__: specifies the SmartCard DMA request.
Kojto 101:7cff1c4259d7 493 * This parameter can be one of the following values:
Kojto 101:7cff1c4259d7 494 * @arg SMARTCARD_DMAREQ_TX: SmartCard DMA transmit request
Kojto 101:7cff1c4259d7 495 * @arg SMARTCARD_DMAREQ_RX: SmartCard DMA receive request
Kojto 101:7cff1c4259d7 496 */
Kojto 101:7cff1c4259d7 497 #define __HAL_SMARTCARD_DMA_REQUEST_ENABLE(__HANDLE__, __REQUEST__) ((__HANDLE__)->Instance->CR3 |= (__REQUEST__))
Kojto 101:7cff1c4259d7 498 #define __HAL_SMARTCARD_DMA_REQUEST_DISABLE(__HANDLE__, __REQUEST__) ((__HANDLE__)->Instance->CR3 &= ~(__REQUEST__))
Kojto 101:7cff1c4259d7 499
Kojto 101:7cff1c4259d7 500 /**
Kojto 101:7cff1c4259d7 501 * @}
Kojto 101:7cff1c4259d7 502 */
Kojto 101:7cff1c4259d7 503
Kojto 101:7cff1c4259d7 504 /* Exported functions --------------------------------------------------------*/
Kojto 101:7cff1c4259d7 505 /** @addtogroup SMARTCARD_Exported_Functions
Kojto 101:7cff1c4259d7 506 * @{
Kojto 101:7cff1c4259d7 507 */
Kojto 101:7cff1c4259d7 508
Kojto 101:7cff1c4259d7 509 /** @addtogroup SMARTCARD_Exported_Functions_Group1
Kojto 101:7cff1c4259d7 510 * @{
Kojto 101:7cff1c4259d7 511 */
Kojto 101:7cff1c4259d7 512 /* Initialization/de-initialization functions **********************************/
Kojto 101:7cff1c4259d7 513 HAL_StatusTypeDef HAL_SMARTCARD_Init(SMARTCARD_HandleTypeDef *hsc);
Kojto 101:7cff1c4259d7 514 HAL_StatusTypeDef HAL_SMARTCARD_ReInit(SMARTCARD_HandleTypeDef *hsc);
Kojto 101:7cff1c4259d7 515 HAL_StatusTypeDef HAL_SMARTCARD_DeInit(SMARTCARD_HandleTypeDef *hsc);
Kojto 101:7cff1c4259d7 516 void HAL_SMARTCARD_MspInit(SMARTCARD_HandleTypeDef *hsc);
Kojto 101:7cff1c4259d7 517 void HAL_SMARTCARD_MspDeInit(SMARTCARD_HandleTypeDef *hsc);
Kojto 101:7cff1c4259d7 518 /**
Kojto 101:7cff1c4259d7 519 * @}
Kojto 101:7cff1c4259d7 520 */
Kojto 101:7cff1c4259d7 521
Kojto 101:7cff1c4259d7 522 /** @addtogroup SMARTCARD_Exported_Functions_Group2
Kojto 101:7cff1c4259d7 523 * @{
Kojto 101:7cff1c4259d7 524 */
Kojto 101:7cff1c4259d7 525 /* IO operation functions *******************************************************/
Kojto 101:7cff1c4259d7 526 HAL_StatusTypeDef HAL_SMARTCARD_Transmit(SMARTCARD_HandleTypeDef *hsc, uint8_t *pData, uint16_t Size, uint32_t Timeout);
Kojto 101:7cff1c4259d7 527 HAL_StatusTypeDef HAL_SMARTCARD_Receive(SMARTCARD_HandleTypeDef *hsc, uint8_t *pData, uint16_t Size, uint32_t Timeout);
Kojto 101:7cff1c4259d7 528 HAL_StatusTypeDef HAL_SMARTCARD_Transmit_IT(SMARTCARD_HandleTypeDef *hsc, uint8_t *pData, uint16_t Size);
Kojto 101:7cff1c4259d7 529 HAL_StatusTypeDef HAL_SMARTCARD_Receive_IT(SMARTCARD_HandleTypeDef *hsc, uint8_t *pData, uint16_t Size);
Kojto 101:7cff1c4259d7 530 HAL_StatusTypeDef HAL_SMARTCARD_Transmit_DMA(SMARTCARD_HandleTypeDef *hsc, uint8_t *pData, uint16_t Size);
Kojto 101:7cff1c4259d7 531 HAL_StatusTypeDef HAL_SMARTCARD_Receive_DMA(SMARTCARD_HandleTypeDef *hsc, uint8_t *pData, uint16_t Size);
Kojto 101:7cff1c4259d7 532 void HAL_SMARTCARD_IRQHandler(SMARTCARD_HandleTypeDef *hsc);
Kojto 101:7cff1c4259d7 533 void HAL_SMARTCARD_TxCpltCallback(SMARTCARD_HandleTypeDef *hsc);
Kojto 101:7cff1c4259d7 534 void HAL_SMARTCARD_RxCpltCallback(SMARTCARD_HandleTypeDef *hsc);
Kojto 101:7cff1c4259d7 535 void HAL_SMARTCARD_ErrorCallback(SMARTCARD_HandleTypeDef *hsc);
Kojto 101:7cff1c4259d7 536 /**
Kojto 101:7cff1c4259d7 537 * @}
Kojto 101:7cff1c4259d7 538 */
Kojto 101:7cff1c4259d7 539
Kojto 101:7cff1c4259d7 540 /** @addtogroup SMARTCARD_Exported_Functions_Group3
Kojto 101:7cff1c4259d7 541 * @{
Kojto 101:7cff1c4259d7 542 */
Kojto 101:7cff1c4259d7 543 /* Peripheral State functions **************************************************/
Kojto 101:7cff1c4259d7 544 HAL_SMARTCARD_StateTypeDef HAL_SMARTCARD_GetState(SMARTCARD_HandleTypeDef *hsc);
Kojto 101:7cff1c4259d7 545 uint32_t HAL_SMARTCARD_GetError(SMARTCARD_HandleTypeDef *hsc);
Kojto 101:7cff1c4259d7 546
Kojto 101:7cff1c4259d7 547 /**
Kojto 101:7cff1c4259d7 548 * @}
Kojto 101:7cff1c4259d7 549 */
Kojto 101:7cff1c4259d7 550
Kojto 101:7cff1c4259d7 551 /**
Kojto 101:7cff1c4259d7 552 * @}
Kojto 101:7cff1c4259d7 553 */
Kojto 101:7cff1c4259d7 554 /* Private types -------------------------------------------------------------*/
Kojto 101:7cff1c4259d7 555 /* Private variables ---------------------------------------------------------*/
Kojto 101:7cff1c4259d7 556 /* Private constants ---------------------------------------------------------*/
Kojto 101:7cff1c4259d7 557 /** @defgroup SMARTCARD_Private_Constants SMARTCARD Private Constants
Kojto 101:7cff1c4259d7 558 * @{
Kojto 101:7cff1c4259d7 559 */
Kojto 101:7cff1c4259d7 560
Kojto 101:7cff1c4259d7 561 /** @brief SMARTCARD interruptions flag mask
Kojto 101:7cff1c4259d7 562 *
Kojto 101:7cff1c4259d7 563 */
Kojto 101:7cff1c4259d7 564 #define SMARTCARD_IT_MASK ((uint32_t) USART_CR1_PEIE | USART_CR1_TXEIE | USART_CR1_TCIE | USART_CR1_RXNEIE | \
Kojto 101:7cff1c4259d7 565 USART_CR1_IDLEIE | USART_CR3_EIE )
Kojto 101:7cff1c4259d7 566 #define SMARTCARD_DIV(_PCLK_, _BAUD_) (((_PCLK_)*25)/(4*(_BAUD_)))
Kojto 101:7cff1c4259d7 567 #define SMARTCARD_DIVMANT(_PCLK_, _BAUD_) (SMARTCARD_DIV((_PCLK_), (_BAUD_))/100)
Kojto 101:7cff1c4259d7 568 #define SMARTCARD_DIVFRAQ(_PCLK_, _BAUD_) (((SMARTCARD_DIV((_PCLK_), (_BAUD_)) - (SMARTCARD_DIVMANT((_PCLK_), (_BAUD_)) * 100)) * 16 + 50) / 100)
Kojto 101:7cff1c4259d7 569 #define SMARTCARD_BRR(_PCLK_, _BAUD_) ((SMARTCARD_DIVMANT((_PCLK_), (_BAUD_)) << 4)|(SMARTCARD_DIVFRAQ((_PCLK_), (_BAUD_)) & 0x0F))
Kojto 101:7cff1c4259d7 570
Kojto 101:7cff1c4259d7 571 #define SMARTCARD_CR1_REG_INDEX 1
Kojto 101:7cff1c4259d7 572 #define SMARTCARD_CR3_REG_INDEX 3
Kojto 101:7cff1c4259d7 573 /**
Kojto 101:7cff1c4259d7 574 * @}
Kojto 101:7cff1c4259d7 575 */
Kojto 101:7cff1c4259d7 576
Kojto 101:7cff1c4259d7 577 /* Private macros --------------------------------------------------------*/
Kojto 101:7cff1c4259d7 578 /** @defgroup SMARTCARD_Private_Macros SMARTCARD Private Macros
Kojto 101:7cff1c4259d7 579 * @{
Kojto 101:7cff1c4259d7 580 */
Kojto 101:7cff1c4259d7 581 #define IS_SMARTCARD_WORD_LENGTH(LENGTH) ((LENGTH) == SMARTCARD_WORDLENGTH_9B)
Kojto 101:7cff1c4259d7 582 #define IS_SMARTCARD_STOPBITS(STOPBITS) (((STOPBITS) == SMARTCARD_STOPBITS_0_5) || \
Kojto 101:7cff1c4259d7 583 ((STOPBITS) == SMARTCARD_STOPBITS_1_5))
Kojto 101:7cff1c4259d7 584 #define IS_SMARTCARD_PARITY(PARITY) (((PARITY) == SMARTCARD_PARITY_EVEN) || \
Kojto 101:7cff1c4259d7 585 ((PARITY) == SMARTCARD_PARITY_ODD))
Kojto 101:7cff1c4259d7 586 #define IS_SMARTCARD_MODE(MODE) ((((MODE) & (uint32_t)0x0000FFF3) == 0x00) && ((MODE) != (uint32_t)0x000000))
Kojto 101:7cff1c4259d7 587 #define IS_SMARTCARD_POLARITY(CPOL) (((CPOL) == SMARTCARD_POLARITY_LOW) || ((CPOL) == SMARTCARD_POLARITY_HIGH))
Kojto 101:7cff1c4259d7 588 #define IS_SMARTCARD_PHASE(CPHA) (((CPHA) == SMARTCARD_PHASE_1EDGE) || ((CPHA) == SMARTCARD_PHASE_2EDGE))
Kojto 101:7cff1c4259d7 589 #define IS_SMARTCARD_LASTBIT(LASTBIT) (((LASTBIT) == SMARTCARD_LASTBIT_DISABLE) || \
Kojto 101:7cff1c4259d7 590 ((LASTBIT) == SMARTCARD_LASTBIT_ENABLE))
Kojto 101:7cff1c4259d7 591 #define IS_SMARTCARD_NACK_STATE(NACK) (((NACK) == SMARTCARD_NACK_ENABLE) || \
Kojto 101:7cff1c4259d7 592 ((NACK) == SMARTCARD_NACK_DISABLE))
Kojto 101:7cff1c4259d7 593 #define IS_SMARTCARD_BAUDRATE(BAUDRATE) ((BAUDRATE) < 10500001)
Kojto 101:7cff1c4259d7 594 /**
Kojto 101:7cff1c4259d7 595 * @}
Kojto 101:7cff1c4259d7 596 */
Kojto 101:7cff1c4259d7 597
Kojto 101:7cff1c4259d7 598 /* Private functions ---------------------------------------------------------*/
Kojto 101:7cff1c4259d7 599 /** @defgroup SMARTCARD_Private_Functions SMARTCARD Private Functions
Kojto 101:7cff1c4259d7 600 * @{
Kojto 101:7cff1c4259d7 601 */
Kojto 101:7cff1c4259d7 602
Kojto 101:7cff1c4259d7 603 /**
Kojto 101:7cff1c4259d7 604 * @}
Kojto 101:7cff1c4259d7 605 */
Kojto 101:7cff1c4259d7 606
Kojto 101:7cff1c4259d7 607 /**
Kojto 101:7cff1c4259d7 608 * @}
Kojto 101:7cff1c4259d7 609 */
Kojto 101:7cff1c4259d7 610
Kojto 101:7cff1c4259d7 611 /**
Kojto 101:7cff1c4259d7 612 * @}
Kojto 101:7cff1c4259d7 613 */
Kojto 101:7cff1c4259d7 614 #ifdef __cplusplus
Kojto 101:7cff1c4259d7 615 }
Kojto 101:7cff1c4259d7 616 #endif
Kojto 101:7cff1c4259d7 617
Kojto 101:7cff1c4259d7 618 #endif /* __STM32F4xx_HAL_SMARTCARD_H */
Kojto 101:7cff1c4259d7 619
Kojto 101:7cff1c4259d7 620 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/