Searched refs:DSIx (Results 1 – 9 of 9) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_dsi.c | 200 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/ |
D | stm32h7xx_hal_dsi.c | 199 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/ |
D | stm32f4xx_hal_dsi.c | 199 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/ |
D | stm32f7xx_hal_dsi.c | 199 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/ |
D | stm32l4xx_hal_dsi.c | 199 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/ |
D | stm32f7xx_ll_rcc.h | 2907 __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/ |
D | stm32l4xx_ll_rcc.h | 3587 __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/ |
D | stm32u5xx_ll_rcc.h | 3721 __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/ |
D | stm32f4xx_ll_rcc.h | 3958 __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()
|