Home
last modified time | relevance | path

Searched refs:I2S_MCLKOutput_Disable (Results 1 – 2 of 2) sorted by relevance

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_spi.h315 #define I2S_MCLKOutput_Disable ((uint16_t)0x0000) macro
317 ((OUTPUT) == I2S_MCLKOutput_Disable))
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_spi.c528 I2S_InitStruct->I2S_MCLKOutput = I2S_MCLKOutput_Disable; in I2S_StructInit()