We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e670f commit d01db9fCopy full SHA for d01db9f
src/HALConfig.h
@@ -31,5 +31,6 @@ 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
+int hal_disable_dual_mode();
35
36
#endif // __HAL_CONFIG_H__
0 commit comments