mbed official / mbed

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

Committer:
Kojto
Date:
Tue Feb 16 14:28:01 2016 +0000
Revision:
114:252557024ec3
Parent:
107:4f6c30876dfa
Child:
116:c0f6e94411f5
Release 114 of the mbed library

Changes:
- Atmel SAM - warnings fixes
- B96B F446VE - hw control flow addition
- Remove of GCC CW which was not active
- Remove GCC CS, not released anymore - deprecated

Who changed what in which revision?

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