Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_adc.h128 nrf_adc_config_extref_t extref; /**< ADC external reference selection. */ member
348 |((p_config->extref << ADC_CONFIG_EXTREFSEL_Pos) & ADC_CONFIG_EXTREFSEL_Msk); in nrf_adc_init()
Dnrf_lpcomp.h547 uint32_t extref = p_config->reference >> 16; in nrf_lpcomp_configure() local
548 p_reg->EXTREFSEL = (extref << LPCOMP_EXTREFSEL_EXTREFSEL_Pos) & in nrf_lpcomp_configure()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_adc.h101 .extref = NRF_ADC_CONFIG_EXTREFSEL_NONE \