|
Functions | |
| static __always_inline void | board_enable_touch_adc (void) |
| Clear PR bit for default touch ADC. | |
| static __always_inline void | board_disable_touch_adc (void) |
| Disable ADC and references, then set its PR bit. | |
This uses the configuration set in config-xplain.mk for the application.
| static __always_inline void board_disable_touch_adc | ( | void | ) | [static] |
Disable ADC and references, then set its PR bit.
Definition at line 79 of file touch.h.
References ADC_BFMASK, ADC_BIT, adc_read_reg, adc_write_reg, SYSCLK_ADC, sysclk_disable_module(), and SYSCLK_PORT_A.
| static __always_inline void board_enable_touch_adc | ( | void | ) | [static] |
Clear PR bit for default touch ADC.
Definition at line 67 of file touch.h.
References SYSCLK_ADC, sysclk_enable_module(), and SYSCLK_PORT_A.
1.6.3