Home
last modified time | relevance | path

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

/external/platform/nrfx/hal/
A Dnrf_adc.h126 nrf_adc_config_extref_t extref; /**< ADC external reference selection. */ member
343 |((p_config->extref << ADC_CONFIG_EXTREFSEL_Pos) & ADC_CONFIG_EXTREFSEL_Msk); in nrf_adc_init()
A Dnrf_lpcomp.h319 uint32_t extref = p_config->reference >> 16; in nrf_lpcomp_configure() local
320 p_reg->EXTREFSEL = (extref << LPCOMP_EXTREFSEL_EXTREFSEL_Pos) & in nrf_lpcomp_configure()
/external/platform/nrfx/drivers/include/
A Dnrfx_adc.h99 .extref = NRF_ADC_CONFIG_EXTREFSEL_NONE \

Completed in 8 milliseconds