Home
last modified time | relevance | path

Searched refs:SAI_DEFAULT_TIMEOUT (Results 1 – 13 of 13) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_sai.c250 #define SAI_DEFAULT_TIMEOUT 4U /* 4ms */ macro
2176 uint32_t count = SAI_DEFAULT_TIMEOUT * (SystemCoreClock / 7U / 1000U); in SAI_Disable()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_sai.c238 #define SAI_DEFAULT_TIMEOUT 4U /* 4ms */ macro
2181 uint32_t count = SAI_DEFAULT_TIMEOUT * (SystemCoreClock / 7 / 1000); in SAI_Disable()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_sai.c247 #define SAI_DEFAULT_TIMEOUT 4U macro
2339 uint32_t count = SAI_DEFAULT_TIMEOUT * (SystemCoreClock / 7U / 1000U); in SAI_Disable()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_sai.c243 #define SAI_DEFAULT_TIMEOUT 4U macro
2373 uint32_t count = SAI_DEFAULT_TIMEOUT * (SystemCoreClock / 7U / 1000U); in SAI_Disable()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sai.c245 #define SAI_DEFAULT_TIMEOUT 4U macro
2504 uint32_t count = SAI_DEFAULT_TIMEOUT * (SystemCoreClock / 7U / 1000U); in SAI_Disable()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_sai.c245 #define SAI_DEFAULT_TIMEOUT 4U macro
2490 uint32_t count = SAI_DEFAULT_TIMEOUT * (SystemCoreClock / 7U / 1000U); in SAI_Disable()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_sai.c247 #define SAI_DEFAULT_TIMEOUT 4U macro
2492 uint32_t count = SAI_DEFAULT_TIMEOUT * (SystemCoreClock / 7U / 1000U); in SAI_Disable()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_sai.c245 #define SAI_DEFAULT_TIMEOUT 4U macro
2469 register uint32_t count = SAI_DEFAULT_TIMEOUT * (SystemCoreClock / 7U / 1000U); in SAI_Disable()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_sai.c247 #define SAI_DEFAULT_TIMEOUT 4U macro
2454 uint32_t count = SAI_DEFAULT_TIMEOUT * (SystemCoreClock / 7U / 1000U); in SAI_Disable()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_sai.c245 #define SAI_DEFAULT_TIMEOUT 4U macro
2447 uint32_t count = SAI_DEFAULT_TIMEOUT * (SystemCoreClock / 7U / 1000U); in SAI_Disable()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_sai.c245 #define SAI_DEFAULT_TIMEOUT 4U macro
2490 uint32_t count = SAI_DEFAULT_TIMEOUT * (SystemCoreClock / 7U / 1000U); in SAI_Disable()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_sai.c245 #define SAI_DEFAULT_TIMEOUT 4U macro
2338 uint32_t count = SAI_DEFAULT_TIMEOUT * (SystemCoreClock / 7U / 1000U); in SAI_Disable()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sai.c246 #define SAI_DEFAULT_TIMEOUT 4U macro
2536 uint32_t count = SAI_DEFAULT_TIMEOUT * (SystemCoreClock / 7U / 1000U); in SAI_Disable()