Home
last modified time | relevance | path

Searched refs:hsai (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sai.c267 static void SAI_FillFifo(SAI_HandleTypeDef *hsai);
268 static uint32_t SAI_InterruptFlag(const SAI_HandleTypeDef *hsai, SAI_ModeTypedef mode);
269 static HAL_StatusTypeDef SAI_InitI2S(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasize,…
270 static HAL_StatusTypeDef SAI_InitPCM(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasize,…
272 static HAL_StatusTypeDef SAI_Disable(SAI_HandleTypeDef *hsai);
273 static void SAI_Transmit_IT8Bit(SAI_HandleTypeDef *hsai);
274 static void SAI_Transmit_IT16Bit(SAI_HandleTypeDef *hsai);
275 static void SAI_Transmit_IT32Bit(SAI_HandleTypeDef *hsai);
276 static void SAI_Receive_IT8Bit(SAI_HandleTypeDef *hsai);
277 static void SAI_Receive_IT16Bit(SAI_HandleTypeDef *hsai);
[all …]
Dstm32l4xx_hal_sai_ex.c94 HAL_StatusTypeDef HAL_SAIEx_ConfigPdmMicDelay(SAI_HandleTypeDef *hsai, SAIEx_PdmMicDelayParamTypeDe… in HAL_SAIEx_ConfigPdmMicDelay() argument
100 if (hsai->Instance != SAI1_Block_A) in HAL_SAIEx_ConfigPdmMicDelay()
115 if ((hsai->State != HAL_SAI_STATE_RESET) && (offset <= 24U)) in HAL_SAIEx_ConfigPdmMicDelay()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sai.h265 …void (*InterruptServiceRoutine)(struct __SAI_HandleTypeDef *hsai); /* function pointer for IRQ han…
274 …void (*RxCpltCallback)(struct __SAI_HandleTypeDef *hsai); /*!< SAI receive complete callback …
275 …void (*RxHalfCpltCallback)(struct __SAI_HandleTypeDef *hsai); /*!< SAI receive half complete call…
276 …void (*TxCpltCallback)(struct __SAI_HandleTypeDef *hsai); /*!< SAI transmit complete callback…
277 …void (*TxHalfCpltCallback)(struct __SAI_HandleTypeDef *hsai); /*!< SAI transmit half complete cal…
278 void (*ErrorCallback)(struct __SAI_HandleTypeDef *hsai); /*!< SAI error callback */
279 void (*MspInitCallback)(struct __SAI_HandleTypeDef *hsai); /*!< SAI MSP init callback */
280 void (*MspDeInitCallback)(struct __SAI_HandleTypeDef *hsai); /*!< SAI MSP de-init callback */
305 typedef void (*pSAI_CallbackTypeDef)(SAI_HandleTypeDef *hsai);
776 HAL_StatusTypeDef HAL_SAI_InitProtocol(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasiz…
[all …]
Dstm32l4xx_hal_sai_ex.h91 HAL_StatusTypeDef HAL_SAIEx_ConfigPdmMicDelay(SAI_HandleTypeDef *hsai, SAIEx_PdmMicDelayParamTypeDe…