Searched refs:LL_ADC_OP_MODE_ADC (Results 1 – 3 of 3) sorted by relevance
461 #define ADC_OP_MODE_ADC (LL_ADC_OP_MODE_ADC) /*!< ADC operation mode ADC */
452 #define LL_ADC_OP_MODE_ADC (0x2UL << ADC_CONF_OP_MODE_Pos) /*!< ADC operation mode ADC */ macro
453 LL_ADC_SetADCMode(hadc->Instance, LL_ADC_OP_MODE_ADC); in HAL_ADC_Init()