STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Topics | |
SAI Init Structure definition | |
SAI Init Structure definition. | |
SAI Frame Structure definition | |
SAI Frame Init structure definition. | |
SAI Slot Structure definition | |
SAI Block Slot Init Structure definition. | |
SAI Handle Structure definition | |
SAI handle Structure definition. | |
Typedefs | |
typedef void(* | SAIcallback) (void) |
SAI Callback prototype. | |
Enumerations | |
enum | HAL_SAI_StateTypeDef { HAL_SAI_STATE_RESET = 0x00U , HAL_SAI_STATE_READY = 0x01U , HAL_SAI_STATE_BUSY = 0x02U , HAL_SAI_STATE_BUSY_TX = 0x12U , HAL_SAI_STATE_BUSY_RX = 0x22U , HAL_SAI_STATE_TIMEOUT = 0x03U , HAL_SAI_STATE_ERROR = 0x04U } |
HAL State structures definition. More... | |
typedef void(* SAIcallback) (void) |
#include <stm32f4xx_hal_sai.h>
SAI Callback prototype.
Definition at line 63 of file stm32f4xx_hal_sai.h.
enum HAL_SAI_StateTypeDef |
#include <stm32f4xx_hal_sai.h>
HAL State structures definition.
Definition at line 49 of file stm32f4xx_hal_sai.h.