Searched refs:STM_SAI_STM32F4 (Results 1 – 2 of 2) sorted by relevance
81 #define SAI_XCR1_MCKDIV_WIDTH(x) (((x) == STM_SAI_STM32F4) ? 4 : 6)253 #define STM_SAI_STM32F4 BIT(4) macro257 #define STM_SAI_IS_F4(ip) ((ip)->conf.version == STM_SAI_STM32F4)
23 .version = STM_SAI_STM32F4,