Searched refs:reference (Results 1 – 15 of 15) sorted by relevance
/hal_nordic-3.5.0/nrfx/haly/ |
D | nrfy_comp.h | 73 nrf_comp_ref_t reference; ///< Reference selection. member 94 nrf_comp_ref_set(p_reg, p_config->reference); in nrfy_comp_periph_configure() 95 if (p_config->reference == NRF_COMP_REF_AREF) in nrfy_comp_periph_configure() 208 NRFY_STATIC_INLINE void nrfy_comp_ref_set(NRF_COMP_Type * p_reg, nrf_comp_ref_t reference) in nrfy_comp_ref_set() argument 210 nrf_comp_ref_set(p_reg, reference); in nrfy_comp_ref_set()
|
/hal_nordic-3.5.0/nrfx/drivers/include/ |
D | nrfx_comp.h | 89 nrf_comp_ref_t reference; ///< Reference selection. member 125 .reference = NRF_COMP_REF_INT_1V8, \
|
D | nrfx_saadc.h | 87 .reference = NRF_SAADC_REFERENCE_INTERNAL, \ 125 .reference = NRF_SAADC_REFERENCE_INTERNAL, \
|
D | nrfx_lpcomp.h | 79 .reference = NRF_LPCOMP_REF_SUPPLY_4_8, \
|
D | nrfx_adc.h | 99 .reference = NRF_ADC_CONFIG_REF_VBG, \
|
/hal_nordic-3.5.0/nrfx/hal/ |
D | nrf_lpcomp.h | 175 nrf_lpcomp_ref_t reference; /**< LPCOMP reference. */ member 335 p_reg->REFSEL = (p_config->reference << LPCOMP_REFSEL_REFSEL_Pos) & LPCOMP_REFSEL_REFSEL_Msk; in nrf_lpcomp_configure() 339 if ((p_config->reference & LPCOMP_REFSEL_REFSEL_ARef)==LPCOMP_REFSEL_REFSEL_ARef) in nrf_lpcomp_configure() 341 uint32_t extref = p_config->reference >> 16; in nrf_lpcomp_configure()
|
D | nrf_comp.h | 227 nrf_comp_ref_t reference; /*!< COMP reference selection. */ member 261 NRF_STATIC_INLINE void nrf_comp_ref_set(NRF_COMP_Type * p_reg, nrf_comp_ref_t reference); 446 NRF_STATIC_INLINE void nrf_comp_ref_set(NRF_COMP_Type * p_reg, nrf_comp_ref_t reference) in nrf_comp_ref_set() argument 448 p_reg->REFSEL = (reference << COMP_REFSEL_REFSEL_Pos); in nrf_comp_ref_set()
|
D | nrf_adc.h | 126 nrf_adc_config_reference_t reference; /**< ADC reference. */ member 343 |((p_config->reference << ADC_CONFIG_REFSEL_Pos) & ADC_CONFIG_REFSEL_Msk) in nrf_adc_init()
|
D | nrf_saadc.h | 378 nrf_saadc_reference_t reference; ///< Reference control value. member 1082 | ((config->reference << SAADC_CH_CONFIG_REFSEL_Pos) & SAADC_CH_CONFIG_REFSEL_Msk) in nrf_saadc_channel_init()
|
/hal_nordic-3.5.0/nrfx/drivers/src/ |
D | nrfx_lpcomp.c | 113 .reference = p_config->config.reference, in nrfx_lpcomp_init()
|
D | nrfx_comp.c | 59 .reference = p_config->reference, in comp_configure()
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_saadc/common/ |
D | saadc_examples_common.h | 71 .reference = NRF_SAADC_REFERENCE_INTERNAL, \
|
/hal_nordic-3.5.0/nrfx/doc/ |
D | main_page.dox | 66 Refer to the API reference for a given driver to see the members of its 82 Refer to the "driver configuration" section in the API reference for a given
|
D | nrfx.doxyfile | 623 # YES the compound reference will be hidden. 801 # the reference definitions. This must be a list of .bib files. The .bib 890 # In the $text part of the WARN_FORMAT command it is possible that a reference
|
/hal_nordic-3.5.0/nrfx/samples/doc/ |
D | nrfx_examples.doxyfile | 621 # YES the compound reference will be hidden. 799 # the reference definitions. This must be a list of .bib files. The .bib 888 # In the $text part of the WARN_FORMAT command it is possible that a reference
|