Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_adc12_drv.c27 config->thshdh = 0xfff; in adc12_get_channel_default_config()
182 ptr->PRD_CFG[config->ch].PRD_THSHD_CFG = ADC12_PRD_CFG_PRD_THSHD_CFG_THSHDH_SET(config->thshdh) in adc12_init_channel()
208 config->thshdh = ADC12_PRD_CFG_PRD_THSHD_CFG_THSHDH_GET(ptr->PRD_CFG[ch].PRD_THSHD_CFG); in adc12_get_channel_threshold()
A Dhpm_adc16_drv.c27 config->thshdh = 0xffff; in adc16_get_channel_default_config()
216 ptr->PRD_CFG[config->ch].PRD_THSHD_CFG = ADC16_PRD_CFG_PRD_THSHD_CFG_THSHDH_SET(config->thshdh) in adc16_init_channel()
240 config->thshdh = ADC16_PRD_CFG_PRD_THSHD_CFG_THSHDH_GET(ptr->PRD_CFG[ch].PRD_THSHD_CFG); in adc16_get_channel_threshold()
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_adc12_drv.h136 uint16_t thshdh; member
146 uint16_t thshdh; member
A Dhpm_adc16_drv.h130 uint16_t thshdh; member
140 uint16_t thshdh; member

Completed in 12 milliseconds