We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df32567 commit 817c33dCopy full SHA for 817c33d
src/HALConfig.h
@@ -30,5 +30,6 @@ void hal_dma_enable_dbm(DMA_HandleTypeDef *dma, void *m0 = nullptr, void *m1 = n
30
void hal_dma_update_memory(DMA_HandleTypeDef *dma, void *addr);
31
int hal_dac_config(DAC_HandleTypeDef *dac, uint32_t channel, uint32_t trigger);
32
int hal_adc_config(ADC_HandleTypeDef *adc, uint32_t resolution, uint32_t trigger, PinName *adc_pins, uint32_t n_channels);
33
+int hal_enable_dual_mode();
34
35
#endif // __HAL_CONFIG_H__
0 commit comments