zephyr/drivers/adc
Flavio Ceolin aecd4ecb8d kernel: Change k_poll_signal api
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>
2018-11-04 11:37:24 -05:00
..
adc_context.h kernel: Change k_poll_signal api 2018-11-04 11:37:24 -05:00
adc_dw.c drivers: Remove board.h include 2018-11-01 13:21:11 -04:00
adc_dw.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
adc_intel_quark_d2000.c drivers: Remove board.h include 2018-11-01 13:21:11 -04:00
adc_mcux_adc16.c drivers: adc: move to new logger 2018-10-08 17:49:12 -04:00
adc_nrfx_adc.c drivers: adc: move to new logger 2018-10-08 17:49:12 -04:00
adc_nrfx_saadc.c drivers: adc: move to new logger 2018-10-08 17:49:12 -04:00
adc_sam_afec.c drivers: adc: move to new logger 2018-10-08 17:49:12 -04:00
adc_ti_adc108s102.c sys_clock.h: Remove sys_clock_ticks_per_sec() 2018-10-16 15:03:10 -04:00
adc_ti_adc108s102.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
CMakeLists.txt
Kconfig drivers: adc: move to new logger 2018-10-08 17:49:12 -04:00
Kconfig.dw
Kconfig.intel_quark
Kconfig.mcux
Kconfig.nrfx
Kconfig.sam_afec
Kconfig.ti_adc108s102