Searched refs:extref (Results 1 – 3 of 3) sorted by relevance
126 nrf_adc_config_extref_t extref; /**< ADC external reference selection. */ member343 |((p_config->extref << ADC_CONFIG_EXTREFSEL_Pos) & ADC_CONFIG_EXTREFSEL_Msk); in nrf_adc_init()
319 uint32_t extref = p_config->reference >> 16; in nrf_lpcomp_configure() local320 p_reg->EXTREFSEL = (extref << LPCOMP_EXTREFSEL_EXTREFSEL_Pos) & in nrf_lpcomp_configure()
99 .extref = NRF_ADC_CONFIG_EXTREFSEL_NONE \
Completed in 8 milliseconds