Searched refs:DSIx (Results 1 – 2 of 2) sorted by relevance
189 static void DSI_ConfigPacketHeader(DSI_TypeDef *DSIx, uint32_t ChannelID, uint32_t DataType, uint32…206 static void DSI_ConfigPacketHeader(DSI_TypeDef *DSIx, in DSI_ConfigPacketHeader() argument213 DSIx->GHCR = (DataType | (ChannelID<<6U) | (Data0<<8U) | (Data1<<16U)); in DSI_ConfigPacketHeader()
3602 __STATIC_INLINE uint32_t LL_RCC_GetDSIClockSource(uint32_t DSIx) in LL_RCC_GetDSIClockSource() argument3604 return (uint32_t)(READ_BIT(RCC->CCIPR2, DSIx)); in LL_RCC_GetDSIClockSource()