Home
last modified time | relevance | path

Searched refs:HAL_SPDIFRX_ERROR_NONE (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_spdifrx.c245 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_Init()
277 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_DeInit()
581 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveDataFlow_IT()
650 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveControlFlow_IT()
719 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveDataFlow_DMA()
791 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveControlFlow_DMA()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_spdifrx.c326 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_Init()
368 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_DeInit()
874 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveDataFlow_IT()
960 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveControlFlow_IT()
1046 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1149 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveControlFlow_DMA()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_spdifrx.c326 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_Init()
368 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_DeInit()
874 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveDataFlow_IT()
960 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveControlFlow_IT()
1046 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1149 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveControlFlow_DMA()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_spdifrx.c338 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_Init()
380 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_DeInit()
886 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveDataFlow_IT()
972 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveCtrlFlow_IT()
1058 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1202 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveCtrlFlow_DMA()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_spdifrx.c338 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_Init()
380 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_DeInit()
886 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveDataFlow_IT()
972 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveCtrlFlow_IT()
1058 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1161 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveCtrlFlow_DMA()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_spdifrx.c338 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_Init()
380 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_DeInit()
886 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveDataFlow_IT()
972 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveCtrlFlow_IT()
1058 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveDataFlow_DMA()
1202 hspdif->ErrorCode = HAL_SPDIFRX_ERROR_NONE; in HAL_SPDIFRX_ReceiveCtrlFlow_DMA()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_spdifrx.h173 #define HAL_SPDIFRX_ERROR_NONE ((uint32_t)0x00000000U) /*!< No error */ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_spdifrx.h222 #define HAL_SPDIFRX_ERROR_NONE ((uint32_t)0x00000000U) /*!< No error */ macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_spdifrx.h222 #define HAL_SPDIFRX_ERROR_NONE ((uint32_t)0x00000000U) /*!< No error */ macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_spdifrx.h217 #define HAL_SPDIFRX_ERROR_NONE ((uint32_t)0x00000000U) /*!< No error */ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_spdifrx.h222 #define HAL_SPDIFRX_ERROR_NONE ((uint32_t)0x00000000U) /*!< No error */ macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_spdifrx.h217 #define HAL_SPDIFRX_ERROR_NONE ((uint32_t)0x00000000U) /*!< No error */ macro