The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Committer:
<>
Date:
Mon Jan 16 12:05:23 2017 +0000
Revision:
134:ad3be0349dc5
Parent:
128:9bcdf88f62b0
Child:
145:64910690c574
Release 134 of the mbed library

Ports for Upcoming Targets


Fixes and Changes

3488: Dev stm i2c v2 unitary functions https://github.com/ARMmbed/mbed-os/pull/3488
3492: Fix #3463 CAN read() return value https://github.com/ARMmbed/mbed-os/pull/3492
3503: [LPC15xx] Ensure that PWM=1 is resolved correctly https://github.com/ARMmbed/mbed-os/pull/3503
3504: [LPC15xx] CAN implementation improvements https://github.com/ARMmbed/mbed-os/pull/3504
3539: NUCLEO_F412ZG - Add support of TRNG peripheral https://github.com/ARMmbed/mbed-os/pull/3539
3540: STM: SPI: Initialize Rx in spi_master_write https://github.com/ARMmbed/mbed-os/pull/3540
3438: K64F: Add support for SERIAL ASYNCH API https://github.com/ARMmbed/mbed-os/pull/3438
3519: MCUXpresso: Fix ENET driver to enable interrupts after interrupt handler is set https://github.com/ARMmbed/mbed-os/pull/3519
3544: STM32L4 deepsleep improvement https://github.com/ARMmbed/mbed-os/pull/3544
3546: NUCLEO-F412ZG - Add CAN peripheral https://github.com/ARMmbed/mbed-os/pull/3546
3551: Fix I2C driver for RZ/A1H https://github.com/ARMmbed/mbed-os/pull/3551
3558: K64F UART Asynch API: Fix synchronization issue https://github.com/ARMmbed/mbed-os/pull/3558
3563: LPC4088 - Fix vector checksum https://github.com/ARMmbed/mbed-os/pull/3563
3567: Dev stm32 F0 v1.7.0 https://github.com/ARMmbed/mbed-os/pull/3567
3577: Fixes linking errors when building with debug profile https://github.com/ARMmbed/mbed-os/pull/3577

Who changed what in which revision?

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