Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_adc.c218 assert_param(IS_LL_ADC_NB_CONV(pADC_InitStruct->SequenceLength)); in LL_ADC_Init()
245 | ((pADC_InitStruct->SequenceLength - 1UL) << ADC_CONF_SEQ_LEN_Pos) in LL_ADC_Init()
Dstm32wb0x_hal_adc.c331 assert_param(IS_ADC_NB_CONV(hadc->Init.SequenceLength)); in HAL_ADC_Init()
446 LL_ADC_SetSequenceLength(hadc->Instance, hadc->Init.SequenceLength); in HAL_ADC_Init()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_adc.h172 uint32_t SequenceLength; /*!< Specify the length of the conversion sequence. member
1580 __STATIC_INLINE void LL_ADC_SetSequenceLength(ADC_TypeDef *ADCx, uint32_t SequenceLength) in LL_ADC_SetSequenceLength() argument
1582 MODIFY_REG(ADCx->CONF, ADC_CONF_SEQ_LEN, (SequenceLength - 1UL) << ADC_CONF_SEQ_LEN_Pos); in LL_ADC_SetSequenceLength()
Dstm32wb0x_hal_adc.h194 uint32_t SequenceLength; /*!< Specify the length of the conversion sequence. member