Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_tla202x.c47 #define REG_CONFIG_PGA_pos 9 /* TLA2024 Only */ macro
154 *reg_config |= PGA_6144 << REG_CONFIG_PGA_pos; in tla202x_channel_setup()
157 *reg_config |= PGA_4096 << REG_CONFIG_PGA_pos; in tla202x_channel_setup()
160 *reg_config |= PGA_2048 << REG_CONFIG_PGA_pos; in tla202x_channel_setup()
163 *reg_config |= PGA_1024 << REG_CONFIG_PGA_pos; in tla202x_channel_setup()
166 *reg_config |= PGA_512 << REG_CONFIG_PGA_pos; in tla202x_channel_setup()
169 *reg_config |= PGA_256 << REG_CONFIG_PGA_pos; in tla202x_channel_setup()