| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_lpcomp.h | 61 nrf_lpcomp_ref_t reference; ///< Reference selection. member 87 .reference = NRF_LPCOMP_REF_SUPPLY_4_8, \ 98 .reference = NRF_LPCOMP_REF_SUPPLY_4_8, \
|
| D | nrfx_comp.h | 97 nrf_comp_ref_t reference; ///< Reference selection. member 133 .reference = NRF_COMP_REF_INT_1V2, \
|
| D | nrfx_saadc.h | 87 .reference = NRF_SAADC_REFERENCE_INTERNAL, \ 125 .reference = NRF_SAADC_REFERENCE_INTERNAL, \
|
| D | nrfx_adc.h | 99 .reference = NRF_ADC_CONFIG_REF_VBG, \
|
| D | nrfx_grtc.h | 380 nrfx_grtc_cc_relative_reference_t reference);
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_lpcomp.h | 193 nrf_lpcomp_ref_t reference; ///< LPCOMP reference. member 372 NRF_STATIC_INLINE void nrf_lpcomp_ref_set(NRF_LPCOMP_Type * p_reg, nrf_lpcomp_ref_t reference); 541 p_reg->REFSEL = (p_config->reference << LPCOMP_REFSEL_REFSEL_Pos) & LPCOMP_REFSEL_REFSEL_Msk; in nrf_lpcomp_configure() 545 if ((p_config->reference & LPCOMP_REFSEL_REFSEL_ARef)==LPCOMP_REFSEL_REFSEL_ARef) in nrf_lpcomp_configure() 547 uint32_t extref = p_config->reference >> 16; in nrf_lpcomp_configure() 560 NRF_STATIC_INLINE void nrf_lpcomp_ref_set(NRF_LPCOMP_Type * p_reg, nrf_lpcomp_ref_t reference) in nrf_lpcomp_ref_set() argument 562 p_reg->REFSEL = (reference << LPCOMP_REFSEL_REFSEL_Pos) & LPCOMP_REFSEL_REFSEL_Msk; in nrf_lpcomp_ref_set()
|
| D | nrf_comp.h | 235 nrf_comp_ref_t reference; /*!< COMP reference selection. */ member 269 NRF_STATIC_INLINE void nrf_comp_ref_set(NRF_COMP_Type * p_reg, nrf_comp_ref_t reference); 457 NRF_STATIC_INLINE void nrf_comp_ref_set(NRF_COMP_Type * p_reg, nrf_comp_ref_t reference) in nrf_comp_ref_set() argument 459 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 346 |((p_config->reference << ADC_CONFIG_REFSEL_Pos) & ADC_CONFIG_REFSEL_Msk) in nrf_adc_init()
|
| D | nrf_grtc.h | 466 nrf_grtc_cc_add_reference_t reference); 1155 nrf_grtc_cc_add_reference_t reference) in nrf_grtc_sys_counter_cc_add_set() argument 1165 p_reg->CC[cc_channel].CCADD = ((uint32_t)reference << GRTC_CC_CCADD_REFERENCE_Pos) | in nrf_grtc_sys_counter_cc_add_set()
|
| D | nrf_saadc.h | 436 nrf_saadc_reference_t reference; ///< Reference control value. member 1190 | ((config->reference << SAADC_CH_CONFIG_REFSEL_Pos) & SAADC_CH_CONFIG_REFSEL_Msk) in nrf_saadc_channel_init()
|
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_lpcomp.h | 67 nrf_lpcomp_ref_t reference; ///< Reference selection. member 85 nrf_lpcomp_ref_set(p_reg, p_config->reference); in nrfy_lpcomp_periph_configure() 86 if (p_config->reference == NRF_LPCOMP_REF_EXT_REF) in nrfy_lpcomp_periph_configure() 186 NRFY_STATIC_INLINE void nrfy_lpcomp_ref_set(NRF_LPCOMP_Type * p_reg, nrf_lpcomp_ref_t reference) in nrfy_lpcomp_ref_set() argument 188 nrf_lpcomp_ref_set(p_reg, reference); in nrfy_lpcomp_ref_set()
|
| 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()
|
| D | nrfy_grtc.h | 503 nrf_grtc_cc_add_reference_t reference) in nrfy_grtc_sys_counter_cc_add_set() argument 505 nrf_grtc_sys_counter_cc_add_set(p_reg, cc_channel, value, reference); in nrfy_grtc_sys_counter_cc_add_set()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_lpcomp.c | 59 .reference = p_config->reference, in lpcomp_configure() 66 .reference = p_config->config.reference, in lpcomp_configure()
|
| D | nrfx_comp.c | 59 .reference = p_config->reference, in comp_configure()
|
| D | nrfx_grtc.c | 770 nrfx_grtc_cc_relative_reference_t reference) in nrfx_grtc_syscounter_cc_relative_set() argument 790 (nrf_grtc_cc_add_reference_t)reference); in nrfx_grtc_syscounter_cc_relative_set()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_saadc/common/ |
| D | saadc_examples_common.h | 71 .reference = NRF_SAADC_REFERENCE_INTERNAL, \
|
| /hal_nordic-latest/nrfx/doc/ |
| D | main_page.dox | 65 Refer to the API reference for a given driver to see the members of its 81 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-latest/nrfx/ |
| D | CHANGELOG.md | 156 - Added individual functions for setting reference selection, external reference, detection type an… 174 - Changed a default value of the source reference structure member from 1.8V to 1.2V in the COMP dr… 186 - Fixed configuration of the external reference in nrfx_comp_init() and nrfx_comp_reconfigure() fun…
|
| /hal_nordic-latest/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
|