Home
last modified time | relevance | path

Searched defs:DataFormat (Results 1 – 2 of 2) sorted by relevance

/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_spdifrx.h63 uint32_t DataFormat; /*!< Specifies the Data samples format (LSB, MSB, ...). member
87 uint32_t DataFormat; /*!< Specifies the Data samples format (LSB, MSB, ...). member
Dstm32f4xx_ll_spi.h1181 uint32_t DataFormat; /*!< Specifies the data format for the I2S communication. member
1418 __STATIC_INLINE void LL_I2S_SetDataFormat(SPI_TypeDef *SPIx, uint32_t DataFormat) in LL_I2S_SetDataFormat()