nuttx/arch/arm
raiden00pl ef517ed05c stm32/stm32_adc.c fix clang warning
chip/stm32_adc.c:2529:32: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
setbits = ADC_CCR_DUAL_IND | ADC_CCR_DELAY(0) | ADC_CCR_MDMA_DISABLED |
^~~~~~~~~~~~~~~~
2022-11-03 10:15:39 -03:00
..
include arch/arm: Document the clever trick of PRI?32 macros 2022-11-01 23:11:16 +01:00
src stm32/stm32_adc.c fix clang warning 2022-11-03 10:15:39 -03:00
Kconfig