Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_adc.h4053 __STATIC_INLINE void LL_ADC_SetChannelRouting(ADC_TypeDef *ADCx, uint32_t Channel, uint32_t Routing) in LL_ADC_SetChannelRouting() argument
4056 MODIFY_REG(COMP->CSR, Channel, (Routing << POSITION_VAL(Channel))); in LL_ADC_SetChannelRouting()