Home
last modified time | relevance | path

Searched refs:hi2s (Results 1 – 6 of 6) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_i2s.c303 hi2s->MspInitCallback(hi2s); in HAL_I2S_Init()
449 hi2s->MspDeInitCallback(hi2s); in HAL_I2S_DeInit()
1495 hi2s->ErrorCallback(hi2s); in HAL_I2S_IRQHandler()
1654 hi2s->TxCpltCallback(hi2s); in I2S_DMATxCplt()
1672 hi2s->TxHalfCpltCallback(hi2s); in I2S_DMATxHalfCplt()
1698 hi2s->RxCpltCallback(hi2s); in I2S_DMARxCplt()
1716 hi2s->RxHalfCpltCallback(hi2s); in I2S_DMARxHalfCplt()
1743 hi2s->ErrorCallback(hi2s); in I2S_DMAError()
1758 hi2s->Instance->DR = (*hi2s->pTxBuffPtr); in I2S_Transmit_IT()
1770 hi2s->TxCpltCallback(hi2s); in I2S_Transmit_IT()
[all …]
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_I2S.c28 if (hi2s->u32_Tx_Count < hi2s->u32_Tx_Size) in HAL_I2S_IRQHandler()
30 hi2s->Instance->DAT = hi2s->u32_Tx_Buffer[hi2s->u32_Tx_Count++]; in HAL_I2S_IRQHandler()
43 if (hi2s->u32_Rx_Count < hi2s->u32_Rx_Size) in HAL_I2S_IRQHandler()
45 hi2s->u32_Tx_Buffer[hi2s->u32_Rx_Count++] = hi2s->Instance->DAT; in HAL_I2S_IRQHandler()
152 HAL_I2S_MspInit(hi2s); in HAL_I2S_Init()
159hi2s->Instance->CTL = hi2s->Init.u32_Mode | hi2s->Init.u32_Standard | hi2s->Init.u32_CPOL | hi2s->… in HAL_I2S_Init()
161hi2s->Instance->PSC = hi2s->Init.u32_MCLKOutput | hi2s->Init.u32_FreqOF | hi2s->Init.u32_FreqDIV; in HAL_I2S_Init()
186 if (hi2s == NULL) in HAL_I2S_DeInit()
192 HAL_I2S_MspDeInit(hi2s); in HAL_I2S_DeInit()
361 hi2s->u32_Tx_Count = 0; in HAL_I2S_Transmit_IT()
[all …]
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_i2s.h411 HAL_StatusTypeDef HAL_I2S_Init(I2S_HandleTypeDef *hi2s);
412 HAL_StatusTypeDef HAL_I2S_DeInit(I2S_HandleTypeDef *hi2s);
413 void HAL_I2S_MspInit(I2S_HandleTypeDef *hi2s);
414 void HAL_I2S_MspDeInit(I2S_HandleTypeDef *hi2s);
437 void HAL_I2S_IRQHandler(I2S_HandleTypeDef *hi2s);
448 void HAL_I2S_TxHalfCpltCallback(I2S_HandleTypeDef *hi2s);
449 void HAL_I2S_TxCpltCallback(I2S_HandleTypeDef *hi2s);
450 void HAL_I2S_RxHalfCpltCallback(I2S_HandleTypeDef *hi2s);
451 void HAL_I2S_RxCpltCallback(I2S_HandleTypeDef *hi2s);
452 void HAL_I2S_ErrorCallback(I2S_HandleTypeDef *hi2s);
[all …]
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_I2S.h221 void HAL_I2S_IRQHandler(I2S_HandleTypeDef *hi2s);
227 HAL_StatusTypeDef HAL_I2S_Init(I2S_HandleTypeDef *hi2s);
230 HAL_StatusTypeDef HAL_I2S_Transmit(I2S_HandleTypeDef *hi2s, uint32_t *fp32_Data, uint32_t fu32_Size…
233 HAL_StatusTypeDef HAL_I2S_Receive(I2S_HandleTypeDef *hi2s, uint32_t *fp32_Data, uint32_t fu32_Size,…
236 HAL_StatusTypeDef HAL_I2S_Transmit_IT(I2S_HandleTypeDef *hi2s, uint32_t *fp32_Data, uint32_t fu32_S…
239 HAL_StatusTypeDef HAL_I2S_Receive_IT(I2S_HandleTypeDef *hi2s, uint32_t *fp32_Data, uint32_t fu32_Si…
242 HAL_StatusTypeDef HAL_I2S_Transmit_DMA(I2S_HandleTypeDef *hi2s, uint32_t *fp32_Data, uint32_t fu32_…
245 HAL_StatusTypeDef HAL_I2S_Receive_DMA(I2S_HandleTypeDef *hi2s, uint32_t *fp32_Data, uint32_t fu32_S…
/bsp/stm32/stm32f407-armfly-v5/board/CubeMX_Config/Src/
A Dstm32f4xx_hal_msp.c149 void HAL_I2S_MspInit(I2S_HandleTypeDef* hi2s) in HAL_I2S_MspInit() argument
152 if(hi2s->Instance==SPI2) in HAL_I2S_MspInit()
204 void HAL_I2S_MspDeInit(I2S_HandleTypeDef* hi2s) in HAL_I2S_MspDeInit() argument
206 if(hi2s->Instance==SPI2) in HAL_I2S_MspDeInit()
/bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Src/
A Dstm32f4xx_hal_msp.c307 void HAL_I2S_MspInit(I2S_HandleTypeDef* hi2s) in HAL_I2S_MspInit() argument
310 if(hi2s->Instance==SPI3) in HAL_I2S_MspInit()
363 void HAL_I2S_MspDeInit(I2S_HandleTypeDef* hi2s) in HAL_I2S_MspDeInit() argument
365 if(hi2s->Instance==SPI3) in HAL_I2S_MspDeInit()

Completed in 29 milliseconds