Lines Matching full:with

14   * If no LICENSE file comes with this software, it is provided AS-IS.
209 * @brief Driver macro reserved for internal use: isolate bits with the
253 …de configuration to operate in independent mode or multimode (for devices with several ADC instanc…
271 * (setting possible with ADC enabled without conversion on going,
272 * ADC enabled with conversion on going, ...)
273 * Each feature can be updated afterwards with a unitary function
274 * and potentially with ADC in a different state than disabled,
297 * (functions with prefix "REG").
304 * (setting possible with ADC enabled without conversion on going,
305 * ADC enabled with conversion on going, ...)
306 * Each feature can be updated afterwards with a unitary function
307 * and potentially with ADC in a different state than disabled,
315 … @note On this STM32 series, external trigger is set with trigger polarity: rising edge
351 * (functions with prefix "INJ").
358 * (setting possible with ADC enabled without conversion on going,
359 * ADC enabled with conversion on going, ...)
360 * Each feature can be updated afterwards with a unitary function
361 * and potentially with ADC in a different state than disabled,
369 … @note On this STM32 series, external trigger is set with trigger polarity: rising edge
406 * @brief Flags defines which can be used with LL_ADC_ReadReg function
427 * @brief IT defines which can be used with LL_ADC_ReadReg and LL_ADC_WriteReg functions
437 /** @defgroup ADC_LL_EC_REGISTERS ADC registers compliant with specific purpose
440 /* List of ADC registers intended to be used (most commonly) with */
443 …egular conversion data register (corresponding to register DR) to be used with ADC configured in i…
445 … (corresponding to register CDR) to be used with ADC configured in multimode (available on STM32 d…
584 …sferred (number of ADC conversions). This ADC mode is intended to be used with DMA mode circular. …
593 … ADC_SQR1_L_0) /*!< ADC group regular sequencer enable with 2 ranks in the sequ…
594 … ADC_SQR1_L_1 ) /*!< ADC group regular sequencer enable with 3 ranks in the sequ…
595 … ADC_SQR1_L_1 | ADC_SQR1_L_0) /*!< ADC group regular sequencer enable with 4 ranks in the sequ…
596 …_2 ) /*!< ADC group regular sequencer enable with 5 ranks in the sequ…
597 …_2 | ADC_SQR1_L_0) /*!< ADC group regular sequencer enable with 6 ranks in the sequ…
598 …_2 | ADC_SQR1_L_1 ) /*!< ADC group regular sequencer enable with 7 ranks in the sequ…
599 …_2 | ADC_SQR1_L_1 | ADC_SQR1_L_0) /*!< ADC group regular sequencer enable with 8 ranks in the sequ…
600 … ) /*!< ADC group regular sequencer enable with 9 ranks in the sequ…
601 … | ADC_SQR1_L_0) /*!< ADC group regular sequencer enable with 10 ranks in the seq…
602 … | ADC_SQR1_L_1 ) /*!< ADC group regular sequencer enable with 11 ranks in the seq…
603 … | ADC_SQR1_L_1 | ADC_SQR1_L_0) /*!< ADC group regular sequencer enable with 12 ranks in the seq…
604 …_2 ) /*!< ADC group regular sequencer enable with 13 ranks in the seq…
605 …_2 | ADC_SQR1_L_0) /*!< ADC group regular sequencer enable with 14 ranks in the seq…
606 …_2 | ADC_SQR1_L_1 ) /*!< ADC group regular sequencer enable with 15 ranks in the seq…
607 …_2 | ADC_SQR1_L_1 | ADC_SQR1_L_0) /*!< ADC group regular sequencer enable with 16 ranks in the seq…
616 …DC_CR1_DISCEN) /*!< ADC group regular sequencer discontinuous mode enable with sequence interrupti…
617 …C_CR1_DISCEN) /*!< ADC group regular sequencer discontinuous mode enabled with sequence interrupti…
618 …DC_CR1_DISCEN) /*!< ADC group regular sequencer discontinuous mode enable with sequence interrupti…
619 …DC_CR1_DISCEN) /*!< ADC group regular sequencer discontinuous mode enable with sequence interrupti…
620 …DC_CR1_DISCEN) /*!< ADC group regular sequencer discontinuous mode enable with sequence interrupti…
621 …DC_CR1_DISCEN) /*!< ADC group regular sequencer discontinuous mode enable with sequence interrupti…
622 …DC_CR1_DISCEN) /*!< ADC group regular sequencer discontinuous mode enable with sequence interrupti…
623 …DC_CR1_DISCEN) /*!< ADC group regular sequencer discontinuous mode enable with sequence interrupti…
696 …njected conversion trigger from ADC group regular. Setting compliant only with group injected trig…
706 … ( ADC_JSQR_JL_0) /*!< ADC group injected sequencer enable with 2 ranks in the sequ…
707 … (ADC_JSQR_JL_1 ) /*!< ADC group injected sequencer enable with 3 ranks in the sequ…
708 … (ADC_JSQR_JL_1 | ADC_JSQR_JL_0) /*!< ADC group injected sequencer enable with 4 ranks in the sequ…
717 …JDISCEN) /*!< ADC group injected sequencer discontinuous mode enable with sequence interrupti…
854 … /*!< ADC dual mode enabled: group injected alternate trigger. Works only with external triggers (…
975 * number is returned, either defined with number
976 * or with bitfield (only one bit must be set).
1036 * comparison with internal channel parameter to be done
1067 * number in ADC registers. The differentiation is made only with
1168 * number in ADC registers. The differentiation is made only with
1191 * define a single channel to monitor with analog watchdog
1193 * @note To be used with function @ref LL_ADC_SetAnalogWDMonitChannels().
1222 * comparison with internal channel parameter to be done
1310 * @note To be used with function @ref LL_ADC_SetAnalogWDThresholds().
1311 * Example, with a ADC resolution of 8 bits, to set the value of
1323 /* This macro has been kept anyway for compatibility with other */
1332 * @note To be used with function @ref LL_ADC_GetAnalogWDThresholds().
1333 * Example, with a ADC resolution of 8 bits, to get the value of
1345 /* This macro has been kept anyway for compatibility with other */
1353 * or ADC slave from raw value with both ADC conversion data concatenated.
1356 * In this case the transferred data need to processed with this macro
1373 * - Multimode (for devices with several ADC instances)
1408 * @note This check is required by functions with setting conditioned to
1412 * @note On devices with only 1 ADC common instance, parameter of this macro
1414 * with devices featuring several ADC common instances).
1493 * with TS_ADC_DATA = temperature sensor raw data measured by ADC
1500 * of the current device has characteristics in line with
1567 * intended to be used (most commonly) with DMA transfer.
1571 * @note This macro is intended to be used with LL DMA driver, refer to
1579 * @note For devices with several ADC: in multimode, some devices
1586 * @note On STM32F1, multimode can be used only with ADC1 and ADC2, not ADC3.
1588 * for multimode can be used only with ADC1 and ADC2.
1596 * (1) Available on devices with several ADC instances.
1784 * @note On this STM32 series, external trigger is set with trigger polarity:
1886 * - For devices with sequencer fully configurable
1896 * - For devices with sequencer not fully configurable
1947 * - For devices with sequencer fully configurable
1957 * - For devices with sequencer not fully configurable
2132 /* Set bits with content of parameter "Channel" with bits position */ in LL_ADC_REG_SetSequencerRanks()
2134 /* Parameters "Rank" and "Channel" are used with masks because containing */ in LL_ADC_REG_SetSequencerRanks()
2156 * with parts of literals LL_ADC_CHANNEL_x or using
2161 * process the returned value with the helper macro
2221 * comparison with internal channel parameter to be done
2279 * This ADC mode is intended to be used with DMA mode non-circular.
2283 * This ADC mode is intended to be used with DMA mode circular.
2311 * This ADC mode is intended to be used with DMA mode non-circular.
2315 * This ADC mode is intended to be used with DMA mode circular.
2346 * @note On this STM32 series, external trigger is set with trigger polarity:
2576 /* Set bits with content of parameter "Channel" with bits position */ in LL_ADC_INJ_SetSequencerRanks()
2578 /* Parameters "Rank" and "Channel" are used with masks because containing */ in LL_ADC_INJ_SetSequencerRanks()
2596 * with parts of literals LL_ADC_CHANNEL_x or using
2601 * process the returned value with the helper macro
2637 * comparison with internal channel parameter to be done
2654 * updated after one ADC conversion trigger and with data
2662 * ADC group injected automatic trigger is compliant only with
2838 /* Set bits with content of parameter "SamplingTime" with bits position */ in LL_ADC_SetChannelSamplingTime()
2840 /* Parameter "Channel" is used with masks because containing */ in LL_ADC_SetChannelSamplingTime()
2934 * with analog watchdog from sequencer channel definition,
3029 * with parts of literals LL_ADC_CHANNEL_x or using
3034 * process the returned value with the helper macro
3174 * or multimode (for devices with several ADC instances).
3201 * or multimode (for devices with several ADC instances).
3273 * or differential (for devices with differential mode available).
3372 * with feature oversampling).
3385 * @note For devices with feature oversampling: Oversampling
3400 * or raw data with ADC master and slave concatenated.
3401 * @note If raw data with ADC master and slave concatenated is retrieved,
3498 * with feature oversampling).
3523 * @note For devices with feature oversampling: Oversampling