We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7550c29 commit 73b2ac6Copy full SHA for 73b2ac6
src/HALConfig.h
@@ -31,5 +31,7 @@ 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_i2s_config(I2S_HandleTypeDef *i2s, uint32_t sample_rate, uint32_t mode, bool mck_enable);
34
+int hal_enable_dual_mode();
35
+int hal_disable_dual_mode();
36
37
#endif // __HAL_CONFIG_H__
0 commit comments