Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 15 of 15) sorted by relevance

/external/platform/nrfx/drivers/include/
A Dnrfx_comp.h87 nrf_comp_ref_t reference; /**< Reference selection. */ member
124 .reference = NRF_COMP_REF_Int1V8, \
136 .reference = NRF_COMP_REF_Int1V8, \
A Dnrfx_saadc.h72 .reference = NRF_SAADC_REFERENCE_INTERNAL, \
105 .reference = NRF_SAADC_REFERENCE_INTERNAL, \
A Dnrfx_adc.h97 .reference = NRF_ADC_CONFIG_REF_VBG, \
/external/platform/nrfx/hal/
A Dnrf_lpcomp.h151 nrf_lpcomp_ref_t reference; /**< LPCOMP reference. */ member
314 (p_config->reference << LPCOMP_REFSEL_REFSEL_Pos) & LPCOMP_REFSEL_REFSEL_Msk; in nrf_lpcomp_configure()
317 if ((p_config->reference & LPCOMP_REFSEL_REFSEL_ARef)==LPCOMP_REFSEL_REFSEL_ARef) in nrf_lpcomp_configure()
319 uint32_t extref = p_config->reference >> 16; in nrf_lpcomp_configure()
A Dnrf_comp.h166 nrf_comp_ref_t reference; /*!< COMP reference selection. */ member
201 NRF_STATIC_INLINE void nrf_comp_ref_set(NRF_COMP_Type * p_reg, nrf_comp_ref_t reference);
387 NRF_STATIC_INLINE void nrf_comp_ref_set(NRF_COMP_Type * p_reg, nrf_comp_ref_t reference) in nrf_comp_ref_set() argument
389 p_reg->REFSEL = (reference << COMP_REFSEL_REFSEL_Pos); in nrf_comp_ref_set()
A Dnrf_adc.h124 nrf_adc_config_reference_t reference; /**< ADC reference. */ member
341 |((p_config->reference << ADC_CONFIG_REFSEL_Pos) & ADC_CONFIG_REFSEL_Msk) in nrf_adc_init()
A Dnrf_saadc.h232 nrf_saadc_reference_t reference; ///< Reference control value. member
855 | ((config->reference << SAADC_CH_CONFIG_REFSEL_Pos) & SAADC_CH_CONFIG_REFSEL_Msk) in nrf_saadc_channel_init()
/external/platform/lpc15xx/lpcopen/periph_freqmeas/example/
A Dreadme.dox37 * reference frequency.<br>
40 * if the reference frequency is greater than the target frequency. The example
43 * CLKOUT pin) as reference clocks.<br>
/external/platform/nrfx/drivers/src/
A Dnrfx_comp.c111 nrf_comp_ref_set(NRF_COMP, p_config->reference); in nrfx_comp_init()
114 if (p_config->reference == COMP_REFSEL_REFSEL_ARef) in nrfx_comp_init()
/external/platform/nrfx/doc/
A Dmain_page.dox61 Refer to the API reference for a given driver to see the members of its
77 Refer to the "driver configuration" section in the API reference for a given
A Dnrfx.doxyfile536 # YES the compound reference will be hidden.
707 # the reference definitions. This must be a list of .bib files. The .bib
/external/platform/lpc15xx/lpcopen/periph_acmp/example/
A Dreadme.dox44 * reference to the bandgap, the LED state will change.<br>
/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling_slave/example/
A Dreadme.dox44 * requirements, this example is best used as a reference on how to use the ROM
/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt_slave/example/
A Dreadme.dox44 * requirements, this example is best used as a reference on how to use the ROM
/external/platform/stm32f0xx/CMSIS/
A DCMSIS_END_USER_LICENCE_AGREEMENT.txt14 “RDDI DLL” means the reference implementation of a device driver accompanying this Licence in objec…
84 ARM contract reference LEC-PRE-00489- v4.0

Completed in 25 milliseconds