STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | SAI_SLOT_NOTACTIVE 0x00000000U |
#define | SAI_SLOTACTIVE_0 0x00000001U |
#define | SAI_SLOTACTIVE_1 0x00000002U |
#define | SAI_SLOTACTIVE_2 0x00000004U |
#define | SAI_SLOTACTIVE_3 0x00000008U |
#define | SAI_SLOTACTIVE_4 0x00000010U |
#define | SAI_SLOTACTIVE_5 0x00000020U |
#define | SAI_SLOTACTIVE_6 0x00000040U |
#define | SAI_SLOTACTIVE_7 0x00000080U |
#define | SAI_SLOTACTIVE_8 0x00000100U |
#define | SAI_SLOTACTIVE_9 0x00000200U |
#define | SAI_SLOTACTIVE_10 0x00000400U |
#define | SAI_SLOTACTIVE_11 0x00000800U |
#define | SAI_SLOTACTIVE_12 0x00001000U |
#define | SAI_SLOTACTIVE_13 0x00002000U |
#define | SAI_SLOTACTIVE_14 0x00004000U |
#define | SAI_SLOTACTIVE_15 0x00008000U |
#define | SAI_SLOTACTIVE_ALL 0x0000FFFFU |
#define SAI_SLOT_NOTACTIVE 0x00000000U |
#include <stm32f4xx_hal_sai.h>
Definition at line 462 of file stm32f4xx_hal_sai.h.
#define SAI_SLOTACTIVE_0 0x00000001U |
#include <stm32f4xx_hal_sai.h>
Definition at line 463 of file stm32f4xx_hal_sai.h.
#define SAI_SLOTACTIVE_1 0x00000002U |
#include <stm32f4xx_hal_sai.h>
Definition at line 464 of file stm32f4xx_hal_sai.h.
#define SAI_SLOTACTIVE_2 0x00000004U |
#include <stm32f4xx_hal_sai.h>
Definition at line 465 of file stm32f4xx_hal_sai.h.
#define SAI_SLOTACTIVE_3 0x00000008U |
#include <stm32f4xx_hal_sai.h>
Definition at line 466 of file stm32f4xx_hal_sai.h.
#define SAI_SLOTACTIVE_4 0x00000010U |
#include <stm32f4xx_hal_sai.h>
Definition at line 467 of file stm32f4xx_hal_sai.h.
#define SAI_SLOTACTIVE_5 0x00000020U |
#include <stm32f4xx_hal_sai.h>
Definition at line 468 of file stm32f4xx_hal_sai.h.
#define SAI_SLOTACTIVE_6 0x00000040U |
#include <stm32f4xx_hal_sai.h>
Definition at line 469 of file stm32f4xx_hal_sai.h.
#define SAI_SLOTACTIVE_7 0x00000080U |
#include <stm32f4xx_hal_sai.h>
Definition at line 470 of file stm32f4xx_hal_sai.h.
#define SAI_SLOTACTIVE_8 0x00000100U |
#include <stm32f4xx_hal_sai.h>
Definition at line 471 of file stm32f4xx_hal_sai.h.
#define SAI_SLOTACTIVE_9 0x00000200U |
#include <stm32f4xx_hal_sai.h>
Definition at line 472 of file stm32f4xx_hal_sai.h.
#define SAI_SLOTACTIVE_10 0x00000400U |
#include <stm32f4xx_hal_sai.h>
Definition at line 473 of file stm32f4xx_hal_sai.h.
#define SAI_SLOTACTIVE_11 0x00000800U |
#include <stm32f4xx_hal_sai.h>
Definition at line 474 of file stm32f4xx_hal_sai.h.
#define SAI_SLOTACTIVE_12 0x00001000U |
#include <stm32f4xx_hal_sai.h>
Definition at line 475 of file stm32f4xx_hal_sai.h.
#define SAI_SLOTACTIVE_13 0x00002000U |
#include <stm32f4xx_hal_sai.h>
Definition at line 476 of file stm32f4xx_hal_sai.h.
#define SAI_SLOTACTIVE_14 0x00004000U |
#include <stm32f4xx_hal_sai.h>
Definition at line 477 of file stm32f4xx_hal_sai.h.
#define SAI_SLOTACTIVE_15 0x00008000U |
#include <stm32f4xx_hal_sai.h>
Definition at line 478 of file stm32f4xx_hal_sai.h.
#define SAI_SLOTACTIVE_ALL 0x0000FFFFU |
#include <stm32f4xx_hal_sai.h>
Definition at line 479 of file stm32f4xx_hal_sai.h.
Referenced by SAI_InitI2S(), and SAI_InitPCM().