Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dsi.c189 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() argument
213 DSIx->GHCR = (DataType | (ChannelID<<6U) | (Data0<<8U) | (Data1<<16U)); in DSI_ConfigPacketHeader()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_rcc.h3602 __STATIC_INLINE uint32_t LL_RCC_GetDSIClockSource(uint32_t DSIx) in LL_RCC_GetDSIClockSource() argument
3604 return (uint32_t)(READ_BIT(RCC->CCIPR2, DSIx)); in LL_RCC_GetDSIClockSource()