File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/current_sense/hardware_specific/stm32/stm32f7 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
uint32_t _getADCChannel (PinName pin );
17
17
18
18
// timer to injected TRGO
19
- https ://github.com/stm32duino/Arduino_Core_STM32/blob/e156c32db24d69cb4818208ccc28894e2f427cfa/system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc_ex.h#L178
19
+ // https://github.com/stm32duino/Arduino_Core_STM32/blob/e156c32db24d69cb4818208ccc28894e2f427cfa/system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc_ex.h#L178
20
20
uint32_t _timerToInjectedTRGO (TIM_HandleTypeDef * timer );
21
21
22
22
// timer to regular TRGO
23
- https ://github.com/stm32duino/Arduino_Core_STM32/blob/e156c32db24d69cb4818208ccc28894e2f427cfa/system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc.h#L331
23
+ // https://github.com/stm32duino/Arduino_Core_STM32/blob/e156c32db24d69cb4818208ccc28894e2f427cfa/system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc.h#L331
24
24
uint32_t _timerToRegularTRGO (TIM_HandleTypeDef * timer );
25
25
26
26
// function returning index of the ADC instance
You can’t perform that action at this time.
0 commit comments