mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 08:26:28 +00:00
k_poll_signal was being used by both, struct and function. Besides this being extremely error prone it is also a MISRA-C violation. Changing the function to contain a verb, since it performs an action and the struct will be a noun. This pattern must be formalized and followed and across the project. MISRA-C rules 5.7 and 5.9 Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com> |
||
---|---|---|
.. | ||
adc_context.h | ||
adc_dw.c | ||
adc_dw.h | ||
adc_intel_quark_d2000.c | ||
adc_mcux_adc16.c | ||
adc_nrfx_adc.c | ||
adc_nrfx_saadc.c | ||
adc_sam_afec.c | ||
adc_ti_adc108s102.c | ||
adc_ti_adc108s102.h | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.dw | ||
Kconfig.intel_quark | ||
Kconfig.mcux | ||
Kconfig.nrfx | ||
Kconfig.sam_afec | ||
Kconfig.ti_adc108s102 |