nuttx/drivers/analog
Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24)
* Simplify EINTR/ECANCEL error handling

1. Add semaphore uninterruptible wait function
2 .Replace semaphore wait loop with a single uninterruptible wait
3. Replace all sem_xxx to nxsem_xxx

* Unify the void cast usage

1. Remove void cast for function because many place ignore the returned value witout cast
2. Replace void cast for variable with UNUSED macro
2020-01-02 10:54:43 -06:00
..
ad5410.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
adc.c drivers/analog: Run all wireless drivers through tools/nxstyle, correcting as many complaints as possible. 2019-12-05 15:13:55 -06:00
ads1242.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
ads1255.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
comp.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
dac7554.c drivers/analog/dac7554.c: Add support to the DAC7554 digital-to-analog converter. 2019-08-28 07:01:17 -06:00
dac7571.c drivers/analog/dac7554.c: Add support to the DAC7554 digital-to-analog converter. 2019-08-28 07:01:17 -06:00
dac.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
Kconfig drivers/analog/dac7554.c: Add support to the DAC7554 digital-to-analog converter. 2019-08-28 07:01:17 -06:00
lmp92001.c Minor addition to commit cbde36e406 2019-12-05 15:20:48 -06:00
ltc1867l.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
Make.defs drivers/analog/dac7554.c: Add support to the DAC7554 digital-to-analog converter. 2019-08-28 07:01:17 -06:00
opamp.c drivers/analog: Run all wireless drivers through tools/nxstyle, correcting as many complaints as possible. 2019-12-05 15:13:55 -06:00
pga11x.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00