mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-14 20:55:22 +00:00
Some drivers explicitely casted data/config from void * to the corresponding type. However, this is unnecessary and, in many drivers it has been misused to drop const qualifier (refer to previous commits). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no> |
||
---|---|---|
.. | ||
adc_cc32xx.c | ||
adc_common.c | ||
adc_context.h | ||
adc_emul.c | ||
adc_handlers.c | ||
adc_ite_it8xxx2.c | ||
adc_lmp90xxx.c | ||
adc_mchp_xec_v2.c | ||
adc_mchp_xec.c | ||
adc_mcp320x.c | ||
adc_mcux_12b1msps_sar.c | ||
adc_mcux_adc12.c | ||
adc_mcux_adc16.c | ||
adc_mcux_lpadc.c | ||
adc_npcx.c | ||
adc_nrfx_adc.c | ||
adc_nrfx_saadc.c | ||
adc_sam_afec.c | ||
adc_sam0.c | ||
adc_shell.c | ||
adc_stm32.c | ||
adc_test.c | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.adc_emul | ||
Kconfig.cc32xx | ||
Kconfig.it8xxx2 | ||
Kconfig.lmp90xxx | ||
Kconfig.mcp320x | ||
Kconfig.mcux | ||
Kconfig.npcx | ||
Kconfig.nrfx | ||
Kconfig.sam_afec | ||
Kconfig.sam0 | ||
Kconfig.stm32 | ||
Kconfig.test | ||
Kconfig.xec |