Home
last modified time | relevance | path

Searched refs:DSIx (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dsi.c200 static void DSI_ConfigPacketHeader(DSI_TypeDef *DSIx, uint32_t ChannelID, uint32_t DataType, uint32…
228 static void DSI_ConfigPacketHeader(DSI_TypeDef *DSIx, in DSI_ConfigPacketHeader() argument
235 DSIx->GHCR = (DataType | (ChannelID << 6U) | (Data0 << 8U) | (Data1 << 16U)); in DSI_ConfigPacketHeader()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dsi.c199 static void DSI_ConfigPacketHeader(DSI_TypeDef *DSIx, uint32_t ChannelID, uint32_t DataType, uint32…
225 static void DSI_ConfigPacketHeader(DSI_TypeDef *DSIx, in DSI_ConfigPacketHeader() argument
232 DSIx->GHCR = (DataType | (ChannelID << 6U) | (Data0 << 8U) | (Data1 << 16U)); in DSI_ConfigPacketHeader()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dsi.c199 static void DSI_ConfigPacketHeader(DSI_TypeDef *DSIx, uint32_t ChannelID, uint32_t DataType, uint32…
225 static void DSI_ConfigPacketHeader(DSI_TypeDef *DSIx, in DSI_ConfigPacketHeader() argument
232 DSIx->GHCR = (DataType | (ChannelID << 6U) | (Data0 << 8U) | (Data1 << 16U)); in DSI_ConfigPacketHeader()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dsi.c199 static void DSI_ConfigPacketHeader(DSI_TypeDef *DSIx, uint32_t ChannelID, uint32_t DataType, uint32…
225 static void DSI_ConfigPacketHeader(DSI_TypeDef *DSIx, in DSI_ConfigPacketHeader() argument
232 DSIx->GHCR = (DataType | (ChannelID << 6U) | (Data0 << 8U) | (Data1 << 16U)); in DSI_ConfigPacketHeader()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dsi.c199 static void DSI_ConfigPacketHeader(DSI_TypeDef *DSIx, uint32_t ChannelID, uint32_t DataType, uint32…
225 static void DSI_ConfigPacketHeader(DSI_TypeDef *DSIx, in DSI_ConfigPacketHeader() argument
232 DSIx->GHCR = (DataType | (ChannelID << 6U) | (Data0 << 8U) | (Data1 << 16U)); in DSI_ConfigPacketHeader()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rcc.h2907 __STATIC_INLINE uint32_t LL_RCC_GetDSIClockSource(uint32_t DSIx) in LL_RCC_GetDSIClockSource() argument
2909 return (uint32_t)(READ_BIT(RCC->DCKCFGR2, DSIx)); in LL_RCC_GetDSIClockSource()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rcc.h3587 __STATIC_INLINE uint32_t LL_RCC_GetDSIClockSource(uint32_t DSIx) in LL_RCC_GetDSIClockSource() argument
3589 return (uint32_t)(READ_BIT(RCC->CCIPR2, DSIx)); in LL_RCC_GetDSIClockSource()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rcc.h3721 __STATIC_INLINE uint32_t LL_RCC_GetDSIClockSource(uint32_t DSIx) in LL_RCC_GetDSIClockSource() argument
3723 return (uint32_t)(READ_BIT(RCC->CCIPR2, DSIx)); in LL_RCC_GetDSIClockSource()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rcc.h3958 __STATIC_INLINE uint32_t LL_RCC_GetDSIClockSource(uint32_t DSIx) in LL_RCC_GetDSIClockSource() argument
3960 return (uint32_t)(READ_BIT(RCC->DCKCFGR, DSIx)); in LL_RCC_GetDSIClockSource()