Home
last modified time | relevance | path

Searched refs:thresh_type (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/iio/cdc/
Dad7150.c216 u8 thresh_type, cfg, adaptive; in ad7150_write_event_config() local
239 thresh_type = 0x1; in ad7150_write_event_config()
241 thresh_type = 0x0; in ad7150_write_event_config()
246 thresh_type = 0x3; in ad7150_write_event_config()
248 thresh_type = 0x2; in ad7150_write_event_config()
253 thresh_type = 0x1; in ad7150_write_event_config()
255 thresh_type = 0x0; in ad7150_write_event_config()
262 cfg |= (!adaptive << 7) | (thresh_type << 5); in ad7150_write_event_config()