/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_sai.h | 443 #define SAI_SYNCHRONOUS 1U /*!< Synchronous with other block of same SAI */ macro 885 ((SYNCHRO) == SAI_SYNCHRONOUS) || \ 892 ((SYNCHRO) == SAI_SYNCHRONOUS) || \ 897 ((SYNCHRO) == SAI_SYNCHRONOUS) || \
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_sai.h | 442 #define SAI_SYNCHRONOUS 1U /*!< Synchronous with other block of same SAI */ macro 887 ((SYNCHRO) == SAI_SYNCHRONOUS) || \ 892 ((SYNCHRO) == SAI_SYNCHRONOUS))
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_sai.h | 441 #define SAI_SYNCHRONOUS 1U /*!< Synchronous with other block of same SAI */ macro 882 ((SYNCHRO) == SAI_SYNCHRONOUS) || \ 889 ((SYNCHRO) == SAI_SYNCHRONOUS) || \
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_sai.h | 441 #define SAI_SYNCHRONOUS 1U /*!< Synchronous with other block of same SAI */ macro 872 ((SYNCHRO) == SAI_SYNCHRONOUS))
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_sai.h | 443 #define SAI_SYNCHRONOUS 1U /*!< Synchronous with other block of same SAI */ macro 884 ((SYNCHRO) == SAI_SYNCHRONOUS) || \
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_sai.h | 442 #define SAI_SYNCHRONOUS 1U /*!< Synchronous with other block of same SAI */ macro 882 ((SYNCHRO) == SAI_SYNCHRONOUS) || \
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_sai.h | 444 #define SAI_SYNCHRONOUS 1U /*!< Synchronous with other block of same SAI */ macro 884 ((SYNCHRO) == SAI_SYNCHRONOUS) || \
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_sai.h | 394 #define SAI_SYNCHRONOUS 1 /*!< Synchronous with other block of same SAI */ macro 795 ((SYNCHRO) == SAI_SYNCHRONOUS) || \
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_sai.h | 441 #define SAI_SYNCHRONOUS 1U /*!< Synchronous with other block of same SAI */ macro 875 ((SYNCHRO) == SAI_SYNCHRONOUS) || \
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_sai.h | 442 #define SAI_SYNCHRONOUS 1U /*!< Synchronous with other block of same SAI */ macro 882 ((SYNCHRO) == SAI_SYNCHRONOUS) || \
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_sai.h | 444 #define SAI_SYNCHRONOUS 1U /*!< Synchronous with other block of same SAI */ macro 879 ((SYNCHRO) == SAI_SYNCHRONOUS) || \
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_sai.h | 397 #define SAI_SYNCHRONOUS 1U /*!< Synchronous with other block of same SAI */ macro 809 ((SYNCHRO) == SAI_SYNCHRONOUS) || \
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_sai.h | 457 #define SAI_SYNCHRONOUS 1U /*!< Synchronous with other block of same SAI */ macro 905 ((SYNCHRO) == SAI_SYNCHRONOUS) || \
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_sai.c | 503 case SAI_SYNCHRONOUS : in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_sai.c | 460 case SAI_SYNCHRONOUS : in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_sai.c | 472 case SAI_SYNCHRONOUS : in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_sai.c | 485 case SAI_SYNCHRONOUS : in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_sai.c | 491 case SAI_SYNCHRONOUS : in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_sai.c | 487 case SAI_SYNCHRONOUS : in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_sai.c | 489 case SAI_SYNCHRONOUS : in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_sai.c | 522 case SAI_SYNCHRONOUS : in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_sai.c | 472 case SAI_SYNCHRONOUS : in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_sai.c | 498 case SAI_SYNCHRONOUS : in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_sai.c | 487 case SAI_SYNCHRONOUS : in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_sai.c | 470 case SAI_SYNCHRONOUS : in HAL_SAI_Init()
|