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

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Committer:
Kojto
Date:
Wed Nov 25 13:21:40 2015 +0000
Revision:
110:165afa46840b
Release 110  of the mbed library

Changes:
- new platforms - STM32F410R, DISCO_F429ZI, DISCO_F469NI
- Nucleo L476 - gcc and uvision template
- k22,k64f targets - ADC channels A addition
- EFM32 - bugfixes in sleep, serial and spi
- Delta DFCM NNN40 - pinnames update

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 110:165afa46840b 1 /**
Kojto 110:165afa46840b 2 ******************************************************************************
Kojto 110:165afa46840b 3 * @file stm32f4xx_hal_sai.h
Kojto 110:165afa46840b 4 * @author MCD Application Team
Kojto 110:165afa46840b 5 * @version V1.4.1
Kojto 110:165afa46840b 6 * @date 09-October-2015
Kojto 110:165afa46840b 7 * @brief Header file of SAI HAL module.
Kojto 110:165afa46840b 8 ******************************************************************************
Kojto 110:165afa46840b 9 * @attention
Kojto 110:165afa46840b 10 *
Kojto 110:165afa46840b 11 * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
Kojto 110:165afa46840b 12 *
Kojto 110:165afa46840b 13 * Redistribution and use in source and binary forms, with or without modification,
Kojto 110:165afa46840b 14 * are permitted provided that the following conditions are met:
Kojto 110:165afa46840b 15 * 1. Redistributions of source code must retain the above copyright notice,
Kojto 110:165afa46840b 16 * this list of conditions and the following disclaimer.
Kojto 110:165afa46840b 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
Kojto 110:165afa46840b 18 * this list of conditions and the following disclaimer in the documentation
Kojto 110:165afa46840b 19 * and/or other materials provided with the distribution.
Kojto 110:165afa46840b 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
Kojto 110:165afa46840b 21 * may be used to endorse or promote products derived from this software
Kojto 110:165afa46840b 22 * without specific prior written permission.
Kojto 110:165afa46840b 23 *
Kojto 110:165afa46840b 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
Kojto 110:165afa46840b 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Kojto 110:165afa46840b 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
Kojto 110:165afa46840b 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
Kojto 110:165afa46840b 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Kojto 110:165afa46840b 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
Kojto 110:165afa46840b 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
Kojto 110:165afa46840b 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
Kojto 110:165afa46840b 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Kojto 110:165afa46840b 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Kojto 110:165afa46840b 34 *
Kojto 110:165afa46840b 35 ******************************************************************************
Kojto 110:165afa46840b 36 */
Kojto 110:165afa46840b 37
Kojto 110:165afa46840b 38 /* Define to prevent recursive inclusion -------------------------------------*/
Kojto 110:165afa46840b 39 #ifndef __STM32F4xx_HAL_SAI_H
Kojto 110:165afa46840b 40 #define __STM32F4xx_HAL_SAI_H
Kojto 110:165afa46840b 41
Kojto 110:165afa46840b 42 #ifdef __cplusplus
Kojto 110:165afa46840b 43 extern "C" {
Kojto 110:165afa46840b 44 #endif
Kojto 110:165afa46840b 45
Kojto 110:165afa46840b 46 /* Includes ------------------------------------------------------------------*/
Kojto 110:165afa46840b 47 #include "stm32f4xx_hal_def.h"
Kojto 110:165afa46840b 48
Kojto 110:165afa46840b 49 /** @addtogroup STM32F4xx_HAL_Driver
Kojto 110:165afa46840b 50 * @{
Kojto 110:165afa46840b 51 */
Kojto 110:165afa46840b 52 #if defined(STM32F427xx) || defined(STM32F437xx) || defined(STM32F429xx) || defined(STM32F439xx) ||\
Kojto 110:165afa46840b 53 defined(STM32F446xx) || defined(STM32F469xx) || defined(STM32F479xx)
Kojto 110:165afa46840b 54
Kojto 110:165afa46840b 55 /** @addtogroup SAI
Kojto 110:165afa46840b 56 * @{
Kojto 110:165afa46840b 57 */
Kojto 110:165afa46840b 58
Kojto 110:165afa46840b 59 /* Exported types ------------------------------------------------------------*/
Kojto 110:165afa46840b 60 /** @defgroup SAI_Exported_Types SAI Exported Types
Kojto 110:165afa46840b 61 * @{
Kojto 110:165afa46840b 62 */
Kojto 110:165afa46840b 63
Kojto 110:165afa46840b 64 /**
Kojto 110:165afa46840b 65 * @brief HAL State structures definition
Kojto 110:165afa46840b 66 */
Kojto 110:165afa46840b 67 typedef enum
Kojto 110:165afa46840b 68 {
Kojto 110:165afa46840b 69 HAL_SAI_STATE_RESET = 0x00, /*!< SAI not yet initialized or disabled */
Kojto 110:165afa46840b 70 HAL_SAI_STATE_READY = 0x01, /*!< SAI initialized and ready for use */
Kojto 110:165afa46840b 71 HAL_SAI_STATE_BUSY = 0x02, /*!< SAI internal process is ongoing */
Kojto 110:165afa46840b 72 HAL_SAI_STATE_BUSY_TX = 0x12, /*!< Data transmission process is ongoing */
Kojto 110:165afa46840b 73 HAL_SAI_STATE_BUSY_RX = 0x22, /*!< Data reception process is ongoing */
Kojto 110:165afa46840b 74 HAL_SAI_STATE_TIMEOUT = 0x03, /*!< SAI timeout state */
Kojto 110:165afa46840b 75 HAL_SAI_STATE_ERROR = 0x04 /*!< SAI error state */
Kojto 110:165afa46840b 76 }HAL_SAI_StateTypeDef;
Kojto 110:165afa46840b 77
Kojto 110:165afa46840b 78 /**
Kojto 110:165afa46840b 79 * @brief SAI Callback prototype
Kojto 110:165afa46840b 80 */
Kojto 110:165afa46840b 81 typedef void (*SAIcallback)(void);
Kojto 110:165afa46840b 82
Kojto 110:165afa46840b 83 /**
Kojto 110:165afa46840b 84 * @brief SAI Init Structure definition
Kojto 110:165afa46840b 85 */
Kojto 110:165afa46840b 86 typedef struct
Kojto 110:165afa46840b 87 {
Kojto 110:165afa46840b 88 uint32_t AudioMode; /*!< Specifies the SAI Block audio Mode.
Kojto 110:165afa46840b 89 This parameter can be a value of @ref SAI_Block_Mode */
Kojto 110:165afa46840b 90
Kojto 110:165afa46840b 91 uint32_t Synchro; /*!< Specifies SAI Block synchronization
Kojto 110:165afa46840b 92 This parameter can be a value of @ref SAI_Block_Synchronization */
Kojto 110:165afa46840b 93
Kojto 110:165afa46840b 94 uint32_t SynchroExt; /*!< Specifies SAI Block synchronization, this setup is common
Kojto 110:165afa46840b 95 for BLOCKA and BLOCKB
Kojto 110:165afa46840b 96 This parameter can be a value of @ref SAI_Block_SyncExt */
Kojto 110:165afa46840b 97
Kojto 110:165afa46840b 98 uint32_t OutputDrive; /*!< Specifies when SAI Block outputs are driven.
Kojto 110:165afa46840b 99 This parameter can be a value of @ref SAI_Block_Output_Drive
Kojto 110:165afa46840b 100 @note this value has to be set before enabling the audio block
Kojto 110:165afa46840b 101 but after the audio block configuration. */
Kojto 110:165afa46840b 102
Kojto 110:165afa46840b 103 uint32_t NoDivider; /*!< Specifies whether master clock will be divided or not.
Kojto 110:165afa46840b 104 This parameter can be a value of @ref SAI_Block_NoDivider
Kojto 110:165afa46840b 105 @note: If bit NODIV in the SAI_xCR1 register is cleared, the frame length
Kojto 110:165afa46840b 106 should be aligned to a number equal to a power of 2, from 8 to 256.
Kojto 110:165afa46840b 107 If bit NODIV in the SAI_xCR1 register is set, the frame length can
Kojto 110:165afa46840b 108 take any of the values without constraint since the input clock of
Kojto 110:165afa46840b 109 the audio block should be equal to the bit clock.
Kojto 110:165afa46840b 110 There is no MCLK_x clock which can be output. */
Kojto 110:165afa46840b 111
Kojto 110:165afa46840b 112 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold.
Kojto 110:165afa46840b 113 This parameter can be a value of @ref SAI_Block_Fifo_Threshold */
Kojto 110:165afa46840b 114
Kojto 110:165afa46840b 115 uint32_t ClockSource; /*!< Specifies the SAI Block x Clock source.
Kojto 110:165afa46840b 116 This parameter is not used for STM32F446xx devices. */
Kojto 110:165afa46840b 117
Kojto 110:165afa46840b 118 uint32_t AudioFrequency; /*!< Specifies the audio frequency sampling.
Kojto 110:165afa46840b 119 This parameter can be a value of @ref SAI_Audio_Frequency */
Kojto 110:165afa46840b 120
Kojto 110:165afa46840b 121 uint32_t Mckdiv; /*!< Specifies the master clock divider, the parameter will be used if for
Kojto 110:165afa46840b 122 AudioFrequency the user choice
Kojto 110:165afa46840b 123 This parameter must be a number between Min_Data = 0 and Max_Data = 15 */
Kojto 110:165afa46840b 124
Kojto 110:165afa46840b 125 uint32_t MonoStereoMode; /*!< Specifies if the mono or stereo mode is selected.
Kojto 110:165afa46840b 126 This parameter can be a value of @ref SAI_Mono_Stereo_Mode */
Kojto 110:165afa46840b 127
Kojto 110:165afa46840b 128 uint32_t CompandingMode; /*!< Specifies the companding mode type.
Kojto 110:165afa46840b 129 This parameter can be a value of @ref SAI_Block_Companding_Mode */
Kojto 110:165afa46840b 130
Kojto 110:165afa46840b 131 uint32_t TriState; /*!< Specifies the companding mode type.
Kojto 110:165afa46840b 132 This parameter can be a value of @ref SAI_TRIState_Management */
Kojto 110:165afa46840b 133
Kojto 110:165afa46840b 134 /* This part of the structure is automatically filled if your are using the high level intialisation
Kojto 110:165afa46840b 135 function HAL_SAI_InitProtocol */
Kojto 110:165afa46840b 136
Kojto 110:165afa46840b 137 uint32_t Protocol; /*!< Specifies the SAI Block protocol.
Kojto 110:165afa46840b 138 This parameter can be a value of @ref SAI_Block_Protocol */
Kojto 110:165afa46840b 139
Kojto 110:165afa46840b 140 uint32_t DataSize; /*!< Specifies the SAI Block data size.
Kojto 110:165afa46840b 141 This parameter can be a value of @ref SAI_Block_Data_Size */
Kojto 110:165afa46840b 142
Kojto 110:165afa46840b 143 uint32_t FirstBit; /*!< Specifies whether data transfers start from MSB or LSB bit.
Kojto 110:165afa46840b 144 This parameter can be a value of @ref SAI_Block_MSB_LSB_transmission */
Kojto 110:165afa46840b 145
Kojto 110:165afa46840b 146 uint32_t ClockStrobing; /*!< Specifies the SAI Block clock strobing edge sensitivity.
Kojto 110:165afa46840b 147 This parameter can be a value of @ref SAI_Block_Clock_Strobing */
Kojto 110:165afa46840b 148 }SAI_InitTypeDef;
Kojto 110:165afa46840b 149
Kojto 110:165afa46840b 150 /**
Kojto 110:165afa46840b 151 * @brief SAI Block Frame Init structure definition
Kojto 110:165afa46840b 152 */
Kojto 110:165afa46840b 153
Kojto 110:165afa46840b 154 typedef struct
Kojto 110:165afa46840b 155 {
Kojto 110:165afa46840b 156
Kojto 110:165afa46840b 157 uint32_t FrameLength; /*!< Specifies the Frame length, the number of SCK clocks for each audio frame.
Kojto 110:165afa46840b 158 This parameter must be a number between Min_Data = 8 and Max_Data = 256.
Kojto 110:165afa46840b 159 @note: If master clock MCLK_x pin is declared as an output, the frame length
Kojto 110:165afa46840b 160 should be aligned to a number equal to power of 2 in order to keep
Kojto 110:165afa46840b 161 in an audio frame, an integer number of MCLK pulses by bit Clock. */
Kojto 110:165afa46840b 162
Kojto 110:165afa46840b 163 uint32_t ActiveFrameLength; /*!< Specifies the Frame synchronization active level length.
Kojto 110:165afa46840b 164 This Parameter specifies the length in number of bit clock (SCK + 1)
Kojto 110:165afa46840b 165 of the active level of FS signal in audio frame.
Kojto 110:165afa46840b 166 This parameter must be a number between Min_Data = 1 and Max_Data = 128 */
Kojto 110:165afa46840b 167
Kojto 110:165afa46840b 168 uint32_t FSDefinition; /*!< Specifies the Frame synchronization definition.
Kojto 110:165afa46840b 169 This parameter can be a value of @ref SAI_Block_FS_Definition */
Kojto 110:165afa46840b 170
Kojto 110:165afa46840b 171 uint32_t FSPolarity; /*!< Specifies the Frame synchronization Polarity.
Kojto 110:165afa46840b 172 This parameter can be a value of @ref SAI_Block_FS_Polarity */
Kojto 110:165afa46840b 173
Kojto 110:165afa46840b 174 uint32_t FSOffset; /*!< Specifies the Frame synchronization Offset.
Kojto 110:165afa46840b 175 This parameter can be a value of @ref SAI_Block_FS_Offset */
Kojto 110:165afa46840b 176
Kojto 110:165afa46840b 177 }SAI_FrameInitTypeDef;
Kojto 110:165afa46840b 178
Kojto 110:165afa46840b 179 /**
Kojto 110:165afa46840b 180 * @brief SAI Block Slot Init Structure definition
Kojto 110:165afa46840b 181 */
Kojto 110:165afa46840b 182
Kojto 110:165afa46840b 183 typedef struct
Kojto 110:165afa46840b 184 {
Kojto 110:165afa46840b 185 uint32_t FirstBitOffset; /*!< Specifies the position of first data transfer bit in the slot.
Kojto 110:165afa46840b 186 This parameter must be a number between Min_Data = 0 and Max_Data = 24 */
Kojto 110:165afa46840b 187
Kojto 110:165afa46840b 188 uint32_t SlotSize; /*!< Specifies the Slot Size.
Kojto 110:165afa46840b 189 This parameter can be a value of @ref SAI_Block_Slot_Size */
Kojto 110:165afa46840b 190
Kojto 110:165afa46840b 191 uint32_t SlotNumber; /*!< Specifies the number of slot in the audio frame.
Kojto 110:165afa46840b 192 This parameter must be a number between Min_Data = 1 and Max_Data = 16 */
Kojto 110:165afa46840b 193
Kojto 110:165afa46840b 194 uint32_t SlotActive; /*!< Specifies the slots in audio frame that will be activated.
Kojto 110:165afa46840b 195 This parameter can be a value of @ref SAI_Block_Slot_Active */
Kojto 110:165afa46840b 196 }SAI_SlotInitTypeDef;
Kojto 110:165afa46840b 197
Kojto 110:165afa46840b 198 /**
Kojto 110:165afa46840b 199 * @brief SAI handle Structure definition
Kojto 110:165afa46840b 200 */
Kojto 110:165afa46840b 201 typedef struct __SAI_HandleTypeDef
Kojto 110:165afa46840b 202 {
Kojto 110:165afa46840b 203 SAI_Block_TypeDef *Instance; /*!< SAI Blockx registers base address */
Kojto 110:165afa46840b 204
Kojto 110:165afa46840b 205 SAI_InitTypeDef Init; /*!< SAI communication parameters */
Kojto 110:165afa46840b 206
Kojto 110:165afa46840b 207 SAI_FrameInitTypeDef FrameInit; /*!< SAI Frame configuration parameters */
Kojto 110:165afa46840b 208
Kojto 110:165afa46840b 209 SAI_SlotInitTypeDef SlotInit; /*!< SAI Slot configuration parameters */
Kojto 110:165afa46840b 210
Kojto 110:165afa46840b 211 uint8_t *pBuffPtr; /*!< Pointer to SAI transfer Buffer */
Kojto 110:165afa46840b 212
Kojto 110:165afa46840b 213 uint16_t XferSize; /*!< SAI transfer size */
Kojto 110:165afa46840b 214
Kojto 110:165afa46840b 215 uint16_t XferCount; /*!< SAI transfer counter */
Kojto 110:165afa46840b 216
Kojto 110:165afa46840b 217 DMA_HandleTypeDef *hdmatx; /*!< SAI Tx DMA handle parameters */
Kojto 110:165afa46840b 218
Kojto 110:165afa46840b 219 DMA_HandleTypeDef *hdmarx; /*!< SAI Rx DMA handle parameters */
Kojto 110:165afa46840b 220
Kojto 110:165afa46840b 221 SAIcallback mutecallback;/*!< SAI mute callback */
Kojto 110:165afa46840b 222
Kojto 110:165afa46840b 223 void (*InterruptServiceRoutine)(struct __SAI_HandleTypeDef *hsai); /* function pointer for IRQ handler */
Kojto 110:165afa46840b 224
Kojto 110:165afa46840b 225 HAL_LockTypeDef Lock; /*!< SAI locking object */
Kojto 110:165afa46840b 226
Kojto 110:165afa46840b 227 __IO HAL_SAI_StateTypeDef State; /*!< SAI communication state */
Kojto 110:165afa46840b 228
Kojto 110:165afa46840b 229 __IO uint32_t ErrorCode; /*!< SAI Error code */
Kojto 110:165afa46840b 230 }SAI_HandleTypeDef;
Kojto 110:165afa46840b 231
Kojto 110:165afa46840b 232 /**
Kojto 110:165afa46840b 233 * @}
Kojto 110:165afa46840b 234 */
Kojto 110:165afa46840b 235
Kojto 110:165afa46840b 236 /* Exported constants --------------------------------------------------------*/
Kojto 110:165afa46840b 237
Kojto 110:165afa46840b 238 /** @defgroup SAI_Exported_Constants SAI Exported Constants
Kojto 110:165afa46840b 239 * @{
Kojto 110:165afa46840b 240 */
Kojto 110:165afa46840b 241
Kojto 110:165afa46840b 242 /** @defgroup SAI_Error_Code SAI Error Code
Kojto 110:165afa46840b 243 * @{
Kojto 110:165afa46840b 244 */
Kojto 110:165afa46840b 245 #define HAL_SAI_ERROR_NONE ((uint32_t)0x00000000) /*!< No error */
Kojto 110:165afa46840b 246 #define HAL_SAI_ERROR_OVR ((uint32_t)0x00000001) /*!< Overrun Error */
Kojto 110:165afa46840b 247 #define HAL_SAI_ERROR_UDR ((uint32_t)0x00000002) /*!< Underrun error */
Kojto 110:165afa46840b 248 #define HAL_SAI_ERROR_AFSDET ((uint32_t)0x00000004) /*!< Anticipated Frame synchronisation detection */
Kojto 110:165afa46840b 249 #define HAL_SAI_ERROR_LFSDET ((uint32_t)0x00000008) /*!< Late Frame synchronisation detection */
Kojto 110:165afa46840b 250 #define HAL_SAI_ERROR_CNREADY ((uint32_t)0x00000010) /*!< codec not ready */
Kojto 110:165afa46840b 251 #define HAL_SAI_ERROR_WCKCFG ((uint32_t)0x00000020) /*!< Wrong clock configuration */
Kojto 110:165afa46840b 252 #define HAL_SAI_ERROR_TIMEOUT ((uint32_t)0x00000040) /*!< Timeout error */
Kojto 110:165afa46840b 253 /**
Kojto 110:165afa46840b 254 * @}
Kojto 110:165afa46840b 255 */
Kojto 110:165afa46840b 256
Kojto 110:165afa46840b 257 /** @defgroup SAI_Block_SyncExt SAI External synchronisation
Kojto 110:165afa46840b 258 * @{
Kojto 110:165afa46840b 259 */
Kojto 110:165afa46840b 260 #define SAI_SYNCEXT_DISABLE ((uint32_t)0x00000000)
Kojto 110:165afa46840b 261 #define SAI_SYNCEXT_IN_ENABLE ((uint32_t)0x00000001)
Kojto 110:165afa46840b 262 #define SAI_SYNCEXT_OUTBLOCKA_ENABLE ((uint32_t)0x00000002)
Kojto 110:165afa46840b 263 #define SAI_SYNCEXT_OUTBLOCKB_ENABLE ((uint32_t)0x00000004)
Kojto 110:165afa46840b 264 /**
Kojto 110:165afa46840b 265 * @}
Kojto 110:165afa46840b 266 */
Kojto 110:165afa46840b 267
Kojto 110:165afa46840b 268 /** @defgroup SAI_Protocol SAI Supported protocol
Kojto 110:165afa46840b 269 * @{
Kojto 110:165afa46840b 270 */
Kojto 110:165afa46840b 271 #define SAI_I2S_STANDARD ((uint32_t)0x00000000)
Kojto 110:165afa46840b 272 #define SAI_I2S_MSBJUSTIFIED ((uint32_t)0x00000001)
Kojto 110:165afa46840b 273 #define SAI_I2S_LSBJUSTIFIED ((uint32_t)0x00000002)
Kojto 110:165afa46840b 274 #define SAI_PCM_LONG ((uint32_t)0x00000004)
Kojto 110:165afa46840b 275 #define SAI_PCM_SHORT ((uint32_t)0x00000008)
Kojto 110:165afa46840b 276 /**
Kojto 110:165afa46840b 277 * @}
Kojto 110:165afa46840b 278 */
Kojto 110:165afa46840b 279
Kojto 110:165afa46840b 280 /** @defgroup SAI_Protocol_DataSize SAI protocol data size
Kojto 110:165afa46840b 281 * @{
Kojto 110:165afa46840b 282 */
Kojto 110:165afa46840b 283 #define SAI_PROTOCOL_DATASIZE_16BIT ((uint32_t)0x00000000)
Kojto 110:165afa46840b 284 #define SAI_PROTOCOL_DATASIZE_16BITEXTENDED ((uint32_t)0x00000001)
Kojto 110:165afa46840b 285 #define SAI_PROTOCOL_DATASIZE_24BIT ((uint32_t)0x00000002)
Kojto 110:165afa46840b 286 #define SAI_PROTOCOL_DATASIZE_32BIT ((uint32_t)0x00000004)
Kojto 110:165afa46840b 287 /**
Kojto 110:165afa46840b 288 * @}
Kojto 110:165afa46840b 289 */
Kojto 110:165afa46840b 290
Kojto 110:165afa46840b 291 /** @defgroup SAI_Clock_Source SAI Clock Source
Kojto 110:165afa46840b 292 * @{
Kojto 110:165afa46840b 293 */
Kojto 110:165afa46840b 294 #define SAI_CLKSOURCE_PLLSAI ((uint32_t)0x00000000)
Kojto 110:165afa46840b 295 #define SAI_CLKSOURCE_PLLI2S ((uint32_t)0x00100000)
Kojto 110:165afa46840b 296 #define SAI_CLKSOURCE_EXT ((uint32_t)0x00200000)
Kojto 110:165afa46840b 297 #define SAI_CLKSOURCE_NA ((uint32_t)0x00400000) /*!< No applicable for STM32F446xx */
Kojto 110:165afa46840b 298 /**
Kojto 110:165afa46840b 299 * @}
Kojto 110:165afa46840b 300 */
Kojto 110:165afa46840b 301
Kojto 110:165afa46840b 302 /** @defgroup SAI_Audio_Frequency SAI Audio Frequency
Kojto 110:165afa46840b 303 * @{
Kojto 110:165afa46840b 304 */
Kojto 110:165afa46840b 305 #define SAI_AUDIO_FREQUENCY_192K ((uint32_t)192000)
Kojto 110:165afa46840b 306 #define SAI_AUDIO_FREQUENCY_96K ((uint32_t)96000)
Kojto 110:165afa46840b 307 #define SAI_AUDIO_FREQUENCY_48K ((uint32_t)48000)
Kojto 110:165afa46840b 308 #define SAI_AUDIO_FREQUENCY_44K ((uint32_t)44100)
Kojto 110:165afa46840b 309 #define SAI_AUDIO_FREQUENCY_32K ((uint32_t)32000)
Kojto 110:165afa46840b 310 #define SAI_AUDIO_FREQUENCY_22K ((uint32_t)22050)
Kojto 110:165afa46840b 311 #define SAI_AUDIO_FREQUENCY_16K ((uint32_t)16000)
Kojto 110:165afa46840b 312 #define SAI_AUDIO_FREQUENCY_11K ((uint32_t)11025)
Kojto 110:165afa46840b 313 #define SAI_AUDIO_FREQUENCY_8K ((uint32_t)8000)
Kojto 110:165afa46840b 314 #define SAI_AUDIO_FREQUENCY_MCKDIV ((uint32_t)0)
Kojto 110:165afa46840b 315
Kojto 110:165afa46840b 316 /**
Kojto 110:165afa46840b 317 * @}
Kojto 110:165afa46840b 318 */
Kojto 110:165afa46840b 319
Kojto 110:165afa46840b 320 /** @defgroup SAI_Block_Mode SAI Block Mode
Kojto 110:165afa46840b 321 * @{
Kojto 110:165afa46840b 322 */
Kojto 110:165afa46840b 323 #define SAI_MODEMASTER_TX ((uint32_t)0x00000000)
Kojto 110:165afa46840b 324 #define SAI_MODEMASTER_RX ((uint32_t)SAI_xCR1_MODE_0)
Kojto 110:165afa46840b 325 #define SAI_MODESLAVE_TX ((uint32_t)SAI_xCR1_MODE_1)
Kojto 110:165afa46840b 326 #define SAI_MODESLAVE_RX ((uint32_t)(SAI_xCR1_MODE_1 | SAI_xCR1_MODE_0))
Kojto 110:165afa46840b 327
Kojto 110:165afa46840b 328 /**
Kojto 110:165afa46840b 329 * @}
Kojto 110:165afa46840b 330 */
Kojto 110:165afa46840b 331
Kojto 110:165afa46840b 332 /** @defgroup SAI_Block_Protocol SAI Block Protocol
Kojto 110:165afa46840b 333 * @{
Kojto 110:165afa46840b 334 */
Kojto 110:165afa46840b 335 #define SAI_FREE_PROTOCOL ((uint32_t)0x00000000)
Kojto 110:165afa46840b 336 #define SAI_SPDIF_PROTOCOL ((uint32_t)SAI_xCR1_PRTCFG_0)
Kojto 110:165afa46840b 337 #define SAI_AC97_PROTOCOL ((uint32_t)SAI_xCR1_PRTCFG_1)
Kojto 110:165afa46840b 338
Kojto 110:165afa46840b 339 /**
Kojto 110:165afa46840b 340 * @}
Kojto 110:165afa46840b 341 */
Kojto 110:165afa46840b 342
Kojto 110:165afa46840b 343 /** @defgroup SAI_Block_Data_Size SAI Block Data Size
Kojto 110:165afa46840b 344 * @{
Kojto 110:165afa46840b 345 */
Kojto 110:165afa46840b 346 #define SAI_DATASIZE_8 ((uint32_t)SAI_xCR1_DS_1)
Kojto 110:165afa46840b 347 #define SAI_DATASIZE_10 ((uint32_t)(SAI_xCR1_DS_1 | SAI_xCR1_DS_0))
Kojto 110:165afa46840b 348 #define SAI_DATASIZE_16 ((uint32_t)SAI_xCR1_DS_2)
Kojto 110:165afa46840b 349 #define SAI_DATASIZE_20 ((uint32_t)(SAI_xCR1_DS_2 | SAI_xCR1_DS_0))
Kojto 110:165afa46840b 350 #define SAI_DATASIZE_24 ((uint32_t)(SAI_xCR1_DS_2 | SAI_xCR1_DS_1))
Kojto 110:165afa46840b 351 #define SAI_DATASIZE_32 ((uint32_t)(SAI_xCR1_DS_2 | SAI_xCR1_DS_1 | SAI_xCR1_DS_0))
Kojto 110:165afa46840b 352
Kojto 110:165afa46840b 353 /**
Kojto 110:165afa46840b 354 * @}
Kojto 110:165afa46840b 355 */
Kojto 110:165afa46840b 356
Kojto 110:165afa46840b 357 /** @defgroup SAI_Block_MSB_LSB_transmission SAI Block MSB LSB transmission
Kojto 110:165afa46840b 358 * @{
Kojto 110:165afa46840b 359 */
Kojto 110:165afa46840b 360 #define SAI_FIRSTBIT_MSB ((uint32_t)0x00000000)
Kojto 110:165afa46840b 361 #define SAI_FIRSTBIT_LSB ((uint32_t)SAI_xCR1_LSBFIRST)
Kojto 110:165afa46840b 362
Kojto 110:165afa46840b 363 /**
Kojto 110:165afa46840b 364 * @}
Kojto 110:165afa46840b 365 */
Kojto 110:165afa46840b 366
Kojto 110:165afa46840b 367 /** @defgroup SAI_Block_Clock_Strobing SAI Block Clock Strobing
Kojto 110:165afa46840b 368 * @{
Kojto 110:165afa46840b 369 */
Kojto 110:165afa46840b 370 #define SAI_CLOCKSTROBING_FALLINGEDGE ((uint32_t)0x00000000)
Kojto 110:165afa46840b 371 #define SAI_CLOCKSTROBING_RISINGEDGE ((uint32_t)SAI_xCR1_CKSTR)
Kojto 110:165afa46840b 372
Kojto 110:165afa46840b 373 /**
Kojto 110:165afa46840b 374 * @}
Kojto 110:165afa46840b 375 */
Kojto 110:165afa46840b 376
Kojto 110:165afa46840b 377 /** @defgroup SAI_Block_Synchronization SAI Block Synchronization
Kojto 110:165afa46840b 378 * @{
Kojto 110:165afa46840b 379 */
Kojto 110:165afa46840b 380 #define SAI_ASYNCHRONOUS ((uint32_t)0x00000000)
Kojto 110:165afa46840b 381 #define SAI_SYNCHRONOUS ((uint32_t)SAI_xCR1_SYNCEN_0)
Kojto 110:165afa46840b 382 #define SAI_SYNCHRONOUS_EXT ((uint32_t)SAI_xCR1_SYNCEN_1)
Kojto 110:165afa46840b 383
Kojto 110:165afa46840b 384 /**
Kojto 110:165afa46840b 385 * @}
Kojto 110:165afa46840b 386 */
Kojto 110:165afa46840b 387
Kojto 110:165afa46840b 388 /** @defgroup SAI_Block_Output_Drive SAI Block Output Drive
Kojto 110:165afa46840b 389 * @{
Kojto 110:165afa46840b 390 */
Kojto 110:165afa46840b 391 #define SAI_OUTPUTDRIVE_DISABLE ((uint32_t)0x00000000)
Kojto 110:165afa46840b 392 #define SAI_OUTPUTDRIVE_ENABLE ((uint32_t)SAI_xCR1_OUTDRIV)
Kojto 110:165afa46840b 393
Kojto 110:165afa46840b 394 /**
Kojto 110:165afa46840b 395 * @}
Kojto 110:165afa46840b 396 */
Kojto 110:165afa46840b 397
Kojto 110:165afa46840b 398 /** @defgroup SAI_Block_NoDivider SAI Block NoDivider
Kojto 110:165afa46840b 399 * @{
Kojto 110:165afa46840b 400 */
Kojto 110:165afa46840b 401 #define SAI_MASTERDIVIDER_ENABLE ((uint32_t)0x00000000)
Kojto 110:165afa46840b 402 #define SAI_MASTERDIVIDER_DISABLE ((uint32_t)SAI_xCR1_NODIV)
Kojto 110:165afa46840b 403
Kojto 110:165afa46840b 404 /**
Kojto 110:165afa46840b 405 * @}
Kojto 110:165afa46840b 406 */
Kojto 110:165afa46840b 407
Kojto 110:165afa46840b 408
Kojto 110:165afa46840b 409 /** @defgroup SAI_Block_FS_Definition SAI Block FS Definition
Kojto 110:165afa46840b 410 * @{
Kojto 110:165afa46840b 411 */
Kojto 110:165afa46840b 412 #define SAI_FS_STARTFRAME ((uint32_t)0x00000000)
Kojto 110:165afa46840b 413 #define SAI_FS_CHANNEL_IDENTIFICATION ((uint32_t)SAI_xFRCR_FSDEF)
Kojto 110:165afa46840b 414
Kojto 110:165afa46840b 415 /**
Kojto 110:165afa46840b 416 * @}
Kojto 110:165afa46840b 417 */
Kojto 110:165afa46840b 418
Kojto 110:165afa46840b 419 /** @defgroup SAI_Block_FS_Polarity SAI Block FS Polarity
Kojto 110:165afa46840b 420 * @{
Kojto 110:165afa46840b 421 */
Kojto 110:165afa46840b 422 #define SAI_FS_ACTIVE_LOW ((uint32_t)0x00000000)
Kojto 110:165afa46840b 423 #define SAI_FS_ACTIVE_HIGH ((uint32_t)SAI_xFRCR_FSPO)
Kojto 110:165afa46840b 424
Kojto 110:165afa46840b 425 /**
Kojto 110:165afa46840b 426 * @}
Kojto 110:165afa46840b 427 */
Kojto 110:165afa46840b 428
Kojto 110:165afa46840b 429 /** @defgroup SAI_Block_FS_Offset SAI Block FS Offset
Kojto 110:165afa46840b 430 * @{
Kojto 110:165afa46840b 431 */
Kojto 110:165afa46840b 432 #define SAI_FS_FIRSTBIT ((uint32_t)0x00000000)
Kojto 110:165afa46840b 433 #define SAI_FS_BEFOREFIRSTBIT ((uint32_t)SAI_xFRCR_FSOFF)
Kojto 110:165afa46840b 434
Kojto 110:165afa46840b 435 /**
Kojto 110:165afa46840b 436 * @}
Kojto 110:165afa46840b 437 */
Kojto 110:165afa46840b 438
Kojto 110:165afa46840b 439
Kojto 110:165afa46840b 440 /** @defgroup SAI_Block_Slot_Size SAI Block Slot Size
Kojto 110:165afa46840b 441 * @{
Kojto 110:165afa46840b 442 */
Kojto 110:165afa46840b 443 #define SAI_SLOTSIZE_DATASIZE ((uint32_t)0x00000000)
Kojto 110:165afa46840b 444 #define SAI_SLOTSIZE_16B ((uint32_t)SAI_xSLOTR_SLOTSZ_0)
Kojto 110:165afa46840b 445 #define SAI_SLOTSIZE_32B ((uint32_t)SAI_xSLOTR_SLOTSZ_1)
Kojto 110:165afa46840b 446 /**
Kojto 110:165afa46840b 447 * @}
Kojto 110:165afa46840b 448 */
Kojto 110:165afa46840b 449
Kojto 110:165afa46840b 450 /** @defgroup SAI_Block_Slot_Active SAI Block Slot Active
Kojto 110:165afa46840b 451 * @{
Kojto 110:165afa46840b 452 */
Kojto 110:165afa46840b 453 #define SAI_SLOT_NOTACTIVE ((uint32_t)0x00000000)
Kojto 110:165afa46840b 454 #define SAI_SLOTACTIVE_0 ((uint32_t)0x00010000)
Kojto 110:165afa46840b 455 #define SAI_SLOTACTIVE_1 ((uint32_t)0x00020000)
Kojto 110:165afa46840b 456 #define SAI_SLOTACTIVE_2 ((uint32_t)0x00040000)
Kojto 110:165afa46840b 457 #define SAI_SLOTACTIVE_3 ((uint32_t)0x00080000)
Kojto 110:165afa46840b 458 #define SAI_SLOTACTIVE_4 ((uint32_t)0x00100000)
Kojto 110:165afa46840b 459 #define SAI_SLOTACTIVE_5 ((uint32_t)0x00200000)
Kojto 110:165afa46840b 460 #define SAI_SLOTACTIVE_6 ((uint32_t)0x00400000)
Kojto 110:165afa46840b 461 #define SAI_SLOTACTIVE_7 ((uint32_t)0x00800000)
Kojto 110:165afa46840b 462 #define SAI_SLOTACTIVE_8 ((uint32_t)0x01000000)
Kojto 110:165afa46840b 463 #define SAI_SLOTACTIVE_9 ((uint32_t)0x02000000)
Kojto 110:165afa46840b 464 #define SAI_SLOTACTIVE_10 ((uint32_t)0x04000000)
Kojto 110:165afa46840b 465 #define SAI_SLOTACTIVE_11 ((uint32_t)0x08000000)
Kojto 110:165afa46840b 466 #define SAI_SLOTACTIVE_12 ((uint32_t)0x10000000)
Kojto 110:165afa46840b 467 #define SAI_SLOTACTIVE_13 ((uint32_t)0x20000000)
Kojto 110:165afa46840b 468 #define SAI_SLOTACTIVE_14 ((uint32_t)0x40000000)
Kojto 110:165afa46840b 469 #define SAI_SLOTACTIVE_15 ((uint32_t)0x80000000)
Kojto 110:165afa46840b 470 #define SAI_SLOTACTIVE_ALL ((uint32_t)0xFFFF0000)
Kojto 110:165afa46840b 471
Kojto 110:165afa46840b 472 /**
Kojto 110:165afa46840b 473 * @}
Kojto 110:165afa46840b 474 */
Kojto 110:165afa46840b 475
Kojto 110:165afa46840b 476 /** @defgroup SAI_Mono_Stereo_Mode SAI Mono Stereo Mode
Kojto 110:165afa46840b 477 * @{
Kojto 110:165afa46840b 478 */
Kojto 110:165afa46840b 479 #define SAI_STEREOMODE ((uint32_t)0x00000000)
Kojto 110:165afa46840b 480 #define SAI_MONOMODE ((uint32_t)SAI_xCR1_MONO)
Kojto 110:165afa46840b 481
Kojto 110:165afa46840b 482 /**
Kojto 110:165afa46840b 483 * @}
Kojto 110:165afa46840b 484 */
Kojto 110:165afa46840b 485
Kojto 110:165afa46840b 486 /** @defgroup SAI_TRIState_Management SAI TRIState Management
Kojto 110:165afa46840b 487 * @{
Kojto 110:165afa46840b 488 */
Kojto 110:165afa46840b 489 #define SAI_OUTPUT_NOTRELEASED ((uint32_t)0x00000000)
Kojto 110:165afa46840b 490 #define SAI_OUTPUT_RELEASED ((uint32_t)SAI_xCR2_TRIS)
Kojto 110:165afa46840b 491
Kojto 110:165afa46840b 492 /**
Kojto 110:165afa46840b 493 * @}
Kojto 110:165afa46840b 494 */
Kojto 110:165afa46840b 495
Kojto 110:165afa46840b 496 /** @defgroup SAI_Block_Fifo_Threshold SAI Block Fifo Threshold
Kojto 110:165afa46840b 497 * @{
Kojto 110:165afa46840b 498 */
Kojto 110:165afa46840b 499 #define SAI_FIFOTHRESHOLD_EMPTY ((uint32_t)0x00000000)
Kojto 110:165afa46840b 500 #define SAI_FIFOTHRESHOLD_1QF ((uint32_t)SAI_xCR2_FTH_0)
Kojto 110:165afa46840b 501 #define SAI_FIFOTHRESHOLD_HF ((uint32_t)SAI_xCR2_FTH_1)
Kojto 110:165afa46840b 502 #define SAI_FIFOTHRESHOLD_3QF ((uint32_t)(SAI_xCR2_FTH_1 | SAI_xCR2_FTH_0))
Kojto 110:165afa46840b 503 #define SAI_FIFOTHRESHOLD_FULL ((uint32_t)SAI_xCR2_FTH_2)
Kojto 110:165afa46840b 504
Kojto 110:165afa46840b 505 /**
Kojto 110:165afa46840b 506 * @}
Kojto 110:165afa46840b 507 */
Kojto 110:165afa46840b 508
Kojto 110:165afa46840b 509 /** @defgroup SAI_Block_Companding_Mode SAI Block Companding Mode
Kojto 110:165afa46840b 510 * @{
Kojto 110:165afa46840b 511 */
Kojto 110:165afa46840b 512 #define SAI_NOCOMPANDING ((uint32_t)0x00000000)
Kojto 110:165afa46840b 513 #define SAI_ULAW_1CPL_COMPANDING ((uint32_t)SAI_xCR2_COMP_1)
Kojto 110:165afa46840b 514 #define SAI_ALAW_1CPL_COMPANDING ((uint32_t)(SAI_xCR2_COMP_1 | SAI_xCR2_COMP_0))
Kojto 110:165afa46840b 515 #define SAI_ULAW_2CPL_COMPANDING ((uint32_t)(SAI_xCR2_COMP_1 | SAI_xCR2_CPL))
Kojto 110:165afa46840b 516 #define SAI_ALAW_2CPL_COMPANDING ((uint32_t)(SAI_xCR2_COMP_1 | SAI_xCR2_COMP_0 | SAI_xCR2_CPL))
Kojto 110:165afa46840b 517
Kojto 110:165afa46840b 518 /**
Kojto 110:165afa46840b 519 * @}
Kojto 110:165afa46840b 520 */
Kojto 110:165afa46840b 521
Kojto 110:165afa46840b 522 /** @defgroup SAI_Block_Mute_Value SAI Block Mute Value
Kojto 110:165afa46840b 523 * @{
Kojto 110:165afa46840b 524 */
Kojto 110:165afa46840b 525 #define SAI_ZERO_VALUE ((uint32_t)0x00000000)
Kojto 110:165afa46840b 526 #define SAI_LAST_SENT_VALUE ((uint32_t)SAI_xCR2_MUTEVAL)
Kojto 110:165afa46840b 527
Kojto 110:165afa46840b 528 /**
Kojto 110:165afa46840b 529 * @}
Kojto 110:165afa46840b 530 */
Kojto 110:165afa46840b 531
Kojto 110:165afa46840b 532
Kojto 110:165afa46840b 533 /** @defgroup SAI_Block_Interrupts_Definition SAI Block Interrupts Definition
Kojto 110:165afa46840b 534 * @{
Kojto 110:165afa46840b 535 */
Kojto 110:165afa46840b 536 #define SAI_IT_OVRUDR ((uint32_t)SAI_xIMR_OVRUDRIE)
Kojto 110:165afa46840b 537 #define SAI_IT_MUTEDET ((uint32_t)SAI_xIMR_MUTEDETIE)
Kojto 110:165afa46840b 538 #define SAI_IT_WCKCFG ((uint32_t)SAI_xIMR_WCKCFGIE)
Kojto 110:165afa46840b 539 #define SAI_IT_FREQ ((uint32_t)SAI_xIMR_FREQIE)
Kojto 110:165afa46840b 540 #define SAI_IT_CNRDY ((uint32_t)SAI_xIMR_CNRDYIE)
Kojto 110:165afa46840b 541 #define SAI_IT_AFSDET ((uint32_t)SAI_xIMR_AFSDETIE)
Kojto 110:165afa46840b 542 #define SAI_IT_LFSDET ((uint32_t)SAI_xIMR_LFSDETIE)
Kojto 110:165afa46840b 543
Kojto 110:165afa46840b 544 /**
Kojto 110:165afa46840b 545 * @}
Kojto 110:165afa46840b 546 */
Kojto 110:165afa46840b 547
Kojto 110:165afa46840b 548 /** @defgroup SAI_Block_Flags_Definition SAI Block Flags Definition
Kojto 110:165afa46840b 549 * @{
Kojto 110:165afa46840b 550 */
Kojto 110:165afa46840b 551 #define SAI_FLAG_OVRUDR ((uint32_t)SAI_xSR_OVRUDR)
Kojto 110:165afa46840b 552 #define SAI_FLAG_MUTEDET ((uint32_t)SAI_xSR_MUTEDET)
Kojto 110:165afa46840b 553 #define SAI_FLAG_WCKCFG ((uint32_t)SAI_xSR_WCKCFG)
Kojto 110:165afa46840b 554 #define SAI_FLAG_FREQ ((uint32_t)SAI_xSR_FREQ)
Kojto 110:165afa46840b 555 #define SAI_FLAG_CNRDY ((uint32_t)SAI_xSR_CNRDY)
Kojto 110:165afa46840b 556 #define SAI_FLAG_AFSDET ((uint32_t)SAI_xSR_AFSDET)
Kojto 110:165afa46840b 557 #define SAI_FLAG_LFSDET ((uint32_t)SAI_xSR_LFSDET)
Kojto 110:165afa46840b 558
Kojto 110:165afa46840b 559 /**
Kojto 110:165afa46840b 560 * @}
Kojto 110:165afa46840b 561 */
Kojto 110:165afa46840b 562
Kojto 110:165afa46840b 563 /** @defgroup SAI_Block_Fifo_Status_Level SAI Block Fifo Status Level
Kojto 110:165afa46840b 564 * @{
Kojto 110:165afa46840b 565 */
Kojto 110:165afa46840b 566 #define SAI_FIFOSTATUS_EMPTY ((uint32_t)0x00000000)
Kojto 110:165afa46840b 567 #define SAI_FIFOSTATUS_LESS1QUARTERFULL ((uint32_t)0x00010000)
Kojto 110:165afa46840b 568 #define SAI_FIFOSTATUS_1QUARTERFULL ((uint32_t)0x00020000)
Kojto 110:165afa46840b 569 #define SAI_FIFOSTATUS_HALFFULL ((uint32_t)0x00030000)
Kojto 110:165afa46840b 570 #define SAI_FIFOSTATUS_3QUARTERFULL ((uint32_t)0x00040000)
Kojto 110:165afa46840b 571 #define SAI_FIFOSTATUS_FULL ((uint32_t)0x00050000)
Kojto 110:165afa46840b 572
Kojto 110:165afa46840b 573 /**
Kojto 110:165afa46840b 574 * @}
Kojto 110:165afa46840b 575 */
Kojto 110:165afa46840b 576
Kojto 110:165afa46840b 577 /**
Kojto 110:165afa46840b 578 * @}
Kojto 110:165afa46840b 579 */
Kojto 110:165afa46840b 580
Kojto 110:165afa46840b 581 /* Exported macro ------------------------------------------------------------*/
Kojto 110:165afa46840b 582
Kojto 110:165afa46840b 583 /** @defgroup SAI_Exported_Macros SAI Exported Macros
Kojto 110:165afa46840b 584 * @brief macros to handle interrupts and specific configurations
Kojto 110:165afa46840b 585 * @{
Kojto 110:165afa46840b 586 */
Kojto 110:165afa46840b 587
Kojto 110:165afa46840b 588 /** @brief Reset SAI handle state
Kojto 110:165afa46840b 589 * @param __HANDLE__: specifies the SAI Handle.
Kojto 110:165afa46840b 590 * @retval None
Kojto 110:165afa46840b 591 */
Kojto 110:165afa46840b 592 #define __HAL_SAI_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->State = HAL_SAI_STATE_RESET)
Kojto 110:165afa46840b 593
Kojto 110:165afa46840b 594 /** @brief Enable or disable the specified SAI interrupts.
Kojto 110:165afa46840b 595 * @param __HANDLE__: specifies the SAI Handle.
Kojto 110:165afa46840b 596 * @param __INTERRUPT__: specifies the interrupt source to enable or disable.
Kojto 110:165afa46840b 597 * This parameter can be one of the following values:
Kojto 110:165afa46840b 598 * @arg SAI_IT_OVRUDR: Overrun underrun interrupt enable
Kojto 110:165afa46840b 599 * @arg SAI_IT_MUTEDET: Mute detection interrupt enable
Kojto 110:165afa46840b 600 * @arg SAI_IT_WCKCFG: Wrong Clock Configuration interrupt enable
Kojto 110:165afa46840b 601 * @arg SAI_IT_FREQ: FIFO request interrupt enable
Kojto 110:165afa46840b 602 * @arg SAI_IT_CNRDY: Codec not ready interrupt enable
Kojto 110:165afa46840b 603 * @arg SAI_IT_AFSDET: Anticipated frame synchronization detection interrupt enable
Kojto 110:165afa46840b 604 * @arg SAI_IT_LFSDET: Late frame synchronization detection interrupt enabl
Kojto 110:165afa46840b 605 * @retval None
Kojto 110:165afa46840b 606 */
Kojto 110:165afa46840b 607
Kojto 110:165afa46840b 608 #define __HAL_SAI_ENABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->IMR |= (__INTERRUPT__))
Kojto 110:165afa46840b 609 #define __HAL_SAI_DISABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->IMR &= (~(__INTERRUPT__)))
Kojto 110:165afa46840b 610
Kojto 110:165afa46840b 611 /** @brief Check if the specified SAI interrupt source is enabled or disabled.
Kojto 110:165afa46840b 612 * @param __HANDLE__: specifies the SAI Handle.
Kojto 110:165afa46840b 613 * This parameter can be SAI where x: 1, 2, or 3 to select the SAI peripheral.
Kojto 110:165afa46840b 614 * @param __INTERRUPT__: specifies the SAI interrupt source to check.
Kojto 110:165afa46840b 615 * This parameter can be one of the following values:
Kojto 110:165afa46840b 616 * @arg SAI_IT_TXE: Tx buffer empty interrupt enable.
Kojto 110:165afa46840b 617 * @arg SAI_IT_RXNE: Rx buffer not empty interrupt enable.
Kojto 110:165afa46840b 618 * @arg SAI_IT_ERR: Error interrupt enable.
Kojto 110:165afa46840b 619 * @retval The new state of __INTERRUPT__ (TRUE or FALSE).
Kojto 110:165afa46840b 620 */
Kojto 110:165afa46840b 621 #define __HAL_SAI_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) ((((__HANDLE__)->Instance->IMR & (__INTERRUPT__)) == (__INTERRUPT__)) ? SET : RESET)
Kojto 110:165afa46840b 622
Kojto 110:165afa46840b 623 /** @brief Check whether the specified SAI flag is set or not.
Kojto 110:165afa46840b 624 * @param __HANDLE__: specifies the SAI Handle.
Kojto 110:165afa46840b 625 * @param __FLAG__: specifies the flag to check.
Kojto 110:165afa46840b 626 * This parameter can be one of the following values:
Kojto 110:165afa46840b 627 * @arg SAI_FLAG_OVRUDR: Overrun underrun flag.
Kojto 110:165afa46840b 628 * @arg SAI_FLAG_MUTEDET: Mute detection flag.
Kojto 110:165afa46840b 629 * @arg SAI_FLAG_WCKCFG: Wrong Clock Configuration flag.
Kojto 110:165afa46840b 630 * @arg SAI_FLAG_FREQ: FIFO request flag.
Kojto 110:165afa46840b 631 * @arg SAI_FLAG_CNRDY: Codec not ready flag.
Kojto 110:165afa46840b 632 * @arg SAI_FLAG_AFSDET: Anticipated frame synchronization detection flag.
Kojto 110:165afa46840b 633 * @arg SAI_FLAG_LFSDET: Late frame synchronization detection flag.
Kojto 110:165afa46840b 634 * @retval The new state of __FLAG__ (TRUE or FALSE).
Kojto 110:165afa46840b 635 */
Kojto 110:165afa46840b 636 #define __HAL_SAI_GET_FLAG(__HANDLE__, __FLAG__) ((((__HANDLE__)->Instance->SR) & (__FLAG__)) == (__FLAG__))
Kojto 110:165afa46840b 637
Kojto 110:165afa46840b 638 /** @brief Clears the specified SAI pending flag.
Kojto 110:165afa46840b 639 * @param __HANDLE__: specifies the SAI Handle.
Kojto 110:165afa46840b 640 * @param __FLAG__: specifies the flag to check.
Kojto 110:165afa46840b 641 * This parameter can be any combination of the following values:
Kojto 110:165afa46840b 642 * @arg SAI_FLAG_OVRUDR: Clear Overrun underrun
Kojto 110:165afa46840b 643 * @arg SAI_FLAG_MUTEDET: Clear Mute detection
Kojto 110:165afa46840b 644 * @arg SAI_FLAG_WCKCFG: Clear Wrong Clock Configuration
Kojto 110:165afa46840b 645 * @arg SAI_FLAG_FREQ: Clear FIFO request
Kojto 110:165afa46840b 646 * @arg SAI_FLAG_CNRDY: Clear Codec not ready
Kojto 110:165afa46840b 647 * @arg SAI_FLAG_AFSDET: Clear Anticipated frame synchronization detection
Kojto 110:165afa46840b 648 * @arg SAI_FLAG_LFSDET: Clear Late frame synchronization detection
Kojto 110:165afa46840b 649 *
Kojto 110:165afa46840b 650 * @retval None
Kojto 110:165afa46840b 651 */
Kojto 110:165afa46840b 652 #define __HAL_SAI_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->CLRFR = (__FLAG__))
Kojto 110:165afa46840b 653
Kojto 110:165afa46840b 654 #define __HAL_SAI_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1 |= SAI_xCR1_SAIEN)
Kojto 110:165afa46840b 655 #define __HAL_SAI_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1 &= ~SAI_xCR1_SAIEN)
Kojto 110:165afa46840b 656
Kojto 110:165afa46840b 657 /**
Kojto 110:165afa46840b 658 * @}
Kojto 110:165afa46840b 659 */
Kojto 110:165afa46840b 660
Kojto 110:165afa46840b 661 /* Include RCC SAI Extension module */
Kojto 110:165afa46840b 662 #include "stm32f4xx_hal_sai_ex.h"
Kojto 110:165afa46840b 663
Kojto 110:165afa46840b 664 /* Exported functions --------------------------------------------------------*/
Kojto 110:165afa46840b 665
Kojto 110:165afa46840b 666 /** @addtogroup SAI_Exported_Functions
Kojto 110:165afa46840b 667 * @{
Kojto 110:165afa46840b 668 */
Kojto 110:165afa46840b 669
Kojto 110:165afa46840b 670 /* Initialization/de-initialization functions **********************************/
Kojto 110:165afa46840b 671 /** @addtogroup SAI_Exported_Functions_Group1
Kojto 110:165afa46840b 672 * @{
Kojto 110:165afa46840b 673 */
Kojto 110:165afa46840b 674 HAL_StatusTypeDef HAL_SAI_InitProtocol(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasize, uint32_t nbslot);
Kojto 110:165afa46840b 675 HAL_StatusTypeDef HAL_SAI_Init(SAI_HandleTypeDef *hsai);
Kojto 110:165afa46840b 676 HAL_StatusTypeDef HAL_SAI_DeInit (SAI_HandleTypeDef *hsai);
Kojto 110:165afa46840b 677 void HAL_SAI_MspInit(SAI_HandleTypeDef *hsai);
Kojto 110:165afa46840b 678 void HAL_SAI_MspDeInit(SAI_HandleTypeDef *hsai);
Kojto 110:165afa46840b 679
Kojto 110:165afa46840b 680 /**
Kojto 110:165afa46840b 681 * @}
Kojto 110:165afa46840b 682 */
Kojto 110:165afa46840b 683
Kojto 110:165afa46840b 684 /* I/O operation functions *****************************************************/
Kojto 110:165afa46840b 685 /** @addtogroup SAI_Exported_Functions_Group2
Kojto 110:165afa46840b 686 * @{
Kojto 110:165afa46840b 687 */
Kojto 110:165afa46840b 688 /* Blocking mode: Polling */
Kojto 110:165afa46840b 689 HAL_StatusTypeDef HAL_SAI_Transmit(SAI_HandleTypeDef *hsai, uint8_t *pData, uint16_t Size, uint32_t Timeout);
Kojto 110:165afa46840b 690 HAL_StatusTypeDef HAL_SAI_Receive(SAI_HandleTypeDef *hsai, uint8_t *pData, uint16_t Size, uint32_t Timeout);
Kojto 110:165afa46840b 691
Kojto 110:165afa46840b 692 /* Non-Blocking mode: Interrupt */
Kojto 110:165afa46840b 693 HAL_StatusTypeDef HAL_SAI_Transmit_IT(SAI_HandleTypeDef *hsai, uint8_t *pData, uint16_t Size);
Kojto 110:165afa46840b 694 HAL_StatusTypeDef HAL_SAI_Receive_IT(SAI_HandleTypeDef *hsai, uint8_t *pData, uint16_t Size);
Kojto 110:165afa46840b 695
Kojto 110:165afa46840b 696 /* Non-Blocking mode: DMA */
Kojto 110:165afa46840b 697 HAL_StatusTypeDef HAL_SAI_Transmit_DMA(SAI_HandleTypeDef *hsai, uint8_t *pData, uint16_t Size);
Kojto 110:165afa46840b 698 HAL_StatusTypeDef HAL_SAI_Receive_DMA(SAI_HandleTypeDef *hsai, uint8_t *pData, uint16_t Size);
Kojto 110:165afa46840b 699 HAL_StatusTypeDef HAL_SAI_DMAPause(SAI_HandleTypeDef *hsai);
Kojto 110:165afa46840b 700 HAL_StatusTypeDef HAL_SAI_DMAResume(SAI_HandleTypeDef *hsai);
Kojto 110:165afa46840b 701 HAL_StatusTypeDef HAL_SAI_DMAStop(SAI_HandleTypeDef *hsai);
Kojto 110:165afa46840b 702
Kojto 110:165afa46840b 703 /* Abort function */
Kojto 110:165afa46840b 704 HAL_StatusTypeDef HAL_SAI_Abort(SAI_HandleTypeDef *hsai);
Kojto 110:165afa46840b 705
Kojto 110:165afa46840b 706 /* Mute management */
Kojto 110:165afa46840b 707 HAL_StatusTypeDef HAL_SAI_EnableTxMuteMode(SAI_HandleTypeDef *hsai, uint16_t val);
Kojto 110:165afa46840b 708 HAL_StatusTypeDef HAL_SAI_DisableTxMuteMode(SAI_HandleTypeDef *hsai);
Kojto 110:165afa46840b 709 HAL_StatusTypeDef HAL_SAI_EnableRxMuteMode(SAI_HandleTypeDef *hsai, SAIcallback callback, uint16_t counter);
Kojto 110:165afa46840b 710 HAL_StatusTypeDef HAL_SAI_DisableRxMuteMode(SAI_HandleTypeDef *hsai);
Kojto 110:165afa46840b 711
Kojto 110:165afa46840b 712 /* SAI IRQHandler and Callbacks used in non blocking modes (Interrupt and DMA) */
Kojto 110:165afa46840b 713 void HAL_SAI_IRQHandler(SAI_HandleTypeDef *hsai);
Kojto 110:165afa46840b 714 void HAL_SAI_TxHalfCpltCallback(SAI_HandleTypeDef *hsai);
Kojto 110:165afa46840b 715 void HAL_SAI_TxCpltCallback(SAI_HandleTypeDef *hsai);
Kojto 110:165afa46840b 716 void HAL_SAI_RxHalfCpltCallback(SAI_HandleTypeDef *hsai);
Kojto 110:165afa46840b 717 void HAL_SAI_RxCpltCallback(SAI_HandleTypeDef *hsai);
Kojto 110:165afa46840b 718 void HAL_SAI_ErrorCallback(SAI_HandleTypeDef *hsai);
Kojto 110:165afa46840b 719 /**
Kojto 110:165afa46840b 720 * @}
Kojto 110:165afa46840b 721 */
Kojto 110:165afa46840b 722
Kojto 110:165afa46840b 723 /** @addtogroup SAI_Exported_Functions_Group3
Kojto 110:165afa46840b 724 * @{
Kojto 110:165afa46840b 725 */
Kojto 110:165afa46840b 726 /* Peripheral State functions **************************************************/
Kojto 110:165afa46840b 727 HAL_SAI_StateTypeDef HAL_SAI_GetState(SAI_HandleTypeDef *hsai);
Kojto 110:165afa46840b 728 uint32_t HAL_SAI_GetError(SAI_HandleTypeDef *hsai);
Kojto 110:165afa46840b 729 /**
Kojto 110:165afa46840b 730 * @}
Kojto 110:165afa46840b 731 */
Kojto 110:165afa46840b 732
Kojto 110:165afa46840b 733 /**
Kojto 110:165afa46840b 734 * @}
Kojto 110:165afa46840b 735 */
Kojto 110:165afa46840b 736
Kojto 110:165afa46840b 737 /* Private types -------------------------------------------------------------*/
Kojto 110:165afa46840b 738 /** @defgroup SAI_Private_Types SAI Private Types
Kojto 110:165afa46840b 739 * @{
Kojto 110:165afa46840b 740 */
Kojto 110:165afa46840b 741
Kojto 110:165afa46840b 742 /**
Kojto 110:165afa46840b 743 * @}
Kojto 110:165afa46840b 744 */
Kojto 110:165afa46840b 745
Kojto 110:165afa46840b 746 /* Private variables ---------------------------------------------------------*/
Kojto 110:165afa46840b 747 /** @defgroup SAI_Private_Variables SAI Private Variables
Kojto 110:165afa46840b 748 * @{
Kojto 110:165afa46840b 749 */
Kojto 110:165afa46840b 750
Kojto 110:165afa46840b 751 /**
Kojto 110:165afa46840b 752 * @}
Kojto 110:165afa46840b 753 */
Kojto 110:165afa46840b 754
Kojto 110:165afa46840b 755 /* Private constants ---------------------------------------------------------*/
Kojto 110:165afa46840b 756 /** @defgroup SAI_Private_Constants SAI Private Constants
Kojto 110:165afa46840b 757 * @{
Kojto 110:165afa46840b 758 */
Kojto 110:165afa46840b 759
Kojto 110:165afa46840b 760 /**
Kojto 110:165afa46840b 761 * @}
Kojto 110:165afa46840b 762 */
Kojto 110:165afa46840b 763
Kojto 110:165afa46840b 764 /* Private macros ------------------------------------------------------------*/
Kojto 110:165afa46840b 765 /** @addtogroup SAI_Private_Macros
Kojto 110:165afa46840b 766 * @{
Kojto 110:165afa46840b 767 */
Kojto 110:165afa46840b 768 #define IS_SAI_BLOCK_SYNCEXT(STATE) (((STATE) == SAI_SYNCEXT_DISABLE) ||\
Kojto 110:165afa46840b 769 ((STATE) == SAI_SYNCEXT_IN_ENABLE) ||\
Kojto 110:165afa46840b 770 ((STATE) == SAI_SYNCEXT_OUTBLOCKA_ENABLE) ||\
Kojto 110:165afa46840b 771 ((STATE) == SAI_SYNCEXT_OUTBLOCKB_ENABLE))
Kojto 110:165afa46840b 772
Kojto 110:165afa46840b 773 #define IS_SAI_SUPPORTED_PROTOCOL(PROTOCOL) (((PROTOCOL) == SAI_I2S_STANDARD) ||\
Kojto 110:165afa46840b 774 ((PROTOCOL) == SAI_I2S_MSBJUSTIFIED) ||\
Kojto 110:165afa46840b 775 ((PROTOCOL) == SAI_I2S_LSBJUSTIFIED) ||\
Kojto 110:165afa46840b 776 ((PROTOCOL) == SAI_PCM_LONG) ||\
Kojto 110:165afa46840b 777 ((PROTOCOL) == SAI_PCM_SHORT))
Kojto 110:165afa46840b 778
Kojto 110:165afa46840b 779 #define IS_SAI_PROTOCOL_DATASIZE(DATASIZE) (((DATASIZE) == SAI_PROTOCOL_DATASIZE_16BIT) ||\
Kojto 110:165afa46840b 780 ((DATASIZE) == SAI_PROTOCOL_DATASIZE_16BITEXTENDED) ||\
Kojto 110:165afa46840b 781 ((DATASIZE) == SAI_PROTOCOL_DATASIZE_24BIT) ||\
Kojto 110:165afa46840b 782 ((DATASIZE) == SAI_PROTOCOL_DATASIZE_32BIT))
Kojto 110:165afa46840b 783
Kojto 110:165afa46840b 784 #define IS_SAI_CLK_SOURCE(SOURCE) (((SOURCE) == SAI_CLKSOURCE_PLLSAI) ||\
Kojto 110:165afa46840b 785 ((SOURCE) == SAI_CLKSOURCE_PLLI2S) ||\
Kojto 110:165afa46840b 786 ((SOURCE) == SAI_CLKSOURCE_EXT))
Kojto 110:165afa46840b 787
Kojto 110:165afa46840b 788 #define IS_SAI_AUDIO_FREQUENCY(AUDIO) (((AUDIO) == SAI_AUDIO_FREQUENCY_192K) || ((AUDIO) == SAI_AUDIO_FREQUENCY_96K) || \
Kojto 110:165afa46840b 789 ((AUDIO) == SAI_AUDIO_FREQUENCY_48K) || ((AUDIO) == SAI_AUDIO_FREQUENCY_44K) || \
Kojto 110:165afa46840b 790 ((AUDIO) == SAI_AUDIO_FREQUENCY_32K) || ((AUDIO) == SAI_AUDIO_FREQUENCY_22K) || \
Kojto 110:165afa46840b 791 ((AUDIO) == SAI_AUDIO_FREQUENCY_16K) || ((AUDIO) == SAI_AUDIO_FREQUENCY_11K) || \
Kojto 110:165afa46840b 792 ((AUDIO) == SAI_AUDIO_FREQUENCY_8K) || ((AUDIO) == SAI_AUDIO_FREQUENCY_MCKDIV))
Kojto 110:165afa46840b 793
Kojto 110:165afa46840b 794 #define IS_SAI_BLOCK_MODE(MODE) (((MODE) == SAI_MODEMASTER_TX) || \
Kojto 110:165afa46840b 795 ((MODE) == SAI_MODEMASTER_RX) || \
Kojto 110:165afa46840b 796 ((MODE) == SAI_MODESLAVE_TX) || \
Kojto 110:165afa46840b 797 ((MODE) == SAI_MODESLAVE_RX))
Kojto 110:165afa46840b 798
Kojto 110:165afa46840b 799 #define IS_SAI_BLOCK_PROTOCOL(PROTOCOL) (((PROTOCOL) == SAI_FREE_PROTOCOL) || \
Kojto 110:165afa46840b 800 ((PROTOCOL) == SAI_AC97_PROTOCOL) || \
Kojto 110:165afa46840b 801 ((PROTOCOL) == SAI_SPDIF_PROTOCOL))
Kojto 110:165afa46840b 802
Kojto 110:165afa46840b 803 #define IS_SAI_BLOCK_DATASIZE(DATASIZE) (((DATASIZE) == SAI_DATASIZE_8) || \
Kojto 110:165afa46840b 804 ((DATASIZE) == SAI_DATASIZE_10) || \
Kojto 110:165afa46840b 805 ((DATASIZE) == SAI_DATASIZE_16) || \
Kojto 110:165afa46840b 806 ((DATASIZE) == SAI_DATASIZE_20) || \
Kojto 110:165afa46840b 807 ((DATASIZE) == SAI_DATASIZE_24) || \
Kojto 110:165afa46840b 808 ((DATASIZE) == SAI_DATASIZE_32))
Kojto 110:165afa46840b 809
Kojto 110:165afa46840b 810 #define IS_SAI_BLOCK_FIRST_BIT(BIT) (((BIT) == SAI_FIRSTBIT_MSB) || \
Kojto 110:165afa46840b 811 ((BIT) == SAI_FIRSTBIT_LSB))
Kojto 110:165afa46840b 812
Kojto 110:165afa46840b 813 #define IS_SAI_BLOCK_CLOCK_STROBING(CLOCK) (((CLOCK) == SAI_CLOCKSTROBING_FALLINGEDGE) || \
Kojto 110:165afa46840b 814 ((CLOCK) == SAI_CLOCKSTROBING_RISINGEDGE))
Kojto 110:165afa46840b 815
Kojto 110:165afa46840b 816 #define IS_SAI_BLOCK_SYNCHRO(SYNCHRO) (((SYNCHRO) == SAI_ASYNCHRONOUS) || \
Kojto 110:165afa46840b 817 ((SYNCHRO) == SAI_SYNCHRONOUS) || \
Kojto 110:165afa46840b 818 ((SYNCHRO) == SAI_SYNCHRONOUS_EXT))
Kojto 110:165afa46840b 819
Kojto 110:165afa46840b 820 #define IS_SAI_BLOCK_OUTPUT_DRIVE(DRIVE) (((DRIVE) == SAI_OUTPUTDRIVE_DISABLE) || \
Kojto 110:165afa46840b 821 ((DRIVE) == SAI_OUTPUTDRIVE_ENABLE))
Kojto 110:165afa46840b 822
Kojto 110:165afa46840b 823 #define IS_SAI_BLOCK_NODIVIDER(NODIVIDER) (((NODIVIDER) == SAI_MASTERDIVIDER_ENABLE) || \
Kojto 110:165afa46840b 824 ((NODIVIDER) == SAI_MASTERDIVIDER_DISABLE))
Kojto 110:165afa46840b 825
Kojto 110:165afa46840b 826 #define IS_SAI_BLOCK_FIFO_STATUS(STATUS) (((STATUS) == SAI_FIFOSTATUS_LESS1QUARTERFULL ) || \
Kojto 110:165afa46840b 827 ((STATUS) == SAI_FIFOSTATUS_HALFFULL) || \
Kojto 110:165afa46840b 828 ((STATUS) == SAI_FIFOSTATUS_1QUARTERFULL) || \
Kojto 110:165afa46840b 829 ((STATUS) == SAI_FIFOSTATUS_3QUARTERFULL) || \
Kojto 110:165afa46840b 830 ((STATUS) == SAI_FIFOSTATUS_FULL) || \
Kojto 110:165afa46840b 831 ((STATUS) == SAI_FIFOSTATUS_EMPTY))
Kojto 110:165afa46840b 832
Kojto 110:165afa46840b 833 #define IS_SAI_BLOCK_MUTE_COUNTER(COUNTER) ((COUNTER) <= 63)
Kojto 110:165afa46840b 834
Kojto 110:165afa46840b 835 #define IS_SAI_BLOCK_MUTE_VALUE(VALUE) (((VALUE) == SAI_ZERO_VALUE) || \
Kojto 110:165afa46840b 836 ((VALUE) == SAI_LAST_SENT_VALUE))
Kojto 110:165afa46840b 837
Kojto 110:165afa46840b 838 #define IS_SAI_BLOCK_COMPANDING_MODE(MODE) (((MODE) == SAI_NOCOMPANDING) || \
Kojto 110:165afa46840b 839 ((MODE) == SAI_ULAW_1CPL_COMPANDING) || \
Kojto 110:165afa46840b 840 ((MODE) == SAI_ALAW_1CPL_COMPANDING) || \
Kojto 110:165afa46840b 841 ((MODE) == SAI_ULAW_2CPL_COMPANDING) || \
Kojto 110:165afa46840b 842 ((MODE) == SAI_ALAW_2CPL_COMPANDING))
Kojto 110:165afa46840b 843
Kojto 110:165afa46840b 844 #define IS_SAI_BLOCK_FIFO_THRESHOLD(THRESHOLD) (((THRESHOLD) == SAI_FIFOTHRESHOLD_EMPTY) || \
Kojto 110:165afa46840b 845 ((THRESHOLD) == SAI_FIFOTHRESHOLD_1QF) || \
Kojto 110:165afa46840b 846 ((THRESHOLD) == SAI_FIFOTHRESHOLD_HF) || \
Kojto 110:165afa46840b 847 ((THRESHOLD) == SAI_FIFOTHRESHOLD_3QF) || \
Kojto 110:165afa46840b 848 ((THRESHOLD) == SAI_FIFOTHRESHOLD_FULL))
Kojto 110:165afa46840b 849
Kojto 110:165afa46840b 850 #define IS_SAI_BLOCK_TRISTATE_MANAGEMENT(STATE) (((STATE) == SAI_OUTPUT_NOTRELEASED) ||\
Kojto 110:165afa46840b 851 ((STATE) == SAI_OUTPUT_RELEASED))
Kojto 110:165afa46840b 852
Kojto 110:165afa46840b 853 #define IS_SAI_MONO_STEREO_MODE(MODE) (((MODE) == SAI_MONOMODE) ||\
Kojto 110:165afa46840b 854 ((MODE) == SAI_STEREOMODE))
Kojto 110:165afa46840b 855
Kojto 110:165afa46840b 856 #define IS_SAI_SLOT_ACTIVE(ACTIVE) ((((ACTIVE) >> 16 ) > 0) && (((ACTIVE) >> 16 ) <= (SAI_SLOTACTIVE_ALL >> 16)))
Kojto 110:165afa46840b 857
Kojto 110:165afa46840b 858 #define IS_SAI_BLOCK_SLOT_NUMBER(NUMBER) ((1 <= (NUMBER)) && ((NUMBER) <= 16))
Kojto 110:165afa46840b 859
Kojto 110:165afa46840b 860 #define IS_SAI_BLOCK_SLOT_SIZE(SIZE) (((SIZE) == SAI_SLOTSIZE_DATASIZE) || \
Kojto 110:165afa46840b 861 ((SIZE) == SAI_SLOTSIZE_16B) || \
Kojto 110:165afa46840b 862 ((SIZE) == SAI_SLOTSIZE_32B))
Kojto 110:165afa46840b 863
Kojto 110:165afa46840b 864 #define IS_SAI_BLOCK_FIRSTBIT_OFFSET(OFFSET) ((OFFSET) <= 24)
Kojto 110:165afa46840b 865
Kojto 110:165afa46840b 866 #define IS_SAI_BLOCK_FS_OFFSET(OFFSET) (((OFFSET) == SAI_FS_FIRSTBIT) || \
Kojto 110:165afa46840b 867 ((OFFSET) == SAI_FS_BEFOREFIRSTBIT))
Kojto 110:165afa46840b 868
Kojto 110:165afa46840b 869 #define IS_SAI_BLOCK_FS_POLARITY(POLARITY) (((POLARITY) == SAI_FS_ACTIVE_LOW) || \
Kojto 110:165afa46840b 870 ((POLARITY) == SAI_FS_ACTIVE_HIGH))
Kojto 110:165afa46840b 871
Kojto 110:165afa46840b 872 #define IS_SAI_BLOCK_FS_DEFINITION(DEFINITION) (((DEFINITION) == SAI_FS_STARTFRAME) || \
Kojto 110:165afa46840b 873 ((DEFINITION) == SAI_FS_CHANNEL_IDENTIFICATION))
Kojto 110:165afa46840b 874
Kojto 110:165afa46840b 875 #define IS_SAI_BLOCK_MASTER_DIVIDER(DIVIDER) ((DIVIDER) <= 15)
Kojto 110:165afa46840b 876
Kojto 110:165afa46840b 877 #define IS_SAI_BLOCK_FRAME_LENGTH(LENGTH) ((8 <= (LENGTH)) && ((LENGTH) <= 256))
Kojto 110:165afa46840b 878
Kojto 110:165afa46840b 879 #define IS_SAI_BLOCK_ACTIVE_FRAME(LENGTH) ((1 <= (LENGTH)) && ((LENGTH) <= 128))
Kojto 110:165afa46840b 880
Kojto 110:165afa46840b 881 /**
Kojto 110:165afa46840b 882 * @}
Kojto 110:165afa46840b 883 */
Kojto 110:165afa46840b 884
Kojto 110:165afa46840b 885 /* Private functions ---------------------------------------------------------*/
Kojto 110:165afa46840b 886 /** @defgroup SAI_Private_Functions SAI Private Functions
Kojto 110:165afa46840b 887 * @{
Kojto 110:165afa46840b 888 */
Kojto 110:165afa46840b 889
Kojto 110:165afa46840b 890 /**
Kojto 110:165afa46840b 891 * @}
Kojto 110:165afa46840b 892 */
Kojto 110:165afa46840b 893
Kojto 110:165afa46840b 894 #endif /* STM32F427xx || STM32F437xx || STM32F429xx || STM32F439xx || STM32F446xx || STM32F469xx || STM32F479xx */
Kojto 110:165afa46840b 895 /**
Kojto 110:165afa46840b 896 * @}
Kojto 110:165afa46840b 897 */
Kojto 110:165afa46840b 898
Kojto 110:165afa46840b 899 /**
Kojto 110:165afa46840b 900 * @}
Kojto 110:165afa46840b 901 */
Kojto 110:165afa46840b 902
Kojto 110:165afa46840b 903 #ifdef __cplusplus
Kojto 110:165afa46840b 904 }
Kojto 110:165afa46840b 905 #endif
Kojto 110:165afa46840b 906
Kojto 110:165afa46840b 907 #endif /* __STM32F4xx_HAL_SAI_H */
Kojto 110:165afa46840b 908
Kojto 110:165afa46840b 909 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/