MCPcopy Create free account

hub / github.com/avislab/STM32F103 / functions

Functions12,343 in github.com/avislab/STM32F103

↓ 2 callersFunctionvsprintf
* @brief Stores the result of a formatted string into another string. Format * arguments are given in a va_list instance. * * @param pStri
Example_Sonar/Example_Sonar/stdio/printf.c:391
↓ 2 callersFunctionvsprintf
* @brief Stores the result of a formatted string into another string. Format * arguments are given in a va_list instance. * * @param pStri
Example_ADC_Injected/stdio/printf.c:391
↓ 2 callersFunctionvsprintf
* @brief Stores the result of a formatted string into another string. Format * arguments are given in a va_list instance. * * @param pStri
Example_BMP280/stdio/printf.c:391
↓ 2 callersFunctionvsprintf
* @brief Stores the result of a formatted string into another string. Format * arguments are given in a va_list instance. * * @param pStri
Example_RTC/stdio/printf.c:391
↓ 2 callersFunctionvsprintf
* @brief Stores the result of a formatted string into another string. Format * arguments are given in a va_list instance. * * @param pStri
Example_Encoder_IT/stdio/printf.c:391
↓ 2 callersFunctionvsprintf
* @brief Stores the result of a formatted string into another string. Format * arguments are given in a va_list instance. * * @param pStri
Example_Encoder/stdio/printf.c:391
↓ 2 callersFunctionvsprintf
* @brief Stores the result of a formatted string into another string. Format * arguments are given in a va_list instance. * * @param pStri
Example_MS5611/stdio/printf.c:391
↓ 1 callersFunctionADC_AnalogWatchdogCmd
* @brief Enables or disables the analog watchdog on single/all regular * or injected channels * @param ADCx: where x can be 1, 2 or 3 to
Example_ADC_Watchdog/stm_lib/src/stm32f10x_adc.c:1082
↓ 1 callersFunctionADC_AnalogWatchdogSingleChannelConfig
* @brief Configures the analog watchdog guarded single channel * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @param A
Example_ADC_Watchdog/stm_lib/src/stm32f10x_adc.c:1145
↓ 1 callersFunctionADC_AnalogWatchdogThresholdsConfig
* @brief Configures the high and low thresholds of the analog watchdog. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. *
Example_ADC_Watchdog/stm_lib/src/stm32f10x_adc.c:1107
↓ 1 callersFunctionADC_AutoInjectedConvCmd
* @brief Enables or disables the selected ADC automatic injected group * conversion after regular one. * @param ADCx: where x can be 1,
Example_ADC_Injected/stm_lib/src/stm32f10x_adc.c:734
↓ 1 callersFunctionADC_ClearITPendingBit
* @brief Clears the ADCx's interrupt pending bits. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @param ADC_IT: speci
Example_ADC_Watchdog/stm_lib/src/stm32f10x_adc.c:1283
↓ 1 callersFunctionADC_Cmd
* @brief Enables or disables the specified ADC peripheral. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @param NewSt
Example_ADC_DMA/stm_lib/src/stm32f10x_adc.c:299
↓ 1 callersFunctionADC_Cmd
* @brief Enables or disables the specified ADC peripheral. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @param New
Example_BLDC_Sensorless/StdPeriph_Driver/src/stm32f10x_adc.c:299
↓ 1 callersFunctionADC_Cmd
* @brief Enables or disables the specified ADC peripheral. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @param NewSt
Example_BLDC/stm_lib/src/stm32f10x_adc.c:299
↓ 1 callersFunctionADC_Cmd
* @brief Enables or disables the specified ADC peripheral. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @param NewSt
Example_ADC_Injected/stm_lib/src/stm32f10x_adc.c:299
↓ 1 callersFunctionADC_Cmd
* @brief Enables or disables the specified ADC peripheral. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @param NewSt
Example_I2C_Slave/stm_lib/src/stm32f10x_adc.c:299
↓ 1 callersFunctionADC_Cmd
* @brief Enables or disables the specified ADC peripheral. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @param NewSt
Example_PMSM/stm_lib/src/stm32f10x_adc.c:299
↓ 1 callersFunctionADC_DMACmd
* @brief Enables or disables the specified ADC DMA request. * @param ADCx: where x can be 1 or 3 to select the ADC peripheral. * Note: ADC2 ha
Example_ADC_DMA/stm_lib/src/stm32f10x_adc.c:324
↓ 1 callersFunctionADC_DMACmd
* @brief Enables or disables the specified ADC DMA request. * @param ADCx: where x can be 1 or 3 to select the ADC peripheral. * Note: ADC2
Example_BLDC_Sensorless/StdPeriph_Driver/src/stm32f10x_adc.c:324
↓ 1 callersFunctionADC_DMACmd
* @brief Enables or disables the specified ADC DMA request. * @param ADCx: where x can be 1 or 3 to select the ADC peripheral. * Note: ADC2 ha
Example_BLDC/stm_lib/src/stm32f10x_adc.c:324
↓ 1 callersFunctionADC_DMACmd
* @brief Enables or disables the specified ADC DMA request. * @param ADCx: where x can be 1 or 3 to select the ADC peripheral. * Note: ADC2 ha
Example_I2C_Slave/stm_lib/src/stm32f10x_adc.c:324
↓ 1 callersFunctionADC_DMACmd
* @brief Enables or disables the specified ADC DMA request. * @param ADCx: where x can be 1 or 3 to select the ADC peripheral. * Note: ADC2 ha
Example_PMSM/stm_lib/src/stm32f10x_adc.c:324
↓ 1 callersFunctionADC_DMA_Init
Example_BLDC_Sensorless/src/adc_dma.c:6
↓ 1 callersFunctionADC_DMA_init
Example_ADC_DMA/main.c:159
↓ 1 callersFunctionADC_DMA_init
Example_BLDC/adc_dma.h:3
↓ 1 callersFunctionADC_DMA_init
Example_I2C_Slave/main.c:74
↓ 1 callersFunctionADC_DMA_init
Example_PMSM/adc_dma.h:3
↓ 1 callersFunctionADC_ExternalTrigInjectedConvConfig
* @brief Configures the ADCx external trigger for injected channels conversion. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripher
Example_ADC_Injected/stm_lib/src/stm32f10x_adc.c:799
↓ 1 callersFunctionADC_GetCalibrationStatus
* @brief Gets the selected ADC calibration status. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval The new state
Example_ADC/stm_lib/src/stm32f10x_adc.c:430
↓ 1 callersFunctionADC_GetCalibrationStatus
* @brief Gets the selected ADC calibration status. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval The new state
Example_ADC_Watchdog/stm_lib/src/stm32f10x_adc.c:430
↓ 1 callersFunctionADC_GetCalibrationStatus
* @brief Gets the selected ADC calibration status. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval The new state
Example_ADC_Temperature/stm_lib/src/stm32f10x_adc.c:430
↓ 1 callersFunctionADC_GetCalibrationStatus
* @brief Gets the selected ADC calibration status. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval The new state
Example_ADC_DMA/stm_lib/src/stm32f10x_adc.c:430
↓ 1 callersFunctionADC_GetCalibrationStatus
* @brief Gets the selected ADC calibration status. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval The new sta
Example_BLDC_Sensorless/StdPeriph_Driver/src/stm32f10x_adc.c:430
↓ 1 callersFunctionADC_GetCalibrationStatus
* @brief Gets the selected ADC calibration status. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval The new state
Example_BLDC/stm_lib/src/stm32f10x_adc.c:430
↓ 1 callersFunctionADC_GetCalibrationStatus
* @brief Gets the selected ADC calibration status. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval The new state
Example_ADC_Injected/stm_lib/src/stm32f10x_adc.c:430
↓ 1 callersFunctionADC_GetCalibrationStatus
* @brief Gets the selected ADC calibration status. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval The new state
Example_I2C_Slave/stm_lib/src/stm32f10x_adc.c:430
↓ 1 callersFunctionADC_GetCalibrationStatus
* @brief Gets the selected ADC calibration status. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval The new state
Example_PMSM/stm_lib/src/stm32f10x_adc.c:430
↓ 1 callersFunctionADC_GetConversionValue
* @brief Returns the last ADCx conversion result data for regular channel. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral.
Example_ADC/stm_lib/src/stm32f10x_adc.c:708
↓ 1 callersFunctionADC_GetConversionValue
* @brief Returns the last ADCx conversion result data for regular channel. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral.
Example_ADC_Watchdog/stm_lib/src/stm32f10x_adc.c:708
↓ 1 callersFunctionADC_GetConversionValue
* @brief Returns the last ADCx conversion result data for regular channel. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral.
Example_ADC_Temperature/stm_lib/src/stm32f10x_adc.c:708
↓ 1 callersFunctionADC_GetITStatus
* @brief Checks whether the specified ADC interrupt has occurred or not. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. *
Example_ADC_Watchdog/stm_lib/src/stm32f10x_adc.c:1247
↓ 1 callersFunctionADC_GetResetCalibrationStatus
* @brief Gets the selected ADC reset calibration registers status. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retv
Example_ADC/stm_lib/src/stm32f10x_adc.c:392
↓ 1 callersFunctionADC_GetResetCalibrationStatus
* @brief Gets the selected ADC reset calibration registers status. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retv
Example_ADC_Watchdog/stm_lib/src/stm32f10x_adc.c:392
↓ 1 callersFunctionADC_GetResetCalibrationStatus
* @brief Gets the selected ADC reset calibration registers status. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retv
Example_ADC_Temperature/stm_lib/src/stm32f10x_adc.c:392
↓ 1 callersFunctionADC_GetResetCalibrationStatus
* @brief Gets the selected ADC reset calibration registers status. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retv
Example_ADC_DMA/stm_lib/src/stm32f10x_adc.c:392
↓ 1 callersFunctionADC_GetResetCalibrationStatus
* @brief Gets the selected ADC reset calibration registers status. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @re
Example_BLDC_Sensorless/StdPeriph_Driver/src/stm32f10x_adc.c:392
↓ 1 callersFunctionADC_GetResetCalibrationStatus
* @brief Gets the selected ADC reset calibration registers status. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retv
Example_BLDC/stm_lib/src/stm32f10x_adc.c:392
↓ 1 callersFunctionADC_GetResetCalibrationStatus
* @brief Gets the selected ADC reset calibration registers status. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retv
Example_ADC_Injected/stm_lib/src/stm32f10x_adc.c:392
↓ 1 callersFunctionADC_GetResetCalibrationStatus
* @brief Gets the selected ADC reset calibration registers status. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retv
Example_I2C_Slave/stm_lib/src/stm32f10x_adc.c:392
↓ 1 callersFunctionADC_GetResetCalibrationStatus
* @brief Gets the selected ADC reset calibration registers status. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retv
Example_PMSM/stm_lib/src/stm32f10x_adc.c:392
↓ 1 callersFunctionADC_ITConfig
* @brief Enables or disables the specified ADC interrupts. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @param ADC_I
Example_ADC_Watchdog/stm_lib/src/stm32f10x_adc.c:353
↓ 1 callersFunctionADC_Init
* @brief Initializes the ADCx peripheral according to the specified parameters * in the ADC_InitStruct. * @param ADCx: where x can be 1,
Example_ADC/stm_lib/src/stm32f10x_adc.c:218
↓ 1 callersFunctionADC_Init
* @brief Initializes the ADCx peripheral according to the specified parameters * in the ADC_InitStruct. * @param ADCx: where x can be 1,
Example_ADC_Watchdog/stm_lib/src/stm32f10x_adc.c:218
↓ 1 callersFunctionADC_Init
* @brief Initializes the ADCx peripheral according to the specified parameters * in the ADC_InitStruct. * @param ADCx: where x can be 1,
Example_ADC_Temperature/stm_lib/src/stm32f10x_adc.c:218
↓ 1 callersFunctionADC_Init
* @brief Initializes the ADCx peripheral according to the specified parameters * in the ADC_InitStruct. * @param ADCx: where x can be 1,
Example_ADC_DMA/stm_lib/src/stm32f10x_adc.c:218
↓ 1 callersFunctionADC_Init
* @brief Initializes the ADCx peripheral according to the specified parameters * in the ADC_InitStruct. * @param ADCx: where x can be
Example_BLDC_Sensorless/StdPeriph_Driver/src/stm32f10x_adc.c:218
↓ 1 callersFunctionADC_Init
* @brief Initializes the ADCx peripheral according to the specified parameters * in the ADC_InitStruct. * @param ADCx: where x can be 1,
Example_BLDC/stm_lib/src/stm32f10x_adc.c:218
↓ 1 callersFunctionADC_Init
* @brief Initializes the ADCx peripheral according to the specified parameters * in the ADC_InitStruct. * @param ADCx: where x can be 1,
Example_ADC_Injected/stm_lib/src/stm32f10x_adc.c:218
↓ 1 callersFunctionADC_Init
* @brief Initializes the ADCx peripheral according to the specified parameters * in the ADC_InitStruct. * @param ADCx: where x can be 1,
Example_I2C_Slave/stm_lib/src/stm32f10x_adc.c:218
↓ 1 callersFunctionADC_Init
* @brief Initializes the ADCx peripheral according to the specified parameters * in the ADC_InitStruct. * @param ADCx: where x can be 1,
Example_PMSM/stm_lib/src/stm32f10x_adc.c:218
↓ 1 callersFunctionADC_InjectedSequencerLengthConfig
* @brief Configures the sequencer length for injected channels * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @param L
Example_ADC_Injected/stm_lib/src/stm32f10x_adc.c:993
↓ 1 callersFunctionADC_Injected_init
=================================================================================
Example_ADC_Injected/main.c:134
↓ 1 callersFunctionADC_RegularChannelConfig
* @brief Configures for the selected ADC regular channel its corresponding * rank in the sequencer and its sample time. * @param ADCx: w
Example_ADC/stm_lib/src/stm32f10x_adc.c:590
↓ 1 callersFunctionADC_RegularChannelConfig
* @brief Configures for the selected ADC regular channel its corresponding * rank in the sequencer and its sample time. * @param ADCx: w
Example_ADC_Watchdog/stm_lib/src/stm32f10x_adc.c:590
↓ 1 callersFunctionADC_RegularChannelConfig
* @brief Configures for the selected ADC regular channel its corresponding * rank in the sequencer and its sample time. * @param ADCx: w
Example_ADC_Temperature/stm_lib/src/stm32f10x_adc.c:590
↓ 1 callersFunctionADC_RegularChannelConfig
* @brief Configures for the selected ADC regular channel its corresponding * rank in the sequencer and its sample time. * @param ADCx: w
Example_BLDC/stm_lib/src/stm32f10x_adc.c:590
↓ 1 callersFunctionADC_RegularChannelConfig
* @brief Configures for the selected ADC regular channel its corresponding * rank in the sequencer and its sample time. * @param ADCx: w
Example_PMSM/stm_lib/src/stm32f10x_adc.c:590
↓ 1 callersFunctionADC_ResetCalibration
* @brief Resets the selected ADC calibration registers. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval None *
Example_ADC/stm_lib/src/stm32f10x_adc.c:379
↓ 1 callersFunctionADC_ResetCalibration
* @brief Resets the selected ADC calibration registers. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval None *
Example_ADC_Watchdog/stm_lib/src/stm32f10x_adc.c:379
↓ 1 callersFunctionADC_ResetCalibration
* @brief Resets the selected ADC calibration registers. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval None *
Example_ADC_Temperature/stm_lib/src/stm32f10x_adc.c:379
↓ 1 callersFunctionADC_ResetCalibration
* @brief Resets the selected ADC calibration registers. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval None *
Example_ADC_DMA/stm_lib/src/stm32f10x_adc.c:379
↓ 1 callersFunctionADC_ResetCalibration
* @brief Resets the selected ADC calibration registers. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval None
Example_BLDC_Sensorless/StdPeriph_Driver/src/stm32f10x_adc.c:379
↓ 1 callersFunctionADC_ResetCalibration
* @brief Resets the selected ADC calibration registers. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval None *
Example_BLDC/stm_lib/src/stm32f10x_adc.c:379
↓ 1 callersFunctionADC_ResetCalibration
* @brief Resets the selected ADC calibration registers. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval None *
Example_ADC_Injected/stm_lib/src/stm32f10x_adc.c:379
↓ 1 callersFunctionADC_ResetCalibration
* @brief Resets the selected ADC calibration registers. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval None *
Example_I2C_Slave/stm_lib/src/stm32f10x_adc.c:379
↓ 1 callersFunctionADC_ResetCalibration
* @brief Resets the selected ADC calibration registers. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval None *
Example_PMSM/stm_lib/src/stm32f10x_adc.c:379
↓ 1 callersFunctionADC_SoftwareStartConvCmd
* @brief Enables or disables the selected ADC software start conversion . * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral.
Example_ADC/stm_lib/src/stm32f10x_adc.c:457
↓ 1 callersFunctionADC_SoftwareStartConvCmd
* @brief Enables or disables the selected ADC software start conversion . * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral.
Example_ADC_Watchdog/stm_lib/src/stm32f10x_adc.c:457
↓ 1 callersFunctionADC_SoftwareStartConvCmd
* @brief Enables or disables the selected ADC software start conversion . * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral.
Example_ADC_Temperature/stm_lib/src/stm32f10x_adc.c:457
↓ 1 callersFunctionADC_SoftwareStartConvCmd
* @brief Enables or disables the selected ADC software start conversion . * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral.
Example_ADC_DMA/stm_lib/src/stm32f10x_adc.c:457
↓ 1 callersFunctionADC_SoftwareStartConvCmd
* @brief Enables or disables the selected ADC software start conversion . * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral.
Example_BLDC_Sensorless/StdPeriph_Driver/src/stm32f10x_adc.c:457
↓ 1 callersFunctionADC_SoftwareStartConvCmd
* @brief Enables or disables the selected ADC software start conversion . * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral.
Example_BLDC/stm_lib/src/stm32f10x_adc.c:457
↓ 1 callersFunctionADC_SoftwareStartConvCmd
* @brief Enables or disables the selected ADC software start conversion . * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral.
Example_I2C_Slave/stm_lib/src/stm32f10x_adc.c:457
↓ 1 callersFunctionADC_SoftwareStartConvCmd
* @brief Enables or disables the selected ADC software start conversion . * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral.
Example_PMSM/stm_lib/src/stm32f10x_adc.c:457
↓ 1 callersFunctionADC_SoftwareStartInjectedConvCmd
* @brief Enables or disables the selected ADC start of the injected * channels conversion. * @param ADCx: where x can be 1, 2 or 3 to s
Example_ADC_Injected/stm_lib/src/stm32f10x_adc.c:849
↓ 1 callersFunctionADC_StartCalibration
* @brief Starts the selected ADC calibration process. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval None */
Example_ADC/stm_lib/src/stm32f10x_adc.c:417
↓ 1 callersFunctionADC_StartCalibration
* @brief Starts the selected ADC calibration process. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval None */
Example_ADC_Watchdog/stm_lib/src/stm32f10x_adc.c:417
↓ 1 callersFunctionADC_StartCalibration
* @brief Starts the selected ADC calibration process. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval None */
Example_ADC_Temperature/stm_lib/src/stm32f10x_adc.c:417
↓ 1 callersFunctionADC_StartCalibration
* @brief Starts the selected ADC calibration process. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval None */
Example_ADC_DMA/stm_lib/src/stm32f10x_adc.c:417
↓ 1 callersFunctionADC_StartCalibration
* @brief Starts the selected ADC calibration process. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval None
Example_BLDC_Sensorless/StdPeriph_Driver/src/stm32f10x_adc.c:417
↓ 1 callersFunctionADC_StartCalibration
* @brief Starts the selected ADC calibration process. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval None */
Example_BLDC/stm_lib/src/stm32f10x_adc.c:417
↓ 1 callersFunctionADC_StartCalibration
* @brief Starts the selected ADC calibration process. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval None */
Example_ADC_Injected/stm_lib/src/stm32f10x_adc.c:417
↓ 1 callersFunctionADC_StartCalibration
* @brief Starts the selected ADC calibration process. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval None */
Example_I2C_Slave/stm_lib/src/stm32f10x_adc.c:417
↓ 1 callersFunctionADC_StartCalibration
* @brief Starts the selected ADC calibration process. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @retval None */
Example_PMSM/stm_lib/src/stm32f10x_adc.c:417
↓ 1 callersFunctionADC_TempSensorVrefintCmd
* @brief Enables or disables the temperature sensor and Vrefint channel. * @param NewState: new state of the temperature sensor. * This parame
Example_ADC_Temperature/stm_lib/src/stm32f10x_adc.c:1167
↓ 1 callersFunctionBKP_ReadBackupRegister
* @brief Reads data from the specified Data Backup Register. * @param BKP_DR: specifies the Data Backup Register. * This parameter can be BKP_
Example_BKP/stm_lib/src/stm32f10x_bkp.c:241
↓ 1 callersFunctionBKP_WriteBackupRegister
* @brief Writes user data to the specified Data Backup Register. * @param BKP_DR: specifies the Data Backup Register. * This parameter can be
Example_BKP/stm_lib/src/stm32f10x_bkp.c:222
↓ 1 callersFunctionBLDC_ADCToPWM
Example_BLDC/bldc.c:392
↓ 1 callersFunctionBLDC_HallSensorsInit
Example_BLDC/bldc.c:54
← previousnext →901–1,000 of 12,343, ranked by callers