Searched refs:reference (Results 1 – 15 of 15) sorted by relevance
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_comp.h | 87 nrf_comp_ref_t reference; /**< Reference selection. */ member 124 .reference = NRF_COMP_REF_Int1V8, \ 136 .reference = NRF_COMP_REF_Int1V8, \
|
| A D | nrfx_saadc.h | 72 .reference = NRF_SAADC_REFERENCE_INTERNAL, \ 105 .reference = NRF_SAADC_REFERENCE_INTERNAL, \
|
| A D | nrfx_adc.h | 97 .reference = NRF_ADC_CONFIG_REF_VBG, \
|
| /external/platform/nrfx/hal/ |
| A D | nrf_lpcomp.h | 151 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 D | nrf_comp.h | 166 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 D | nrf_adc.h | 124 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 D | nrf_saadc.h | 232 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 D | readme.dox | 37 * 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 D | nrfx_comp.c | 111 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 D | main_page.dox | 61 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 D | nrfx.doxyfile | 536 # 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 D | readme.dox | 44 * reference to the bandgap, the LED state will change.<br>
|
| /external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling_slave/example/ |
| A D | readme.dox | 44 * 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 D | readme.dox | 44 * requirements, this example is best used as a reference on how to use the ROM
|
| /external/platform/stm32f0xx/CMSIS/ |
| A D | CMSIS_END_USER_LICENCE_AGREEMENT.txt | 14 “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